/*	NEUTRALIZERS
	GRID & WRAPPERS
	GLOBAL NAVIGATION
  
*/

/* COLORS
   Body Background:       #000
   Main Text:             #fff
   Links:                 #e5e4e4
   Hover:				  #f27b1f (orange)
   a img  border		  #cecece
   a img  border:hover	  #b0aeae

*/


/* =NEUTRALIZERS
   ----------------------------------------------------*/


/* Neutralize styling: 

   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, san serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.45em;
	color:#000;
	
}

/* Neutralize styling: 
Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-size:100%;
	margin: 0px;
	padding: 0px;
}

/* Apply left margin:
 Only to the few elements that need it: */
 
li, dd, blockquote {
	margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	color:#818181;
	
}

fieldset {
	border: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

a, a:link, a:visited, a:hover{
	color:#e5e4e4;
	text-decoration:none;
}

#general_content a, 
a:hover{
	color:#f27b1f;
	text-decoration:none;
	}

a img, a:link img, a:visited img, a:hover img{
	border:0;
}

a:hover img{	
	text-decoration:none;
	}

.clear{
	visibility:hidden;
	height:1%;
	clear:both;
}

a {
outline: none;
}


/* =GRID & WRAPPERS | MAIN POSITION ELEMENTS	
   ----------------------------------------------------*/

body{
	background:#000 url(../images/bg-body.jpg) center top repeat-x;
}

#wrapper{
	position: relative;
	width:1000px;
	padding-top:32px;
	padding-left:2px;
	text-align:left; 
	margin:0 auto;
	background:url(../images/bg-wrapper.jpg) 50% 41px no-repeat;
	
}

#content_wrapper{
	width:855px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:40px;
	background: url(../images/bg-content-wrapper.jpg) center top repeat-y;
}

#wide_content_wrapper{
	width:855px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:40px;
	background: url(../images/bg-product-spec-wrapper.jpg) center top repeat-y;
}

#header{
	width:855px;
	height:120px;
	margin:0 auto;
	background: url(../images/bg-header.jpg) center top no-repeat;
}

#header ul{
	list-style:none;
	text-align:right;
	padding-right:15px;
}

#header ul li{
	display:inline;	
}

#subNav{
	width:855px;
	margin:0 auto;
	background: url(../../images/bg-subNav.jpg) 0 0 repeat-y
}


#logo{
	float:left;
	padding:12px 0 0 19px;
}

#content_header_home{
	position: relative;
	width:855px;
	background: url(../images/bg-content-header.jpg) center top no-repeat;
	margin:0 auto;
	height:321px;
	position:relative;
}

#content_header_category_wrapper{
	position: relative;
	width: 855px;
	height: 321px;
	margin: 0 auto;
	overflow: hidden;
}

.content_header_category{
	position: relative;
	width:518px;
	float:left;
	background: url(../images/bg-category-motorcycle.jpg) left top no-repeat;
	height:321px;
}

/* snowmobiles */
#category-27 {
	background-image: url(../images/bg-category-sled.jpg);
}
/* atvs */
#category-28 {
	background-image: url(../images/bg-category-atv.jpg);
}
/* motorcycles */
#category-29 {
	background-image: url(../images/bg-category-motorcycle.jpg);
}
/* trailers */
#category-2 {
	background-image: url(../images/bg-category-trailer.jpg);
}
/* auto & truck */
#category-3 {
	background-image: url(../images/bg-category-autoTruck.jpg);
}
/* marine */
#category-4 {
	background-image: url(../images/bg-category-marine.jpg);
}
/* accessories */
#category-5 {
	background-image: url(../images/bg-category-accessories.jpg);
}

#contestOverlay{
	position:absolute;
	top:38px;
	left:432px;
	width:420px;
	height:90px;
	background: url(../images/contestGotStuck.png) top left;
	display: none;
}

#contestOverlay a{
	width:420px;
	height:90px;
	display:block;
}

#socmed{
	height:41px;
	margin-top:-20px;
	padding-bottom:20px;
	padding-left: 200px;
}

#socmed p a{
	text-indent: -9999px;
	display: block;
	float: left;
}

#socmed p a#twitter{
	background: url(../images/img-twitter-facebook-header.png) no-repeat 0 0;
	height: 41px;
	width: 490px;
}

#socmed p a#facebook{
	background: url(../images/img-twitter-facebook-header.png) no-repeat -480px 0;
	height: 41px;
	width: 280px;
}

#content_header_general{
	position: relative;
	width:855px;
	background: url(../images/bg-content-header.jpg) center top no-repeat;
	height:321px;
	position:relative;
}

