/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
/*
.typography *{
	font-family: Arial,sans-serif;
}
*/

 
.typography *,
.IntroText {
	font-family: "SuzukiPRORegular",Arial,sans-serif;
}
.typography h3,
.typography h1,
.typography .newsH,
.typography a.levela,
.typography h4.otherNews a,
a.h3,
#Homenews.typography .newsH a
{
	font-family: "SuzukiPROHeadline",Arial,sans-serif;
}


/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #1E1E1E;
 	line-height: 19px;
 	font-size: 13px;
	margin: 0 0 18px 0;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */

.typography a { 
 	text-decoration: none; 
	color:#363EA1;
	outline: none;
}
	.typography a:hover { 
 		text-decoration: underline;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 18px 24px;
	color: #666;
}
	.typography li {
		margin: 3px 6px;
		font-size: 13px;
	}
		.typography li li {
			font-size: 12px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
	color: #333333; 
	margin: 0 0 0px 0;
	font-weight: 300;
	/*font-family: Tahoma, Verdana, sans-serif;*/f
}

.typography h1 {
	font-size: 32px;
	padding: 25px 0 5px 25px;
}
.typography h2 { 
 	font-size: 20px; 
}	
.typography h3 {
	color: #222;
	margin: 0 0 10px 0;
	font-weight: 300;
	clear: both;
	font-size: 22px;
}
.typography h4 {
	font-size: 16px;
	color: #222;
	width: 95%;
	font-weight: 300;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 16px 0;
}
.typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:0px solid #999;
			padding:5px;
		}
.typography table.description {
	margin: 0 0 18px 0;
	font-size: 12px;
	width: 100%;
}
		.typography table.description td {
			border:1px solid #999;
			padding:5px 2px 5px 8px;
		}


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
		padding:0 10px 0 0;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

/* News
NewsGroup
-------------------------------------------- */
.typography .br15{ display: block; clear: both; line-height: 15px; font-size: 15px;}
.typography .br6{ display: block; clear: both; line-height: 6px; font-size: 6px; background-color: #E3E3E3;}
.typography .NewsPhoto{
	display: block;
	float: left;
	width: 265px;
	text-align: left;
}

.typography .date{font-size: 10px;}
.typography .date a{ font-size: 10px;}
.typography .newsList h3 {
	margin:0 0 5px;
}
.typography .newsH, .typography .newsList h3{
	font-size: 22px;
}
.typography .IntroText p{
	margin: 0 0 5px 0;
}

.typography table.Pagination{
	margin: 0 auto 0 auto;
	width: 100%;
}
.typography table.Pagination td{
	vertical-align: bottom;
	border: none;
}
.typography td.PrevPage{
	text-align: left;
}
.typography td.NextPage{
	text-align: right;
}
.typography td.PrevPage, .typography td.NextPage{
	font-size: 18px;
	width: 130px;
}
.typography td.Pages{
	text-align: center;
}


.typography ul#nav-pages {
	list-style: none;
	clear: both;
	margin: 0 auto 0 auto;
	}

	.typography #nav-pages li {
		margin: 0;
		float: left;
		font-size: 14px;
	}

		.typography #nav-pages a, .typography #nav-pages em {
		margin:0 0.2em 0 0.1em;
		padding: .3em .4em;
		display: block;
	}
		.typography #nav-pages a:hover{
				background:#c5dae5;
			}

		.typography #nav-pages em {
			background:#7A9BAC;
			font-weight: 400;
			font-style: normal; 
			color: #fff;
		}
		
.typography .LeftMenuBox{
	padding: 20px 0 0 25px;
}
.typography ul#LMenu{
	margin: 0 0 0 0;
	list-style: none;
}
.typography ul#LMenu li{
	margin: 0 0 0 0px;
}
.typography ul#LSubMenu{
	margin: 0 0 0 8px;
	list-style: none;
}
.typography a.levela, .typography a.levela:visited{
	display: block;
	margin: 7px 0 5px 0;
	font-size: 18px;
	color: #003145;
}
.typography a.levela:hover{
	text-decoration: underline;
}

	.typography ul#LMenu a.current,
	.typography ul#LMenu a.section{
		color: #363EA1;
		text-decoration: underline;
	}

.typography a.levelb, .typography a.levelb:visited{
	display: block;
	margin: 3px 0 5px 0;
	font-size: 14px;
	color: #003145;
}

.typography a.levelb:hover{
	text-decoration: underline;
}


