@charset "utf-8";

body,html{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	background: url(../images/bg.jpg);
}

a{text-decoration:none;}

.clearfix:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.clear{
	width:100%;
	clear:both;
	display:block;
	visibility:hidden;
}
.wrapper{
	width:1070px;
	margin:0 auto;
	position:relative;
	background-color:white;
	padding-bottom:160px;
}
.shadow-left{
	position:absolute;
	left:-47px;
}
.shadow-right{
	position:absolute;
	right:-47px;
}
.body-bg{
	width:1070px;
	height:100%;
}


/*top-menu*/
.green-menu{
	width:1070px;
	height:35px;
	background-color:#006837;
	margin-left:auto;
	margin-right:auto;
}
.white-menubg{
	width:1070px;
	height:45px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
}
.red-menu{
	width:1070px;
	height:180px;
	background-color:#ec1c24;
	margin-left:auto;
	margin-right:auto;
}
.flag{
	float:right;
	position:relative;
	list-style:none;
	margin:6px 25px 0 0;
}
.flag a{
	margin-left:7px;
}
.mainlogo{
	background:url(../images/mainlogo.png);
	width:299px;
	height:201px;
	position:absolute;
	top:0px;
	left:18px;
}
.m-slogan{
	background:url(../images/slogan.png);
	width:299px;
	height:38px;
	float:left;
	margin:121px 0 0 18px;
	position:relative;
}
.mainmenu{
	list-style:none;
	float:left;
	position:absolute;
	margin:13px 0 0 388px;
	font-size:15px;
	font-weight:bold;
}
.mainmenu >li{
	float:left;
	padding:0 34px 0 34px;	
	position:relative;
}
.mainmenu li a:active,.mainmenu li.active a{
	color:#808080;
}
.submenu{
	position:absolute;
	top:22px;
	background-color:#e6e6e6;
	z-index:2;
	display:none;
	width:87px;
	padding:0 5px;
	font-size:14px;
}
.submenu ul{
	list-style:none;
}
.submenu ul li{
	border-top:1px solid white;
	margin:0 -5px;
	padding:6px 10px;
}
.submenu ul li:hover{
	background-color:#006837;
}
.submenu ul li a{
	display:block;
}
.submenu ul li a:hover{	
	color:white;
}
.txtmenu{
	color:black;
	text-decoration:none;
}
.txtmenu-gray{
	color:#707070;
	text-decoration:none;
}
.menu-slider{
	width:720px;
	height:160px;
	float:left;
	margin:9px 0 0 9px;
}
.menu-slider div{
	position:absolute;
	display:none;
}
.menu-slider div.show{display:block;}


/*bottom-menu*/
.bottom-menu{
	color:white;
	position:relative;
	text-align:center;
	padding-top:10px;
}
.bottom-menu a{
	padding-left:7px;
	padding-right:7px;
}
.copyright{
	color:white;
	padding-left:13px;
}
.txtmenu-bottom{
	color:white;
	text-decoration:none;
}