#content_header_about{
	position: relative;
	width:855px;
	background: url(../images/bg-category-general.jpg) center top no-repeat;
	height:321px;
	position:relative;
}

#category_hot_list{
	position: relative;
	width:311px;
	background: url(../images/bg-content-header-category.jpg) left top no-repeat;
	height:311px;
	float:left;
	padding:10px 10px 0 15px;
	overflow:hidden;
}


#content_main, #content_right{
	float:left
}

#content_main{
	width:634px;
}

#content_right{
	width:221px;
}

#product_spec_wrapper{
	width:855px;
	margin:0 auto;
	padding-bottom:20px;
	position:relative;
	background: url(../images/bg-product-spec-content.jpg) left bottom no-repeat;
}

#related_products_wrapper{
	width:855px;
	margin:0 auto;
	background: url(../images/bg-product-spec-content.jpg) left bottom no-repeat;
	padding:15px 0 20px 0;
}

#related_item_wrapper{
	width:800px;
	margin:0 auto;
}



#footer{
	width:100%;
	background-color:#313131;
	padding-bottom:60px;
	
}


/* =GLOBAL NAVIGATION	
   ----------------------------------------------------*/

#glance_Info{
	padding-top:10px;
	padding-bottom:5px;
	display:block;
	font-size:12px;
}

#glance_Info li{
	padding:05px 0 10px 25px;
}

#glance_Info li#shopCart{
	background:url(../images/bg-shoppingCart.gif) 0 0 no-repeat;
	padding-right:10px;
}

#glance_Info li#canada{
	background:url(../images/storeCan.gif) 0 0 no-repeat;
}

#glance_Info li#usa{
	background:url(../images/storeUsa.gif) 0 0 no-repeat;
}

#global_nav{
	padding:25px 18px 0px 0;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:-.02em
}

#global_nav li{
	padding-left:24px;
}

#global_nav li a{
	
}

/* =GLOBAL NAVIGATION for SHOPPING CATEGORIES
   ----------------------------------------------------*/

#shopping_nav{
	clear:both;
	width:855px;
	height:32px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	font-size:11px;
}	

#shopping_nav li{
	padding:10px 10px 0 10px;
	height:22px;
	display:block;
	float:left;
	text-align:left;
	background: url(../images/div-shopping-nav.jpg) right 8px no-repeat;
	
		
}

#shopping_nav ul li.list_title{
	color:#f27b1f;
	padding-right:40px;
	padding-left:30px;
	background:url(../images/divider-shopping-home.jpg) right 4px no-repeat;
	text-align:left;	
}

#shopping_nav li.last{
	background:none;
}

#shopping_nav ul li a{
	padding:5px 2px;
}

#shopping_nav ul li.current a {
	color:#f27b1f;
}

/* =CONTENT Header
   ----------------------------------------------------*/
   
#product_nav{
	background: url(../images/bg-shopping-nav.png) right bottom no-repeat;
	position:absolute;
	top:278px;
	right:0px;
	width:664px;
}




#product_nav ul{
	list-style:none;
	color:#fff;
	height:40px;
	width:350px;
	float:left;
}

#product_nav ul li{
	float:left;
	text-align:center;
	
	
}

#product_nav ul li a{
	display:block;
	font-size:11px;
	text-transform:uppercase;
	height:30px;
	padding:10px 30px 0 30px;	
	float: left;
	
}

#product_nav ul li a.active,
#product_nav ul li a:hover{
	color:#f27b1f;
	background: url(../images/bg-shopping-nav-hover.jpg) center bottom no-repeat;
}


#search_content{
	height:30px;
	padding-top:10px;
	width:290px;
	float:left;
	background:url(../images/divider-shopping-home.jpg) left 2px no-repeat;
}

#search_content.nobg{
	background:none;
	width:290px;
	float:right;
	padding-right:15px;
}

#search_content label{
	padding-right:10px;
	font-size:11px;
	text-transform:uppercase;
	color:#f27b1f;
	padding-top:10px;	
	padding-left:40px;
}

#search_content input.search{
	width:110px;
	font-size:11px;
	padding:0px;
	margin:0;
	border:none;
	
}

#search_content span{
	background: url(../images/bg-input.gif) left 0px no-repeat;
	margin:0;
 	width:130px;
	padding:3px 6px ;
	
}

/* =CONTENT Header - CAteogry NAV
   ----------------------------------------------------*/

 
#category_nav{
	background: url(../images/bg-shopping-nav.png) right bottom no-repeat;
	top:278px;
	right:0;
	width:664px;
	position:absolute;
}


