@charset "utf-8";

/*
###############################################
################### GENERIC ###################
###############################################
*/

/* Reset Styles */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
div {
	position: inherit;
}

/* Generic Styles */
html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}
a, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.nobold {
	font-weight: normal !important;
}
div.clear {
	clear: both;
	height: 0.1em;
}
.floatleft {
	float: left;
	display: inline;
}
.floatright {
	float: right;
	display: inline;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
img.border {
	border: 1px solid #000;
}
.txt9 {
	font-size: 9px;
}
.txt10 {
	font-size: 10px;
}
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt13 {
	font-size: 13px;
}
.txt14 {
	font-size: 14px;
}
.txt15 {
	font-size: 15px;
}
.txt16 {
	font-size: 16px;
}
.txt17 {
	font-size: 16px;
}
.txt18 {
	font-size: 16px;
}
.txt19 {
	font-size: 16px;
}
.txt20 {
	font-size: 16px;
}
div.hr {
	margin: 10px 0;
	display: block;
	width: 100%;
	background: #CCC;
	height: 1px;
}
.white{color:#FFF;}
p {
	display: block;
	margin: 10px 0;
}
.gap5 {
	font-size: 0.1em;
	height: 5px;
}
.gap10 {
	font-size: 0.1em;
	height: 10px;
}
.gap15 {
	font-size: 0.1em;
	height: 15px;
}
.gap20 {
	font-size: 0.1em;
	height: 20px;
}
.gap25 {
	font-size: 0.1em;
	height: 25px;
}
.gap30 {
	font-size: 0.1em;
	height: 30px;
}
.gap35 {
	font-size: 0.1em;
	height: 35px;
}
.gap40 {
	font-size: 0.1em;
	height: 40px;
}
.gap45 {
	font-size: 0.1em;
	height: 45px;
}
.gap50 {
	font-size: 0.1em;
	height: 50px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
}
ul.list {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 10px;
}
ul.list li {
	margin: 0 0 8px 18px;
	list-style-image: url(/images/frame/bullet.png);
}
ul.list li span.highlight {
	padding: 3px;
	background: #900;
	color: #FFF;
	display: inline-block;
}
ul.list li.header {
	margin-left: 0;
	font-weight: bold;
	list-style-image: none;
}
.divide_1-2 {
	width: 49%;
	float: left;
}
.divide_1-3 {
	width: 32%;
	float: left;
}
.divide_2-3 {
	width: 67%;
	float: left;
}
.divide_1-4 {
	width: 24%;
	float: left;
}
.divide_2-4 {
	width: 49%;
	float: left;
}
.divide_3-4 {
	width: 75%;
	float: left;
}
div.omega {
	float: right !important;
}
.round {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.txtred{color:red;}
.upper {
	text-transform: uppercase;
}
.hide {
	display: none;
}
.notopmargin {
	margin-top: 0 !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.redtxt {
	color: #F00;
}

/*
################################################
################### COLORBOX ###################
################################################
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
#cboxOverlay {
	background: #000;
}
#cboxContent {
	margin-top: 20px;
}
#cboxLoadedContent {
	background: #fff;
	padding: 5px;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(/images/plugins/colorbox-controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious.hover {
	background-position: bottom left;
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(/images/plugins/colorbox-controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext.hover {
	background-position: bottom right;
}
#cboxLoadingOverlay {
	background: #000;
}
#cboxLoadingGraphic {
	background: url(/images/plugins/colorbox-loading.gif) no-repeat center center;
}
#cboxClose {
	position: absolute;
	top: 0px;
	right: 5px;
	display: block;
	background: url(/images/plugins/colorbox-controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}
#cboxClose.hover {
	background-position: bottom center;
}

/*
##############################################
################### MASTER ###################
##############################################
*/

/* Specific Styles */

div.container {
	width: 960px;
	margin: 0 auto;
}
#topbar {
	width: 100%;
	height: 100px;
}
#topbar div.container {
	height: 100px;
}
#mainlogo {
	width: 211px;
	height: 62px;
	position: absolute;
	left: 0;
	bottom: 15px;
}
#statuslinks_top {
	position: absolute;
	top: 36px;
	right: 0;
	font-size: 11px;
	color: #666;
}
#statuslinks_top.homemain {
	top: 71px;
}
#statuslinks_top a {
	font-weight: normal;
}
#statuslinks_bottom {
	position: absolute;
	top: 75px;
	right: 0;
	font-size: 11px;
	color: #666;
}
#statuslinks_bottom a {
	font-weight: normal;
}
#smlinks {
	position: absolute;
	top: 7px;
	right: 0;
}
#smlinks.homemain {
	top: 42px;
}
#currencyselect {
	display: inline;
	font-size: 10px;
	color: #999;
	line-height: 16px;
	vertical-align: top;
}
#currencyselect img {
	vertical-align: top;
}
#topsearch {
	position: absolute;
	height: 24px;
	bottom: 15px;
	right: 0;
}
#topsearch span {
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}
#topsearch select {
	font-family: Verdana, Geneva, sans-serif;
	background: #666;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	padding: 3px 5px;
	font-size: 11px;
	border: none;
	float: left;
	margin-left: 10px;
}
#topsearch select option {
	background-color: #666 !important;
}
#topsearch select optgroup {
	margin-top: 10px;
}
#topsearch select optgroup option {
	margin: 0 10px;
}
#topsearch input.text {
	font-family: Verdana, Geneva, sans-serif;
	width: 140px;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	font-size: 11px;
	border: none;
	float: left;
	margin-left: 10px;
}
#topsearch input.default {
	font-style: normal;
	color: #FFF;
}
#topsearch input.active {
	font-style: italic;
	color: #999;
}
#topsearch input.btn {
	margin-left: 10px;
	float: left;
}
#topsearch img {
	display: none;
	float: left;
	margin-left: 10px;
}
#menubar,#submenubar {
	width: 100%;
	height: 30px;
}
#menubar ul.leftmenu {
	float: left;
	height: 35px;
	line-height: 35px;
}
#menubar ul.leftmenu li {
	float: left;
	height: 100%;
	margin-right: 15px;
}
#menubar ul.leftmenu li a {
	display: block;
	background: 10px center no-repeat;
	height: 100%;
	padding: 0 10px 0 45px;
	font-weight: normal;
}
#menubar ul.leftmenu li a.cn {
	background-image: url(/images/frame/regionicon-cn.png);
}
#menubar ul.leftmenu li a.us {
	background-image: url(/images/frame/regionicon-us.png);
}
#menubar ul.leftmenu li a:hover {
	text-decoration: none;
}
#menubar ul.leftmenu li a.current {
	background-color: #444;
}
#menubar ul.rightmenu {
	float: right;
	height: 35px;
	line-height: 35px;
}
#menubar ul.rightmenu li {
	float: left;
	margin: 0 0 0 20px;
}
#menubar ul.rightmenu li a.current {
	color: #000;
}
#menubar ul li a,#submenubar ul li a {
	color: #DEDEDE;
	font-size: 13px;
}
#submenubar ul li a {font-weight:normal;}
#menubar ul.sub{
	margin-top: -12px;
}
#menubar ul.sub li a {
	font-size: 12px;
}
#contentbar {
	width: 100%;
	min-height: 400px;
	border-top: 1px solid black;/* padding:15px 0;*/
}
#footerbar {
	width: 100%;
	border-top: 1px solid black;
}
#footerbar p {
	font-size: 11px;
}
#footerbar a {
	font-size: 11px;
	font-weight: normal;
}
#partsdrill {
	height: 30px;
	margin-bottom: 15px;
}
#partsdrill option {
	margin-right: 10px;
}
#partsdrill select {
	float: left;
	margin-right: 10px;
	height: 28px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 28px;
	color: #000;
	padding: 3px 5px;
	font-size: 11px;
	border: 1px solid #000;
}
#partsdrill select.marque {
	width: 100px;
	color: #900;
	font-weight: bold;
}
#partsdrill select.model {
	width: 150px;
}
#partsdrill select.cat {
	width: 150px;
}
#partsdrill select.disabled {
	color: #999;
	font-style: italic;
	text-transform: none;
	font-weight: normal;
}
#partsdrill img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}
#partsdrill img.omega {
	margin-right: 0;
}
#diagramcontainer {
	width: 702px;
	float: left;
}
#diagramcontainer div.diagram {
	width: 700px;
	height: 500px;
	border: 1px solid #000;
	background: #FFF;
	text-align: center;
	position: relative;
}
#diagramcontainer div.diagram div.imgpad {
	float: left;
	font-size: 1px;
}
#diagramcontainer div.diagram div.imgcontainer {
	float: left;
}
#diagramcontainer div.diagram div.imgcontainer img {
}
#diagramcontainer div.dfooter {
	text-align: center;
	margin-top: 5px;
}
#diagramcontainer div.dfooter a {
	color: #CCC;
	vertical-align: middle;
}
#diagramcontainer div.dfooter img {
	vertical-align: middle;
}
#diagramcontainer div.dleft {
	width: 150px;
	float: left;
}
#diagramcontainer div.dright {
	width: 150px;
	float: right;
	text-align: right;
}
div.part {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 8px;
}
div.part div {
	line-height: 13px;
}
div.part div.label {
	float: left;
	width: 35px;
	padding: 2px 0;
}
div.part div.label span.active {
	text-decoration: none;
}
div.part div.desc {
	float: right;
	width: 155px;
	text-transform: uppercase;
}
div.part div.desc em {
	text-transform: none;
	font-size: 10px;
}
div.part div.desc a {
	font-weight: normal;
	display: block;
	padding: 2px 0;
}
div.part div.desc a:hover {
	text-decoration: none;
}
div.part div.desc:hover span.showprice {
	color: #FFF;
}
div.part_img {
	width: 230px;
	float: left;
}
div.part_img img {
	display: block;
}
div.part_img p {
	margin: 0;
	text-align: center;
}
div.part_img p.imgnote {
	margin-top: 8px;
	font-size: 10px;
}
div.part_img p.model {
	font-weight: bold;
}
div.part_img p.cat {
	margin-top: 15px;
}
div.part_img p.carlist {
	font-size: 11px;
}
div.part_img div.hr {
	margin: 20px 0;
}
div.part_details {
	width: 420px;
	float: left;
	margin-left: 40px;
}
div.part_details div {
	margin-bottom: 10px;
	line-height: 15px;
}
div.part_details div.label {
	float: left;
	font-weight: bold;
	width: 125px;
}
div.part_details div.data {
	float: left;
	width: 295px;
}
div.part_details a.addenq {
	display: inline-block;
	padding: 0 30px;
	height: 40px;
	border: 1px solid black;
	line-height: 40px;
	color: #FFF;
	padding: 0 15px;
	margin-top: 20px;
}
div.part_enqlist {
	float: right;
	width: 200px;
	min-height: 200px;
	padding: 15px;
}
div.part_enqlist div.title {
	font-weight: bold;
	margin-bottom: 15px;
}
div.part_enqlist div.msg {
	font-style: italic;
	margin-bottom: 15px;
	font-size: 11px;
}
div.part_enqlist div.label {
	float: left;
	width: 25px;
	font-size: 10px;
	margin-bottom: 8px;
}
div.part_enqlist div.data {
	float: right;
	width: 170px;
	font-size: 10px;
	margin-bottom: 8px;
}
div.part_enqlist div.data a {
	font-weight: normal;
}
div.sresult {
	width: 450px;
	padding: 10px;
	height: 100px;
	margin-bottom: 20px;
	overflow: hidden;
}
div.sresult div.img {
	float: left;
	height: 100px;
	width: 135px;
	background: #FFF;
}
div.sresult div.img img {
	display: block;
	margin: 0 auto;
	max-width: 135px;
	max-height: 100px;
}
div.sresult div.details {
	font-size: 11px;
	float: left;
	height: 100px;
}
div.sresult div.details div.label {
	width: 100px;
	font-weight: bold;
	float: left;
	margin: 0 10px 3px;
}
div.sresult div.details div.data {
	width: 195px;
	float: left;
	margin-bottom: 3px;
}
div.sresult div.details div.data span.tooltip {
	cursor: help;
}
div.sresult div.details div.links {

	/*position:absolute;right:0;*/ position: relative;
	width: 305px;
	bottom: 0;
	left: 11px;
}
div.sresult div.details div.links a {
	padding: 0 8px;
	line-height: 20px;
	ieght: 20px;
	float: left;
	color: #CCC;
}
div.sresult div.details div.links span {
	float: left;
	height: 10px;
	width: 8px;
}
div.sresult.popular {
	width: 450px;
	padding: 8px;
	border: 1px solid #999;
	background: #FFF;
}
div.srheader {
	margin-top: 10px;
}
div.srheader div.floatleft {
	margin-top: 0px;
}
div.pagination {
	text-align: right;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	font-size: 11px;
	margin-bottom: 20px;
}
div.pagination a {
	width: 90px;
	height: 26px;
	float: left;
	margin: 0 5px;
	text-align: center;
	color: #FFF !important;
	cursor: pointer;
}
div.pagination span {
	width: 90px;
	height: 26px;
	float: left;
	margin: 0 5px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}