.typography ul.NewsBl{
	margin: 0;
	list-style: none;
}
.typography ul.NewsBl li{
	margin: 0;
	font-size: 12px;
	padding: 3px 0 2px 0;
}

.typography ul.NewsBl li .Dateprev{
	color: #999999;
}
.typography h4.otherNews{
	margin: 0 0 5px 0;
	
}
.typography h4.otherNews span{
	font-size: 14px;
	color: #999999;
}
.NewsPhotoH{
	display: block;
	width: 730px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}



a.h3{
	font-size: 22px;
	display: block;
	clear: both;
	padding: 25px 0 0 25px;
}

ul#MotoIco{
	margin: 0;
	list-style: none;
}

ul#MotoIco li{
	margin: 0;
	display: block;
	float: left;
	width: auto;
}
ul#MotoIco li a{
	display: block;
	width: 180px;
	text-align: center;
}
ul#MotoIco li a:hover{
	text-decoration: none;
	color: #666;
}
ul#MotoIco li a span{
	display: block;
	clear: both
	text-align: center;
	font-size: 12px;
}

.typography table.MotoHead{
	width: 100%;
}
.typography table.MotoHead td{
	border: none;
	vertical-align: top;
}

.typography table.MotoHead td.MotoName{
	padding: 0 0 5px 15px;
}
.typography table.MotoHead td.MotoName h1{
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}
.typography a.MotoHolder{
	line-height: 15px;
	padding-top: 19px;
	display: block;
	width: auto;
	float: left;
}
.typography .cenaBL{
	display: inline;
	width: auto;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #003145;
	margin:0;
	padding: 5px 8px;
	font-weight: 400;
}


.typography ul.Collors{
	margin: 0;
	list-style: none;
}
.typography ul.Collors li{
	display: block;
	width: 126px;
	float: left;
	margin: 0;
	text-align: left;
}
.typography ul.Collors li span{
display: block;
text-align: center;
}

.typography ul.Fotos{
	margin: 0;
	list-style: none;
	padding: 0;
	clear: both;
}
.typography ul.Fotos li{
	display: block;
	float: left;
	margin: 0;

	text-align: left;
	margin-left: 17px;
	margin-bottom: 10px;
width: auto;

}
.typography ul.Fotos li a{display: block;
text-align: left;
width: 220px;
clear: both;
height: 135px;
overflow: hidden;
}
.typography ul.Fotos li a img{
	margin-left: 0px;
	float: left;
}




.typography ul.Acces{
	margin: 0;
	list-style: none;
	padding: 0;
	clear: both;
}
.typography ul.Acces li{
	display: block;
	clear: both
	margin: 0;
	text-align: left;
	margin-bottom: 10px;
}
.typography ul.Acces li a.AccesPhoto{
display: block;
text-align: left;
width: 215px;
}
.typography ul.Acces li a.AccesPhoto img{
	float: left;
	border:1px solid #9D9D9D;
margin:0 15px 0px 0;
}

.typography ul.Acces li .Name{
	font-size: 18px;
	line-height: 24px;
}
.typography .Desc{
font-size: 14px;
padding: 5px 0 5px 0
}
.typography .Cena{
background-color:#003145;
color:#FFFFFF;
display:block;
float: left;
width: 80px;
text-align: center;
font-size:14px;
line-height: 16px;
font-weight:400;
margin:5px 0 0 0;
padding:4px 8px;
}

.typography table.MotoHead td.MotoMenu{
	width: 200px;
	background-color: #DADADA;
}

.typography .MotoMenu ul{
	list-style: none;
		margin: 15px 0 10px 12px;
}
.typography .MotoMenu ul li{
	margin: 0;
}
.typography .MotoMenu ul li a, .typography .MotoMenu ul li a:visited{
	font-size: 12px;
	line-height: 19px;
	color: #003145;
}
.typography .MotoMenu ul li a:hover{
	text-decoration: underline;
}

.typography .MotoMenu ul li a.section,
.typography .MotoMenu ul li a.current{
	text-decoration: underline;
}



table.w100{
	width: 100%;
}
table#HomeAn{
	clear: both;
}
table#HomeAn td{
	padding: 15px 15px 11px 15px;
	border: none;
	vertical-align: top;
}
table#HomeAn td#Homenews{
	background-color: #DADADA;
}


#Homenews.typography .NewsPhoto{
	display: block;
	float: right;
	width: 110px;
	text-align: right;
}
#Homenews.typography .NewsPhoto img{
	float: right;
}