#category_nav ul{
	list-style:none;
	color:#fff;
	height:40px;
	float:left;
}

#category_nav ul li{
	float:left;
	text-align:center;
	display:block;
	
}

#category_nav ul li a{
	display:block;
	float: left;
	font-size:11px;
	text-transform:uppercase;
	height:30px;
	padding-top:10px;	
	width:164px;
	
}

#category_nav ul li a:hover.active{
	background: url(../images/bg-shopping-nav-hover.jpg) center bottom no-repeat;
}

#category_nav ul li a:hover{
	background: url(../images/bg-shopping-nav-hover.jpg) center bottom no-repeat;
}


#search_content{
	height:30px;
	padding-top:10px;
	width:290px;
	float:left;
	
}


#search_content label{
	padding-right:10px;
	font-size:11px;
	text-transform:uppercase;
	color:#f27b1f;
	padding-top:10px;	
	padding-left:40px;
}

#search_content input.search{
	width:110px;
	font-size:11px;
	padding:0px;
	margin:0;
	border:none;
	
}

#search_content span{
	background: url(../images/bg-input.gif) left 0px no-repeat;
	margin:0;
 	width:130px;
	padding:3px 6px ;
	
}

#category_product_nav{
	position: absolute;
	top: 278px;
	left: 55px;
	background: url(../images/bg-shopping-nav-big.png) no-repeat;
	width:800px;
	height: 40px;	
}


#category_product_nav ul{
	list-style:none;
	color:#fff;
	height:40px;
	float:left;
	width:490px;
	padding-left:10px;
	margin: 0;
}

#category_product_nav ul li{
	float:left;
	text-align:center;
	height:40px;
}

#category_product_nav ul li a{
	display:block;
	font-size:11px;
	float:left;
	text-transform:uppercase;
	height:30px;
	padding:10px 10px 0 10px;	
	
}

#category_product_nav ul li a.active,
#category_product_nav ul li a:hover {
	color:#f27b1f;
	background: url(../images/bg-shopping-nav-hover.jpg) center bottom no-repeat;
}

#category_product_nav h1{
	color:#fff;
	height:20px;
	display:block;
	float:left;
	width:450px;
	padding:10px 10px 10px 30px;
	font-size:18px;
	font-weight:500;
	letter-spacing:-.01em;
	
}



/* =CONTENT Header - HOT LIST
   ----------------------------------------------------*/	
   
#category_hot_list h2#hot_list_header,
#category_hot_list h2#hot_list_headerCTA{
	color:#f27b1f;
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing:-.01em;
	display:block;
	clear:both;
	border-top:1px solid #000;
	padding:5px 0 0 0;
}

#category_hot_list p#hot_list_desc,
#category_hot_list p.hot_list_CTA{
	color:#e5e4e4;
	font-size: 12px;
	font-style: normal;
	line-height:1.25em;	
	padding-bottom:5px;
}

#category_hot_list p#hot_list_desc a,
#category_hot_list p.hot_list_CTA a{
	color:#f27b1f;
}

#category_hot_list .hot_item{
	background:url(../images/button_hitlist.jpg) 258px 8px no-repeat;
	border-bottom:1px solid #000;
	color:#e5e4e4;
	font-size: 11px;
	font-style: normal;
	line-height:1.25em;
	padding-right:50px;
}

#category_hot_list .hot_item strong{
	color:#f27b1f;
	font-size: 12px;
	font-style: normal;
	letter-spacing:-.01em;
}

#category_hot_list .hot_item a{
	padding:5px 5px 5px 0;
	display:block;
	width:100%;
}

#category_hot_list .hot_item a:hover.hot_link{
	background:#000 url(../images/button_hitlist.jpg) 258px 8px no-repeat;;
	
}



#category_hot_list .hot_thumb{
	float:left;
	margin-right:10px;
}

#category_hot_list .hot_list_cta{
	float:left;
	margin:0 8px 3px 0;
}

#category_hot_list #subscribe-cta p {
	font-size: 11px;
}

#category_hot_list #signup{
	width:100%;
	
}
#category_hot_list #subscribe-cta .error {
	color: red;
}

#category_hot_list #signup label{
	color:#f27b1f;
	font-size: 12px;
	font-style: normal;
	letter-spacing:-.01em;
	
}

#category_hot_list #signup input.search{
	width:180px;
	font-size:11px;
	padding:0px;
	margin:0;
	border:none;
	
}

#category_hot_list #signup span{
	background: url(../images/bg-input-long.gif) left 0px no-repeat;
	margin:0;
 	width:130px;
	padding:3px 6px ;
	
}