div.pagecount {
	float: left;
	margin: 0 5px;
	height: 24px;
	padding: 0 10px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CCC;
}
div.srheader .last {
	margin-right: 0;
}
div.srheader h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
div.srheader h3 span {
	color: #F00;
	font-weight: bold;
}
div.srheader h3 em {
	font-size: 13px;
}
div.searchfilter {
	margin-bottom: 20px;
}
#submodelform {
	display: inline;
}
#submodelselect {
	font-family: Verdana, Geneva, sans-serif;
	background: #CCC;
	width: 150px;
	height: 24px;
	line-height: 24px;
	color: #000;
	padding: 3px 5px;
	font-size: 11px;
	border: 1px solid black;
}
#submodelselect optgroup {
	margin-top: 10px;
}
#submodelselect optgroup option {
	margin: 0 10px;
}
div.greenbox {
	width: 928px;
	padding: 15px;
	border: 1px solid black;
	text-align: center;
	background: #CFC;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.redbox {
	width: 928px;
	padding: 15px;
	border: 1px solid black;
	text-align: center;
	background: #FCC;
	color: #000;
	margin-bottom: 20px;
}
table.enquirylist {
	border-spacing: 0 4px;
	width: 100%;
}
table.enquirylist tr {
	border-bottom: 3px solid #454545;
}
table.enquirylist tr.header td {
	font-weight: bold;
}
table.enquirylist td {
	padding: 10px;
	vertical-align: middle;
}
table.enquirylist td.marque {
	width: 80px;
}
table.enquirylist td.partno {
	text-align: center;
}
table.enquirylist td.price {
	text-align: center;
}
table.enquirylist td.actions {
	width: 230px;
	text-align: center;
}
a.enqproceed {
	padding: 0 30px;
	height: 40px;
	border: 1px solid black;
	line-height: 40px;
	padding: 0 15px;
	display: inline-block;
	margin-top: 20px;
}
form.enquiryform input.text:focus, form textarea:focus, form select:focus {
	background: #FFC;
}
form.enquiryform input.text {
	width: 250px;
	padding: 5px;
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
form.enquiryform input.name {
	width: 185px !important;
	margin-left: 10px;
}
form.enquiryform select {
	width: 262px;
	padding: 5px;
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
form.enquiryform select.title {
	width: 55px !important;
	padding: 4px;
}
form.enquiryform select.short {
	width: 128px !important;
	padding: 4px;
}
form.enquiryform input.button {
	background: #B99541 url(/images/frame/formbtnbg.gif) repeat-x;
	border: 1px solid #666;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	color: #000;
}
form.enquiryform input.button:hover {
	text-decoration: underline;
}
form.enquiryform input.error, form input.error:focus, form select.error, form select.error:focus, form textarea.error, form textarea.error:focus {
	background: #FCC;
	border: 1px solid #F00;
}
form.enquiryform label.error {
	display: inline;
	margin-top: 3px;
	color: #F00;
	padding-left: 6px;
	font-size: 11px;
	font-weight: bold;
}
form.enquiryform .customformRight.mar-mod-formRight label.error {
	
	padding-left: 32px !important;
	
}
form.enquiryform textarea {
	width: 500px;
	padding: 5px;
	/*height: 95px;*/
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
form.enquiryform textarea.long {
	width: 500px;
}
form.enquiryform textarea.exlong {
	width: 948px;
	font-family: "Courier New", Courier, monospace;
	height: 200px;
}
form.enquiryform input.submit {
	padding: 0 30px;
	height: 40px;
	border: 1px solid black;
	line-height: 40px;
	color: #FFF;
	display: block;
	margin-top: 20px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
form.enquiryform input.submit:hover {
	text-decoration: underline;
}
table.enquiryform {
	margin-left: -10px;
	border-collapse: separate;
	border-spacing: 10px;
	*border-collapse: expression('separate', cellSpacing='10px');
}
table.enquiryform tr.hiderow {
	display: none;
}
table.enquiryform td.label {
	width: 200px;
	vertical-align: middle;
	font-weight: bold;
}
table.enquiryform td.label.short {
	width: 140px;
}
table.enquiryform td.field {
	vertical-align: middle;
}
table.enquiryform td.field span {
	color: #999;
	font-style: italic;
}
table.enquiryform td.field span.red {
	color: #C66;
}
table.submitlist {
	border-spacing: 0 2px;
	width: 100%;
}
table.submitlist tr {
	border-bottom: 3px solid #454545;
}
table.submitlist tr.header td {
	font-weight: bold;
}
table.submitlist td {
	padding: 10px 5px;
	vertical-align: middle;
	font-size: 11px;
}
table.submitlist th {
	padding: 12px 0;
}
table.submitlist td.marque {
	width: 100px;
}
table.submitlist td.model {
	width: 160px;
}
table.submitlist td.partno {
	width: 110px;
	text-align: center;
}
table.submitlist td.partdesc {
	width: 150px;
}
table.submitlist td.qty {
	width: 80px;
	text-align: center;
}
table.submitlist td.chassis {
	width: 110px;
	text-align: center;
}
table.submitlist td.year {
	width: 60px;
	text-align: center;
}
table.submitlist td.side {
	width: 60px;
	text-align: center;
}
table.submitlist td.notes {
	text-align: center;
}
table.submitlist td.vor {
	width: 60px;
	text-align: center;
}
table.submitlist td.vor a {
	color: #FFF;
}
table.submitlist td.vor img {
	vertical-align: text-bottom
}
table.submitlist input.text {
	padding: 3px;
	border: 1px solid #000;
	background: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
table.submitlist input.chassis {
	width: 100px;
}
table.submitlist input.qty {
	width: 40px;
	text-align: center;
}
table.submitlist input.year {
	width: 40px;
}
table.submitlist input.notes {
	width: 150px;
}
table.submitlist input.model {
	width: 130px;
}
table.submitlist input.partno {
	width: 100px;
}
table.submitlist input.desc {
	width: 150px;
}
table.submitlist select {
	width: 70px;
	padding: 3px;
	border: 1px solid #000;
	background: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
table.submitlist select:focus {
	background: #FFC;
}
h1 {
	margin-bottom: 15px;
}
table.regform {
	margin-left: -10px;
}
form.regform input.text:focus, form textarea:focus, form select:focus {
	background: #FFC;
}
form.regform input.text {
	width: 250px;
	padding: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form.regform input.name {
	width: 185px !important;
	margin-left: 10px;
}
form.regform select {
	width: 262px;
	padding: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form.regform select.title {
	width: 55px !important;
	padding: 4px;
}
form.regform input.submit {
	padding: 0 30px;
	height: 40px;
	border: 1px solid black;
	line-height: 40px;
	color: #FFF;
	display: block;
	margin-top: 20px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
form.regform input.submit:hover {
	text-decoration: underline;
}
form.regform textarea {
	width: 250px;
	padding: 5px;
	height: 95px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form.regform textarea.long {
	width: 500px;
}
form.regform table.regform {
	border-collapse: separate;
	border-spacing: 10px;
	*border-collapse: expression('separate', cellSpacing='10px');
}
form.regform table.regform tr.hiderow {
	display: none;
}
form.regform table.regform td.label {
	width: 200px;
	vertical-align: top;
	font-weight: bold;
}
form.regform table.regform td.field {
	vertical-align: middle;
}
form.regform table.regform td.field span {
	color: #999;
	font-style: italic;
}
form.regform table.regform td.field span.red {
	color: #C66;
}
form.regform input.error, form input.error:focus, form select.error, form select.error:focus, form textarea.error, form textarea.error:focus {
	background: #FCC;
	border: 1px solid #F00;
}
form.regform label.error {
	display: inline;
	margin-top: 3px;
	color: #F00;
	padding-left: 6px;
	font-size: 11px;
	font-weight: bold;
}
#recaptcha_image {
	width: 300px;
	height: 57px;
	border: 1px solid #999;
	float: left;
	display: inline;
	background: #999;
}
#recaptcha_image a {
	font-size: 12px;
	margin: 18px 0 0 8px;
	color: #FFF;
}
.recaptcha_logo {
	width: 75px;
	height: 57px;
	border: 1px solid #F4F4F4;
	float: left;
	display: inline;
	margin-left: 10px;
	background: url(/images/frame/recaptchalogo.gif)  no-repeat left center;
}
.recaptcha_input {
	width: 300px;
	text-align: center;
}
.recaptcha_only_if_image, .recaptcha_only_if_audio {
	width: 302px;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}
#recaptcha_response_field, #recaptcha_response_field:focus {
	background: #CFC;
	width: 290px;
}
#recaptcha_response_field.error {
	background-color: #CFC;
}
div.marqueboxes {
	margin-top: 10px;
}
div.marqueboxes div.box {
	float: left;
	width: 184px;
	margin: 0 10px 10px 0;
	height: 60px;
}
div.marqueboxes div.bump {
	margin-right: 8px;
}
div.marqueboxes div.omega {
	margin-right: 0;
	float: right;
}
ul.homelist {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 10px;
}
ul.homelist li {
	margin: 0 0 8px 0;
	padding-left: 25px;
	list-style-image: none;
	line-height: 16px;
	vertical-align: middle;
	background: url(/images/frame/checkmark.png) no-repeat left 2px;
}
ul.homelist li.header {
	margin-left: 0;
	font-weight: bold;
	list-style-image: none;
}
div.homecopyleft {
	width: 460px;
}
div.homecopyright {
	width: 475px;
}
.spaced {
	line-height: 1.3em;
}
p.gapped {
	line-height: 1.3em;
}
img.paraleft {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c1c1c1;
	position: relative;
	display: block;
	margin: 0 20px 20px 0;
	padding: 7px;
	float: left;
}
img.pararight {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c1c1c1;
	position: relative;
	display: block;
	margin: 0 0 20px 20px;
	padding: 7px;
	float: right;
}
div.mapcontainer {
	border: 1px solid black;
	width: 958px;
	height: 523px;
	background: #6C6C6C;
}
div.pointer {
	min-height: 50px;
	padding: 60px 15px 15px;
	color: #000;
}
table.diagparts {
	width: 960px;
	margin: 0 auto;
	font-size: 10px;
	border-spacing: 0 4px;
}
table.diagparts tr {
	border-bottom: 1px solid #666;
}
table.diagparts tr.header td {
	text-transform: uppercase;
	font-weight: bold;
	background: #CCC;
	color: #000;
}
table.diagparts td.id {
	width: 25px;
}
table.diagparts td.actions {
	width: 190px;
	text-align: center;
}
table.diagparts td {
	padding: 5px;
	vertical-align: middle;
}
div.diagregister {
	width: 930px;
	padding: 15px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}
#chinalink {
	position: absolute;
	width: 200px;
	left: 249px;
	top: 40px;
	line-height: 1.2em;
	text-align: center;
}
#chinalink a:hover {
	text-decoration: none;
	color: #FFF;
}
#regionlinks {
	position: absolute;
	width: 200px;
	min-height: 10px;
	top: 22px;
	left: 249px;
}
#regionlinks a {
	display: block;
	height: 25px;
	line-height: 25px;
	background: #3F3F3F;
	margin-bottom: 8px;
	width: 170px;
	text-align: center;
	color: white;
	font-weight: normal;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 4px center;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#regionlinks a:hover {
	color: red;
	text-decoration: none;
}
#regionlinks a.us {
	font-size: 11px;
	background-image: url(/images/frame/regionicon-us.png);
}
#regionlinks a.cn {
	background-image: url(/images/frame/regionicon-cn.png);
}
div.infobox {
	padding: 10px;
	border: 1px solid #FFF;
	line-height: 1.3em;
	margin-top: 20px;
}
a.buttonsub {
	display: inline-block;
	padding: 10px 30px;
	background: #900;
	color: #FFF !important;
	border: 1px solid #999;
}
div.wperror {
	padding: 10px;
	background: #FCC;
	color: #900;
}
table.standard {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}
table.standard td {
	border-bottom: 1px solid #666;
}
table.standard tr.header td {
	background: #CCC;
	font-weight: bold;
	border-bottom: none;
	color: #000;
}
table.standard td {
	padding: 8px;
}
table.standard td.m {
	vertical-align: middle;
}
table.standard td.c {
	text-align: center;
}
table.standard td.b {
	font-weight: bold;
}
table.standard tr.highlight {
	cursor: pointer;
}
table.standard tr.highlight:hover {
	background: #900;
}
img.bordered {
	padding: 5px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.partlist {

	/*background:#303030;*/height: 90px;
	padding: 10px 0 0 10px;
	margin: 8px 0;
}
div.partlist div.inner {
	width: 210px;
	height: 80px;
	overflow: auto;
}
div.quote {
	padding: 15px;
	margin: 20px 0;
	line-height: 1.3em;
}
div.breadcrumb {
	font-size: 11px;
	margin-bottom: 20px;
	line-height: 15px;
	margin-top: 15px;
}
div.breadcrumb a {
	font-weight: normal;
	text-decoration: underline;
	color: inherit;
}
.orderimportant {
	padding: 10px;
	background: #FFC;
	border: 1px solid #999;
	margin: 20px 0;
}
.surcharge {
	display: block;
	font-size: 10px;
	font-style: italic;
	margin-top: 2px;
	color: #666;
}
.surcharge a {
	font-weight: normal;
}
#postcoderow {
	display: none;
}
span.prevprice {
	display: block;
	font-size: 12px;
	color: #666;
	margin-bottom: 4px;
}
span.prevprice span {
	text-decoration: line-through;
}
span.prodprice {
	font-weight: bold;
}
.saving {
	display: block;
	font-size: 11px;
	font-style: italic;
	margin-top: 4px;
	color: #666;
}
div.part div.desc span.showprice {
	font-weight: bold;
}
div.data span.highlight {
	font-weight: bold;
}
div.pb_head {
	margin-top: 20px;
}
div.pb_head img {
	float: left;
	margin-right: 20px;
	padding: 3px;
	border: 1px solid #CCC;
}
div.pb_head div p {
	line-height: 1.3em;
	font-size: 12px;
}
div.pb_head div p.alpha {
	margin-top: 0;
}
div.pb_head div {
	padding-top: 3px;
}
div.pl_poppart {
	float: left;
	width: 180px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 1.4em;
}
div.pl_poppart.alpha {
	margin-left: 0;
}
div.pl_poppart img {
	border: 1px solid #CCC;
}
div.pl_poppart a {
	color: #506F85;
}
div.pl_hr {
	width: 960px;
	height: 15px;
	background: url(/images/subsites/main/ppclanding/hr.gif);
}
.seo_modelcol {
	float: left;
}
.seo_modelcol.alpha {
	margin-left: 0;
}
.seo_modelgroup {
	margin-bottom: 20px;
}
.seo_modelgroup a {
	display: block;
	margin-left: 10px;
	margin-top: 3px;
	font-weight: normal;
}
.seo_modelgroup.nomargin {
	margin-bottom: 0;
}
.seo_modelgroup h3 {
	font-size: 16px;
	font-weight: normal;
}
div.catlist {
	margin-top: 25px;
	width: 465px;
}
div.catlist.alpha {
	float: left;
}
div.catlist.omega {
	float: right;
}
div.catlist h3 {
	font-size: 14px;
}
ul.catlinks {
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0;
}
ul.catlinks li {
	margin: 0 0 6px 18px;
	list-style-image: url(/images/frame/bullet.png);
}
ul.catlinks li a {
	font-weight: normal;
}
ul.catlinks li span.highlight {
	padding: 3px;
	background: #900;
	color: #FFF;
	display: inline-block;
}
ul.catlinks li.header {
	margin-left: 0;
	font-weight: bold;
	list-style-image: none;
}
div.partscarbox {
	width: 225px;
	margin: 20px 20px 0 0;
	float: left;
}
div.partscarbox img {
	border: 1px solid #999;
}
div.partscarbox span {
	display: block;
	text-align: center;
	margin-top: 4px;
}
div.partscarbox.omega {
	margin-right: 0;
}
img.partfinder {
	float: left;
}
div.partfinder {
	margin: 20px 0 0 20px;
	float: left;
	width: 740px;
	line-height: 1.3em;
}
a.partfinder {
	float: right;
}
div.customformleft {
	float: left;
	with: 740px;
}
div.customformright {
	float: right;
	width: 200px;
}
div.partfinderbox {
	background: url(/imgrsfull/h100-w150/images/misc/porsche-cutaway.jpg) no-repeat 10px center;
	border: 1px solid #999;
	padding: 10px 0 10px 180px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
div.partfinderbox h3 {
	display: inline;
	font-family: arial;
	font-size: 14px;
}
div.partfinderbox h2 {
	font-family: arial;
	font-size: 18px;
}
div.partfinderbox a.enqproceed {
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-top: 0;
}
div.blogentry {
	margin-top: 20px;
}
div.blogentry img {
	float: left;
	padding: 3px;
	border: 1px solid #CCC;
}
div.blogentry div.details {
	float: right;
	width: 750px;
	height: 118px;
}
div.blogentry div.details h2 {
	font-size: 14px;
}
div.blogentry div.byline {
	margin-top: 8px;
	font-size: 11px;
}
div.blogentry div.excerpt {
	margin-top: 6px;
	line-height: 1.3em;
}
div.blogcontent p {
	line-height: 1.3em;
}
div.blogcontent img {
	padding: 3px;
	border: 1px solid #CCC;
	max-width: 600px;
	max-height: 500px;
	display: block;
	width: auto;
	height: auto;
	margin: 20px auto;
}
div.blogcontent iframe {
	padding: 3px;
	border: 1px solid #CCC;
	display: block;
	display: block;
	margin: 20px auto;
}
div.blogcontent ul li {
	line-height: 1.3em;
}
div.blogcontent div.imgcaption {
	text-align: center;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 20px;
}
div.blogcontent h2 {
	border-top: 1px solid #DDD;
	padding-top: 20px;
	margin-top: 20px;
}
div.blogcontent h3 {
	margin-top: 30px;
}

div.main-slider a.home_slider{float:right;margin:0 15px 11px !important;color:#fff !important;font-size: 12px !important; font-weight: normal !important; line-height: 26px !important; text-align: center; text-decoration: none !important; width: 116px;text-transform:uppercase;}
div.main-slider a.home_slider span{color:#fff !important;}
a.marque-block{overflow:hidden;position:relative;display:inline-block;}
a.marque-block.overlay span{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75);text-align:center;}
a.marque-block.overlay span h4{color:#FFF;position:relative;top:50%;transform:translateY(-50%);font-size:16px;text-transform:uppercase;font-weight:bold;}

/* RESPONSIVENESS */

/* General: Mobile */

p.mobilefitscar {
	display: none;
}
.mobileviewpartslist {
	display: none;
}
.mobile-view-menu {
	display: none;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background-color: #f7f7f7;
	position: relative;
}
.mobile-view-menu .mob {
	display: inline-block;
	width: 23%;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	padding: 5px 0;
	position: static;
}
.mobile-view-menu .mob.left-border {
	border-left: 1px solid #cccccc;
}
.mobile-view-menu .mob.menu {
	text-transform: uppercase;
}
ul.submenu-main li.submenu-item, ul.submenu-currency li.submenu-item, ul.submenu-login li.submenu-item {
	line-height: 30px;
}
ul.submenu-main li.submenu-item a, ul.submenu-main li.submenu-item a:visited, ul.submenu-login li.submenu-item a, ul.submenu-login li.submenu-item a:visited, ul.submenu-currency li.submenu-item a, ul.submenu-currency li.submenu-item a:visited {
	text-transform: capitalize;
	color: #FFFFFF;
}
ul.submenu-main li.submenu-item a:hover, ul.submenu-login li.submenu-item a:hover, ul.submenu-currency li.submenu-item a:hover {
	text-decoration: underline;
}
ul.submenu-main, ul.submenu-login, ul.submenu-currency {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #cccccc;
	z-index: 55;
	top: 50px;
}
ul.submenu-main, ul.submenu-login, ul.submenu-cart {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #cccccc;
	z-index: 100000;
	top: 50px;
}
ul.submenu-login, ul.submenu-currency, ul.submenu-cart {
	left: 0px;
}
ul.mobile-menu-opened {
	display: block !important;
}
#smlinks-footer {
	display: none;
}
.parts-finder-go form#partsdrill {
	margin-top: 30px;
}
.box_content_body_text {
	padding: 5px 14px;
}
.box_header.box-header-view, .box_content_body.box-view {
	padding: 5px 1px !important;
}
.box_header.box-header-view b {
	padding-left: 14px;
}
.product-details iframe {
	width: 100%;
}
.browse-featured.featured-prod {
	text-align: left;
}
.browse-featured.featured-prod .featured-heading {
	text-align: center;
}
.browse-featured.featured-prod .featured-block a.read-more {
	float: none !important;
}
.product-details > p {
	display: table !important;
}
.red-header p.main-tab {
	margin: 0 0 !important;
}
.spaced.firsttitle {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;  /*text-align: center;*/
}

/*====================== OE LANDING PAGES ========================*/
div.oelandingintro{background:#DDD;padding:15px 15px 0;margin-top:20px;color:#000;font-size:13px;line-height:1.2em;}
div.oelandingintro h1{margin:0 0 8px;}
div.oelandingintro img{float:left;padding:0 15px 15px 0;width:100%;max-width:255px;}
p.alternate{margin:0;padding-bottom:20px;line-height:1.2em;}
/*====================== OE LANDING PAGES ========================*/

/*====================== NEW OE MARQUE LANDING PAGES ========================*/
#mlpslide{width:100%;overflow:hidden;}
#mlpslide li{width:100%;position:absolute;}
#mlpslide li img{width:100%;}
div.mlplines{position:absolute;width:100%;height:60px;top:272px;left:0;z-index:1;}

@media screen and (max-width:768px){#submenubar,div.mlplines{display:none;}}


a.mlpcta span{display:inline-block;background:url(/images/mlpmisc/darrow.png) no-repeat right center;color:#FFF;font-family:'Roboto Condensed',Verdana,Geneva,sans-serif;font-size:25px;padding:15px 40px 15px 15px;font-weight:normal;}
div.mlpheader{background:#DDD;color:#000;padding:0 20px;margin-bottom:20px;}
div.mlpintro{padding:20px 0;font-family:'Roboto Condensed',Verdana,Geneva,sans-serif;font-size:16px;border-top:1px solid #CCC;border-bottom:1px solid #CCC;}
div.mlpintro h2{font-weight:bold;font-size:20px;}
div.mlpintro p:first-child{margin-top:0;}
div.mlpintro p:last-child{margin-bottom:0;}
div.container.mlpbg{position:relative;z-index:4;background:no-repeat center 400px fixed;}
img.mlp.border{padding:3px;}
div.mlpinfobox{line-height:1.3em;padding:0 10px;width:215px;display:inline-block;font-family:'Roboto Condensed',Verdana,Geneva,sans-serif;font-size:15px;margin-bottom:20px;vertical-align:top;text-align:left;}
div.mlpinfobox img{float:left;padding:0 10px 0 0;width:40px;height:40px;}
div.mlpinfobox h3{display:block;float:none;margin:0 0 8px 0;font-size:15px;}
div.mlpinforow{text-align:center;}
.single_modelgroup.mlp{float:left;margin-bottom:20px;width:33.2%;vertical-align:top;}
.single_modelgroup.mlp h3{font-family:'Roboto Condensed',Verdana,Geneva,sans-serif;font-size:16px;}
.oelanderwindow{text-align:center;margin-top:30px;}
.oelanderwindow div.mlpoelander{display:inline-block;width:192px;text-align:center;margin:0 10px 15px;vertical-align:top;}
.oelanderwindow div.mlpoelander img{display:block;border:1px solid #999;margin-bottom:5px;}
.oelanderwindow div.mlpoelander a:last-child{font-family:'Roboto Condensed',Verdana,Geneva,sans-serif;font-size:14px;font-weight:normal;}
a.mlpsubmodel{display:inline-block;width:280px;height:100px;position:relative;margin:0 15px 30px;font-weight:normal;font-family:'Roboto Condensed',Verdana,Geneva,sans-serif;font-size:18px;}
a.mlpsubmodel img{position:absolute;top:0;left:0;width:280px;height:100px;-webkit-transition: opacity 0.3s ease-in-out;-moz-transition: opacity 0.3s ease-in-out;-o-transition: opacity 0.3s ease-in-out;transition: opacity 0.3s ease-in-out;}
a.mlpsubmodel img.carmodel{z-index:1;}
a.mlpsubmodel img.caroutline{z-index:2;}
a.mlpsubmodel:hover img.caroutline{opacity:0;}
a.mlpsubmodel div.bg{position:absolute;top:0;left:0;width:280px;height:100px;background:rgba(0,0,0,0.5);z-index:2;}
a.mlpsubmodel span{position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);text-align:center;line-height:1.3em;color:#FFF !important;z-index:3;}
	/*=== Ferrari === */
	div.mlpbg.ferrari{background-image:url(/images/mlpbgs/ferrari.jpg);}
	a.mlpcta.ferrari span{background-color:#600;}
	div.mlplines.ferrari{border-top:2px solid #F00;border-bottom:2px solid #F00;}
	div.mlpheader h1.ferrari{color:#F00;}
	img.mlp.border.ferrari{border:1px solid #F00;}
	div.mlpinfobox.ferrari h3{color:#F00;}
	.single_modelgroup.mlp h3 a.ferrari{color:#F00;}
	/*=== Lamborghini === */
	div.mlpbg.lamborghini{background-image:url(/images/mlpbgs/lamborghini.jpg);}
	a.mlpcta.lamborghini span{background-color:#993300;}
	div.mlplines.lamborghini{border-top:2px solid #f87500;border-bottom:2px solid #f87500;}
	div.mlpheader h1.lamborghini{color:#f87500;}
	img.mlp.border.lamborghini{border:1px solid #f87500;}
	div.mlpinfobox.lamborghini h3{color:#f87500;}
	.single_modelgroup.mlp h3 a.lamborghini{color:#f87500;}
	/*=== Maserati === */
	div.mlpbg.maserati{background-image:url(/images/mlpbgs/maserati.jpg);}
	a.mlpcta.maserati span{background-color:#666;}
	div.mlplines.maserati{border-top:2px solid #000684;border-bottom:2px solid #999;}
	div.mlpheader h1.maserati{color:#000684;}
	img.mlp.border.maserati{border:1px solid #999;}
	div.mlpinfobox.maserati h3{color:#000684;}
	.single_modelgroup.mlp h3 a.maserati{color:#000684;}
	/*=== Aston === */
	div.mlpbg.astonmartin{background-image:url(/images/mlpbgs/astonmartin.jpg);}
	a.mlpcta.astonmartin span{background-color:#003e05;}
	div.mlplines.astonmartin{border-top:2px solid #003e05;border-bottom:2px solid #003e05;}
	div.mlpheader h1.astonmartin{color:#003e05;}
	img.mlp.border.astonmartin{border:1px solid #003e05;}
	div.mlpinfobox.astonmartin h3{color:#003e05;}
	.single_modelgroup.mlp h3 a.astonmartin{color:#003e05;}
	/*=== Porsche === */
	div.mlpbg.porsche{background-image:url(/images/mlpbgs/porsche.jpg);}
	a.mlpcta.porsche span{background-color:#666;}
	div.mlplines.porsche{border-top:2px solid #999;border-bottom:2px solid #666;}
	div.mlpheader h1.porsche{color:#666;}
	img.mlp.border.porsche{border:1px solid #666;}
	div.mlpinfobox.porsche h3{color:#666;}
	.single_modelgroup.mlp h3 a.porsche{color:#666;}
	/*=== Bentley === */
	div.mlpbg.bentley{background-image:url(/images/mlpbgs/bentley.jpg);}
	a.mlpcta.bentley span{background-color:#000;}
	div.mlplines.bentley{border-top:2px solid #000;border-bottom:2px solid #000;}
	div.mlpheader h1.bentley{color:#000;}
	img.mlp.border.bentley{border:1px solid #000;}
	div.mlpinfobox.bentley h3{color:#000;}
	.single_modelgroup.mlp h3 a.bentley{color:#000;}
	/*=== Rolls === */
	div.mlpbg.rollsroyce{background-image:url(/images/mlpbgs/rollsroyce.jpg);}
	a.mlpcta.rollsroyce span{background-color:#000;}
	div.mlplines.rollsroyce{border-top:2px solid #000;border-bottom:2px solid #000;}
	div.mlpheader h1.rollsroyce{color:#000;}
	img.mlp.border.rollsroyce{border:1px solid #000;}
	div.mlpinfobox.rollsroyce h3{color:#000;}
	.single_modelgroup.mlp h3 a.rollsroyce{color:#000;}
	/*=== Audi === */
	div.mlpbg.audi{background-image:url(/images/mlpbgs/audi.jpg);}
	a.mlpcta.audi span{background-color:#000458;}
	div.mlplines.audi{border-top:2px solid #000458;border-bottom:2px solid #000458;}
	div.mlpheader h1.audi{color:#000458;}
	img.mlp.border.audi{border:1px solid #000458;}
	div.mlpinfobox.audi h3{color:#000458;}
	.single_modelgroup.mlp h3 a.audi{color:#000458;}
	/*=== Menu Bar Background ===*/
	div#menubar.astonmartin{background:#0d4709;background:-moz-linear-gradient(top,#10570b 0%,#093607 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#10570b),color-stop(100%,#093607));background:-webkit-linear-gradient(top,#10570b 0%,#093607 100%);background:-o-linear-gradient(top,#10570b 0%,#093607 100%);background:-ms-linear-gradient(top,#10570b 0%,#093607 100%);background:linear-gradient(to bottom,#10570b 0%,#093607 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#10570b',endColorstr='#093607',GradientType=0);}
	div#menubar.audi,div#menubar.maserati{background:#0d166a;background:-moz-linear-gradient(top,#101b83 0%,#0a1051 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#101b83),color-stop(100%,#0a1051));background:-webkit-linear-gradient(top,#101b83 0%,#0a1051 100%);background:-o-linear-gradient(top,#101b83 0%,#0a1051 100%);background:-ms-linear-gradient(top,#101b83 0%,#0a1051 100%);background:linear-gradient(to bottom,#101b83 0%,#0a1051 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#101b83',endColorstr='#0a1051',GradientType=0);}
	div#menubar.bentley,div#menubar.rollsroyce{background:#000;}
	div#menubar.lamborghini{background:#903611;background:-moz-linear-gradient(top,#b24416 0%,#6e2b0e 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b24416),color-stop(100%,#6e2b0e));background:-webkit-linear-gradient(top,#b24416 0%,#6e2b0e 100%);background:-o-linear-gradient(top,#b24416 0%,#6e2b0e 100%);background:-ms-linear-gradient(top,#b24416 0%,#6e2b0e 100%);background:linear-gradient(to bottom,#b24416 0%,#6e2b0e 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b24416',endColorstr='#6e2b0e',GradientType=0);}
	div#menubar.porsche{background:#555;background:-moz-linear-gradient(top,#636363 0%,#464646 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#636363),color-stop(100%,#464646));background:-webkit-linear-gradient(top,#636363 0%,#464646 100%);background:-o-linear-gradient(top,#636363 0%,#464646 100%);background:-ms-linear-gradient(top,#636363 0%,#464646 100%);background:linear-gradient(to bottom,#636363 0%,#464646 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#636363',endColorstr='#464646',GradientType=0);}
/*====================== NEW OE MARQUE LANDING PAGES ========================*/

/*====================== NAV OE SEARCH ========================*/
form#navoesearch input.text{height:20px;border:1px solid black;font-size:11px;padding:0 5px;width:100px;background:#FFF;border-right:none;vertical-align:middle;border-top-left-radius:4px;border-bottom-left-radius:4px;}
form#navoesearch input.text:focus{background:#FFC;}
form#navoesearch input.submit{cursor:pointer;height:22px;border:1px solid black;font-size:11px;padding:0 5px;background:#CCC;color:#000;font-weight:bold;width:20px;vertical-align:middle;border-top-right-radius:4px;border-bottom-right-radius:4px;}
form#navoesearch input.submit:hover{background-color:#999;color:#FFF;}
/*====================== NAV OE SEARCH ========================*/





	.filter_leftc{width:230px;border-right:1px solid #CCC;padding:20px 20px 20px 0;float:left;}
	#filter_leftfixed{top:0;position:sticky;position:-webkit-sticky;background:white;}
	.filter_select{padding:5px;font-family:Verdana,Geneva,sans-serif;background:#555;color:#FFF;font-size:12px;border:1px solid black;width:100%;margin-top:10px;}
	.filter_select option{padding:2px;}
	.filter_select.disabled{background:#CCC;color:#666;border:1px solid #999;}
	.filter_select:first-child{margin-top:0;}
	.filter_rightc{width:688px;min-height:400px;float:left;border-left:1px solid #CCC;padding:20px 0 20px 20px;margin:0 0 -20px -1px;}
	.filter_rightc h3{font-size:14px;color:#F00;font-weight:bold;}
	.filter_rightc p{line-height:1.3em;}
	.filter_box{display:inline-block;width:214px;margin-right:20px;position:relative;border:1px solid #555;margin-bottom:20px;}
	div.brandpic{height:15px;background:#000;padding:8px;text-align:center;position:relative;display:block;}
	div.brandpic img{max-height:15px;max-width:100%;border:none !important;display:inline-block !important;}
	.filter_box:nth-child(3n+3){margin-right:0;}
	.filter_box img.prodpic{width:214px;height:126px;}
	.filter_box a span.fouter{display:table;width:100%;}
	.filter_box a span.finner{background:#DDD;color:#000;padding:3px 8px;text-align:center;font-weight:normal;line-height:1.3em;font-size:11px !important;display:table-cell;vertical-align:middle;width:100%;border-top:1px solid #555;}
	.filter_box a{color:#FFF;width:100%;}
	.filter_box a:hover{text-decoration:none;}
	.filter_box a:hover span{background:#555;color:#FFF;}
	.filter_box a:hover div.brandpic{background:#000;}
	.filter_box a span.overlay{width:214px;height:126px;position:absolute;background:#161616 url(/imgrsfull/w214-h126-214_126/images/misc/carsiloverlay.gif);z-index:1000;}
	.filter_cbcont,#filter_leftfixed{position:relative;}
	.filter_cbcont h3{color:#F00;width:100%;border-bottom:1px solid #CCC;margin:20px 0 10px;padding:8px 0;}
	.filter_cbcont h3 img{float:right;display:none;}
	.filter_cbcont span{display:block;margin-top:4px;}
	.filter_cbcont label{cursor:pointer;vertical-align:top;}
	.filter_breadcrumb{font-size:11px;margin-bottom:10px;line-height:1.3em;}
	.filter_breadcrumb a{font-weight:normal;}
	.filter_title{margin:20px 0;font-size:15px;font-weight:bold;float:left;}
	h2.filter_title{margin:20px 0 10px;}
	.filter_oesearch{padding-bottom:20px;border-bottom:1px solid #CCC;margin-bottom:20px;font-size:12px;}
	.filter_oesearch input{min-width:80px !important;}
	.filter_inputtext{height:25px;padding:0 5px;background:#666;border:1px solid #000;font-size:12px;width:150px !important;border-radius:3px;color:#FFF;font-weight:normal;}
	.filter_oesearch input[type="submit"]{background:linear-gradient(to bottom,#ea1d25 0%,#911216 100%) repeat scroll 0 0 transparent;border:1px solid #000000;border-radius:3px;color:#ffffff;cursor:pointer;display:inline-block;font-size:1em;font-weight:normal;line-height:25px;margin:0;text-align:center;text-decoration:none;padding:0 10px;}
	.filter_oesearch select{height:27px;background:#666;border:1px solid #000;font-size:12px;max-width:250px;border-radius:3px;color:#FFF;font-weight:normal;padding:0 10px;}
	.filter_oesearch select option{padding:0;}
	.filter_oesearch select:focus{background:#666;color:#FFF;}
	.filter_featured{background:#555;padding:10px 0 10px 10px;margin-bottom:20px;}
	.filter_featured .filter_box{margin:0 10px 0 0;}
	.filter_featured h3{margin-bottom:10px;font-weight:bold;color:#FFF;float:left;}
	.filter_featured .filter_box a:hover span{background:#000;}
	.filter_featuredmore{float:right;color:#FFF !important;font-weight:normal !important;font-style:italic;margin-right:10px;text-decoration:underline !important;}
	.filter_cbcontslide p{font-size:11px;line-height:1.2em;}
	.filter_cbcontslide p a{font-weight:normal;}
	#filter_sideslide{max-height:200px;overflow:hidden;}
	#filter_sideslide a{display:block;}
	#filter_sideslide a img{display:block;border:1px solid #999;border-bottom:none;}
	#filter_sideslide a span{display:block;background:#000;text-align:center;font-size:11px;font-weight:normal;margin-top:0;padding:3px 0;color:#FFF;}
	#filter_sideslide a:hover{text-decoration:none !important;}
	#filter_sideslide a:hover span{background:#555;}
	.filter_backtolistbtn{display:inline-block;margin-top:15px;background:#555;padding:8px;text-align:center;color:#FFF !important;font-weight:normal !important;}
	.filter_rightc .filter_backtolistbtn{margin-top:0;}
	#filter_backtolist{display:none;}
	#filter_mainslide img{display:block;border:1px solid #999;border-bottom:none;}
	#filter_mainslide span{display:block;text-align:center;background:#000;font-weight:bold;color:#FFF;padding:4px 0;}
	#filter_mainslide{max-height:455px;}
	#filter_mainslideloader{height:40px;display:block;background:url(/images/misc/filter-loader.gif) no-repeat center center;}
	#filter_mainslidereturn{float:right;margin-top:15px;}
	.submitlist .side select{width:110px;}
	.filter_enquireherebreak{border-top:1px solid #CCC;height:20px;margin-top:20px;}
	.footerqueens{position:absolute;top:0;right:0;}
	.footeroelinks{max-width:600px;}
	#filter_tgalleryhg{position:relative;background:#FC3;border:4px solid #000;margin-top:20px;padding:10px;line-height:1.2em;color:#000;display:none;}
	#filter_tgalleryhg:after,#filter_tgalleryhg:before{top:100%;left:45px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}
	#filter_tgalleryhg:after{border-color:rgba(136,183,213,0);border-top-color:#FC3;border-width:20px;margin-left:-20px;}
	#filter_tgalleryhg:before{border-color:rgba(194,225,245,0);border-top-color:#000;border-width:26px;margin-left:-26px;}
	#filter_tgalleryhg a.filter_tgalleryhgclose{position:absolute;top:2px;right:2px;padding:2px;background:#000;font-size:10px;color:#FFF;font-weight:normal;}
	#filter_tgalleryhg a.filter_tgalleryhgclose:hover{background:#FFF;color:#000;text-decoration:none;}
	a.btn_style.extended{width:auto !important;display:block;padding:5px !important;height:auto !important;line-height:1.3em !important;text-align:center;font-weight:bold;}
	#filter_tgalleryhgcont{position:relative;}

@media screen and (max-width:960px){
	.filter_leftc{width:100%;border:none;float:none;display:block;}
	.filter_rightc{width:100%;float:none;border-left:none;padding:0 0 20px;margin:0 0 -20px -1px;}
	#filter_leftfixed{top:0;position:relative;}
	.filter_prodlist{text-align:center;padding-top:20px;}
	.filter_box{margin:8px !important;}
	.filter_breadcrumb{text-align:center;border-top:1px solid #CCC;border-bottom:1px solid #CCC;padding:8px 0;}
	.filter_title{margin:0;float:none;text-align:center;}
	.filter_cbcontslide{text-align:center;}
	.filter_cbcontslide .bx-wrapper{max-width:228px !important;display:inline-block !important;}
	#filter_mainslidereturn{float:none;margin-top:15px;text-align:center;display:none !important;}
	.filter_subprodlist{margin-top:20px;}
	.filter_prodlist{margin-top:20px;padding-top:0;}
	.bx-pager{display:none;}
	.filter_oesearch{padding:0;border-bottom:none;margin-bottom:20px;font-size:12px;text-align:center;}
	.filter_oesearch strong{display:block;}
	.filter_oesearch input{display:inline-block !important;margin-top:8px !important;}
	.footer{text-align:center;}
	.footerqueens{position:relative;}
	.footerqueens img{max-width:200px;display:inline-block !important;}
	#filter_tgalleryhgcont{display:none;}
	p.alternate{text-align:center;}
	.container {width: 90% !important;}
	#filter_tgalleryhgpad{display:none;}
	#mcs_container{height:auto;}
}































/*======================18 june new css========================*/
.input-round {
	width: 30%;
	background: #666;
	box-shadow: none;
	border: none;
	color: #fff;
	padding: 0 5px;
	height: 27px;
}
.ff {
	float: left;
	padding-top: 4px;
}
.sf {
	float: left;
	padding: 0 0 0 10px;
}
.f-set {
	border: 1px solid #fff;
	float: left;
	margin-top: -8px;
	padding: 0 3px 6px;
}
#homesearch {
	padding: 15px 0 15px 10px !important;
}
.lg {
	color: #e31d24;
	font-size: 11px;
}
.spaced.tuningprod {
  float: left;
  padding-top: 5px !important;
}
.empty_cart p {
  font-size: 15px;
}

/*********custom css at july 2 ********************/


.comments.blog-comments input, .comments.blog-comments button, .comments.blog-comments textarea{
  color: black !important;
  line-height: 30px !important;
  border: 1px solid grey;
  padding: 0px 0px 0px 10px;
  background: #FBFBFB;
  outline: 0;
}
.comments.blog-comments .submit {
  background: linear-gradient(to bottom, #d61920 0%, #760a0e 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  font-weight: bold;
  height: 35px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  width: 140px;
  margin-left: 96px;
}
.red-button {
  
}
.footer {
   box-sizing: border-box !important;
  padding: 20px 20px 30px !important;
}
.footer_stl a{
    white-space: nowrap;
}
.comments.blog-comments label {
  font-size: 14px;
  font-weight: bold;
  float :left;
  width: 98px;
}
.comment-form-url > input {
  
}
.comments.blog-comments textarea {
  height: 115px;
}
/*======================18 june new css========================*/


.contact-right .robotest {
  display: none;
}
/******************media query starts here***************************/
@media screen and (max-width:1228px) {

	/* General: Footer; */
	#footerbar {
		padding-bottom: 30px !important;
	}

	/* Diagram Image pop-up */
	#cboxLoadedContent img {
		width: 100%;
	}
}
@media screen and (max-width:1075px) {

	/* Homepage */
	/*
	.container {
		width: 90% !important;
	}
	*/
	.home_copyleft.top {
		width: 77%;
	}
	.home_copyright.top {
		width: 22.5%;
	}
	.home_tabs {
		width: 20% !important;
	}
	.home_tabmain {
		width: 78% !important;
	}
	.home_tabmain .main {
		width: 100% !important;
	}
	.home_tabs a {
		width: 100% !important;
	}

	/* Online Shop */
	.partscarbox.omega {
		float: left;
	}
	div.partscarbox {
		width: 25%;
		margin: 10px auto;
	}
	div.partscarbox img {
		border: 1px solid #999;
		width: 100%;
		height: auto;
	}

	/* Shopping Cart */
	div.redbox, div.greenbox {
		width: 96%;
	}

	/* Catalog Page */
	div.pl_poppart {
		margin: 10px 15px 10px 0 !important;
	}
        .footer_box_stl .footer_box_img {
            width: 100%;
          }
}
@media screen and (max-width:1065px) {

	/* Homepage */
	.home_copyleft {
		width: 100% !important;
	}
	.homecopy {
		width: 99% !important;
	}
	.home_copyright {
		width: 98% !important;
		float: left !important;
	}
	.homeaftermarket {
		width: 91% !important;
	}
	#homesearch {
		width: 98% !important;
	}
	#homesearch select {
		margin-bottom: 10px;
	}
	#homesearch input.submitbtn {
		margin-top: 10px;
	}
	.home_phonebar {
		width: 92% !important;
	}
	a.homechina {
		float: left !important;
	}
	.home_copyleft.top {
		width: 77% !important;
	}
	.home_copyright.top {
		width: 22.5% !important;
	}

	/* Blog Page */
	div.blogentry div.details {
		width: 100% !important;
		height: auto !important;
		margin-top: 10px;
	}

	/* Shopping Cart */
	#partsdrill {
		height: 70px !important;
	}
	#partsdrill select {
		margin-top: 10px;
	}
	#partsdrill img {
		margin-top: 10px;
	}

	/* Top Search Results */
	div.sresult.floatright {
		float: left;
	}
	div.sresult {
		margin-left: 20%;
	}

	/* Confirm Order */
	#enquiryform p {
		text-align: left;
	}
	form.enquiryform textarea.exlong {
		width: 96%;
	}

	/* Part Diagram Search */
	table.diagparts {
		width: 100%;
	}
	div.diagregister {
		width: 90%;
		margin: 0 auto;
	}

	/* Part Finder image */
	img.partfinder {
		float: none;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width:1055px) {

	/* About Us page */
	.panes .spaced img.our-company-pic {
		width: 100%;
		height: auto;
	}

	/* Catalog Page */
	div.pl_hr {
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media screen and (max-width:1040px) {

	/* Category Page */
	#mcs_container {
		clear: left;
		float: none !important;
		margin: 20px auto !important;
	}

	/* Catalog Page */
	div.catlist {
		width: auto;
	}

	/* Diagram page scrollbox */
	#mcs_container .customScrollBox .container {
		margin-top: 15px;
	}
}
@media screen and (max-width:1022px) {

	/* Product Page */
	div.part_enqlist {
		clear: left;
		float: none;
		width: 95%;
	}
	div.part_enqlist div.data {
		float: left;
	}
	div.part_img {
		width: 35%;
		margin-bottom: 20px;
	}
	div.part_details {
		width: 50%;
	}
}
@media screen and (max-width:1000px) {

	/* Homepage */
	.home_phonebar {
		height: auto !important;
		margin-top: 20px !important;
		padding-left: 35px !important;
	}

	/* General: Topbar */
	.floatright {
		margin-bottom: 20px;
	}

	/* Find Parts button */
	div.partfinderbox a.enqproceed {
		margin-top: 10px;
	}
	.brands-top-bar .top-nav {
		max-width: 100% !important;
	}
}
@media screen and (max-width:960px) {

	/* Homepage */
	.home_copyleft.top {
		width: 100% !important;
	}
	.home_copyright.top {
		width: 100% !important;
	}
	.home_help {
		margin: 0 auto;
	}
	.home_blog {
		margin: 20px auto;
	}

	/* Top Search Results */
	div.pagination {
		margin: 20px 0;
	}
	.ff {
		margin-bottom: 10px;
		width: 100%;
	}
	.sf {
		padding: 0;
	}
	#homesearch {
		float: left;
	}
}
@media screen and (max-width:905px) {

	/* Part Finder */
	div.customformright {
		float: none;
		clear: left;
		width: 95%;
		text-align: center;
	}
}
@media screen and (max-width:900px) {
	div.partfinder {
		width: 88%;
	}

	/* Top Search Results */
	div.sresult {
		margin-left: 15%;
	}
}
@media screen and (max-width:860px) {

	/* General: Topsearch */
	#topsearch {
		height: auto;
		bottom: 5px;
	}
	#topsearch select {
		clear: left;
	}
}
@media screen and (max-width:826px) {

	/* About Page */
	.arc_tabs ul li.tab_m {
		width: 100%;
	}
	.tab_m a.current {
		margin-right: 2px;
	}
	#tab_story .mob-year {
		display: block !important;
	}
	#tab_story .mob-year > span {
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 15px;
	}
	#tab_story .text .inner > span {
		display: none;
	}
	#tab_story .timeline img.bordered {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#tab_story div.timeline div.text {
		height: auto !important;
	}
	div.timeline div.text div.inner {
		height: auto !important;
	}
}
@media screen and (max-width:805px) {

	/* About Page */
	.timeline .text {
		width: auto !important;
		margin-left: 0 !important;
	}
	.timeline .text .inner {
		width: auto !important;
	}
}
@media screen and (max-width:785px) {

	/* Category Page */
	#diagramcontainer {
		width: 99%;
	}
	#diagramcontainer div.diagram {
		width: 100%;
		height: auto;
		border: 0px;
	}
	#diagramcontainer div.diagram div.imgcontainer {
		width: 100%;
		height: auto;
	}
	#diagramcontainer div.diagram div.imgcontainer img {
		width: 100%;
	}

	/* Mobile Submit Order table */
	.mobile-cart-table.submit {
		display: block;
	}
	.submitlist {
		display: none;
	}
	.mobile-cart-table.submit input, .mobile-cart-table.submit select {
		margin: 5px 0;
		padding: 2px;
		width: 20%;
	}
	.mobile-cart-table.submit select {
		width: 21%;
	}
	.mobile-cart-table.submit span.submit-options {
		width: 18%;
		display: inline-block;
		text-align: right;
	}
	.mobile-cart-table.submit .quantity input {
		width: 40px;
		text-align: center;
	}
}
@media screen and (max-width:770px) {

	/* Homepage */
	.home_phonebar {
		line-height: 22px !important;
	}

	/* General: Topsearch */
	#topsearch select {
		width: 200px;
	}
}
@media screen and (max-width:745px) {

	/* Homepage */
	.home_tabmain .content {
		z-index: 55;
	}
	.home_tabs {
		width: 100% !important;
	}
	.home_tabmain {
		width: 100% !important;
	}
	.home_tabmain .content {
		top: 0 !important;
		right: 0 !important;
		width: 92% !important;
	}
}
@media screen and (max-width:768px) {

	/* General: Topbar */
	#topbar {
		height: auto;
	}
	#topbar div.container {
		height: auto;
		margin: 5px auto;
	}
	#mainlogo {
		position: static;
		display: block;
		margin: 15px auto;
	}
	#statuslinks_top {
		display: none;
	}

	/*	#smlinks {
		position: static;
		display: block;
		margin: 10px auto;
		width: 95%;
		text-align: center;
	}*/
	#smlinks {
		display: none;
	}
	#smlinks-footer {
		display: block;
		width: 95%;
		text-align: center;
	}
	#currencyselect {
		display: none;
	}

	/* General: Menu */
	.mobile-view-menu {
		display: block;
		clear: both;
	}
	#menubar {
		display: none;
	}
	#topsearch {
		display: none;
	}
	#contentbar {
		border-top: none;
	}

	/* Homepage */
	.home_tabs {
		clear: both;
		float: none !important;
		width: 83% !important;
		margin: 0 auto;
	}
	.home_tabmain {
		display: none;
	}

	/* Registration Page */
	form.enquiryform label.error {
		display: block;
		padding-left: 15px;
	}
	.box_header.box-header-view {
		width: 100% !important;
	}
	.box_content_body.box-view {
		width: 100% !important;
	}
	.container a .img-responsive {

		/* width: 100% !important;*/
	}
	.sf {
		margin-bottom: 12px;
		width: 100%;
	}
        .btn_style.home_btn {
            float: none;
          }
	.btn_style {
		float: left;
	}
        #part_srch.btn_style {
            float: none;
          }
}
@media screen and (max-width:700px) {

	/* General: Topbar */

	/*#topbar {
		height: auto;
	}
	#topbar div.container {
		height: auto;
		margin: 5px auto;
	}
	#mainlogo {
		position: static;
		display: block;
		margin: 15px auto;
	}
	#statuslinks_top {
		position: static;
		display: block;
		margin: 10px auto;
	}
	#smlinks {
		position: static;
		display: block;
		margin: 10px auto;
	}*/

	/*	#currencyselect {
		line-height: 25px;
	}*/

	/* Homepage */
	.home_copyleft {
		width: 100% !important;
	}
	.homecopy {
		width: 100% !important;
	}

	/* General: Topsearch */
	#topsearch {
		position: static;
		height: 60px;
		bottom: 0;
		right: 0;
	}

	/* About Page */
	.spaced img.bordered {
		margin-bottom: 10px;
	}

	/* Top Search Results */
	div.sresult {
		margin-left: 10%;
	}

	/* Blog Single Post */
	div.blogcontent img {
		width: 98%;
		height: auto;
	}
	.box_header {
		width: 90% !important;
	}
	.box_content_body {
		width: 90% !important;
	}
}
@media screen and (max-width:650px) {

	/* Product Page */
	div.part_img img {
		width: 100%;
	}
	div.partlist {
		margin: 20px 0;
	}
	div.partlist div.inner {
		width: auto;
	}

	/* Marque page */
	.seo_modelcol {
		margin: 10px 0 10px 20px !important;
	}
	.box_header {
		width: 90% !important;
	}
	.box_content_body {
		width: 90% !important;
	}
}
@media screen and (max-width:640px) {

	/* Top Search Results */
	div.sresult {
		margin-left: 5%;
	}

	/* Embeded video iframes */
	div.blogcontent iframe {
		width: 90% !important;
	}

	/* Part links alignment */
	a.nobold {
		display: inline-block;
		width: auto;
		padding: 2px;
	}

	/* Chinese section buttons */
	a.buttonsub {
		margin-bottom: 15px;
	}
	#colorbox {
		width: 100% !important;
	}
	#cboxWrapper {
		width: 100% !important;
	}
	#cboxContent {
		width: 100% !important;
	}
	#cboxLoadedContent {
		width: 100% !important;
	}
	#iframecontainer {
		width: 100% !important;
	}
	#iframecontainermobileviewpartslist {
		display: block;
	}
	#partlist {
		display: none;
	}
	.enqproceed.round {
		margin-top: -18px !important;
	}
	.tab_pane.tab_performace {
		background: black none repeat scroll 0 0 !important;
	}
	.tab_pane.tab_oe {
		background: #e11c23 none repeat scroll 0 0;
	}
	.sliding-featured-parts {
		display: block !important;
	}
	.item.none_bg.pl_poppart {
		width: 78%;
	}
	.lower-row .text-right {
		bottom: 35px;
	}
	.lower-row .share-icons-small {
		top: 30px !important;
	}
	.sliding-featured-parts {
		display: block !important;
	}
	.sliding-featured-parts .owl-button-arrow.prev {
		display: block !important;
	}
	.sliding-featured-parts .owl-button-arrow.next {
		display: block !important;
	}
	.browse-featured.featured-prod, .brand-heading.featured-prod {
		display: none !important;
	}
	.sliding-featured-parts .featured-block .read-more {
		float: none !important;
	}
	.sliding-featured-parts .featured-block .featured-heading {
		width: 86%;
	}
	.sliding-featured-parts .owl-item.cloned:last-child {
		display: none;
	}
	.lower-row .text-right {
		left: 0;
		bottom: 35px;
		text-align: center;
	}
	#filter-form .category-diagram.option, .left-content .filter-blocks {
		width: 100%;
	}
	.left-content .category-diagram h3.filter-top, .filter-blocks h3.filter-bottom {
		background-color: #ca1920;
		font-size: 1em;
		font-weight: 400;
		height: 45px;
		line-height: 45px;
		margin: 0;
		text-align: center;
		padding-bottom: 0px !important;
		color: #fff !important;
	}
	.sidebar-links, .filter-blocks .filter-checkbox {
		padding: 10px;
		border: 1px solid #ca1920;
	}
	.brand-main-image {
		background-size: 100% 100% !important;
	}
                      .empty_cart p {
  line-height: 24px;
}
}
@media screen and (max-width:635px) {
	td.actions a {
		display: inline-block;
		margin-bottom: 5px;
	}
}
@media screen and (max-width:616px) {
	div.partscarbox {
		width: 100%;
		text-align: center;
	}
	div.partscarbox img {
		width: auto;
	}

	/* Catalog Page */
	div.catlist {
		float: none !important;
	}
}
@media screen and (max-width:605px) {
	#partsdrill {
		height: 140px !important;
	}

	/* Login Pop-up */
	#colorbox, #cboxOverlay, #login-Wrapper, #cboxWrapper, #cboxContent, #cboxLoadedContent {
		width: 100% !important;
	}
	#homesearch {
		padding: 8px !important;
		width: 100% !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.f-set {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 100%;
	}
	.sf label, .ff label {
		float: left;
		padding-bottom: 7px;
		width: 100%;
	}
	.sf select, .ff select {
		float: left;
		width: 100% !important;
		margin-left: 0 !important;
	}
}
@media screen and (max-width:585px) {

	/* Homepage */
	.home_tabmain .main .modelcol {
		margin-left: 10px !important;
	}

	/* Shopping Cart */
	div.redbox, div.greenbox {
		width: 90%;
	}

	/* Popup close button */
	#cboxClose {
		left: 5px;
	}
}
@media screen and (max-width:575px) {
	form.enquiryform textarea {
		width: 85%;
	}
}
@media screen and (max-width:562px) {
	div.pagination a, div.pagecount, div.pagination span {
		margin-top: 5px;
	}
}
@media screen and (max-width:560px) {

	/* Homepage */
	.home_tabmain .main .modelcol {
		width: 28%;
	}

	/* Top Search Results */
	div.sresult {
		width: 95% !important;
		height: auto;
		margin-left: 10px;
	}

	/* Product Page */
	div.part_details div.data {
		width: auto;
	}
}

/*@media screen and (max-width: 545px) {
 General: Topbar 
#currencyselect {
display: block;
}
}*/
.mobile-cart-table {
	display: none;
	margin: 20px 0;
}
.mobile-cart-table {
	background-color: #F2F0F0;
	border-radius: 3px;
	text-align: center;
	padding: 20px 0;
}
.cart-item h3.item-title {
	font-size: 1.5em;
	margin: 20px 0;
}
.cart-item .item-description {
	padding: 10px 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: min-height 0.4s ease;
	-o-transition: min-height 0.4s ease;
	-moz-transition: min-height 0.4s ease;
	transition: min-height 0.4s ease;
}
.cart-item .desc-item {
	margin: 10px 0;
}
.cart-item .up-arrow {
	display: none;
}
.down-arrow img:hover, .up-arrow img:hover {
	opacity: 0.5;
}
.view-arrow {
	display: block !important;
}
.hide-arrow {
	display: none;
}
.cart_page .submit-desc {
	min-height: 145px;
	-webkit-transition: min-height 0.4s ease;
	-o-transition: min-height 0.4s ease;
	-moz-transition: min-height 0.4s ease;
	transition: min-height 0.4s ease;
}
.submit-desc {
	min-height: 295px;
	-webkit-transition: min-height 0.4s ease;
	-o-transition: min-height 0.4s ease;
	-moz-transition: min-height 0.4s ease;
	transition: min-height 0.4s ease;
}

/************custom css at 24 july**********************************/
form.enquiryform .mar-mod-form input.text {
  width: 200px !important;
}
.customformRight.mar-mod-formRight .text {
  width: 220px !important;
}
form.enquiryform mar-mod-formRight select {
 width: 230px;
}
form.enquiryform select {
  border: 1px solid #999;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 11px;
  padding: 5px;
  width: 233px;
}

/************* css 25july*******************************/

.details-wrapper .product-gallery > span {

  margin-top: 10px;
  width: 100% !important;
}
.details-wrapper .product-gallery span iframe {
  width: 100%;
}
.enquiryform.tuning-enquiry label.error {
  display: none !important;
}

/*************end css 25july*******************************/

/*************`Custom css at 25 aug************************/
.box_content_body.caragraphic_form {
  color: black !important;
  font-size: 13px !important;
  padding: 5px 5px 10px !important;
}
.box_content_body.caragraphic_form form.enquiryform input.submit {
  margin-left: 38px;

}
.brand-intro .box_header {
  padding: 5px !important;
}
.box_content_body.caragraphic_form table.enquiryform {
  width: 80%;
}
.box_content_body.caragraphic_form table.enquiryform .text {
  width: 240px !important;
}
/*************END css at 25 aug************************/
@media screen and (max-width:550px) {
	.mobile-cart-table {
		display: block;
	}
	table.enquirylist {
		display: none;
	}
}
@media screen and (max-width:540px) {

	/* Part Finder */
	table.enquiryform td.label.short {
		width: auto;
	}
	form.enquiryform textarea {
		width: 80%;
	}
}
@media screen and (max-width:526px) {

	/* Top Search Results */
	div.sresult div.img {
		float: none;
		margin: 0 auto;
	}
	div.sresult div.details {
		float: none;
		padding-top: 20px;
		margin: 0 auto;
		width: 315px;
	}
}
@media screen and (max-width:520px) {
	#partsdrill select.subcat {
		width: 100% !important;
	}

	/* Contact Us page */
	.floatright {
		width: auto !important
	}

	/* Diagram Next/Previous */
	#diagramcontainer div.dleft, #diagramcontainer div.dright {
		width: auto;
		float: none;
		text-align: center;
	}
	#diagramcontainer div.dleft {
		margin-top: 10px;
	}
	#diagramcontainer div.dright {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:485px) {

	/* General: Footer */
	#footerbar .container p.center img {
		display: none;
	}

	/* General: Topsearch */
	.floatright {
		float: left;
	}

	/* About Page */
	.timeline img {
		width: 95% !important;
		height: auto !important;
	}

	/* Diagram page */
	div.part_img, div.part_details {
		width: 85%;
		margin: 20px auto;
		float: none;
		clear: both;
	}
	#contact_form .contact-right {
		margin-left: 14px !important;
	}
}
@media screen and (max-width:470px) {

	/* General: Topsearch */
	#topsearch {
		height: 100px;
	}
	#topsearch input.text {
		clear: left;
	}
	#topsearch span, #topsearch select, #topsearch input.text, #topsearch input.btn {
		margin-top: 10px;
	}

	/* Homepage: Parts Quick Search */
	#homesearch select, #homesearch input.submitbtn {
		display: block;
		margin-left: 0px !important;
	}
	#homesearch select, #homesearch input.text {
		margin-top: 10px;
	}
}
@media screen and (max-width:445px) {

	/* Product Page */
	div.part_details a.addenq {
		height: auto;
		line-height: 25px;
		margin: 20px 0;
		text-align: center;
	}
	div.part_enqlist {
		width: 88%;
	}
}
@media screen and (max-width:430px) {
	form.regform input.text {
		width: 145px;
	}
	form.regform select {
		width: 157px;
	}
	form.regform table.regform td.field span {
		display: block;
		width: 145px;
	}
}
@media screen and (max-width:400px) {

	/* Top Search Results */
	div.sresult {
		margin-left: 0px;
	}
}
@media screen and (max-width:384px) {

	/* About Page */
	.arc_tabs ul li a {
		padding: 12px 20px;
		height: auto !important;
	}
	.tab_m a.current {
		padding: 5px 20px !important;
		min-height: 30px;
	}
	.spaced img.bordered {
		width: 95%;
		height: auto;
	}

	/* Contact Us page */
	form.contactform input.text {
		width: 180px !important;
	}
	form.contactform select {
		width: 192px !important;
	}
	form.contactform textarea {
		width: 180px !important;
	}

	/* Marque page */
	div.pb_head img {
		width: 100%;
		height: auto;
	}

	/* Mobile submit table */
	.mobile-cart-table.submit span.submit-options, .mobile-cart-table.submit input {
		width: 40%;
	}
	.mobile-cart-table.submit select {
		width: 42%;
	}
	.arc_tabs #tab_about .list li a {
		margin-left: -18px;
	}
	.arc_tabs #tab_story .timeline .text {

		/* margin-bottom: 18px;
		 margin-top: 10px;
		 padding-bottom: 10px;
		*/
	}
}
@media screen and (max-width:370px) {
	form.enquiryform input.text {
		width: 190px;
	}
	form.enquiryform select {
		width: 200px;
	}
	.txt_news {
		width: 50%;
	}

	/*.item {
	    width: 38%;
	}*/

	/*.theimage {
	    display: -moz-stack !important;
	    float: left !important;
	    width: 100% !important;
	}*/

	/*.detail {
	    clear: both !important;
	    float: left !important;
	    width: 86% !important;
	    height:auto !important;
	}*/
	.img-responsive {
		width: 92%;
	}
	.brand-wrapper .brand-heading h2 {
		font-size: 15px;
		margin: 0;
		padding: 13px 0 15px;
	}
	.content_text {

		/*width:26% !important;*/
	}
	.fetured_slider {

		/*padding-left: 24px;
		width: 27%;*/
	}
	.divition {
		width: 35%;
	}
	.div_boxes {
		width: auto !important;
	}
	.div_boxes img {
		max-width: 100% !important;
		min-height: auto !important;
	}
	.last_box {
		margin-right: 19px !important;
	}

	/*.owl-item {
	 float: left !important;
	 width: 258px !important;
	 text-align: center;
	}*/
	.owl-buttons .owl-button-arrow {
		display: none !important;
	}
}
@media screen and (max-width:350px) {

	/* Top Search Results */
	div.sresult div.details div.label {
		margin: 0 0 3px;
	}
	div.sresult div.details div.links {
		position: static;
		width: 90%;
	}
	div.sresult div.details div.links a {
		width: 50%;
		text-align: center;
		margin: 2px 65px;
	}

	/* Product Page */
	div.partfinderbox {
		padding-left: 160px;
	}
	.img-responsive {
		width: 92%;
	}
}
@media screen and (max-width:339px) {
	div.pagination {
		height: 60px;
	}
}
@media screen and (max-width:640px) {
	#colorbox > div {
		width: 100% !important;
	}
	.img-responsive {
		width: 92%;
	}
	.fetured_slider #tab-content-2.tab_content, .fetured_slider #tab-content-1.tab_content {
		display: block !important;
	}
	.container .box_header_black {
		width: 90% !important;
	}
	.content_text li {
		font-size: 13px !important;
	}
	.owl-buttons .owl-button-arrow.next:hover {
		background: rgba(0, 0, 0, 0) url("../images/next.png") repeat scroll 0 0 !important;
	}
	.owl-buttons .owl-button-arrow.prev {
		background: rgba(0, 0, 0, 0) url("../images/prev.png") repeat scroll 0 0 !important;
	}
}
@media only screen and (min-width:641px) and (max-width:800px) {
	.partfinderbox_outer .partfinderbox > h2 {
		margin-left: -10px !important;
	}
	.container a .img-responsive {
		width: 100% !important;
	}
        
}
@media only screen and (min-width:481px) and (max-width:767px) {
div.pagination a {
  width: 65px !important;
}
}
@media only screen and (min-width:481px) and (max-width:640px) {
.footer_b_stl.browse_footer_box {
  height: 390px;
}
}
@media screen and (max-width:640px) {
	p.mobilefitscar {
		display: block;
	}
	p.fitscar {
		display: none;
	}
	.partlist {
		display: none;
	}
	.mobileviewpartslist {
		display: block;
		padding: 30px 12px;
		width: 97%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.list div {
		margin-bottom: 10px;
	}
	.parts_result {
		border-top: 1px solid #8e8e8e;
		float: left;
		padding-top: 9px;
		width: 100%;
	}
	.result-label {
		font-size: 14px;
		font-weight: 700;
	}
	.cart-item .description {
		border-bottom: 1px solid gray;
	}
	.img-responsive {
		width: 100%;
	}
	.contact-main-content .spaced.contact-three, .contact-main-content .spaced.contact-two {
		width: 100% !important;
	}
	.tab_pane.slider2, .tab_pane.slider1 {
		display: none !important;
	}
	.tab_pane.tab_oe {
		display: block !important;
	}
	.tab_pane.tab_performace {
		display: block !important;
	}
	.sliding-popular-parts {
		display: block !important;
		float: left;
		margin-left: 34px;
		text-align: center;
		width: 80%;
	}
	.popular-mod-parts {
		display: none;
	}
	.single_modelgroup .single {
		text-decoration: underline;
	}
	#contentbar .brands-top-bar {
		line-height: 24px !important;
	}
        .browse_footer_box {
            display: block !important;
            text-align: center;
          }
          .footer_box_stl.parts_footer_banner {
            display: none;
          }
          .footer_box_img {
            width: 75%;
          }
          .footer_b_stl.browse_footer_box {
            background-color: #f2f2f2;
            border-radius: 5px;
            box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.75);
            margin-top: 30px;
            padding: 10px 19px 10px 10px;
            width: 90%;
            
          }

}
@media screen and (max-width:800px) {
	.linkedin {
		display: none;
	}
	.home_help {
		display: none;
	}
	.blogentry {
		text-align: center;
	}
	div.blogentry img {
		border: 1px solid #ccc;
		float: none;
		padding: 3px;
	}
	.blogentry .details {
		text-align: left;
	}
	.toggle_head3.mobl-view, .toggle_head1.mobl-view, .toggle_head2.mobl-view {
		position: initial !important;
		width: 100% !important;
	}
	.toggle_head3.mobl-view img, .toggle_head1.mobl-view img, .toggle_head2.mobl-view img {
		float: right;
	}
        .box_content_body.caragraphic_form .customformleft.mar-mod-form {
            padding-left: 0 !important;
          }
          .box_content_body.caragraphic_form form.enquiryform input.submit {
  margin-left: 0 !important;

}
}
@media only screen and (max-width:768px) {
	.red-header p.main-tab {
		display: none;
	}
        .box_header.no-result-header {
                width: 100% !important;
          }
            .related-products.tuning-related-responsive {
            display: block !important;
          }
          .related-products.tuning-related-desktop {
            display: none;
          }
          .related-products.tuning-related-responsive .item.related-item {
            display: block;
            width: 60%;
          }

          .box_content_body.caragraphic_form table.enquiryform .text {
            width: 230px !important;
          }
          .top-nav.mob-browse {
  display: block !important;
  padding: 10px 2px;
}
.top-nav#desktop-view {
  display: none;
}
}
@media only screen and (max-width:480px) {
	.item.none_bg.pl_poppart {
		width: 81%;
	}
	.item.none_bg.pl_poppart img {
		width: 100%;
	}
	.lower-row .share-icons-small {
		top: 30px !important;
	}
	.ajax-load-more-wrap .red-button {
		display: inline-block !important;
	}
	.left-sidebar .product-links.f_sb_content {
		display: none;
	}
	.browse-marque .browse_model a:focus {
		color: #ca1920 !important;
	}
	.browse-marque .browse_model a {
		text-decoration: underline;
	}

	/********changes made at 6th june***************/
	.product-details iframe {
		width: 100%;
	}
	.details-wrapper {
		width: 100%;
	}
	.details-wrapper .product-details > span {
		width: 100% !important;
	}
	.details-wrapper .product-gallery {
		width: 100% !important;
	}
	.image-thumb.main-image.image > img {
		width: 100% !important;
	}
	.product-details > img {
		width: 100%;
	}
          .no-results > p {
        margin-top: 14px;
        float: left;
        line-height: 20px;
      }
       #part_srch.btn_style {
                float: right;
                width: 40%;
       }
       div.pagination {
 box-sizing: border-box;
  height: auto;
}

div.pagination a {
  width: 100%;
  margin-top: 5px !important;
}
div.pagecount {
  box-sizing: border-box;
  width: 100%;
}

/*************custom css at 2july *****************************/
.comments.blog-comments textarea, input {
  width: 75%;
}
.comments.blog-comments .submit {
 width:33%;
  }
	/**************custom css at 25july ****************/
        .related-products.tuning-related-responsive .owl-item {
                 width: 240px !important;
 
        }
        
        .comments.blog-comments textarea, input {
    width: 7% !important;
}

.part-row #custom_search {
    width: 120px !important;
}

.part-row > input {
    width: 94px !important;
}
       .f_right.soc-wrapper {
    display: block !important;
}

.footer .formNewsletter .txt_news {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
}


.footer .formNewsletter .stb_btn {
    margin-top: 10px;
    width: 100% !important;
}
#home_slider1.btn_style {
  margin: 0 36% !important;
  text-align: center !important;
}
#home_banner2.btn_style {
  margin: 0 36% !important;
}
}




   @media only screen and (max-width:400px)
     {
         .filter-checkbox input {
    width:2%;
}

.instructions .filter-links {
    float: left;
    height: 23px;
    width: 195px;
}
.right-content .instructions {
    border-bottom: medium none !important;
    
}
.comments.blog-comments textarea, input {
    width: 7% !important;
}
#homesearch_url.dd_boxes {
  height: 184px !important;
  margin-top: 15px;
}
#homesearch_url.dd_boxes .input-round {
  width: 96% !important;
}
     }




@media only screen and (max-width:360px) {
	.content_text .col10 h1 {
		font-size: 15px !important;
		line-height: 22px;
	}
	.content_text h3 {
		font-size: 15px !important;
	}
	.content_text li {
		font-size: 12px !important;
	}
	.partfinderbox_outer .partfinderbox a.enqproceed.round {
		font-size: 11px;
		margin-top: -25px !important;
	}
	.partfinderbox_outer {
		width: 96% !important;
	}
	.about-top-content .spaced.notopmargin {
		width: 100%;
	}
	.spaced.notopmargin > iframe {
		width: 100%;
	}
	.mobile-view-menu {
		width: 99% !important;
	}
	form.enquiryform input.text {
		width: 94% !important;
	}
	form.enquiryform select {
		width: 100% !important;
	}
	form.contactform table.contactform td.field input[type="file"] {
		width: 100%;
	}
	.sliding-popular-parts .owl-carousel .owl-item img {
		width: 69%;
		margin-left: 25px;
	}
	.item.none_bg.pl_poppart {
		width: 100%;
	}
	.partfinderbox_outer div.partfinderbox h2 {
		margin-left: -149px !important;
		margin-top: 160px !important;
		text-align: center;
		width: 246px !important;
	}
	.partfinderbox_outer div.partfinderbox h3 {
		float: right;
		font-size: 16px;
		margin-right: 6px;
		margin-top: 18px;
		text-align: center;
		width: 290px !important;
	}
	.footer_box_stl .work_box {
		text-align: center;
		width: 100%;
	}
	.footer_box_stl .work_txt h3 {
		text-align: center;
	}
	.arc_tabs #tab_about .about-bot-content > p {
		float: left;
	}
        #part_srch.btn_style {
           width: 35%;
                 }
        .footer_box_stl {
                padding-top: 10px !important;
              }
              /**********css at 2july for comments*********************/
              .comments.blog-comments textarea, input {
                width: 66%;
              }
              .comments.blog-comments .submit {
                  width:51%;
              }
/**********css at 25july*********************/
              .related-products.tuning-related-responsive .owl-item {
                 width: 290px !important;
              }
              .enquiryform input.contact-via {
  width: 20% !important;
}
/*********css at 1sep*************/

#home_slider1.btn_style {
  margin: 0 33% !important;
}
#home_banner2.btn_style {
  margin: 0 31% !important;
}

}
@media only screen and (max-width:320px) {
	form.contactform input.text {
		width: 155px !important;
	}
	form.contactform select {
		width: 167px !important;
	}
	#contact_form .contact-right {
		margin-left: 14px !important;
		width: 96% !important;
	}
	span.upload-text {
		float: left !important;
		font-size: 11px !important;
		margin-left: -82px !important;
	}
	form.enquiryform input.text {
		width: 85% !important;
	}
	form.enquiryform select {
		width: 93% !important;
	}
	.partfinderbox_outer div.partfinderbox h3 {
		float: right;
		margin-right: 6px;
		text-align: center;
		width: 255px !important;
		margin-top: 18px;
		font-size: 15px;
	}
	.sliding-popular-parts .owl-carousel .owl-item img {
		width: 77%;
		margin-left: 10px;
	}
	.sliding-featured-parts .owl-item {
		width: 274px !important;
	}
	.box_header.box-header-view b {
		padding: 0px;
		font-size: 14px !important;
	}
        .comments.blog-comments .submit{
            margin-left: 0px !important;
        }
        .red-button {
             margin-left: 0px !important;
        }
        #home_slider1.btn_style {
            margin: 0 27% !important;
          }
          #home_banner2.btn_style {
  margin: 0 29% !important;
}
       
}