﻿body { font-family: Arial, Helvetica, Sans-Serif; }

.standardLink 
{
    font-family:Arial, Helvetica, Sans-Serif; 
    font-weight:normal;
    color: Blue;
    text-decoration: underline;
}
.standardLink:hover 
{
    color: Red;
}
.standardBoldLink 
{
    font-family:Arial, Helvetica, Sans-Serif; 
    font-weight:bold;
    color: Blue;
    text-decoration: underline;
}
.standardBoldLink:hover 
{
    color: Red;
}
.valError 
{ 
    font-size:10pt; 
    color: #FF0000; 
}
/*--------- Header Navigation Styling ------------*/
.raresparesnav a 
{
    position:relative;
    display:block;
    height:65px;
}

* html a:hover { visibility:visible; text-decoration: underline; }
.raresparesnav a:hover img { visibility:hidden; }
.rspnav 
{
    font-family: Arial, Helvetica, Sans-Serif; 
    font-size: 8pt; 
    font-weight:bold;
    color: #000000; 
    text-decoration:none;
}
.rspnavlink 
{
    font-family: Arial, Helvetica, Sans-Serif; 
    font-size: 8pt; 
    font-weight:bold;
    text-decoration:none;   
}
.rspnavlink:link    { color: #336699;}
.rspnavlink:visited { color: #336699;}
.rspnavlink:hover   { color: Red; text-decoration: underline;}
/*------------------------------------------------*/

/*------------ Footer Styling --------------------*/
.raresfooterlink 
{
    font-weight:bold; 
    font-size:8pt; 
}
.raresfooterlink:link       { color: #FFF; text-decoration: underline;}
.raresfooterlink:visited    { color: #FFF; text-decoration: underline;}
.raresfooterlink:hover      { color: #FC0; text-decoration: underline;}

.rareslegacyfooter 
{
    white-space:nowrap;
    font-size: 8pt;
    font-family: Arial, Helvetica, Sans-Serif; 
    padding-bottom: 16px;  
}
.rareslegacyfooter a:link       { color: #000080; text-decoration: underline;}
.rareslegacyfooter a:visited    { color: #000080; text-decoration: underline;}
.rareslegacyfooter a:hover      { color: Red; text-decoration: underline;}

.disclaimer 
{
    font-family: Arial;
    font-weight: bold;
    font-size: small;
}
.disclaimer a:link { color: #369; text-decoration: none; }
.disclaimer a:visited { color: #369; text-decoration: none; }
.disclaimer a:hover { color:Red; text-decoration: underline; }
/*------------------------------------------------*/

/*------ 3 Column Body Layout --------*/
.leftcell { width: 237px; }
.midcell  { width: 326px; }
.rightcell{ width: 237px; }
  
.leftcol {
    width: 220px;
    text-align: left;
} 
.midcol {
    width: 326px; 
    text-align: left;
}    
.rightcol {
    width: 214px;
    text-align: left;
} 
.leftblock {
    background: url("/rare-spares-images/bodystyles/left-bg.gif") repeat-y top left;
    width: 100%;
}
.midblock {
    background: url("/rare-spares-images/bodystyles/middle-bg.gif") repeat-y top left;
    width: 100%;
}
.rightblock {
    background: url("/rare-spares-images/bodystyles/right-bg.gif") repeat-y top left;
    width: 100%;
}
.leftheading { 
    background: url("/rare-spares-images/bodystyles/left-top.gif") no-repeat top left;
    height: 26px;
    padding-top: 2px;
}
.midheading {
    background: url("/rare-spares-images/bodystyles/middle-top.gif") no-repeat top left;
    height: 26px;
    padding-top: 2px;
}
.rightheading { 
    background: url("/rare-spares-images/bodystyles/right-top.gif") no-repeat top left;
    height: 26px;
    padding-top: 2px;
}
.colcontent 
{
    padding-top: 10px;
    padding-bottom: 18px;
}
.leftbottom 
{
    background: url("/rare-spares-images/bodystyles/left-bottom.gif") no-repeat top left;
    padding: 0px;
    margin: 0px;
    height: 2px;
}
.midbottom 
{
    background: url("/rare-spares-images/bodystyles/middle-bottom.gif") no-repeat top left;
    padding: 0px;
    margin: 0px;
    height: 2px;
}
.rightbottom 
{
    background: url("/rare-spares-images/bodystyles/right-bottom.gif") no-repeat top left;
    padding: 0px;
    margin: 0px;
    height: 2px; 
}

.headingMain
{
    font-style: normal;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    padding-left:5px;
    text-transform: uppercase;
}
/*------------------------------------------------*/

/*----- PARTS & ACCESSORIES ----------------------*/
.browseLeft
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;    
    padding-left: 8px;
}

.browseLeft a:link { text-decoration: none; color: #FFFFFF; }
.browseLeft a:visited { text-decoration: none; color: #FFFFFF; }
.browseLeft a:hover { color: #FC0; text-decoration: underline; }

.browseLeftClick
{
    color: Yellow;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    padding-left: 8px;
    text-decoration: none;
}
.browseLeftClick:hover { text-decoration: underline; }

.leftColItem { padding: 2px 0px }

.darkBGLink 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
}
.darkBGLink:link { text-decoration: none; color: #FFFFFF; }
.darkBGLink:visited { text-decoration: none; color: #FFFFFF; }
.darkBGLink:hover { text-decoration: underline; color: #FC0; }

.browseRight
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    height: 26px;
}

.linkNewProductsType
{
    text-decoration: underline;
    font-size: medium;
    color: #000080;
}
.linkNewProductsType:visited
{
    color: #000080;
}
.linkNewProductsType:hover
{
    color: Red; 
}

.popularProducts a:hover 
{
    text-decoration: underline; color: #FC0;
}

.popPartModel 
{
    font-size:smaller; 
    font-style:italic;
}

.browseRight2
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: normal;
    height: 26px;
    
    padding-top: 2px
}

.newsItem
{
    width:180px;
    padding-left:5px; 
    padding-bottom: 16px;
}

.newsLink
{
    color: Yellow;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: x-small;
    font-weight: normal;
}
.newsLink:hover { text-decoration: underline; }

.subscribeLabel
{
    
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: x-small;
    font-weight:normal;
    padding-right:20px
  
}

.subscribeLink
{
    
    color: Red;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: x-small;
    font-weight:normal; 
    padding-right:20px
}


.midtop
{
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: normal;
    /*height: 26px;*/
    padding-left: 5px;
}

.giveawayEventItem 
{
    padding:4px 0px;
}

.enthusiastItem
{
    padding:3px 0px 0px 16px;
}

/*---- PARTS SEARCH BOX ----*/
.partssearch
{
    background: url("/rare-spares-images/parts-search.jpg") no-repeat top left;
	height: 110px; 
	padding-left: 4px;
	padding-top: 35px;
}
.searchCaption { text-align: left; }
.searchField { text-align: left; }
.searchLabel
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    color: #000000;
}
/*------------------------------------------------*/

/*---- PRODUCT ALERT -------*/
.ProdAlertSubscribe a 
{
    position:relative;
    display:block;
    width:456px;
    height:71px;
    /*Center block elements for XHTML compliant browsers*/ 
    margin-left:auto; 
    margin-right:auto;
}
.ProdAlertSubscribe a:hover img { visibility:hidden; }

.NewProductsSectionHeading 
{
    text-align: left;
    padding: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: large;
    background-color: #FF0000;
    color: White; 
    text-transform: uppercase;
}
.ComingSoonSectionHeading 
{
    text-align: left;
    padding: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: large;
    background-color: #00CC00;
    color: White; 
    text-transform: uppercase;
}

.SpecialsSectionHeading
{
    text-align: left;
    padding: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: large;
    background-color: #FFA800;
    color: White;
    text-transform: uppercase;
}

.NewProductsCategoryHeading 
{
    text-align: left;
    padding: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
    background-color: #CC0000;
    color: White; 
    text-transform: uppercase;
}
.ComingSoonCategoryHeading 
{
    text-align: left;
    padding: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
    background-color: #008000;
    color: White; 
    text-transform: uppercase;
}

.SpecialsCategoryHeading
{
    text-align: left;
    padding: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
    background-color: #FF8800;
    color: White;
    text-transform: uppercase;
}

.NewProductsProductNumber
{
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 6px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    background-color: Red;
    color: White; 
}

.NewProductsProdNo
{
    text-align: left;
    padding-left: 5px;
    vertical-align: middle;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    color: White;
}


.ComingSoonProductNumber
{
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 6px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    background-color: #00CC00;
    color: White; 
}

.ComingSoonProdNo
{
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
    font-family: Arieal, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    color: White;
}

.SpecialsProductNumber
{
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 6px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    background-color: #FFA800;
    color: White; 
}

.SpecialsProdNo
{
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    color: White;
}

.NewProductsProductDescription
{
    width: 95%;
    text-align: right;
    vertical-align: middle;
    padding: 2px;
    border: solid 3px Red;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    background-color: White;
    color: Black; 
}

.NewProductsProdDesc
{
    text-align: right;
    vertical-align: middle;
    padding: 2px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    color: Black;
}

.ComingSoonProductDescription
{
    width: 95%;
    text-align: right;
    vertical-align: middle;
    padding: 2px;
    border: solid 3px #00CC00;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    background-color: White;
    color: Black; 
}

.ComingSoonProdDesc
{
    text-align: right;
    vertical-align: middle;
    padding: 2px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    color: Black;
}

.SpecialsProductDescription
{
    width: 95%;
    text-align: right;
    vertical-align: middle;
    padding: 2px;
    border: solid 3px #FFA800;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    background-color: White;
    color: Black; 
}

.SpecialsProdDesc
{
    text-align: right;
    vertical-align: middle;
    padding: 2px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
    color: Black;
}

.ProdAlertPrice
{
    text-align: center;
    vertical-align: top;
    padding: 0px;    
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: x-large;
    font-weight: bold;
    background-color: White;
    color: Black; 
}

.ProdAlertWas
{
    text-align: center;
    vertical-align: top;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
    font-weight: bold;
    color: Gray;
}

.ProdAlertGrouped
{
    text-align: center;
    vertical-align: top;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: x-small;
    font-weight: bold;
    color: Gray;
}

.ProdAlertUOM
{
    text-align: center;
    text-transform:uppercase;
    font-family: Arial, Helvetica, Sans-Serif;
    
    font-weight: bold;
    font-size: small;
    color: Black;
}

.ProdAlertSpiel
{
    text-align: center;
    vertical-align: top;
    padding: 0px;    
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-style: italic;
    font-weight: bold;
    background-color: White;
    color: Black; 
}
/*--------------------------*/

/*----- BROWSE CARS --------*/

.level0i
{
    color: #FFFFFF;
    margin-left: 0px;
    
    text-decoration: none;
}

.level1i
{
    color: #FFFFFF;
    margin-left: 10px;
    
    text-decoration: none;
}

.level2i
{
    color: #FFFFFF;
    margin-left: 20px;
    
    text-decoration: none;
}

.level3i
{
    color: #FFFFFF;
    margin-left: 30px;
    
    text-decoration: none;
}

.level0
{
    color: #FFFFFF;
    margin-right: 27px;
    padding-bottom: 5px;
    text-decoration: none;

}

.level1
{
    color: #FFFFFF;
    text-indent: 0px;
    margin-right: 27px;
    padding-bottom: 5px;
    text-decoration: none;
}

.level2
{
    color: #FFFFFF;
    text-indent: 0px;
    margin-right: 27px;
    padding-bottom: 5px;
    text-decoration: none;
}

.level3
{
    color: #FFFFFF;
    text-indent: 0px;
    margin-right: 27px;
    padding-bottom:5px;
    text-decoration: none;
}

.level0n
{
    color: #FFFFFF;
    padding-left: 0px;
    padding-right: 27px;
    padding-bottom: 5px;
    text-decoration: none;
  
}

.level1n
{
    
    padding-left: 10px;
    color: #FFFFFF;
    margin-right: 27px;
    padding-bottom: 5px;
    text-decoration: none;
}

.level2n
{
    
    color: #FFFFFF;
    padding-left: 20px;
    margin-right: 27px;
    padding-bottom: 5px;
    text-decoration: none;
}

.level3n
{
    color: #FFFFFF;
    padding-left: 30px;
    margin-right: 27px;
    padding-bottom: 5px;
    text-decoration: none;
}

/*------------- Featured Products HyperLinks -------------- */
.hyl1
{
    color: #000080;
    text-decoration: none;
    font-size: small;
    font-family: Arial;
}
.hyl1:hover { text-decoration: underline; }

.buyNowLink
{
    text-decoration: none;
    text-align: right;
    font-size: medium;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
    color: Red;
}
.buyNowLink:hover { text-decoration: underline; }

.sect1
{
    color: #000000;
    padding-left: 2px;
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
}

/*------- Store Directory --------------*/
.storeTypeHead
{
    color: Red;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
    font-weight: bold;
}    

.storeLink
{
    color: Blue;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
}
.storeLink:hover 
{
    color:Red;
}

.storeName
{
    color: Black;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: bold;
}

.storeDetails
{
    color: Black;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight:normal;
}

.selectState
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-weight: bold;
}

/* ------- Gallery ------------- */

.galleryStatus
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13pt;
    font-weight:bold;
}

.galleryItems
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    
}

.galleryItems:hover 
{
    color: #FC0;
}

.galleryItemHead
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: x-large;
}

.gallerySubmit
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
}  

/*------ Wishlist Styling ------- */
.wishlistcontent
{
    width:730px;
    margin: 0px auto 0px auto;
    text-align: center;
    background: url("/rare-spares-images/bodystyles/bg-wishlist.gif") repeat-y top left;
}

.wishlistheading
{
    background: url("/rare-spares-images/bodystyles/top-wishlist.gif") no-repeat top left;
    text-align:left;
    height:27px;
    padding-top:2px;
}

.wishlistbottom
{
    width: 730px;
    background: url("/rare-spares-images/bodystyles/bottom-wishlist.gif") no-repeat top left;   
    height: 2px;
    text-align:center;
    margin: 0px auto 0px auto;
}

.wishlistformfield
{
}



.wishreqformfieldlabels {
   
    color: #000000; 
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif; 
    text-decoration: none;
    padding: 8px 0px 0px 0px;  
}

.wishformfieldlabels {
  
    color: #000000; 
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-Serif; 
    text-decoration: none;
    padding: 8px 0px 0px 0px;  
}

.wishformtablelabels
{
    color: #000000;
    font-size: 8pt;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    padding: 8px 0px 0px 0px;
}

.wishformfieldinput 
{
   
    padding: 4px 10px 4px 0px;
}

.wishdropdown
{
    font-size: 8pt;
}

/*------ ContactUs Styling ------ */

.contusheading
{
    background: url("/rare-spares-images/bodystyles/top-contactus.gif") no-repeat top left;
    height:26px;
    padding-top:2px;
}

.contuscontent
{
    background: url("/rare-spares-images/bodystyles/bg-contactus.gif") repeat-y top left;   
}
/****** HACK FOR IE BUG WITH FLOATS IN DIVS *******
/* Hides from IE5-mac \*/
* html .contuscontent {height: 1%;}
/* End hide from IE5-mac */ 

.contusbottom
{
    background: url("/rare-spares-images/bodystyles/bottom-contactus.gif") no-repeat top left;
    height: 2px;
}

.contusdetbg
{
    background: url("/rare-spares-images/bodystyles/bg-contactusdet.gif") repeat-y top left;
    padding-bottom: 18px;
    width:100%;
}

.contusdettop
{
    background: url("/rare-spares-images/bodystyles/top-contactusdet.gif") no-repeat top left;
    height: 26px;
    padding-top: 2px;
}

.contusdetbottom
{
    background: url("/rare-spares-images/bodystyles/bottom-contactusdet.gif") no-repeat top left;
    height: 2px;
}
.contusdetbg table { margin-left:auto; margin-right:auto; }
.contusdetbg .storeContactDetails 
{
    color: White;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight:bold;
    text-decoration:none;
    padding-right: 15px;
}
.contusdetbg .storeContactDetails .storeContactMapLink
{
    color:Yellow;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    font-weight:bold;
    text-decoration:underline;
}
.contusdetbg .storeContactDetails .storeContactMapLink:hover
{
    color:#FC0;
}
.contusdetails
{
    color: White;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight:bold;
    text-decoration:none;
    padding-left: 4px;
    padding-right: 16px;
}

.contusemail
{
    color:Yellow;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    font-weight:bold;
    text-decoration:underline;
}
.contusemail:hover 
{
    color:#FC0;
}


.contactusformfield 
{
    float:left;
    width:396px;
}
.contactusformfield .formfieldlabels 
{
    width:86px;
}   
.contactusformfield .formfieldinput
{
    width:309px;
} 
.preOrderForm 
{
    float:left;
    width:390px;
}
.preOrderForm .formfieldlabels 
{
    width:71px;
}  
.preOrderForm .formfieldblank 
{
    height:1%;
    float:left;
    width:71px;
} 
.preOrderForm .formfieldinput
{
    width:300px;
} 
.preOrderForm .formfieldcaption 
{
    width:125px;
    font-style:italic;
    font-size:9pt;
}
.formfieldlabels {
    float: left;
    text-align: left; 
    color: #000000; 
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-Serif; 
    text-decoration: none;
    padding: 8px 0px 0px 0px;  
}
.formfieldinput 
{
    float:left;
    text-align: left;
    padding: 4px 0px 4px 0px;
}

.formfieldrequired 
{
    color: Red;
    font-size: x-small;
    font-weight: bold;
    font-family: Verdana;
}
.formfieldcaption 
{
    float:left;
    padding: 0px 0px 0px 0px;
}

.preOrderResponse table { margin-left:auto; margin-right:auto; }

.preOrderResponse .storeContactDetails .storeContactMapLink
{
    color:Blue;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    font-weight:bold;
    text-decoration:underline;
}
.preOrderResponse .storeContactDetails .storeContactMapLink:hover
{
    color:Red;
}

.emailFormResponsePanel table { margin-left:auto; margin-right:auto; }

.emailFormResponsePanel .storeContactDetails .storeContactMapLink
{
    color:Blue;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    font-weight:bold;
    text-decoration:underline;
}
.emailFormResponsePanel .storeContactDetails .storeContactMapLink:hover
{
    color:Red;
}

.PriceListGroupHeading	
{	
    font-family: Arial, Helvetica, Sans-Serif; 
    font-weight:bold; 
    background-color:#000080; 
    color:white; 
    padding:3px; 
}
.PriceListItem 			
{	
    margin-left: 1em; 
    font-family: Arial, Helvetica, Sans-Serif; 
    
}