/* =CONTENT	Main
   ----------------------------------------------------*/
   
 #product_type{
 	background: url(../images/bg-product-type.jpg) left top no-repeat;
	
}

#product_type h1{
	color:#fff;
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing:-.01em;
	padding:5px 5px 5px 15px;
}


/* =CONTENT Main- Product tile on index page
   ----------------------------------------------------*/

.product_tile {
	background: transparent url("../images/bg-prod-tile.jpg") center bottom no-repeat;
	padding:0 0 10px 44px;
	margin:10px 0;
	zoom: 1;
}

.product_thumb{
	float:left;
}

.product_tile a img.product_thumb{
	border:1px solid #cecece;
}

.product_tile a:hover img.product_thumb{
	border:1px solid #b0aeae;
}

.product_summary{ /* This is just he wrapper for the floated elements in the product desc.*/
	float:left;
	width:440px;
	padding-left:20px
}

.category_product_tile .product_summary{
	float:left;
	width:210px;
	
}

.product_tile h1.part_num{
	float:left;
}

.product_tile h1.part_num span{
	font-size:12px;
	color:#f27b1f;
}


.product_tile h1.part_num a{
	color:#000;
}

.product_tile h1.part_num a:hover{
	color:#f27b1f;
}

.product_tile h2.price{
	font-size:25px;
	font-weight:normal;
	line-height: 1.35em;
	color:#f27b1f;
	padding:0px 30px 0 0;
	float:right;
}



.product_tile h2.price span{
	font-size:11px;
	line-height: 0.85em;
	text-align:right;
	display:block;
	margin-top: -0.3em;
}

.product_tile p.short_desc{
	padding-right:35px;
	clear:both;
	font-size: 12px;
	line-height:1.42em
}


/* =CONTENT Main - Shopping Cart Buttons
   ----------------------------------------------------*/

.product_buttons{
	height:28px;
	margin:10px 0;
	list-style:none;
	width:240px;
}

.product_buttons li{
	height:28px;
	display:block;
	float:left	
}


.product_buttons li a{
	padding:0px 0px;
	height:28px;
	display:block;
}



.product_buttons li a span {
	display: none;
}

.product_buttons li.cart_button {
	width:103px; 
	height:28px;
}

	
.product_buttons li.cart_button input { /* off state */ 
	border: 0; padding: 28px 0 0 0;
	cursor: pointer;
	overflow: hidden;
	width:103px; 
	height:28px;
	background: transparent url('../images/button-cart.jpg') 0px 0px no-repeat; 
}

.product_buttons li.cart_button input:hover,
.product_buttons li.cart_button input.inputHover { /* on on state */ 
	background: transparent url('../images/button-cart.jpg') 0px -28px no-repeat;
}

.product_buttons li.more_button { /* on state */
	width:103px; 
	background: transparent url('../images/button-more.jpg') 0px -28px no-repeat;
}
	
.product_buttons li.more_button a { /* off state */ 
	background: transparent url('../images/button-more.jpg') 0px 0px no-repeat; 
}

.product_buttons li.more_button a:hover { /* remove on state */ 
	background: none;
}


/* SMALL PRODUCT BUTTONS*/

.small_product_buttons{
	height:28px;
	margin:10px 0;
	list-style:none;
	width:170px;
	float:left;
}

.small_product_buttons li{
	height:24px;
	display:block;
	float:left	
}

.small_product_buttons li a span {
	display: none;
}


.small_product_buttons li a{
	padding:0px 0px;
	height:24px;
	display:block;
}

.small_product_buttons li.small_cart_button input { /* off state */ 
	border: 0; padding: 24px 0 0 0;
	cursor: pointer;
	overflow: hidden;
	width:85px; 
	height:24px;
	background: transparent url('../images/button-small-cart.jpg') 0px 0px no-repeat; 
}

.small_product_buttons li.small_cart_button input:hover,
.small_product_buttons li.small_cart_button input.inputHover { /* on on state */ 
	background: transparent url('../images/button-small-cart.jpg') 0px -24px no-repeat;
}


.small_product_buttons li.small_more_button { /* on state */
	width:85px; 
	background: transparent url('../images/button-small-more.jpg') 0px -24px no-repeat;
}
	
.small_product_buttons li.small_more_button a { /* off state */ 
	background: transparent url('../images/button-small-more.jpg') 0px 0px no-repeat; 
}

.small_product_buttons li.small_more_button a:hover,
.small_product_buttons li.small_more_button a.current { /* remove on state */ 
	background: none;
}

