/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   many pages have custom tags on the body so we can adjust the 
   general tags per page without using style tags. Here is the list...
   
   /OEM/browseCategories.aspx                   #partStoreCategories
   /OEM/viewProducts.aspx                       #viewOEMProducts
   /OEM/keywordSearch.aspx                      #OEMKeywordSearch
   /OEM/partnumberSearch.aspx                   #OEMPartNumberSearch
   /aftermarket/index.aspx                      #aftermarketStore
   /aftermarket/browseProductLines.aspx         #browseProductLines
   /aftermarket/viewProductLine2.aspx           #viewProductLineTwo
   /afterMarket/afSearch.aspx                   #afSearch
   /ShoppingCart/reviewOrder.aspx               #shoppingCart
   /ShoppingCart/login.aspx                     #cartLogin
   /ShoppingCart/enterBillingShipping.aspx      #cartBS
   /ShoppingCart/selectShippingMethod.aspx      #cartFreeShip
   /ShoppingCart/enterPayment.aspx              #cartVerify
   /ShoppingCart/confirmOrder.aspx              #cartDone    
   /ShoppingCart/ordererror.aspx                #orderError
   /contactUs/index.aspx                        #contactUs
   /myAccount/login.aspx                        #maLogin
   /myAccount/index.aspx                        #maHome
   /myAccount/accountDetails.aspx               #maDetails
   /myAccount/changePassword.aspx               #maPassword
   /myAccount/editCar.aspx                      #maCar
   /myAccount/enterBillingShipping.aspx         #maCreateAccount
   /myAccount/viewOrder.aspx                    #maViewOrder
   /techSupport/index.aspx                      #techSupport
   /specials/index.aspx                         #siteSpecials
   /index.aspx                                  #mainHomepage

*/

html {
	height: 100%; }