#Homenews.typography .date{font-size: 10px;}
#Homenews.typography .newsList h3 {
	margin:0 0 0px 0;
	font-size: 12px;
}
#Homenews.typography .newsH, #Homenews.typography .newsList h3{
	font-size: 12px;
}
#Homenews.typography div.IntroText{
	font-size: 11px;
}

.typography ul.HomeAcList{
	margin: 0;
	display: block;
}
.typography ul.HomeAcList li{
	display: block;
	clear: both;
	text-align: center;
	margin: 0 0 8px 0;
}
.typography a.allNews, .typography a.allNews:visited{
	font-size: 11px;
	text-decoration: underline;
	line-height: 14px;
}



.typography #his_products td{
	padding: 0;
}
 
.typography #his_products {
color:#5A5A5A;
margin-bottom:25px;
margin-top:10px;
padding-left:10px;
}
.typography #his_products img {
float:left;
margin-bottom:5px;
margin-left:5px;
margin-top:5px;
}
.typography #his_products .year_navi {
float:left;
margin:0 0 2px;
vertical-align:bottom;
}
.typography #his_products table {
border-spacing:0;
font-size:100%;
text-align:left;
vertical-align:top;
width:100%;
}
.typography #his_products .th {
color:#252525;
font-weight:bold;
padding:0 0 0 10px;
text-decoration:underline;
}
.typography #his_products .year {
background-color:#D6D6D6;
border-bottom:1px solid #999999;
color:#1A1A1A;
font-weight:bold;
padding:2px 10px;
text-align:left;
width:40px;
}
.typography #his_products .events {
border-bottom:1px dotted #D6D6D6;
padding-top:5px;
text-align:left;
}
.typography #his_products .events_atv {
border-bottom:1px dotted #D6D6D6;
padding-top:5px;
text-align:left;
}
.typography #his_products .motorcycle {
background-color:#8C9CCF;
border-bottom:1px solid #8C9CCF;
color:#000000;
font-weight:bold;
width:8px;
}
.typography #his_products .atv {
background-color:#F5AF7A;
border-bottom:1px solid #F5AF7A;
color:#000000;
font-weight:bold;
width:8px;
}

.typography .yeartd {
background-color:#D1D1D1;
color:#1A1A1A;
font-weight:bold;
padding:2px 10px;
text-align:left;
}
.typography .yeartd-bottom {
background-color:#D1D1D1;
height:10px;
}
.typography .yeartd02-a {
background-color:#E0E0E0;
text-align:center;
border-bottom: 1px #FFFFFF solid;
}
.typography .yeartd02-b {
background-color:#FFFFFF;
text-align:center;
}
.typography .yeartd-sp {
background-color:#FFFFFF;
height:1px;
}

.typography #his_products a {
color:#252525;
}
.typography #his_products a:hover {
color:#252525;
text-decoration:underline;
}

.typography .p_name {
color:#333333;
font-size:16px;
font-weight:bold;
margin:5px 0;
}
.typography .detail-year-moto {
background-color:#8C9CCF;
color:#FFFFFF;
font-size:13px;
padding:2px 5px;
}
.typography .detail-year-atv {
background-color:#F5AF7A;
color:#FFFFFF;
font-size:13px;
padding:2px 5px;
}
.typography #yearnavi_btm {
color:#1A1A1A;
font-size:11px;
margin-bottom:10px;
}
.typography #yearnavi_btm a {
color:#1A1A1A;
}
.typography #yearnavi_btm a:hover {
color:#1A1A1A;
text-decoration:underline;
}

.typography table#motoHisDesc{
	margin: 10px 0 0 0;
}
.typography table#motoHisDesc td{
	padding: 10px 0 0 0;
	border: none;
}
.typography table#motoHisDesc img.photo{
	float: left;
	margin: 0 15px 5px 0;
	border:1px solid #9D9D9D;
}

/* Specification*/
.typography table.sp{
	width: 100%;
	margin: 0 auto 0 auto;
}
.typography table.sp td{
	border: none;
}
.typography table.sp td{
	border-bottom:1px solid #D6D6D6;
	font-size: 13px;
	padding-left: 8px;
}

.typography table.sp td.tdH{
	font-size: 18px;
	line-height: 20px;
	padding-left: 13px;
	padding-top: 10px;
}
.typography table.sp td.tdL{
	background-color: #EBEBEB;
		padding-left: 13px;
}
.typography table.cena{
	clear: both;
	margin-top: 2px;
	
}
.typography table.cena td{
	vertical-align: middle;
	padding: 0px;	
}
.typography table.cena td.god{
	text-align: center;
	padding: 0 30px 0 5px;
	font-size: 11px;

}