/* =CONTENT Main - GENERAL CONTENT
   ----------------------------------------------------*/

#general_content{
	background: url(../images/bg-prod-tile.jpg) center bottom no-repeat;
	padding:20px;
} 

#about{
	padding:10px 0 0 0;
}

#about p{
	font-size:12px;
}

#about h1{
	font-size:20px;
	
}

#testimonial{
	background: url(../images/larry-and-bike.jpg) right 65px no-repeat;
	padding:30px 0
} 

#testimonial p{
	width:250px;
	font-size:12px;
} 

#testimonial h2{
	width:320px;
	display:block;
	font-size:20px;
} 

#testimonial p#signature{
	background: url(../images/larry-signature.jpg) left top no-repeat;
	padding:80px 0 0 0;
	width:280px;
}

#contact h2, #contact h4, #news h3{
	color:#000;
	display:block;
	border-bottom:1px solid #f2f2f2;
	border-top:1px solid #f2f2f2;
	padding:5px 0;
}

#contact p, #news p{
	font-size:12px;
	padding:5px 0 0 0;
	line-height:1.55em;
}

#contact ul{
	list-style:none;
	font-size:12px;
	padding:5px 0;
}

#contact ul li{
	padding:0;
	line-height:1.45em;
}

#contact a:hover, #news a:hover{
	background:#f27b1f;
	color:#fff;
}

/* =CONTENT Main - PAGER for news	
    ----------------------------------------------------*/

.pagerContainer{
	padding:20px;
	font-size:14px;
	line-height: 1.45em;
}

#topPager {
	height: 20px;
	padding: 0 0px;

}

#topPager a:link, #topPager a:visited,.linkBack a{
	color:#f27b1f;
	text-decoration:underline;
}

#topPager a:hover,.linkBack a:hover{
	color: #000;
	text-decoration:none;	
}

/* style for results pager */
#topPager p.pagerAll {
	float: left;
	margin: 0;
	padding: 3px;
	background-color:#fff;
}

ul.pager {

	list-style-type: none;
	margin: 0;
	padding: 0;


}

ul.pager li {
	float: left;
	margin:0 3px;
	padding:3px;
	display: block;


}

li.pagerAll {
	padding:3px;

}

li.pagerPrev {
	padding: 0 0.4em 0 0;
	color:#000;
}

li.pagerNext {
	padding: 0 0 0 0.4em;
	color:#000;
}

li.pagerPage, li.pagerPageFirst, li.pagerPageLast {
	color:#000;
	padding: 0 5px;
	text-align: center;

}

li.pagerPageLast {

}

.linkBack {
	padding:20px;
}



/* =CONTENT Main - NEWS CONTENT
   ----------------------------------------------------*/
   
#news{
	
}

.newsItem{
	padding:10px 10px 10px 30px;
	background: url(../images/bg-prod-tile.jpg) center bottom no-repeat;
}

.newsItem .newsThumb{
	float:left;
	margin:0 10px 20px 0;
}
  
.newsItem h2.newsHeader a{
	padding-left:20px;
	display:block;
	color:#000;
	
}

.newsItem h2.newsHeader a:hover{
	padding-left:20px;
	display:block;
	color:#f27b1f;
	
	
}

.newsItem p.newsTease{
	font-size:12px;
	line-height:1.42em
}

.newsItem p.newsTease em{
	color:#f27b1f;
	display:block;
	font-style:normal;
	font-size:11px;	
} 
   

/* =CONTENT CATEGORY WIDE - PRODUCT OVERVIEW
   ----------------------------------------------------*/
.category_product_wrapper {
	padding:0 0 10px 0px;
	clear:both;
	margin:10px 0;
	
}

.category_product_content{
	padding:10px 0;
	background: url(../images/bg-category-product-tile.jpg) center bottom no-repeat;
}	

.category_product_tile{
	width:307px;
	float:left;
	padding:10px 10px 10px 0;
}

.category_product_tile a.info{
	display:block;
	float:left;
	width:100px;
	text-align:center;
}

.category_product_tile .product_summary{
	float:left;
	width:200px;
	padding:0;
}

.category_product_tile p.short_desc{
	font-size: 11px;
	line-height:1.42em
}

.category_product_tile .category_prod_thumb{
	padding:5px;
	border: 1px solid #cecece;
	background:#fff;
}


.category_product_tile span.price{
	font-size:18px;
	font-weight:normal;
	line-height: 1.35em;
	color:#f27b1f;
	text-align:center;
	
}

.category_product_tile span.price span{
	font-size:11px;
	line-height: .75em;
	display:block;
	padding-bottom:5px;
	
}

