@charset "UTF-8";
/* CSS Document */

/*

Categories of products:

standard
premium
ultra
other

Abreviations for Product Names:

Defender FLT = dflt
Aero FLT = aflt
Defender = df
Aero = ar
Texas = tx
Super Road Train = srt
Road Train = rt
Big Tex = btx
Grill Guard = gr
Bull Bumper = bb


*/




#selector {
	padding: 8px 4px 8px 4px;
	width: 684px;
	overflow: hidden;
	background-color:#000;
	margin-top: 10px;
	background-image:url(../images/cat_desc_bknd.png);
	background-position: 0px 366px;
	background-repeat: repeat-x;

}
*html #selector {
	height: 550px;
}

body.products label{
	font-weight: bold;
	font-size: 14px;
}
body.products select{
	padding-right: 0px;
	margin-right: 15px;
	font-size: 12px;
	width: 130px;
}


/*   Categories  */

.cat {
	width: 163px;
	float: left;
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}
.cat ul {
	height: 350px;
	list-style:none!important;
}
.cat li {
	list-style:none;
	list-style-type: none!important;
	float: left;
	display: inline;
	padding-left: 35px;
}
.cat a {
	display: block;
	width: 125px;
	height: 110px;
	text-indent: -5000px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.cat h2 {
	display: none;
}
#selector .standard{
	background: url(../images/cat_standard.jpg) no-repeat top left;
}
#selector .premium {
	background: url(../images/cat_premium.jpg) no-repeat top left;
}
#selector .ultra {
	background:url(../images/cat_ultra.jpg) no-repeat top left;
}
#selector .other {
	background:url(../images/cat_other.jpg) no-repeat top left;
}
.cat_desc {
	height: 190px;
	padding-top: 10px;
	overflow:hidden;
}
.cat_desc p {
	margin: 0px 8px 5px 8px!important;
	color: #CCCCCC!important;
}



/* Product Thumbnails on Product Pages */

#thm_dflt a{
	background:url(../images/thm_dflt.png);
}
#thm_aflt a{
	background:url(../images/thm_aflt.png);
}
#thm_df a{
	background:url(../images/thm_df.png);
}
#thm_ar a{
	background:url(../images/thm_ar.png);
}
#thm_tx a{
	background:url(../images/thm_tx.png);
}
#thm_srt a{
	background:url(../images/thm_srt.png);
}
#thm_rt a{
	background:url(../images/thm_rt.png);
}
#thm_btx a{
	background:url(../images/thm_btx.png);
}
#thm_gr a{
	background:url(../images/thm_gr.png);
}
#thm_bb a{
	background:url(../images/thm_bb.png);
}
#thm_dflt a:hover,
#thm_aflt a:hover,
#thm_df a:hover,
#thm_ar a:hover,
#thm_tx a:hover,
#thm_srt a:hover,
#thm_rt a:hover,
#thm_btx a:hover,
#thm_gr a:hover,
#thm_bb a:hover{
	background-position: -125px 0px;
}

/* ==== Product Details Pages ====*/

#modelbox {
	background: #FFF;
	margin-bottom: 5px;
	width: 676px;
	padding: 5px 8px;
	overflow:auto;
}
#modelbox form {
	padding-top: 10px;
}
#modelbox h3 {
	float:left;
	display:inline;
	text-transform: uppercase;
	color: #000;
	line-height: 100%;
	margin-top: 0px;
	margin-left: 10px;
	font-style: italic;
}
#modelbox h3 .small {
	text-transform: none;
	font-style:normal;
	font-size: 80%;
}