body {
	margin: 0px;
	height: 100%; 
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	line-height: 14px;
	background-color: #000000; }
body a:hover {
	color: #E5E5FC;
	text-decoration:underline; }
body a {
	color: #F29E0C;
	text-decoration: none; }
body p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #f1f1f1;  }		
	
body ul {
	padding: 0px !important;
	margin: 0px !important;
	list-style-type: none !important;
	vertical-align: top; }
	
body ul li {	
	line-height: 16px !important; 
	display: inline-block;
	vertical-align: top !important;
	margin: 0px 25px 20px 24px; }
body ul li a {
	text-decoration:none !important;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #ff9900 !important; }
body ul li a:hover {
	text-decoration:underline !important;
	color: #ee0000 !important; }
	
body ul li ul li {
	line-height: 16px !important;
	display: block;
	margin: 0px 0px 0px 0px; }
body ul li ul li a {
	font-size: 12px !important;
	line-height: 16px !important;
	text-decoration: none !important;
	font-weight: normal !important;
	color:#f6f6f6 !important; }
body ul li ul li a:hover {
	text-decoration: underline !important;
	color: #ee0000 !important; }

.af_hpList {
	margin: 21px 0px 21px 0px;
	padding-top: 3px;
	border-top: solid 1px #990000;
	border-bottom: solid 1px #990000;
	width: 900px;
	background-color: #121212;	 }
.af_hpList h1 {
	color: #ffffff;
	font-size: 21px;
	line-height: 26px;
	margin: 14px 0px 14px 0px; }
.af_hpList h1 a {
	color: #ffffff; }
.af_hpList h1 a:hover {
	color: #FF9900; }			
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	line-height: 13px;
	margin: 0px;
	padding: 0px 0px 2px 0px; }
	
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff1111;
	line-height: 16px;
	margin: 15px 0px 1px 0px;
	padding: 0px; }
	
div.purchase {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff !important;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background-color: transparent !important; }	
div.purchase span {
	padding-bottom: 5px; }		
	
.divFix {
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	height: 1px;
	display: block; }
	
form {
	margin: 0px; }
	
.spacerFix {
	display: block; }
	
a img {
	border: 0px; }
img {
	margin: 0px;
	padding: 0px;
	line-height: 0px; }
	
.floatLeft {
	float: left;
	margin: 5px 20px 20px 0px;
	border: 1px solid #bbbbbb; }	
.floatRight {
	float: right;
	margin: 5px 0px 20px 20px;
	border: 1px solid #bbbbbb; }
.floatCenter {
	border: 1px solid #bbbbbb; }
	
.error {
	color: #ffffff; 
	background-color: #ff0000;
	padding: 5px;
	font-size: 12px;
	font-weight: bold; 
	line-height: 13px;
	margin: 0px 0px 0px 0px; }
	 
.pageNote a:hover {
	background-color: #ffffff;
	color: #AD4B14;  } 	
.pageNote a {
	color: #AD4B14; 
	text-decoration: underline;
	padding: 4px;
	margin: 0px -3px 0px -3px; }
.pageNote h1 {	
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; }
.pageNote {	
	background-color: #ffdc85;
	width: 880px;
	border-bottom: 1px solid #e8641b;
	padding: 10px 0px 12px 20px;
	color: #AD4B14;
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; }
	
.pageError h1 {	
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	line-height: 12px; }
.pageError {
	background-color: #ff0000;
	border: 1px dashed #E8641B;
	padding: 10px 10px 10px 34px;
	color: #ffffff;
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px; }	
	
.finePrint h1 {
	font-size: 10px;
	line-height: 10px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-style: italic;
	color: #666666; }
.finePrint {
	margin: 35px auto 35px auto;
	width: 850px; }
.finePrintOEM h1 {
	font-size: 9px;
	line-height: 11px;
	margin: 0px 0px 1px 0px;
	font-weight: normal;
	color: #dddddd; }
.finePrintOEM {
	margin: 0px 0px 30px 0px; }	
		
.vehicleNotes {
	font-size: 10px; }	
.vehicleNotes p {
	color: #333333;
	margin: 0px 0px 5px 0px; }
.vehicleNotes a {
	color: #BB0000; }
.vehicleNotes a:hover {
	color: #0000cc;
	text-decoration: underline; }			
	
#divUPSDisclaimer	{
	margin: 0px auto 0px auto;
	padding: 40px 0px 40px 40px; }

img { behavior: url(/includes/iepngfix.htc); }
#subArrowRight { behavior: url(/includes/iepngfix.htc); }
#findOEMArrow { behavior: url(/includes/iepngfix.htc); }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Structural +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	
.a {
	width: 1260px;	
	margin: 0px auto 0px auto;
	background-color: #000000;
	background-image: url("/images/bg_dots_dsnw9.jpg");
	background-repeat: no-repeat; }
	
.b .cart3 a:hover {
	text-decoration: none; 
	color: #ffffff;	 
	float: right; }
.b .cart3 a {
	color: #cdcdcd;
	line-height: 16px;	 
	float: right;
	padding-right: 12px;
	border-right: dotted 1px #999999; }
.b .cart2_on {	 
	 }
.b .cart2 {
	 	 }
.b .cart1On span {
	  }
.b .cart1 span { 
	 }
.b .cart1On a {
	color: #cdcdcd;
	  }
.b .cart1 a {
	color: #ffffff;
	 }
.b .cart a:hover {
	text-decoration: underline;
	color: #ffffff;  }
.b .cart a img {
	border: 0px; }
.b .cart a {
	text-decoration: none;
	font-size: 11px;
	color: #cdcdcd; }
.b .cart div {
    }
.b .cart {
	color: #cdcdcd;
	line-height: 14px;
	position: absolute;
	top: 96px;
	left: 695px;
	letter-spacing: .15em;
	float: right;
	text-align: right;	 
	z-index: 1000;
	font-family:Verdana, Arial, Helvetica, sans-serif; }
.b .tagline {
	position: absolute;
	width: 440px;
	top: 100px;
	left: 283px;
	color: #e3e3e3;	
	letter-spacing: .1em;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; }		
.b .phone {
	position: absolute;	
	width: 240px;
	top: 96px;
	left: 17px;
	color: #e3e3e3;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif; }	
.b .emailSignup	 {
	position: absolute;
	width: 320px;
	top: 0px;
	left: 681px;
	color: #616161;
	font-size: 9px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
.b .emailSignup a {
	color: #616161;
	text-decoration:none; }	
.b .emailSignup a:hover {
	color: #dd0000;
	text-decoration:underline; }			
.b  {	
	margin: 0px auto 0px auto;	
	background-image: url("/images/bg_topbar_b7.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 900px;
	height: 134px;
	position: relative;
	background-color: #000000;
	color: #000000;
	border-bottom: 5px solid #303030; }
	
.c {
	margin: 0px auto 0px auto;
	height: 42px;
	width: 864px;
	background-image: url("/images/bg_nbOff_5.gif");
	background-repeat: repeat-x;
	color: #f3f3f3;
	background-color: transparent;
	position: relative;
	font-size: 14px;
	padding-left: 36px;
	font-family: verdana, Arial, Helvetica, sans-serif; }	
	
.cLeftCorner {
	display: none; }
.cRightCorner {
	display: none; }
	
.nbOn a:hover {
	text-decoration: none;
	color: #FFC017;	
	background-image: url("/images/bg_nbOff_5.gif");
	background-repeat: repeat-x; }
.nbOn a {
	color: #FFC017;
	text-decoration: none; 
	height: 47px;
	padding: 9px 35px 0px 35px;
	margin: 0px;
	float: left;
	font-weight: bold; }

.nbOff #home2 {	
	color: #f3f3f3; }
.nbOff a:hover {
	text-decoration: none;
	color: #FFC017;
	background-image: url("/images/bg_nbOn_5.gif");
	background-repeat: repeat-x; }
.nbOff a {
	color: #f3f3f3;
	text-decoration: none;
	display: block;
	height: 47px;
	padding: 10px 35px 0px 35px;
	margin: 0px;
	float: left;
	font-weight: bold;
	background-color: transparent; }		

.d h6 {
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	height: 1px;
	display: block; }
.d {	
	margin: 0px auto 0px auto;
	background-color: #1f1f1f;
	height: 41px;
	padding: 3px 0px 0px 0px;
	width: 898px;
	font-size: 11px;
	border-bottom: 5px solid #303030;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;  }	

.dct2 {
   position: absolute;
   top: 9px;
   left: 804px; }
.dct1 em {
	color: #b8b8b8; }
.dct1 span {
   display: block; 
   font-weight: bold; 
   color: #ffffff; }
.dct1 {
   position: absolute;
   top: 5px;
   left: 561px;
   color: #bed6f7;
   line-height: 12px; }
.dctTitle {
   display: none; }
.dCarType {
   position: relative; }

.ds2 {
   position: absolute;
   top: 2px;
   left: 287px; }
.ds1 input {
   width: 125px; 
   padding: 3px 0px 2px 0px; 
   margin: 0px 0px 0px 4px; } 
.ds1 {
   position: absolute;
   top: 7px;
   left: 138px; }
.dsTitle {
   background-image: url('/images/rt_oemSearch.gif');
   background-repeat: no-repeat;
   width: 114px;
   height: 19px;
   display: block;
   position: absolute;
   top: 10px;
   left: 20px; }
.dSearch {
   position: relative; }
	
#af_short .af_navigate {
	display: none; }
#af_short .af_search {
	 }
#af_short {
	background-image: none;
	height: 39px;  }
#af_tall .af_search {
	 }
#af_tall {
	background-image: none;
	height: 70px;  }

.bottomCurveLeft {
	display: none; }	
.bottomCurveRight {
	display: none; }
	
#partStoreCategories #colCenter {
   padding:0px 0px 20px 10px;
   vertical-align:top;
   width:255px;  }
#colCenter {}
#partStoreCategories #colRight {
   padding:0px 15px 20px 15px;
   vertical-align:top;
   width:180px;
	background-image: none; }
#aftermarketStore #colRight {
   width: 150px; 
   background-color: #000000; 
   padding: 66px 25px 20px 25px; }
#colRight {
	background-color: #000000;
	padding: 20px 10px 20px 30px;
	width: 415px;
	vertical-align: top;
	background-image: none;
	background-repeat: no-repeat; }
#partStoreCategories #colLeft {
   background-color: #000000;
	padding: 0px 0px 20px 20px;
   vertical-align: top;
   width: 255px;
	background-image: none;  }
#aftermarketStore #colLeft {
   width: 530px; 
   background-color: #000000; 
   padding: 9px 0px 12px 20px; 
   background-image: none; }
#colLeft {
	background-color: #000000;
	padding: 0px 0px 20px 0px;
	width: 284px;
	vertical-align: top;
	background-image: none;
	background-repeat: no-repeat; }
.contentTable {
	width: 890px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: transparent; }
.contentTable .selectLeft {
	padding: 30px 20px 20px 20px; }
.contentTable .selectLeft p {
	padding: 20px 0px 0px 0px; }	

.contentTable .selectRight	 {
 	padding: 30px 20px 20px 20px; }
	
.colSingle h6 {
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	height: 1px;
	display: block; }
.colSingle h1.currentVehicle {
	display:inline;
	font-size:12px;
	margin:0px; }
.colSingle {
	padding: 20px 20px 20px 15px;
	width: 860px;
	margin: 0px auto 0px auto;
	color: #ffffff;
	background-color: #000000; }
	
.colSingle_noTable h6 {
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	height: 1px;
	display: block; }
.colSingle_noTable h1.currentVehicle {
	display:inline;
	font-size:12px;
	margin:0px; }
.colSingle_noTable {
	padding: 20px 20px 20px 25px;
	width: 820px;
	margin: 0px auto 0px auto;
	color: #ffffff;
	background-color: #000000; }	
	
#OEMPartNumberSearch .imgTitle {
    margin-top: 15px; }
	
.imgTitle .textTitle {
   display: block; 
   background-color: transparent;
   padding: 0px 0px 0px 0px; 
   font-size: 24px;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 26px;
   color: #ececec;
   font-weight: normal; }
.imgTitle span {
	display: block;
	color: #F9B500;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 7px; }
.imgTitle img {
	display: none; }
.imgTitle {
	margin-bottom: 10px;
	position: relative; }
	
.imgTitleSB {
	padding: 23px 0px 2px 5px;
	border-bottom: 1px solid #ffffff;
	position: relative; }
	
.featureText {
	font-size: 11px;}
.featureTitle span {
   font-weight: normal;
	font-style: oblique;
	margin-left: 6px;
	font-size: 10px;
	line-height: 12px;	}
.featureTitle em {
	font-style: normal;
	color: #D95D19;
	padding: 0px 3px 0px 3px;
	background-color: #FACD8A; }
.featureTitle {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 3px solid #999999;
	padding: 7px 0px 2px 3px;
	line-height: 14px;
	margin-bottom: 0px; }
	
.columnLeft {
	width: 370px;
	float: left;
	margin-left: 20px; }	
.columnRight {
	width: 390px;
	float: left;
	margin-left: 30px; }
	
.floatBox h6 {
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	height: 1px;
	display: block; }
.floatBox {
	background-color: #333333;
	padding: 6px 0px 6px 20px; }		
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* topbar searches and car type and buttons +++++++++++++++++++++++++*/	

.afn4 {
   position: absolute; 
   top: 0px;
   left: 0px;
   display: none; }
.afn3 {
   position: absolute; 
   top: 0px;
   left: 370px;
   width: 72px;
   height: 30px;
   background-image: url("/images/searchbar_cap.gif"); }
.afn2 img {
   width: 234px;
   height: 30px; }
.afn2 a:hover {
   background-image: url("/images/button_pLine_off.gif"); }
.afn2 a {
   display: block;
   background-image: url("/images/button_pLine_off.gif"); }
.afn2 {
   position: absolute; 
   top: 0px;
   left: 136px; }
.afn1 img {
   width: 136px;
   height: 30px; }
.afn1 a:hover {
  background-image: url("/images/button_category_off.gif"); }
.afn1 a {
   display: block;
   background-image: url("/images/button_category_off.gif"); }
.afn1 {
   position: absolute; 
   top: 0px;
   left: 0px; }
.af_navigate {
   position: relative; }   

.afs2 {
   position: absolute;
   top: 8px;
   left: 604px; }
.afs1 input {
   width: 125px; 
   padding: 3px 0px 2px 0px; 
   margin: 0px 0px 0px 4px; } 
.afs1 {
   position: absolute;
   top: 7px;
   left: 458px; }
.afsTitle { 
   background-image: url("/images/rt_afSearch.png");
   position: absolute;
   top: 10px;
   left: 221px;
   width: 230px;
   height: 18px; }
.af_search {
   background-repeat: no-repeat; 
   background-position: left bottom; 
   height: 32px; 
   padding: 6px 0px 0px 3px; 
   vertical-align: top;
   position: relative; }


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Search Pages +++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	
.searchTitle span a {
    color: #ff0000; }
.searchTitle span {
    color: #ff0000; }
.searchTitle {
    margin-top: 15px; border-top: 1px dotted #666;
    padding-top: 15px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* General Form Formatting ++++++++++++++++++++++++++++++++++++++++++*/	
	
.submitButton {
	font: 11px arial,helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1;
	color: #333333;
	cursor: pointer;
	cursor: hand;
	background-image: url("/mgmt/images/bg_submitButton.gif");
	background-color: #ffffff; }
.submitButton:hover {
	border-color: #000000 !important; }
.submitButton:focus {
	border-color: #000000 !important; }
	
.submitRed {
	font: 11px arial,helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1;
	color: #DF0024;
	cursor: pointer;
	cursor: hand;
	background-image :  url("/mgmt/images/bg_submitRed.gif");
	background-color : #ffffff; }
.submitRed:hover {
	border-color: #B9504B #DA7878 #DF9A9A #DA7878 !important; }
.submitRed:focus {
	border-color: #B9504B #DA7878 #DF9A9A #DA7878 !important; }

.fakeButton {
	display: block;
	font: 11px arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1;
	color: #333333;
	cursor: pointer;
	cursor: hand;
	background-image :  url("/mgmt/images/bg_submitButton.gif");
	background-color : #ffffff;
	line-height: 12px;
	height: 15px;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
	border-top: 1px outset #ffffff;
	border-left: 1px outset #ffffff;
	border-right: 2px outset #ACA899;
	border-bottom: 2px outset #ACA899;
	text-align: center; }
.fakeButton:hover {
	border-color: #777777 !important;
	color: #333333 !important; }
.fakeButton:focus {
	border-color: #777777 !important; }
.fakeButton:visited {
	color: #333333; }
	
.submitBox span {
	color: #ff0000;
	font-style: italic; 
	display: block; }
.submitBox {
	padding: 15px 35px 10px 0px;
	text-align: right;
	font-size: 11px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Various Navigation Elements ++++++++++++++++++++++++++++++++++++++*/
	
.accSelectPage2 .viewAll {
	background-color: #EEECEB !important; }
.accSelectPage2 .pageArrows {
	background-color: #EEECEB !important; }
.accSelectPage2 .accOnPage {
	border-bottom:1px solid #EEECEA;
	border-top:1px solid #EEECEA;
	border-right:1px solid #EEECEA;
	padding: 1px 3px 1px 3px; 
	font-weight: bold;
	background-color: #EDC000 !important;
	color: #000000;
	text-decoration: none; 
	font-style: normal; }
.accSelectPage2 a:visited {
	font-style: normal;
	background-color: #F8E599; }
.accSelectPage2 a:hover {
	font-weight: bold;
	background-color: #F8E599; }
.accSelectPage2 a {
	border-bottom:1px solid #EEECEA;
	border-top:1px solid #EEECEA;
	border-right:1px solid #EEECEA;
	padding: 1px 3px 1px 3px; 
	font-weight: bold;
	color: #0000ff !important;
	text-decoration: none !important;
	font-style: normal;
	font-size: 9px; }
.accSelectPage2 {
	text-align: right; 
	font-style: oblique;
	padding-bottom: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 21px; }

.accSelectItems select {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #5681BD;
	color: #ffffff; }
.accSelectItems {
	text-align: right; 
	font-style: oblique;
	padding-bottom: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal; }

.accSelectPage span {
	border-bottom: 1px solid #EEECEA;
	border-right: 1px solid #EEECEA;
	border: 1px solid #000000;
	padding: 1px 3px 1px 3px; }
.accSelectPage a:visited {
	font-style: normal; }
.accSelectPage a:hover {
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #888888;
	color: #0000ff !important; }
.accSelectPage a {
	padding: 1px 3px 1px 3px; 
	font-weight: bold;
	color: #ff9900 !important;
	text-decoration: none !important;
	font-style: normal;
	font-size: 9px;
	border: 1px solid #CCCCCC; }
.accSelectPage td {
	font-size: 10px;
	padding: 5px 5px 1px 0px;
	background-color: #CCCCCC; }	

.sbAltOn a:hover {
	text-decoration: underline;
	color: #000000; }
.sbAltOn a {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	padding: 5px 5px 5px 17px;
	display: block;
	color: #000000;
	background-color: #E4E4E4; }

.sbAlt a:hover {
	background-color: #E4E4E4;
	color: #000000; }
.sbAlt a {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	padding: 5px 5px 5px 17px;
	display: block;
	color: #000000; }

.sbSubSelected img {
	display: block; }
.sbSubSelected em a:link {
   background-color:transparent !important;
   background-image:url(/images/check_locked.gif) !important;
   background-position:0px;
   background-repeat:no-repeat; }
.sbSubSelected em a:hover {
   background-color:transparent !important;
   background-image:url(/images/check_locked.gif) !important;
   background-position:0px;
   background-repeat:no-repeat; }
.sbSubSelected em a:visited {
   background-color:transparent !important;
   background-image:url(/images/check_locked.gif) !important;
   background-position:0px;
   background-repeat:no-repeat; }
.sbSubSelected em a:active {
   background-color:transparent !important;
   background-image:url(/images/check_locked.gif) !important;
   background-position:0px;
   background-repeat:no-repeat; }
.sbSubSelected em a {
	margin: 0px !important;
	padding: 0px !important;
	height: 12px;
	width: 14px;
	background-image: url('/images/check_locked.gif') !important;
	background-repeat: no-repeat;
	background-color: transparent !important;
	display: block;
	background-position: 0px 0px;
	cursor: pointer !important; }
.sbSubSelected em {
	position: absolute; 
	top: 1px;
	left: -18px; }
.sbSubSelected a:hover {
	text-decoration: underline;
	color: #ffffff; }
.sbSubSelected a {
	padding: 0px 0px 5px 0px !important;
	line-height: 15px;
	font-weight: bold !important;
	display: block;
	background-image: none !important; } 
.sbSubSelected {
	position: relative;
	margin-left: 36px; }
	
.sbSubOn img {
	display: block; }
.sbSubOn em a:active {
	background-image: url('/images/check_onOver.gif') !important; }
.sbSubOn em a {
	margin: 0px !important;
	padding: 0px !important;
	height: 12px;
	width: 14px;
	background-image: url('/images/check_on.gif') !important;
	background-repeat: no-repeat;
	background-color: transparent !important;
	display: block;
	background-position: 0px 0px; }
.sbSubOn em {
	position: absolute; 
	top: 1px;
	left: -18px; }
.sbSubOn a:hover {
	text-decoration: underline;
	color: #ffffff; }
.sbSubOn a {
	padding: 0px 0px 5px 0px !important;
	line-height: 15px;
	font-weight: bold !important;
	display: block;
	background-image: none !important; } 
.sbSubOn {
	position: relative;
	margin-left: 36px; }
	
.sbSubBlank img {
	display: block; }
.sbSubBlank em a:active { }
.sbSubBlank em a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1; }
.sbSubBlank em a {
	margin: 0px !important;
	padding: 0px !important;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	height: 12px;
	width: 14px;
	background-repeat: no-repeat;
	background-color: transparent !important;
	display: block;
	background-position: 0px 0px; }
.sbSubBlank em {
	position: absolute; 
	top: 1px;
	left: -18px; }
.sbSubBlank a:hover {
	text-decoration: underline;
	color: #ffffff; }
.sbSubBlank a {
	padding: 0px 0px 5px 0px !important;
	line-height: 15px;
	display: block;
	background-image: none !important; }
.sbSubBlank {
	position: relative;
	margin-left: 36px; }

.sbSub img {
	display: block; }
.sbSub em a:active {
	background-image: url('/images/check_offOver.gif') !important; }
.sbSub em a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1; }
.sbSub em a {
	margin: 0px !important;
	padding: 0px !important;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	height: 12px;
	width: 14px;
	background-image: url('/images/check_off.gif') !important;
	background-repeat: no-repeat;
	background-color: transparent !important;
	display: block;
	background-position: 0px 0px; }
.sbSub em {
	position: absolute; 
	top: 1px;
	left: -18px; }
.sbSub a:hover {
	text-decoration: underline;
	color: #ffffff; }
.sbSub a {
	padding: 0px 0px 5px 0px !important;
	line-height: 15px;
	display: block;
	background-image: none !important; }
.sbSub {
	position: relative;
	margin-left: 36px; }

.sbMainOn blockquote {
	font-weight: normal;
	background-color: #1f1f1f !important;
	margin: 0px;
	padding: 0px 0px 4px 0px; }
.sbMainOn a:hover {
	text-decoration: underline;
	color: #ffffff; }
.sbMainOn a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 5px 0px 5px 17px; 
	background-color: #1f1f1f !important;   
	background-image: url('/images/arrow_redOn.gif');
	background-repeat: no-repeat;
	background-position: 6px 11px; }
.sbMainOn {
	background-color: #000000 !important; }
	
.sbMain a:hover {
	background-color: #1f1f1f;
	color: #ffffff; }
.sbMain a {
	text-decoration: none;
	border-bottom: 1px dotted #696969;
	padding: 5px 5px 5px 17px;
	background-image: url("/images/arrow_redOff.gif");
	background-repeat: no-repeat;
	background-position: 8px 10px;
	display: block;
	color: #ececec; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* breadcrumb +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	

.breadcrumb a:hover {
	color: #ffcc00; }
.breadcrumb a {
	color: #bbbbbb;
	text-decoration: none; }
.breadcrumb h1, .breadcrumb h2, .breadcrumb h3 {
	display:inline;
	font-size: 11px;
	font-weight: normal; }
.breadcrumb img {
	margin: 6px 6px 0px 6px; }
.breadcrumb {
	font-size: 11px;
	padding-right: 6px;
	margin: 5px 0px 10px 0px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* find OEM Parts +++++++++++++++++++++++++++++++++++++++++++++++++++*/

.findOEMSearchBox	{ 
	margin: 25px 0px 0px 0px;
	background-color: transparent;
	background-image: url('/images/findOEMParts/bg_vehicleSearch7.png');
	background-repeat: no-repeat;
	border-top: 0px solid #656565;
	border-left: 0px solid #656565;
	border-right: 0px solid #656565;
	width: 440px;
	height: 260px; }
#oemIMG_3 {
	display: none;}
#oemIMG_2 {
	display: none; }
#oemIMG_1 {
 	margin: 9px 0px 16px 3px;
	color: #cccccc;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
#oemIMG {
	background-color: transparent;
	padding-top: 0px;
	margin-top: 0px; }
.OEMSubmit div {	
	position: absolute;
	top: -5px;
	left: 185px; } 
.OEMSubmit {
	position: relative;
	top: 10px;
	left: 105px;
	background-color: transparent; }
	
.findOEMInput {
	margin: 0px 0px 10px 0px;
	border: 1px solid #000000; }
.findOEMCol select {
	width: 240px;
	font-size: 12px;  }
.findOEMCol {
	text-align: right;
	padding: 2px 14px 2px 12px; }	
.findOEMRightCol select {
	width: 242px;
	background-color:#FEFBEE;
	color: #000000;
	height: 29px;
	font-size:14px;
	line-height: 16px;
	padding: 3px 3px 5px 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif; }
.findOEMRightCol {
	width: 70%; }
.findOEMLeftCol {
	padding: 1px 12px 10px 25px;
	width: 30%; }
.findOEMLeftCol img {
		 }	
#findOEMArrow {
	position: absolute;
	top: -64px;
	left: -42px;
	width: 88px;
	height: 69px; }
.findOEM h5 {
	padding: 5px 5px 5px 5px;
	margin: 0px 15px 0px 15px;
	color: #ffffff;
	font-size: 14px; 
	line-height: 16px;
	background-color: #ff0000;
	text-align: center; }
.findOEMContent {
	width: 240px; }	
.findOEM table {
	margin: auto; }
.findOEM {	
	padding: 0px; 
	background-color: transparent;
	height: 165px; }	
   
.selectTable tr td {
   white-space: nowrap !important;
   color: #ececec; }	
.selectTable {
	border: 1px dotted #ececec; }
	
.textTitleOEM {
   display: block; 
   background-color: transparent;
   padding: 2px 0px 5px 0px; 
   font-size: 24px;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 26px;
   color: #efefef;
   font-weight: normal; }	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* My Account +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	
.cancelledOrder {
	background-color: #ed1c24;
	color: #ffffff;
	padding: 3px;
	margin-bottom: 1px;
	font-weight: bold;  }
.shippedOrder a {
	color: #003e1e; }
.shippedOrder span {
	font-size: 10px;
	font-weight: normal; }
.shippedOrder {
	background-color: #9ee18e;
	color: #003e1e;
	padding: 3px;
	margin-bottom: 1px;
	font-weight: bold;  }
.processingOrder {
	background-color: #fff251;
	color: #8a7008;
	padding: 3px;
	margin-bottom: 1px;
	font-weight: bold; }		
	
.noPurchaseItem {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px; }
.purchaseItem #cancelled {
	background-color: #ed1c24;
	color: #ffffff;
	padding: 3px;
	margin-bottom: 1px; }
.purchaseItem #Shipped {
	background-color: #9ee18e;
	color: #003e1e;
	padding: 3px;
	margin-bottom: 1px;  }
.purchaseItem #processing {
	background-color: #fff251;
	color: #8a7008;
	padding: 3px;
	margin-bottom: 1px;  }
.purchaseItem font span {
	font-size: 11px; 
	font-weight: bold;
	display: block; }
.purchaseItem font {
	margin-top: 5px; 
	display: block; }
.purchaseItem a b em {
	color: #818181;
	margin-top: 0px;
	display: block;
	line-height: 12px !important;
	font-size: 10px;  }
.purchaseItem a b span {
	display: block;
	font-size: 10px; 
	font-weight: normal;
	line-height: 12px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #818181;
	font-weight: bold; }
.purchaseItem a b {
	font-size: 15px; 
	color: #E59201;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif; }
.purchaseItem a:hover strong {
	display: inline;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
	margin-left: 5px;
	text-decoration: underline; }
.purchaseItem a strong {
	display: none; }
.purchaseItem a:hover {
	background-color: #efefef; }
.purchaseItem a {
	display: block;
	padding: 5px; 
	border: 1px dashed #666666;
	text-decoration: none;
	margin-bottom: 2px; }
	
#cancelled {
	background-color: #ed1c24;
	color: #ffffff;
	padding: 3px;
	margin-bottom: 1px; }
#Shipped {
	background-color: #9ee18e;
	color: #003e1e;
	padding: 3px;
	margin-bottom: 1px;  }
#processing {
	background-color: #fff251;
	color: #8a7008;
	padding: 3px;
	margin-bottom: 1px;  }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Table Formatting +++++++++++++++++++++++++++++++++++++++++++++++++*/	
	
.tableLabel {
	font-weight: bold;
	font-size: 11px; 
	border-bottom: 1px solid #000000 !important;
	margin: 30px 0px 0px 0px;
	padding: 3px 5px 2px 5px;
	color: #ffffff; }

.tableComments {
	font-size: 11px;
	padding: 5px 5px 5px 3px;
	background-color: #000;
	border-bottom: 1px solid #ffffff; }
	
.tableEmphasis {
	background-color: #ffdc85;
	border: 1px solid #e8641b;
	padding: 10px 10px 10px 10px;
	color: #AD4B14;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	background-image: url('/images/bg_pageNote.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px; }

.formElement {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #000000;
	border-top: 1px solid #C0C0C0; }
	
.formError {
	background-color: #FDD9D9;
	border: 1px solid #ff0000 !important; }
	
.formLocked {
	font-style: oblique;
	border: 1px solid #666666 !important;
	background-color: #F4F3F3;
	color: #333333; }

.firstFormColumn {
	text-align: left;
	padding-right: 6px !important; /* This supercedes the padding command in .formTable*/
	vertical-align: top;
	color: #ffffff; } 

.secondFormColumn {
	text-align: left;
	vertical-align: top;
	color: #ffffff; }

#cHeader {
    padding: 0px !important;
	vertical-align: bottom;
	font-style: italic; }
.formTable tr td h5 { /* this is the error message state */
	margin: 0px;
	color: #ff0000;
	font-size: 9px;
	display: block;
	padding: 0px 4px 0px 5px;
	font-weight: normal !important; }
.formTable tr td span {
	display: block;
	font-size: 9px;
	line-height: 9px;
	color: #A7A7A7;
	font-weight: normal;
	padding: 2px 0px 0px 0px; }
.formTable tr td {
	border-bottom: 1px dotted #7d7d7d;
	padding: 6px 4px 6px 4px;
	line-height: 14px;
	vertical-align: center;
	font-size: 12px;
	line-height: 13px;
	background-color:#4C4C4C; }
.formTable input {
	font-size: 11px;
	border: 2px solid #F6B301;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px; }
.formTable textarea {
	font-size: 12px;
	border: 1px solid #C4C4C4;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
.formTable 	{
	width: 100%; }
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* OEM Specific Classes +++++++++++++++++++++++++++++++++++++++++++++*/	

.oemCheckoutBtn {
    float: right; 
    margin: 0px 0px 10px 10px; }

.productsLoading {
	border: 1px dotted #666666;
	padding: 5px;
	text-align: center;
	visibility:;  }

#subArrowleft {
	position: absolute;
	width: 50px;
	height: 42px;
	top: 60px;
	left: 255px;	
	display: none; }
#subArrowRight {
	position: absolute;
	width: 50px;
	height: 42px;
	top: -20px;
	left: -55px;
	display: none; }
	
.oemCategory a:hover {
	text-decoration: underline; }
.oemCategory a {
	display: block;
	margin: 0px 0px 0px 10px;
	text-decoration: none; }
.oemCategory h1 {
	font-weight: bold;
	color: #ffffff;
	background-color: #1f1f1f;
	padding: 3px 0px 3px 10px;
	font-size: 12px;
	margin: 0px 0px 5px 0px; }
.oemCategory {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	background-color: #000000; }
.oemCategory span {
	font-style: italic;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none; }
.oemCategory div {
	display: block;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none; 
	background-color: #000000; }

#OEMPartNumberSearch .oemCatHeader {
	border: 0px; }
.oemCatHeader {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	margin: 25px 0px 10px 0px;
	border-top: 1px dotted #696969;
	border-right: 1px dotted #696969;
	padding: 5px 5px 5px 0px;
	color: #efefef;
	text-align: left; }	
	
.oemDetails h1 {
	margin: 0px; 
	padding: 0px;
	font-size: 12px;
	color: #a3a3a3;
	line-height: 15px; }
.oemItem .oemFooter {
	height: 4px;
	background-image: none !important;
	background-color: #545454; }
.oemAdd .content .oemSubmit {
	margin-bottom: -6px; }
.oemAdd .content .addFlag {
	position: absolute; 
	top: -40px; 
	left: 90px;
	background-color: #ffffff;
	border: 1px solid #666666;
	width: 100px;
	padding: 5px 10px 25px 10px;
	text-align: center;
	background-image: url('/images/loadingBars.gif');
	background-position: center 25px ;
	background-repeat: no-repeat; }
.oemAdd .content {
	padding: 0px 5px 3px 9px;
	position: relative; }
.oemAdd .header em {
	display: block;
	position: absolute; 
	top: 0px;
	left: 0px;
	height: 3px;
	width: 5px;
	background-image: none !important;  }
.oemAdd .header {
	background-image: none !important;
	background-color: #545454; 
	position: relative;
	height: 3px; }
.oemAdd img {
	margin-bottom: -6px; }
.oemAdd input {
	width: 15px;
	font-size: 10px; }
.oemAdd {
	background-color: #545454; 
	vertical-align: top;
	text-align: center;
	white-space: nowrap; }
.oemPrice h4 em {
	font-style: normal; 
	margin-left: 17px;
	margin-right: 7px;
	font-size: 13px;
	line-height: 14px;
	color: #ffffff;
	font-weight: bold; }
.oemPrice h4 span {
	text-decoration: line-through;
	color: #dddddd;  }
.oemPrice a:hover {
	color: #fff;
	background-color: transparent; }
.oemPrice a {
	color: #ececec; }
.oemPrice h4 {
	margin: 0px;
	font-size: 9px;
	color: #dddddd; 
	font-weight: normal; }
.oemPrice {	
	background-image: none !important;
	border-top: 3px solid #545454; 
	background-color: #636363;
	text-align: right;
	padding-right: 5px; }
.oemSuggested h3 {
	margin: 0px; 
	font-size: 9px; 
	font-weight: normal;
	text-align: right;
	line-height: 12px;
	background-color: transparent;
	border-right: 1px solid #f76b08;
	padding: 3px;
	color: #fff; }
.oemSuggested {
	vertical-align: bottom;
	padding-bottom: 7px; }
.oemImage {
	vertical-align: bottom;
	padding-bottom: 7px; }
.oemDescription h2 {
	font-weight: normal;
	margin: 3px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	color: #ececec;  }
.oemDescription h1 span {
	color: #ececec; 
	font-size: 9px; 
	line-height: 12px;
	display: block;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
.oemDescription h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;  
	margin: 0px 0px 0px 0px;
    line-height: 14px; }
.oemDescription {
	vertical-align: bottom;
	padding-bottom: 7px; }
.oemItem {
	margin-top: 10px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* AfterMarket Specific Classes +++++++++++++++++++++++++++++++++++++*/	

.plpLink a:hover {
	background-color: #222528;
	border: 3px double #ff0000;
	color: #ffffff;  }
.plpLink a {
	color: #fff;
	font-size: 11px;
	font-family: verdana !important;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px 0px 5px;
	padding: 3px 10px 5px 23px;
	background-color: #474747;
	border: 3px double #AA0000;
	background-image: url('/images/arrow_white.gif');
	background-repeat: no-repeat;
	background-position: 10px center; }
.plpLink td {
	text-align: right;
	padding: 13px 0px 1px 0px !important; }	
.plpLink {
	text-align: right;
	padding: 4px 0px 4px 0px; }
.plpHeader a:hover {
	color: #ff9900; } 
.plpHeader h2 a {
	line-height: 14px;
	padding: 1px;
	color: #e9e9e9;
	text-align: left; }
.plpHeader a {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	margin: 15px 0px 10px 0px;
	border-top: 1px dotted #696969;
	border-right: 1px dotted #696969;
	padding: 7px 5px 5px 0px !important;
	color: #f76b08;
	text-align: right; 
	display: block;
	text-decoration: none;  }
.plpHeader td {
	padding-top: 5px; }
.plpItem #col4 {
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	width: 7%; }
.plpItem #col3 {
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	width: 13%;	 
	color: #ececec; }
.plpItem #col2 h3 span {
	font-size: 10px; 
	margin: 0px;
	font-weight: normal;
	line-height: 12px;
	font-style: italic;
	margin-right: 4px; }
.plpItem #col2 h1 em, .plpItem #col2 a em {
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
	font-size: 10px; }
.plpItem #col2 h1 a span, .plpItem #col2 a span {
	font-weight: normal;
	margin-left: 0px;
	font-size: 10px;
	text-decoration: none !important;
	display: block; }
.plpItem #col2 h1, .plpItem #col2 a {
	display:block;
	font-size: 12px; 
	font-weight: bold;
	margin: 0px;
	padding-left: 10px; }
.plpItem #col2 {
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	width: 70%; }
.plpItem #col1 img {
	border: 2px solid #000 !important; }
.plpItem #col1 {
	padding: 2px 3px 2px 3px;
	vertical-align: middle;
	width: 10%; }
.plpItem td {
	border-top: 0px dotted #666; }
.plPreviewTable {
	margin-bottom: 15px; }

.companyLogo div {
	position: absolute; 
	top: -50px; 
	left: 785px; 
	width: 240px; 
	height: 50px; 
	text-align: right; }
.companyLogo {
	position: relative;
	height: 0px; }

.afrItem #col3 span {
	display: block;
	margin-top: 3px; }
.afrItem #col3 {
	vertical-align: top;
	padding: 4px 0px 0px 5px; }
.afrItem #col2 h3 span {
	font-size: 10px; 
	margin: 0px;
	font-weight: normal;
	line-height: 12px;
	font-style: italic;
	margin-right: 4px; }
.afrItem #col2 h3 {
	font-size: 10px; 
	margin: 0px;
	font-weight: normal;
	line-height: 12px;
	background-color: #eeeeee;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 5px 10px; }
.afrItem #col2 h2 {
	font-size: 11px; 
	margin: 0px;
	font-weight: normal;
	line-height: 12px;
	padding: 0px 0px 5px 10px; }
.afrItem #col2 h1 em {
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
	font-size: 10px; }
.afrItem #col2 h1 a span {
	font-weight: normal;
	margin-left: 0px;
	font-size: 10px;
	text-decoration: none !important;
	display: block; }
.afrItem #col2 h1 {
	font-size: 12px; 
	margin: 0px;
	font-weight: bold;
	padding-left: 10px; }
.afrItem #col2 {
	vertical-align: center;
	padding: 3px 0px 0px 0px; }
.afrItem #col1 img {
	border: 1px solid #666666; }
.afrItem #col1 {
	padding: 3px 3px 3px 3px;
	vertical-align: center; 
	vertical-align: middle; }
.afrItem td {
	border-top: 1px dotted #666; }
.afResultsTable {
	}

.infoColumn h2 span, .infoColumn .purchase span {
	display: block;
	margin-top: 4px; }
.infoColumn h2, .infoColumn .purchase {
	background-color: #e6e6e6;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	margin: 0px;
	padding: 7px; }
.detailTable .tLeft {
	font-style: italic; }
.detailTable td {
	border-bottom: 1px solid #CACACA;
	padding: 4px 5px 4px 0px; }
.detailTable {
	border-top: 1px solid #CACACA;
	margin-bottom: 15px; }
.infoColumn p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px; }
.infoColumn h1 span {
	font-size: 11px;
	display: block;
	font-weight: normal; 
	line-height: 13px; }
.infoColumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 18px;
	line-height: 19px;
	padding-bottom: 15px; }
.infoColumn {
	width: 288px;
	float: left;
	padding: 16px 0px 20px 0px; }
.picColumn img {
	border: 1px solid #7E7E7E; }
.picColumn {
	width: 350px;
	padding: 16px 22px 15px 18px;
	float: left; }

.thumbnailRow h6 { /* This replaces the "divFix" class used to plug up the floating div problem.*/
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	height: 1px;
	display: block; }	
.item a em {
	display: block;
	font-size: 11px;
	line-height: 18px;
	color: #ffcc00;
	text-align: center;
	font-weight: bold;
	font-style: normal; }
.item a span span {
	color: #ff0000;
	font-weight: normal;
	background-color: #FFE2E2;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-size: 10px;
	padding-top: 0px; }
.item a:hover span {
	text-decoration: underline; }
.item a span {
	display: block;
	font-size: 10px;
	line-height: 11px;
	color: #efefef;
	text-align: center;
	padding-top: 4px; }
.item a:hover {
	border-top: 3px solid #737373;
	margin-top: 0px; }
.item a {
	display: block; 
	height: 151px;
	float: left; 
	width: 94px;
	text-decoration: none;
	margin-top: 3px; }
.item a img {
	border: 1px solid #737373;
	line-height: 0px;
	display: block; }
.item {
   padding-right: 20px; }
.thumbnailRow .noBorder {
	border: 0px; }
.thumbnailRow p {
	width: 20px;
	float: left; }
.thumbnailRow {
	width: 810px; }
.thumbnailRow td {
	padding-bottom: 10px; }	

.thumbBg h6 { /* This replaces the "divFix" class used to plug up the floating div problem.*/
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	height: 1px;
	display: block; }	
.thumbBg {
	background-image: none;
	background-repeat: repeat-x;
	background-color: transparent;
	padding: 15px 0px 0px 15px;
	margin: 0px 2px 0px 2px;
	width: 810px; }
	
.ptItem #col5 {
	padding: 10px; 
	vertical-align: center; }
.ptItem #col4 {
	padding: 10px;
	vertical-align: center;
	color: #ffffff;
	font-weight: bold; }

.ptItem #col3 h3 span {
	font-size: 10px; 
	margin: 0px;
	font-weight: normal;
	line-height: 12px;
	font-style: italic;
	margin-right: 4px; }
.ptItem #col3 h3 {
	font-size: 10px; 
	margin: 0px;
	font-weight: normal;
	line-height: 12px;
	background-color: transparent;
	border-top: 1px dotted #797979;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 5px 10px; }
	
.ptItem #col3 div.description {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	margin: 0px;
	font-weight: normal;
	line-height: 12px;
	padding: 0px 0px 5px 10px; }
.ptItem #col3 h2 em {
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
	font-size: 10px; }
.ptItem #col3 h2 span {
	font-weight: normal;
	margin-left: 10px;
	font-size: 10px; }
.ptItem #col3 h2 {
	font-size: 12px; 
	margin: 0px;
	font-weight: bold;
	padding-left: 10px;
	color:#FF9900; }
.ptItem #col3 {
	vertical-align: center;
	padding: 3px 0px 0px 0px; }
.ptItem #col2 { 
	padding: 0px 10px 0px 10px;
	vertical-align: center;
	font-size: 11px;
	background-image: none;
	background-color:#4C4C4C;
	color:#FF9900; }
.ptItem #col1 img {
	border: 1px solid #666666; }
.ptItem #col1 {
	padding: 3px 0px 3px 6px;
	vertical-align: center;
	background-image: none;
	background-color:#4C4C4C; }
.ptItem td {
	border-bottom: 1px solid #CCCCCC;
	background-color:#4C4C4C;
	border-top: 1px solid #616161; }
.pTable2 {
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 10px; }

.pTableSelect td {
	background-color: transparent;  
	padding: 5px 4px 5px 0px; }
.pTableCHeader .onColumn {
	background-image: url('/images/bg_pTableCHeader_on.gif');
	background-repeat: repeat-x; }
.pTableCHeader td a:hover {
	color: #303030;
	border-bottom: 0px; } 
.pTableCHeader td a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 2px;
	border-bottom: 0px; } 
.pTableCHeader td {
	background-image: none;
	background-color: transparent;
	padding: 10px 0px 3px 0px;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	text-transform: lowercase;
	color: #303030; }
.pTableRowAlt td {
	background-color: #434343;
	font-size: 11px;
	color: #ececec;
	padding: 2px 4px 5px 6px;
	line-height: 13px;
	border-top: 1px solid #616161;  }
.pTableRowAlt a {
	font-weight: bold; }	
.pTableRow td {
	background-color: #4c4c4c;
	font-size: 11px;
	color: #ececec;
	padding: 2px 4px 5px 6px;
	line-height: 13px;
	border-top: 1px solid #616161; }
.pTableRow a {
	font-weight: bold; }	
.pTable {
	margin-bottom: 10px;
	width: 850px;
	margin: auto; }

.mTableMiddle .onPage:hover {
	text-decoration: none; }
.mTableMiddle .onPage {
	border: 1px solid #ececec;
	padding: 1px 2px 1px 2px;
	color: #ffffff;
	background-color: #000; }
.mTableMiddle td a:hover {
	border: 1px solid #ececec;
	padding: 1px 2px 1px 2px;
	color: #ffffff; }
.mTableMiddle td a {
	color: #ececec;
	font-size: 11px;
	line-height: 17px;
	padding: 2px 3px 2px 3px;
	text-decoration: none; }
.mTableMiddle td {
	background-image: url('/images/bg_afmake2.jpg'); 
	background-color: #000000;
	padding: 10px 10px 10px 10px;
	background-repeat: repeat-x; }
.mTableTop #right {
	background-image: none;
	color: #ececec;
	padding: 4px 4px 4px 0px; }
.mTableTop #left {
	background-image: none;
	color: #ececec;
	padding: 4px 0px 4px 4px; }
.mTableTop td {
	background-color: transparent; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px dotted #ececec; }
.mTableTop h1 {
	font-size: 16px;
	color: #ececec;
	line-height: 18px;
	}	
	
.af_insetBrand h1 {
	font-size:18px; }
.af_insetBrand {
	padding-bottom:14px; }
.af_sbsubOn a:hover {
	background-color: #bbbbbb;
	color: #000; }
.af_sbsubOn a {
	padding: 4px 4px 4px 4px;
	display: block;
	border-bottom: 1px dotted #4A4A4A;
	text-decoration: none;
	font-weight: bold;
	background-color: #bbbbbb;
	background-image: url('/images/arrow_whiteDotted.gif');
	background-position: right;
	background-repeat: no-repeat;
	color: #000; }
.af_sbsubOff a:hover {
	background-color: #dadada;
	color: #000000; }
.af_sbsubOff a {
	padding: 4px 4px 4px 4px;
	display: block;
	border-bottom: 1px dotted #4A4A4A;
	text-decoration: none;
	color: #ffffff; }
.af_sbArrow {
	position: absolute;
	top: 40px;
	left: 40px; }
.af_sbOn a:hover {
	color: #000;
	background-color: #bbb; }
.af_sbOn a {
	line-height: 12px;
	margin: 0px;
	color: #000000;
	font-weight: bold;
	display: block;
	font-size: 12px;
	background-color: #bbb;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px dotted #4A4A4A;
	text-decoration: none;
	background-image: url('/images/arrow_whiteDotted.gif');
	background-position: right;
	background-repeat: no-repeat;  }
.af_sbOff a:hover {
	background-color: #dadada;
	display: block;
	text-decoration: none;
	color: #000; }
.af_sbOff a {
	line-height: 12px;
	margin: 0px;
	display: block;
	font-size: 12px;
	color: #ececec;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px dotted #4A4A4A;
	text-decoration: none; }
	
.af_sidebar h2 {
	font-size: 12px;
	font-style: italic;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	color: #000000; 
	line-height: 13px;
	padding: 0px; }
.af_sidebar h1 a:hover {
	color: #000000;
	text-decoration: underline; }
.af_sidebar h1 a {
	color: #000000;
	text-decoration: none;
	display: block; }
.af_sidebar h1 span {
	display: none; }
.af_sidebar h1 {
	display: none; }
.af_sidebar {
	padding: 14px; }

.pLineList .indexItem {
	padding-left: 0px; }

.af_brand h6 {
	clear: both; 
	padding: 0px; 
	margin: 0px; 
	height: 1px;
	display: block; }
.af_brand  a {
	display: block;
	margin: 0px 0px 0px 10px; }
.af_brand h2 {
	float: left;
	color: #f1f1f1;
	width: 248px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	font-weight: normal; }
.af_brand h1 {
	font-weight: bold;
	font-style: italic;
	color: #000000;
	background-color: #F4F4F4;
	padding: 3px 0px 3px 5px;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	text-transform: capitalize; }
.af_brand  {
	font-size: 12px;
	margin: 20px 0px 10px 0px; }

.alphaSort .onPage:hover {
	text-decoration: none; }
.alphaSort .onPage {
	background-color: #1f1f1f;
	border: 1px solid #B3CDED; }
.alphaSort h1 a:hover {
	text-decoration: underline; }
.alphaSort h1 a {
	text-decoration: none;
	margin-right: 11px;
	padding: 0px 2px 0px 2px; }
.alphaSort h1 {
	margin: 12px 0px 0px 0px;
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; }
.alphaSort {
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	color: #f1f1f1; }

#af_singleCol {
	padding: 10px 25px 60px 25px;
	width: 100%;
	background-color: #242424; }
#af_singleCol h1 {
	color: #f6f6f6; }
#af_singleCol p {
	color: #f6f6f6; }
	
#af_colRight {
	background-color: #212121;
	padding: 10px 25px 20px 26px;
	width: 510px;
	vertical-align: top;
	color: #ffffff; }
#af_colLeft {
	background-color: #333333;
	padding: 0px 0px 20px 0px;
	width: 210px;
	vertical-align: top; }

#af_SubArrowSingleCol {
	position: absolute;
	width: 50px;
	height: 42px;
	top: -5px;
	left: -60px; }
#af_SubArrowleft {
	position: absolute;
	width: 50px;
	height: 42px;
	top: 60px;
	left: 255px; }
#af_SubArrowRight {
	position: absolute;
	width: 50px;
	height: 42px;
	top: 20px;
	left: 165px; }
	
.afBrand tr td {
	vertical-align: top; }
.afBrand a:hover {
	color: #244E83; }
.afBrand a {
	display: block;
	margin: 0px 0px 0px 10px; }
.afBrand h1 {
	font-weight: bold;
	font-style: italic;
	color: #000000;
	background-color: #1f1f1f;
	padding: 3px 0px 3px 10px;
	font-size: 12px;
	margin: 0px 0px 5px 0px; }
.afBrand {
	font-size: 12px;
	margin: 0px 0px 20px 0px; 
	line-height: 16px;}

.afBrandNav a:hover {
	color: #8FB6E9; }
.afBrandNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	text-decoration: none;
	margin: 5px 5px 0px 0px; }	
.afBrandNav {
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
	width: 100%; }
	
#divBrandOverview h2 {
	color: #f1f1f1;
	line-height: 24px; }
	
.catItem a:hover {
	color: #0000cc;
	font-family: verdana, Arial, Helvetica;
	text-decoration: underline !important; }
.catItem a {
	color: #CC0000;
	font-family: verdana, Arial, Helvetica;
	text-decoration: none !important;
	font-size: 12px;
	margin-right: 4px; }
.catItem div {
	display: block;
	line-height: 16px; }
.catItem h1 a:hover  {
	color: #DF5E03; }
.catItem h1 a  {	
	color: #F9C000; }
.catItem h1 {
	font-size: 12px; 
	margin: 15px 0px 0px 0px;
	font-weight: bold !important;
	color: #F9C000; }		
.catItem {
	background-repeat: no-repeat; 
	background-position: 22px 0px;
	padding: 0px 0px 20px 72px; }	
	
.browseCat td {
	vertical-align: top;
	line-height: 16px;
	text-align:left; }
.browseCat h1 a {
	font-size: 14px;
	font-family: verdana, Arial, Helvetica;
	text-decoration: none !important; 
	margin: 0px;
	font-weight: bold !important;
	color: #111111; }
.browseCat h1 a:hover {
	font-size: 14px;
	font-family: verdana, Arial, Helvetica; 
	margin: 0px;
	text-decoration: underline !important;
	font-weight: bold !important;
	color: #0000FF; }
.browseCat {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #d9d9d9; }	

.indexItemEmph span {
	color: #555555;
	font-size: 11px;
	margin-left: 12px; }
.indexItemEmph {
	background-image: url('/images/star.gif');
	background-repeat: no-repeat;
	background-position: 20px 10px;
    font-size: 13px;
	line-height: 14px;
	padding-left: 29px;
	padding-top: 5px; }
	
.indexItem span {
	color: #555555;
	font-size: 11px;
	margin-left: 12px; }
.indexItem {
	font-size: 13px;
	line-height: 14px;
	padding-left: 29px;
	padding-top: 5px; }
	
.browseIndex  a:hover {
	text-decoration: underline !important;
	color: #0000FF !important;
	font-weight: bold; }
.browseIndex  a { 
	text-decoration: none !important;
	color: #111111 !important;
	font-weight: bold; }		
.browseIndex {
	margin: 30px 0px 30px 0px;
	background-color: #d9d9d9;
	padding: 0px;	
	font-family:Arial, Helvetica, sans-serif; }
	
#plColumn {
	width: 230px; }
#kspaceColumn {
	width: 40px;
	background-image: url('/images/divider_vertDotted.gif');
	background-repeat: repeat-y;
	background-position: 10px 0px; }
#kitColumn .thumbnailRow {
	margin-left: 0px !important; }
#kitColumn {
	width: 230px; }

.kitCompTable #descColumn h1 span {
	font-size: 10px; 
	display: block; }
.kitCompTable #descColumn h1 {
	margin: 0px;
	font-size: 12px;
	line-height: 12px; }
.kitCompTable #descColumn {
	width: 390px; }
.kitCompTable #picColumn {
	width: 110px; }
.kitCompTable td {
	vertical-align: top; }

.kitPrice h4 {
	margin: 5px 0px 0px 0px; }
.kitPrice h3 {
	margin: 0px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	margin-top: 10px; }
.kitPrice h2 {
	margin: 0px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #666666; }
.kitPrice h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	line-height: 14px;
	color: #666666;  }
.kitPrice {
	float: right;
	margin: 0px 0px 15px 15px;
	width: 200px; 
	border: 1px dashed #666666;
	padding: 15px; }
.kitImage {
	margin-bottom: 7px; }
.kitTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin-bottom: 7px; }
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* AfterMarket Logo Sidebar +++++++++++++++++++++++++++++++++++++++++*/	

.viewAllBrands a:hover {
	text-decoration: underline; }
.viewAllBrands a {
	color: #cccccc;
	text-decoration: none; }
.viewAllBrands {
	padding: 0px 0px 10px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 12px;
	background-image:url('/images/arrows_smallDoubleRight.gif');
	background-repeat: no-repeat;
	background-position: -3px 5px; }

.hSpan img {
	display: block;
	height: 3px; }
.hSpan {
	height: 3px; }
	
.vSpan img {
	width: 3px;
	display: block; }
.vSpan {
	width: 3px; }
	
.logo img {
	margin: auto; }
.logo a:hover {
	background-color: transparent !important; }
.logo a {
	display: block;
	text-align: center;
	height: 48px;
	vertical-align: middle; }
.logo {
	background-color: #000000;  
	height: 48px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* bottombar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
	
.bottombar a:hover {
	background-color: #F5B400;
	color: #000000; }
.bottombar a {
	text-decoration: none;
	color: #5f5f5f;
	padding: 0px 2px 0px 2px; }
.bottombar table td {
   padding: 4px 0px 4px 0px;
   line-height: 14px;
   color: #5f5f5f;
   font-size: 11px; }
.bottombar table {	
   margin: 0px 10px 0px 65px;
   width: 790px; }   
.bottombar {
	 margin: 25px auto 0px auto;
	 padding: 0px;
	 background-color: transparent !important;
	 position: relative;
	 border-top: solid 0px #F6B301;
	 background-image:  url("/images/bg_bottombar4.gif");
	 background-repeat: no-repeat;
	 width: 900px;   }
.bottombar_seal { 
	margin: 0px 0px 16px 0px; }
	
.bottombar_seal a:hover {
	background-color: transparent !important;
	color: #0000CC !important; }	
	 
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Pop-Ups & Pop-Downs ++++++++++++++++++++++++++++++++++++++++++++++*/

.loginModalBackground {
   background-color: #000;
   filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4; }
.loginModalPop {
   background-color: #fff;
   padding: 300px; }
.loginModalPop p {
	color: #000000; }   

.popSubmitBox {
	text-align: right;
	margin-top: 5px; }

.popFormTable h1 {
	background-image: none !important;
	background-color: transparent !important;
	color: #ff0000 !important;
	font-weight: normal;
	font-size: 9px !important;
	line-height: 11px !important; }
.popFormTable td {
	padding-bottom: 3px;
	line-height: 12px; }

.popEmphasis {
	border-top: 1px dashed #737373;
	padding: 6px 3px 3px 3px;
	margin-top: 10px; }

.popUp h2 select,input {
	font-size: 10px; }

.popUpBrand {
	background-color: #333 !important; 
	border: 3px solid #494949; 
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4);
	position: absolute; 
	top: 0px; 
	left: 0px;
	visibility: hidden; 
	width: 230px !important; }
	 
.popUpCategory {
	background-color: #000000; 
	border: 3px solid #494949; 
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4);
	position: absolute; 
	top: 0px; 
	left: 0px;
	visibility: hidden;
	width: 160px !important; }

.popUp h2 {
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	padding: 7px 7px 7px 7px;
	background-image: url('/mgmt/images/bg_popBody.gif');
	background-repeat: repeat-x; }
.popUp h1 img {
	float: right;
	display: block; }
.popUp h1 {
	margin: 0px;
	background-color: #656565;
	font-size: 11px;
	color: #E6E6E6;
	padding: 2px 0px 3px 7px;
	line-height: 13px;
	background-image: url('/mgmt/images/bg_popHeader.jpg');
	background-repeat: repeat-x; }
.popUp {
	background-color: #ECECEC; 
	border: 1px solid; 
	border-width: 1px 2px 2px 1px; 
	z-index: 1;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4);
	position: absolute; 
	top: 0px; 
	left: 0px;
	visibility:hidden; }
	 
.popUpProduct h2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	display: block;
	background-color: #CCCCCC;
	padding: 2px;
	color: #373737; }
.popUpProduct h2 {
	font-weight: normal;
	font-size: 11px; 
	line-height: 12px;
	margin-bottom: 7px;
	padding: 0px 7px 0px 7px; }
.popUpProduct h1 {
	text-align: right;
	margin: 0px;
	padding: 7px 7px 7px 0px; }
.popUpProduct {
	background-color: #ffffff; 
	border: 1px solid; 
	border-width: 1px 2px 2px 1px; 
	z-index: 1;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4);
	position: absolute; 
	top: 0px; 
	left: 0px;
	visibility:hidden; }
	 
.popUpRed a {
	color: #DF0024; }
.popUpRed h2 {
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	padding: 7px 7px 7px 7px;
	background-image: url('/mgmt/images/bg_popBodyRed.gif');
	background-repeat: repeat-x;
	line-height: 12px; }
.popUpRed h1 img {
	float: right;
	display: block; }
.popUpRed h1 {
	margin: 0px;
	background-color: #CA0000;
	font-size: 11px;
	color: #E6E6E6;
	padding: 2px 0px 3px 7px;
	line-height: 13px;
	background-image: url('/mgmt/images/bg_popHeaderRed.jpg');
	background-repeat: repeat-x; }
.popUpRed {
	background-color: #FFD9D9; 
	border: 1px solid; 
	border-width: 1px 2px 2px 1px; 
	z-index: 1;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4);
	position: absolute; 
	top: 0px; 
	left: 0px;
	visibility:hidden; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Cart Layout ++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.cancelledOrder {
	background-color: #ed1c24;
	color: #ffffff;
	padding: 3px;
	margin-bottom: 1px; }
.shippedOrder a {
	color: #003e1e; }
.shippedOrder span {
	font-size: 10px; }
.shippedOrder {
	background-color: #9ee18e;
	color: #003e1e;
	padding: 3px;
	margin-bottom: 1px; }
.processingOrder {
	background-color: #fff251;
	color: #8a7008;
	padding: 3px;
	margin-bottom: 1px; }
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* jQuery Image expander  +++++++++++++++++++++++++++++++++++++++++++*/

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	background-image:url('../images/homepage/bg_car-pics.png');
	background-repeat: no-repeat; }
.dock-container {
	position: absolute;
	height: 50px;
/*	background: url(images/dock-bg2.gif); */
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 898px;
	background-color:#161616;
	height: 125px;
	margin: 3px 0px 0px 0px;	
	text-decoration: none !important; }
.dock-container2 {
	position: absolute;
/*	background: url(images/dock-bg.gif); */
	padding-left: 0px;
	bottom: 25px; 
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #F5B400; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none !important; }
.dock-item2	a:hover {
	text-decoration: none !important; }
.dock-item2 span {
	display: none;
	padding-left: 0px;
	color: #F5B400;
	text-decoration: none !important; }
.dock-item2 img {
	border: none; 
	margin: 0px 0px 0px 0px; 
	width: 100%; 
}

.dock-text {
	position: relative;
	text-align: left;
	color:#FF9900; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	margin: 10px 0px 0px 14px; }