.category_product_tile .product_summary h1.prod_name a {
	color:#000;
	font-size:13px
}

.category_product_tile .product_summary h1.prod_name a:hover{
	color:#f27b1f;
}

.category_product_tile .info span.pnum{
	font-size:11px;
	font-weight:bold;
	color:#f27b1f;
	text-align:center;
	display: block;
}


/* category overview - product buttons*/

.category_product_tile .product_buttons{
	clear:both;
	height:28px;
	margin:10px 0;
	list-style:none;
	width:206px;
}

.category_product_tile .product_buttons{
	clear:both;
	height:28px;
	margin:10px 0;
	list-style:none;
	width:206px;
}	

/* =CONTENT WIDE - PRODUCT SPECS
   ----------------------------------------------------*/
#product_spec_content{
	width:560px;
	padding:0px 0 0px 40px;
	float:left;
	background: url(../images/div-category-tile.jpg) 20px bottom no-repeat;
	
}

   
#product_images{
	float:left;
	display:block;
	margin:10px 0 0 30px;
	position:relative;
}

#product_images img{
	border: 1px solid #cecece;
}

a.image_gallery{
	position:absolute;
	top:132px;
	right:10px;
	color:#9b9b9b;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 35px 5px 0;;
	background: url(../images/button-more-images.jpg) right top no-repeat;
}

a.image_gallery:hover{
	color:#f27b1f;
}
#product_images h2.price{
	font-size:25px;
	font-weight:normal;
	line-height: 1.35em;
	color:#f27b1f;
	text-align:center;
	padding:10px 0 0 0;
}

#product_images h2.price span{
	font-size:11px;
	line-height: .75em;
	display:block;
	padding-bottom:5px;
	
}

#product_spec_content h2#spec_title{
	color:#000;
	font-size:14px
}

#product_spec_content p#spec_desc{
	font-size: 12px;
	line-height:1.42em
	
}

#product_spec_content p#spec_desc span{
	color:#f27b1f;
	display:block;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:5px;
}
   
#product_spec_content ul#spec_list{
	float:left;
	display:block;
	list-style:none;
	font-size: 12px;
	width:275px;
	background: url(../images/div-category-tile.jpg) 245px bottom no-repeat;
} 

 #product_spec_content ul#spec_list li#title{
 	font-size: 14px;
	font-weight:bold;
	width:275px;
 } 
 
  #product_spec_content ul#spec_disclaimers{
  	float:left;
	list-style:none;
	display:block;
	font-size: 12px;
	width:275px;
	padding:10px 0 0 0;
  }
  
#product_spec_content ul#spec_disclaimers li{
	padding:0 0 0 25px;
}

#product_spec_content ul#spec_disclaimers li a{
	
	color:#000;
}

#product_spec_content ul#spec_disclaimers li a:hover{
	color:#f27b1f;
}

#product_spec_content ul#spec_disclaimers li#warnings{
	background: url(../images/ico-warn-instruct.jpg) left top no-repeat;
}

#product_spec_content ul#spec_disclaimers li#instructions{
	background: url(../images/ico-warn-instruct-02.jpg) left top no-repeat;
}

/* =CONTENT WIDE - RELATED PRODUCTS
   ----------------------------------------------------*/
.related_item{
	float:left;
	width:240px;
	padding:15px 0 20px 0px;
	margin:0px 10px 0 12px;
	border-bottom:1px solid #e5e5e5;
	
} 

.related_link{
	float:left;
	width:65px;
	display:block;
	text-align:center;
}

.related_link img.related_thumb{
	border:1px solid #cecece;
}

.related_link span.price{
	
	font-size:12px;
	color:#f27b1f;
}

.related_link span.price span{
	display:block;
	font-weight: normal;
	line-height:.75em;
	font-size:11px;
}

.related_item h3.related_item_title{
	font-size: 12px;
	font-style: normal;	
}



/* =CONTENT Right - News Tile
   ----------------------------------------------------*/

#news_tile, #search_tile{
	width:100%;
	background: url(../images/bg-right-content-header.jpg) 3px top no-repeat;
}

#news_tile h2.header, #search_tile h2.header {
	color:#fff;
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing:-.01em;
	padding:5px 5px 5px 15px;
}

#news_tile .news_item{
	width:80%;
	margin:0 auto;
	padding:8px 0 12px 0;
	border-bottom:1px solid #cecece
}

#news_tile .news_thumb{
	float:left;
	margin:0 10px 10px 0;
}

#news_tile a img.news_thumb {
	border:1px solid #cecece;
}