#product {
	padding: 8px;
	overflow: auto;
	background:#000;
	width: 676px;
}
#product .standard,
#product .premium,
#product .ultra,
#product .other {
	overflow:auto;
	height: 325px;
	position:relative;
}
#product .standard {
	background:url(../images/product_bknd_standard.jpg) top right no-repeat;
}
#product .premium {
	background:url(../images/product_bknd_premium.jpg) top right no-repeat;
}
#product .ultra {
	background:url(../images/product_bknd_ultra.jpg) top right no-repeat;
}
#product .other {
	background:url(../images/product_bknd_other.jpg) top right no-repeat;
}
#product .intro {
	width: 350px;
	margin: 10px 0px 5px 15px;
	position:absolute;
}
#product .intro p {
	padding-right: 105px;
	color: #fff;
	margin: 0px;
	font-size: .95em;
}
#product .image{
	width: 380px;
	height: 300px;
	margin: 10px 0px 5px 255px;
	position:absolute;
}
#product h2 {
	width: 350px;
	height: 45px;
	text-indent: -5000px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2.head_dflt{
	background: url(../images/head_dflt.png);
}
h2.head_aflt{
	background: url(../images/head_aflt.png);
}
h2.head_df{
	background: url(../images/head_df.png);
}
h2.head_ar{
	background: url(../images/head_ar.png);
}
h2.head_tx{
	background: url(../images/head_tx.png);
}
h2.head_srt{
	background: url(../images/head_srt.png);
}
h2.head_rt{
	background: url(../images/head_rt.png);
}
h2.head_btx{
	background: url(../images/head_btx.png);
}
h2.head_gr{
	background: url(../images/head_gr.png);
}
h2.head_bb{
	background: url(../images/head_bb.png);
}
h2.head_lt{
	background: url(../images/head_lt.png);
}

#product .options{
	clear:both;
	margin-top: 5px;
	width: 676px;
	height: 30px;
	padding-top: 7px;
}
#product h4 {
	padding-left: 15px;
	margin-top: 2px;
}
#product .options li {
	list-style-type: none!important;
	float: left;
	display:inline;
	padding-right: 15px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
}
#product .options li label{
	font-weight: normal;
	line-height: 100%;
}
#product .details{
	float: left;
	display:inline;
	margin-top: 5px;
	padding: 10px 0px;
	width: 676px;
	height: auto;
	overflow:auto;	
}

#product .benefits, #product .features {
	
	width: 230px;
	float: left;
	display: inline;
}
#product .features {
	width: 400px;
}
.benefits p, .features p{
	color: #000;
}
.features li {
	color: #000;
	font-size: 0.9em!important;
	font-weight:bold;
	list-style-type: none!important;
	margin-bottom: 8px!important;
}
.features a {
	color: #000;
	text-decoration: none;
}
.features a:hover {
	text-decoration: underline;
	color: #003A5D;
}




.product_buttons {
	padding-top: 20px;
	overflow: auto;
	float: left;	
	display:inline;
}
.product_buttons a {
	display: block;
	float: left;
	display: inline;
	width: 325px;
	height: 50px;
	text-indent: -5000px;
	margin-left: 9px;
	background-position: 0px 0px;
	cursor:pointer;
}
.product_buttons a.configure {
	background: url(../images/button_configure.png) top left;
}
.product_buttons a.print_feature{
	background: url(../images/button_print_feature.png) top left;
}
.product_buttons a.configure:hover, .product_buttons a.print_feature:hover{
	background-position: 0px -50px;
}

.error {
    border: solid 1px #58100F;
}

.feature-header {
    color: #003A5D;
    font-weight: bold; 
    cursor: pointer;  
    font-size: 13px;
	padding: 6px 10px 6px 18px;
	border-top: 1px solid #ccc;
	background: url(../images/feature_arrow.png) 2px 8px no-repeat;
}
.feature-header:hover {
	color:#7F7F00;
}

.feature-content {
    color: #666;
    padding: 0px 0px 10px 18px;
    font-size: 13px;
	line-height: 17px;

}

.option {
    color: #003A5D;
    font-size: 12px;
}


a.axelbutton {
	display: block;
	height: 42px;
	width: 170px;
	background-position: 0px 0px;
	margin-top: 15px;
	text-indent: -5000px;
}
a.axelbutton:hover {
	background-position: 0px -42px;
}
a.sba {
	background:url(../images/product_button_sba.png) no-repeat;
}
a.sfa {
	background:url(../images/product_button_sfa.png) no-repeat;
}

