body 
{
    font-family: Arial, Helvetica, sans-serif;
}

div 
{
    border: 0;
    margin: 0;
}

a
{
    font-size: 0.8em;
    color: Red;
}

a:hover
{
    color: Black;
}

table 
{
    width: 100%;
    margin: 0 auto 0 auto;
    border: 1px solid #666666;
}
  
#bgHack2 
{
    background-image: url('/images/left_gradiant.gif');
    background-repeat: repeat-y;
}

#bgHack3 
{   background-color: #dde1e2;
    background-image: url('/images/grey_sqr.gif');
    background-repeat: repeat-y;
    background-position: 175px 0px;    
}

#bgHack4
{
    background-image: url('/images/right_gradiant.gif');
    background-repeat: repeat-y;
}

#leftcol 
{
    position: relative;
   
}
  
#centerer
{
    
}

#centercol, .npmainslot
{
    padding: 0;
}

#prwHeader 
{
    z-index: 10;
    position: relative;
    border-bottom: 2px solid yellow;
    width: 700px;
    height: 100px;
    background-image: url('/images/headers/partpic/700/100/random1');
    margin: 0;
}

#prwHeader *
{
    margin: 0;
    padding: 0;
}

#prwHeader ul 
{
    margin-top: 78px;  
    width: 450px;
    float: left;
}

#prwHeader ul li 
{
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}

#prwHeader ul li a 
{
    text-decoration: none;
    font-size: 10px;
    color: White;
}

#prwHeader ul li a:hover 
{
    color: Red;
}

#prwHeader div.crumb
{
    font-size: 0.7em;
    font-style: italic;
    width: 250px;
    margin-top: 83px;
    text-align: center;
    float: left;
}

#pageFooter 
{
    font-size: 0.8em;
    width: 700px;
    height: 14px;
    position: fixed;
    bottom: 0;
    border-bottom: 2px solid yellow;
    background-image:url('/images/bottom_nav.gif');
    background-repeat: no-repeat;
    background-position: 150px 0px;
}

.privacyLink 
{
    display: block;
    width: 175px;
    float: left;
    color: #505050;
}

.important
{
    font-weight: bold;
}

#pageFooterR
{
    background-color:Yellow;
    height: 14px;
    text-align: center;
    position: relative;
    left: 175px;
    width: 525px;
}

/* Category List */

.CategoriesCat 
{
    margin: 0px auto 15px auto;
    float: left;
    width: 40%;
    text-align: center;
}

.CategoriesCat img
{
    border: none;  
}

.CategoriesCat a
{
    color: Red;
    text-decoration: none;
}

/* End Category List */

#pageContactDetail 
{
    width: 400px;
    height: 95px;
    font-size: 0.9em;
    border: 1px solid black;
    margin: 0 auto 0 auto;
}

#pageContactDetail .thead 
{
    display: block;
    height: 20px;
    padding-top: 3px;
    width: 100%;
    color: Red;
    background-color: Yellow;
}

#pageContactDetail .tcell
{
    margin: 6px 0 6px 0;
    display: block;
    float: left;
    width: 49%;
    
}


/*cookie crumbs */
.crumbbar 
{
    font-size: 0.8em;
    color:  #666666;
}

.crumbbar a 
{
    text-decoration: none;
    color:  #666666;
}

.crumbbar a:hover
{
    color:  #666666;
}

.partPager {
	width: 100%;
	text-align: center;
}

.partPagerPrev {
	float: left;
}

.partPagerHere {
	font-weight: bold;
}

.partPagerNext {
	float: right;
}

option.state 
{
    text-align: right;
}

.sub 
{
    vertical-align: sub;
    font-size: 66%;
       
}

div.dealer 
{
    
    width: 400px;
    margin: 10px auto 0 auto;
    
    border: 1px solid black;
    background-color: #e0e0e0;
}

div.dealer span 
{
    display: block;
    width: 100%;
    background-color: Yellow;
    border-bottom: 1px solid black;
    font-weight: bold;
}

div.dealer span.bold
{
    
    display: inline;
    background-color: Transparent;
    border: none;
    font-weight: bold;
}

div.dealer span.clear
{
    display: inline;
    background-color: Transparent;
    border: none;
    font-weight: normal;
}

div.dealer pre
{
    margin-left: 20px;
    font: inherit;
}

div.dealer a
{
    display: block;
    
}

/* Plucked from TCS website */

.PartNo { font-weight: bold; }
.PartName {}
.PartDesc {font-style: italic;}
div.tcs_partNotes div.partDetail span.PartDesc { font-style: normal; }
.partMedia {
	text-align: center;
	float: left;
	width: 200px;
	margin: 5px;
}

.partMedia a {

}

.partMedia a img {
	border: 1px solid gray;	
	
}

.partDetail {
	width: 280px;
	float: left;
}

.partDetail span {
	display: block;
}

#popupPic {
	float: left;
}

.partPrice {
	float: right;
	text-align: center;
	width: 120px;
	border: 2px solid gray;
}

.partPrice span {
	font-weight: bold;
	display: block;
}

.partPrice a {
	display: block;
}

.tcs_partNotes {
	display: block;
	float: left;
	
}


/* foo */

div.featuredProducts 
{
    width: 500px;
    height: 225px;
    border-top: 1px solid black;
    margin: 0px auto 0px auto;
    text-align: center;
}

div.featuredProducts a 
{
    margin: 0px auto 0px auto;
    display: block;
    width: 33%;
    float: left;
    text-decoration: none;
}

div.featuredProducts a img
{
    border: none;
}

span.catHeader 
{
    display: block;   
}

span.catHeader img
{
    float: left;
    display: block;
}

span.catHeader a img
{
    float: right;
    margin-bottom: 10px;
    border: 3px solid yellow;
    
}

span.catHeader p
{
    display: block;
    clear: both;
    text-align: justify;
    width: 100%;
    
}

.disclaimer
{
    font-size: 0.8em;
    text-align: justify;
}

#ani
{
    margin-left: -20px;
    left: -20px;
}