#news_tile a:hover img.news_thumb{
	border:1px solid #b0aeae;
}

#news_tile h3.news_title{
	font-size:11px;
	line-height:1.5em;
	
}

#news_tile h3.news_title a{ 
	color:#000;
}

#news_tile h3.news_title a:hover{ 
	color:#f27b1f;
}


#news_tile p.news_lead{
	font-size:11px;
	clear:both;
	line-height:1.42em;
	
}

p#news_button{
	margin:5px 0 0 20px;
}

p#news_button a{
	padding:0px 0px;
	height:24px;
	display:block;
}

p#news_button a span {
	display: none;
}

p#news_button { /* on state */
	width:85px; 
	background: transparent url('../images/button-more-news.jpg') 0px -24px no-repeat;
}
	
p#news_button a { /* off state */ 
	background: transparent url('../images/button-more-news.jpg') 0px 0px no-repeat; 
}

p#news_button a:hover,
p#news_button a.current { /* remove on state */ 
	background: none;
}


p#tips_button{
	margin:5px 0 0 20px;
}

p#tips_button a{
	padding:0px 0px;
	height:24px;
	display:block;
}

p#tips_button a span {
	display: none;
}

p#tips_button { /* on state */
	width:85px; 
	background: transparent url('../images/button-tips.jpg') 0px -24px no-repeat;
}
	
p#tips_button a { /* off state */ 
	background: transparent url('../images/button-tips.jpg') 0px 0px no-repeat; 
}

p#tips_button a:hover,
p#tips_button a.current { /* remove on state */ 
	background: none;
}

#search_tile fieldset{
	padding:15px 10px 10px 10px;

}

#search_tile label{
	color:#000;
	display:block;
	padding:5px 0;
}

#search_tile input.search{
	width:180px;
	padding:3px;
}

#search_tile .butSearch{
	display:block;
	margin-top:10px;
}

/* =CONTENT Right - Registration Tile
   ----------------------------------------------------*/

#registration{
	width:80%;
	margin:0 auto;
	padding:8px 0 12px 0;
	
}

#registration p{
	font-size:11px;
	padding:5px 0;
	line-height:1.42em;	
}

p#reg_button{
	padding:0px 0px;
}

p#reg_button a{
	padding:0px 0px;
	height:24px;
	display:block;
}

p#reg_button a span {
	display: none;
}

p#reg_button { /* on state */
	width:85px; 
	background: transparent url('../images/button-registration.jpg') 0px -24px no-repeat;
}
	
p#reg_button a { /* off state */ 
	background: transparent url('../images/button-registration.jpg') 0px 0px no-repeat; 
}

p#reg_button a:hover,
p#reg_button a.current { /* remove on state */ 
	background: none;
}

/* =CONTENT Right - policies
   ----------------------------------------------------*/
   
#policy{
	width:80%;
	margin:0 auto;
	padding:8px 0 12px 0;
}

#policy h3{
	display:block;
	padding:10px 0;
	border-bottom:1px solid #cecece;
}

#policy ul{
	list-style:none;
	font-size:11px;
	display:block;
	padding:10px 0;
}

#policy ul li{
	line-height:1.25em;
}

#policy ul li a{
	color:#f27b1f;
}

#policy ul#secure_contact li.phone_icon{
	padding:0 0 0 14px;
	background: url(../images/ico-phone.gif) 1px 2px no-repeat;
}

#policy ul#secure_contact li.email_icon{
	padding:0 0 0 14px;
	background: url(../images/ico-email.gif) left 2px no-repeat;
}

#policy ul li.popup_icon{
	padding:0 0 0 14px;
	background: url(../images/ico-external.gif) left 2px no-repeat;
}

/* =FOOTER - Footer elements
   ----------------------------------------------------*/

#footer_content{
	width:860px;
	margin:0 auto;
	padding-top:45px;
	padding-left:15px;
	background: url(../images/bg-footer.jpg) 2px 0 no-repeat;
	color:#666;
	font-size:11px;
	
}

#wide_footer_content{
	width:860px;
	margin:0 auto;
	padding-top:45px;
	padding-left:15px;
	background: url(../images/bg-wide-content-footer.jpg) 2px 0 no-repeat;
	color:#666;
	font-size:11px;
	
}

#footer a{
	color:#fff;
}

#footer a:hover{
	color:#f27b1f;
}

/* =CART - Shopping Cart
   ----------------------------------------------------*/
   
#cart{
	border:1px solid #cecece;
	padding:3px;
	margin-bottom:5px;
}

#review_cart{
	width:100%;
	font-size:11px;
}

