/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.replacement {position:absolute; top:-9999px;}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 30px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address {
	margin-bottom: 8px;
}

h2{
color:#f48024;
}

a:link {color: #333333}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: #006600}   /* mouse over link */
a:active {color: #006600}   /* selected link */


.bold{font-weight:bold;}
/*
.bcrumb a{color:#666666;text-decoration:none;}
.bcrumb a:hover {color:#000000;text-decoration:underline;}
*/

.final {margin-right:20px;}

#ACCOUNT a{
color: #fff;
font-weight:bold;
text-decoration:none;}
#ACCOUNT ul a:hover{
color: #000000;
font-weight:bold;
text-decoration: underline;}

/*  ***USED IN DEALER PAGE ***
.bcrumb{
font-size:12px;
color:#666666;
}*/

/* Used in Category - Manufacturer - Model Drilldowns */
.title{border-bottom: thick solid #50b848;width:580px;}
.bottomtitle{border-bottom: thick solid #50b848;}
.change{color:#333333;font-size:12px; font-weight:bold;}
.change td{border-bottom: 1px solid #cccccc;}
.change a{color:#333333;font-weight:normal; margin-left:10px;border:0;} 
.cell a 
{color:#333333;
float:left;
border-right:1px solid #cccccc; 
margin:5px 4px 5px 4px; 
padding:5px 8px 5px 4px; 
*white-space: nowrap;
}
.cell a:hover, .change a:hover {
color:#006600;
}
.normal {font-weight:normal;}
.center {text-align:center;}
.remove {float:left;display:inline;width:400px;height:auto;margin-top:8px;}
#FOOTERLINKS a{
color: #ffffff;
text-decoration:none;
padding:10px 0px;
}
#FOOTERLINKS ul a:hover{
color: #999999;
text-decoration:underline;
padding:10px 0px;}

#INFO ul li{margin:0px;}
#INFO a {text-decoration:none;}
#INFO a:hover, #INFO a:active {text-decoration:underline;}

#NAV a{
color: #fff;
text-decoration:none;
}

#NAV ul a:hover{
color:#333;
text-decoration:none;
}

.textRight{
text-align:right;
}
.estBold{
text-align:right;margin-right:50px;font-weight:bold;font-size:14px;
}
.est{
text-align:right;margin-right:50px;font-size:14px;
}
#CustCart .disclaimer {width:210px;padding-top:3px;margin-left:40px;font-size:10px;color:#444444;}