/*index*/
.product{
	width:587px;
	display:block;
	float:left;
	margin-bottom:75px;
	padding:35px 0 0 37px;
}
.home-stroke{
	position:relative;
	border-radius:5px;
	border:1px solid #cccccc;
	background: -moz-linear-gradient(-45deg,  rgba(204,204,204,0.9) 0%, rgba(255,255,255,0.95) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(204,204,204,0.9)), color-stop(50%,rgba(255,255,255,0.95)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(204,204,204,0.9) 0%,rgba(255,255,255,0.95) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(204,204,204,0.9) 0%,rgba(255,255,255,0.95) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(204,204,204,0.9) 0%,rgba(255,255,255,0.95) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(204,204,204,0.9) 0%,rgba(255,255,255,0.95) 50%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6cccccc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gallery{
	width:389px;
	display:block;
	float:left;
	margin-bottom:75px;
	padding:35px 37px 0 20px;
	overflow:hidden;
}
.home-topic{
	float:left;
	margin:10px 0 0 20px;
	font-weight:bold;
}
.slide-border{
	float:left;
	margin:-18px 11px 0 11px;
}
.slogan{
	float:right;
	margin-top:30px;
	margin-right:35px;
}
.product-slide{
	width:530px;
	height:260px;
	position:absolute;
	top:43px;
	left:29px;
	overflow:hidden;
}
.gallery-slide{
	width:300px;
	height:230px;
	position:absolute;
	top:47px;
	left:43px;
}


/*products*/
.left-column{
	float:left;
	position:relative;
	display:block;
	margin:35px 0 0 37px;
}
.right-column{
	float:left;
	position:relative;
	display:block;
	margin:35px 0 0 0;
}
.product-stroke{
	width:708px;
	float:right;
	display:block;
	border-radius:5px;
	border:1px solid #cccccc;
	margin-bottom:25px;
	padding-bottom:20px;
	position:relative;
}
.topic{
	font-size:14px;
	font-weight:bold;
	color:#ec1c24;
	margin:12px 20px 10px 20px;
}
.green-subtopic{
	font-weight:bold;
	color:#006837;
	margin:0 20px 8px 20px;
}
.detail{
	text-align:justify;
	line-height:normal;
	margin:0 20px 10px 20px;
}
.product-list{
	padding-left:35px;
	line-height:normal;
	margin-top:-7px;
}
.gray-box{
	width:260px;
	height:100%;
	float:left;
	display:block;
	border-radius:5px;
	border:1px solid #cccccc;
	background-color:#e6e6e6;
	line-height:normal;
	padding-bottom:15px;
}
.gray-box li{
	margin:0 20px 0 20px;
	list-style: decimal;
	text-align:justify;
}
.bedding-list{
	margin-left:17px;
}
.green-topic{
	font-size:14px;
	font-weight:bold;
	color:#006837;
	margin:15px 0 10px 0;
	text-align:center;
}
.products-img{
	position:absolute;
	top:40px;
	right:5px;
}
.page{
	display:inline-block;
}
.page-bt{
	float:left;
	list-style:none;
	margin-top:50px;
}
.page-bt li{
	float:left;
}
.pagebutton{
	background-color:#dbdcde;
	text-decoration:none;
	text-align:center;
	color:#808080;
	padding-top:4px;
	margin-left:4px;
	position:relative;
	display:block;
	float:left;
}
.nextpage{
	width:75px;
	height:21px;
}
.buttonpage{
	width:25px;
	height:21px;
}
.pagebutton li a:active,.page li.active a{
	background-color:#ec1c24;
	color:white;
}


/*catalogue*/
.catalogue-topic{
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#006837;
	margin:40px 0 5px 60px;
}
.catalogue-stroke{
	width:970px;
	height:100%;
	position:relative;
	display:block;
	clear:both;
	border-radius:5px;
	border:1px solid #cccccc;
	background-color:#e6e6e6;
	margin:0 auto 55px auto;
	padding:20px 0 10px 20px;
}
.catalogue-dropdown{
	background: url(../images/catalog_dropdown.png) no-repeat;
	overflow:hidden;
	width:142px;
	height:23px;
	margin:0 19px 25px 0;
	display:block;
	float:left;
}
.search{
	background:none;
	border:none;
	color:#808080;
	width:162px;
	height:23px;
}
.red-button{
	width:75px;
	height:19px;
	display:block;
	border-radius:4px;
	background-color:#ec1c24;
	font-weight:bold;
	color:white;
	text-align:center;
	padding-top:3px;
	margin:0 auto;
	position:relative;
}
.catalogue-table{
	border:1px solid #808080;
	border-radius:5px;
	overflow:hidden;
	line-height:normal;
}
.catalogue-table tr th{
	height:40px;
	font-weight:bold;
	text-align:center;
	color:#1a1a1a;
	background-color:#feca79;
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
}
.catalogue-table tr td{
	height:35px;
	color:#4d4d4d;
	text-align:center;
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
}
.catalogue-table tr td:first-child,.catalogue-table tr th:first-child{
	border-left:none;
}
.catalogue-table tr:last-child td{
	border-bottom:none;
}
.catalogue-table tr td{
	background:#fff4e4;
}
.catalogue-table tr:nth-child(even) td{
	background-color:white;
}


/*contact us*/
.about-img{
	float:left;
	margin-right:13px;
}
.facebook{
	float:left;
	margin:-5px 0 0 20px;
}
.contact-stroke{
	float:left;
	display:block;
	border-radius:5px;
	border:1px solid #cccccc;
	margin-bottom:15px;
}
.mail-table{
	margin:0 20px 0 20px;
}
.mail-table tr td{
	padding-bottom:6px;
}
.mail-table tr td:nth-child(2){
	padding-left:3px;
}
.type-box{
	width:215px;
	height:20px;
	border-radius:4px;
	background-color:white;
	border:1px solid #cccccc;
	position:relative;
	padding-left:3px;
}
.message-type{
	max-width:215px;
	max-height:120px;
	border-radius:4px;
	background-color:white;
	border:1px solid #e1e1e1;
	padding-left:3px;
}
.captcha{
	margin:20px 0 20px 0;
	text-align:center;
}



.input-search{
	width:200px;
	height:22px;
	color:#808080;
	border:1px solid #cccccc;
	border-radius:3px;
	padding-left:3px;
}
.result-txt{
	color:#1a1a1a;
	text-decoration: underline;
}
.DetailCatalogue-table{
	width:240px;
	height:100%;
	color:#333333;
	margin-left:10px;
	margin-right:8px;
	border:1px solid #808080;
	border-radius:5px;
	margin-bottom:20px;
	overflow:hidden;
	float:left;
}
.DetailCatalogue-table tr th{
	height:40px;
	font-weight:bold;
	text-align:center;
	color:#1a1a1a;
	background-color:#feca79;
	border-bottom:1px solid #808080;

}
.DetailCatalogue-table tr td{
	width:50%;
	height:35px;
	color:#4d4d4d;
	text-align:center;
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
}
.DetailCatalogue-table tr:nth-child(2) th{
	padding:20px 0;
	background-color:white;
}
.DetailCatalogue-table tr:last-child td{
	border-bottom:none;
}
.DetailCatalogue-table tr td:first-child{
	border-left:none;
}
.DetailCatalogue-table tr td{
	background:#fff4e4;
}
.DetailCatalogue-table tr:nth-child(even) td{
	background-color:white;
}
.cataloguetb-search{
	border:none;
	float:left;
	color:#4d4d4d;
	padding-left:5px;
	width:795px;
}
.result-topic{
	font-weight:bold;
	padding-left:5px;
	font-weight:bold;
	font-style:italic;
}


/*catalogue-table*/
.Year-col{
	width:12%;
	border-top:1px solid #808080;
}
.Engine-col{
	width:7%;
	border-top:1px solid #808080;
}
.Body-col{
	width:19%;
	border-top:1px solid #808080;
}
.Rim-col{
	width:7%;
	border-top:1px solid #808080;
}
.FrontRotor-col{
	width:11%;
	border-top:1px solid #808080;
}
.FrontBrake-col{
	width:11%;
	border-top:1px solid #808080;
}
.RearRotor-col{
	width:11%;
	border-top:1px solid #808080;
}
.RearBrake-col{
	width:11%;
	border-top:1px solid #808080;
}
.ParkingShoe-col{
	width:11%;
	border-top:1px solid #808080;
}


/*accordion-menu*/
.acc{
	width:100%;
}
.acc-title{
	position:relative;
}
.title{
	height:23px;
	font-weight:bold;
	color:#c01722;
	background-color:#ffe0a1;
	border-top:1px solid #808080;
	padding-top:10px;
	padding-left:15px;
}
.title:hover{
	background-color:#feca79;
}
.plus{
	background:url(../images/catalogue/bullet_plus.png) no-repeat;
	width:32px;
	height:32px;
	position:absolute;
	right:0;
	top:0;
}
.minus{
	background:url(../images/catalogue/bullet_minus.png) no-repeat;
	width:32px;
	height:32px;
	position:absolute;
	right:0;
	top:0;
	display:none;
}
.acc li.active .minus{
	display:block;
}
.acc li.active .plus{
	display:none;
}
.acc li{
	width: 100%;
}
.acc li .maintitle{
	width: 100%;
	height: 50px;
	background-color: red;
}
.acc li .detail{
	display: none;
	margin:0px;
}