#review_cart th{
	
	padding:2px 0;
}

#review_cart tr.headers th{
	border-bottom:1px solid #ececec;
	text-align:center;
}

#review_cart td{
	padding: 0 0.5em;
	
}

#review_cart tr.product_row td{
	border-bottom:1px solid #ececec;
	padding: 1px;
	text-align:center; 
}

#review_cart tr td.subtotal{
	text-align:center; 
}

#review_cart td a.product_link {
	color:#000;
	
}

#review_cart td.cart_update {
	text-align: left;
}
#review_cart td.cart_checkout {
	text-align: right;
}

#review_cart td.remove a{
	color:#f27b1f;
	
}

#review_cart a img.cart_button{
	padding:10px 0;
}

#secure_content input{
	border:1px solid #cecece;
	padding:4px;
	font-size:11px;
}

#secure_content h3{
	padding:8px 0;
}

/* =CART - Account Status
   ----------------------------------------------------*/
   
#account_status{
	width:100%;
	
}

#account_status p{
	font-size:12px;
	line-height:1.45em;
	padding:5px 0;
}

#account_status label{
	width:60px;
	display:block;
	padding:5px 0;
	font-size:12px;
	color:#f27b1f;
}

#account_status input{
	margin:5px 0;
	font-size:12px;
}

#account_status .account_buttons{
	margin:5px 0;
}
   

#active_account{
	width:250px;
	float:left;
	padding:10px;
	margin-right:20px;
	border:1px solid #cecece;
}

#active_account h2.forgot_pass{
	padding:8px 0 0 0;
	font-size:13px;
	border-top:1px solid #cecece;
	display:block;
}

#new_account{
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #cecece;
}

/* =CART - Register Account
   ----------------------------------------------------*/

#register_info{
	width:100%;
}

#personal_info, #billing_info, #shipping_info{
	padding:10px;
	margin:10px 0;
	border:1px solid #cecece;
}

#register_info h3{
	padding:8px 0;
	font-size:14px;
	border-bottom:1px solid #cecece;
	display:block;
}

#register_info input.reg_input{
	margin:10px 0;
	font-size:12px;
	padding:2px;
	width:200px;
}

#register_info select.reg_input{
	margin:10px 0;
	font-size:12px;
	padding:2px;
	width:200px
}

#register_info label{
	display:block;
	padding:5px 0;
	font-size:12px;
}

/* =CART - Shipping Rate
   ----------------------------------------------------*/
#choose_ship{
	width:100%;
} 

#shipping_rate{
	padding:10px;
	margin:10px;

} 

#shipping_rate textarea{
	margin:10px 0;
	font-size:12px;
	padding:2px;
}

#shipping_rate p{
	font-size:12px;
	line-height:1.45em;
	padding:5px 0;
}

/* =CART - credit Info
   ----------------------------------------------------*/

#credit_info{
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #cecece;
}

#credit_info h3{
	padding:8px 0;
	margin-bottom:5px;
	font-size:14px;
	border-bottom:1px solid #cecece;
	display:block;
}

#credit_input th{
	font-size:11px;
}

#credit_input input.reg_input{
	margin:10px 0;
	font-size:12px;
	padding:2px;
	width:200px;
}

#credit_input select.reg_input{
	margin:10px 0;
	font-size:12px;
	padding:2px;
	width:200px
}

input.error, select.error{
	border:3px solid #fd1111;
	background-color:#fb5c5c;
	margin:10px 0;
	font-size:12px;
	padding:2px;
	width:200px;
	color:#fff;
}

#confirm_info{
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #cecece;
}

#confirm_info ul#ship_to, #confirm_info ul#bill_to{
	float:left;
	width:250px;
	list-style:none;
	font-size:12px;
	
}

#confirm_info ul li{
	line-height:1.25em;
}

#confirm_info ul li a.change{
	padding:10px 0;
	display:block;
	width:66px;
	
}

.button_checkout{
	padding:5px 0;
	
}

/*
 * Default Form Styles 
 * 
 */
#general_content h4.step {
	margin: 1em 0;
}
#general_content h4.step strong {
	padding-right: 1em;
}
#general_content fieldset table {
	border: 1px solid #cecece;
	padding: 3px;	
	width: 99%;
	font-size: 11px;
	color: #000;
	margin: 1em 0;
}
#general_content fieldset table tr th {
	padding:5px 0;
	border-bottom:1px solid #ececec;
	color: #000;
}
#general_content fieldset table tr td {
	padding: 4px;
	color: #000;
}
#general_content fieldset table tr td label {
 	padding-right: 1em;
	color: #000;
 }
 