body {
	background-color: #F1F0EC;
	font-family: Helvetica, arial, sans-serif;
  background: url("/images/texture_bg.png") repeat scroll left top transparent !important;
}

img {
  border: none;
}

/* Used for product name/title on the product details pages for SEO purposes */
h1 {
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
h2 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  margin-left: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-right: 10px;
}
/* Section Header txt */
h3 {
  width: 460px;
  overflow: hidden;
  white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
/* Product title text (homepage, listings) */
h4 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin-left: 2px;

}
/* Product Price */
h5 {
	font-size: 18px;
	font-weight: bold;
	color: #17691a;
}
/* Mailing list txt */
h6 {
	margin: 5px 0px 3px 3px;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
}
#header {
	/* background: transparent url(/images/header_bg.png) repeat-x scroll left top; */
	height: 113px;	
	display: block;
	width: 100%;	
	position: relative;
}
#body_bg {
	background: transparent url(/images/body_bg.png) repeat-x scroll left top;
	display: inline;
	width: 100%;
	position: relative;
}
#body_texture {
/*	background: transparent url(/images/texture_bg.png) no-repeat scroll top center; */
	padding-top: 0px;
  min-height: 700px;
}
.content_wrapper {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	/* position: relative; */
	display: block; 	
}
.content_wrapper2 {
  width: 1020px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  display: block;
}
.tall_content{
  min-height: 600px;
}
#logo {
	margin-left: 36px;
  margin-top: 5px;
}
.dashedline_border {
/*	background: transparent url(/images/dashedline.png) repeat-x left; */
	margin: 10px 0px 10px 0px;
/*	height: 3px; */
}
.clear {
	clear:both;
	display: block;
}
/* The classes below are used in conjunction with other styles for flexibility */
.margin40 {
	margin-left: 40px;
	margin-right: 40px;
}
.margin10 {
	margin-left: 10px;
	margin-right: 10px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
/********************************************************************************************************************************/

/* Top Nav (About Us, Retail Store, Contact Us) */

/********************************************************************************************************************************/

ul#topnav {
	position: absolute; top: 18px; right: 40px;
	
}
ul#topnav li {
	display: inline;
}
ul#topnav li a {
  margin-left: 15px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #6a6967;
	text-align: right;
	text-decoration: none;
}	
	
ul#topnav li a:hover {
	text-decoration: underline;
	color: #423d36;
}
/********************************************************************************************************************************/

/* Message (Free shipping) */

/********************************************************************************************************************************/

#headerMsg {
  position: absolute;
  top: 35px; 
  left: 425px;
}

#headerMsg a {
  color: #CF750B;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#headerMsg a:hover {
  color: #9F5906;
}

.freeShipping {
  color: #CF750B;
  font-weight: bold;
}


/********************************************************************************************************************************/

/* Search Box */

/********************************************************************************************************************************/
div.searchNextBar {
  text-align: right;
  font-size: 14px;
  padding: 5px 59px 5px 0px;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #CF750B;
  border-right: 1px solid #C0C0C0;
  margin-left: 10px;
  width: 640px;
}
a.searchNextBar {
  text-decoration: none;
}

#search_container {
	width: 558px;
	height: 37px;
	position: absolute; top: 67px; right: 38px;
}

#search_box {
	background-color: #ffffff;
	width: 490px;
	height: 22px;
	letter-spacing: .25px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #aeaaa4;
	border: solid 1px #c8c3ba;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

#search_submit {
	background-color: #bdb7ad;
	border: solid 1px #a59d91;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 0px 3px;
	cursor: pointer;
	background-image: url(/images/search_icn.png);
	height: 33px;
	width: 35px;
	vertical-align: top;
	
}

#search_submit:hover {
	background-color: #e5a21c;
}

/********************************************************************************************************************************/

/* Tab navigation (Shop by Category, Shop by Brands, Outrageous deals, Cart/checkout area */

/********************************************************************************************************************************/
#nav_content {
	height: 36px;
	margin: 0px 40px 0px 40px;
	border-bottom: solid 3px #3A3F1B;
}

ul.tab_nav {
	height: 36px;
	width: 577px;
	margin: 0px 0px 0px -1px;
	
}
ul.tab_nav li{
	display: inline;
}
ul.tab_nav li a {
	background: transparent url(/images/tabnav_sprite.png) no-repeat;
	float: left;
	width: 192px;
	height: 24px;
	letter-spacing: -.25px;
	font-size: 14px;
	font-weight: bold;
	color: #3A3F1B;
	text-align: center;
	padding: 12px 0px 0px 0px;
	text-decoration: none;
}	
	
ul.tab_nav li a:hover {	
	text-decoration: underline;
	background-position: 0px -35px;
	color: #2d3c16;
}
ul.tab_nav li:hover .hover_menu {
	display: block;
}
#outrageous_tab a {
	background: transparent url(/images/outrageoustab_sprite.png) no-repeat;
	color: #3e3a32;
}
#outrageous_tab a:hover {
	background: transparent url(/images/outrageoustab_sprite.png) no-repeat;
	background-position: 0px -35px;
	color: #000000;
	text-decoration: underline;
}
#shopping_cart {
	position: absolute;
	text-align: right;
	top: 14px;
	right: 120px;
	width: 250px;
	color: #363636;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	}

#shopping_cart a {
	font-size: 14px;
	color: #cf750b;
	text-decoration: none;
}
#shopping_cart a:hover {
	color: #9f5906;
}
#checkout_bttn {
	position: absolute;
	top: 5px;
	right: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 78px;
	height: 20px;
	padding: 5px 0px 0px 27px;
	background-color: #423d36;
	background-image: url(/images/cart_icn.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	border: solid 1px #a59d91;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

#checkout_bttn:hover {
	background-color: #2c251a;
	color: #bdb7ad;
}

/********************************************************************************************************************************/

/* Hidden hover-over sub-menu styles */

/********************************************************************************************************************************/
#tab_marker {
	width: 15px;
	height: 7px;;
	position: absolute;
	top: 0px;
	left: 88px;	
}
#tab_marker2 {
	width: 15px;
	height: 7px;;
	position: absolute;
	top: 0px;
	left: 278px;	
}

:root .hover_menu {
	z-index: 1000;
	position: absolute;
  margin-top: -103px\9;
  margin-left: -1px;
	width: 939px;
	background-color: #ffffff;
	border-bottom: solid 1px #3A3F1B;
	border-right: solid 1px #3A3F1B;
	border-top: solid 1px #3A3F1B;
	padding: 0px 0px 0px 0px;
/*
  -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
*/
	overflow: hidden;
}
.menu_header {
	background-color: #3A3F1B;
	height: 335px;
	float:left;
	width: 5px;
}
.menu_body {
  border-left: 5px solid #3A3F1B;
  float: left;
  width: 924px;
/*  height: 325px; */
  overflow: auto;
  padding-top: 10px;
  padding-left: 10px;
}
.menu_td {
  vertical-align: top;
  width: 185px;
  padding: 0px 10px 0px 25px;
  /* border-right: dotted 1px gray; */
}
ul.sub_menu {
	display: block;	
	padding-bottom: 15px;
}
ul.sub_menu .categories {
  padding-left: 10px;
}
ul.sub_title {
	display: block;

}
ul.sub_title li a {
	height: auto;
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 15px 0px 5px 0px;
	color: #155c17;
	font-size: 13px;
	font-weight: bold;
	width: 170px;
}
ul.sub_title li a:hover {
	color: #174418;
	text-decoration: underline;
}
ul.sub_menu li a {
	height: auto;
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
	color: #707070;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	text-decoration: none;
}
ul.sub_menu li a:hover {
	color: #CF750B;
	text-decoration: none;
}

/********************************************************************************************************************************/

/* Footer Area */

/********************************************************************************************************************************/
#footer {
  text-align: center;
  margin: 5px 0px 0px 40px;
  padding: 15px 0px 30px 0px;
  border-top: 1px solid #3A3F1B;
  font-size: 11px;
  width: 942px;
}
#footer_nav {
  margin: 0 auto;
}
#footer_nav li {
  float: left;
  margin: 0px 10px 0px 10px;
  text-align: center;
  color: #a1a1a0;
}
#footer a {
  margin: 0px 10px 0px 10px;
  font-size: 11px;
  text-decoration: none;
  color: #6A6967;
}
#footer a:hover {
  color: #9f5906;
  text-decoration: underline;
}
#copyright {
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
  color:#6A6967;
}
/********************************************************************************************************************************/

/* Banner Area for homepage and section listings */

/********************************************************************************************************************************/

.banner_content {
	background: transparent url(/images/banner_bg.png) repeat-y top;
	margin: 0px 0px 0px 30px;
	width: 944px;

	padding: 6px 8px 0px 8px;
	position: relative;
}
.large_banner {
	width: 920px;
	margin: 0px 0px 0px 11px;
	border: solid 1px #c5c5c4;
}
.banner_bottomcap {
	position: absolute;
	width: 940px;
	height: 6px;
	margin: 0px 0px 0px 40px;
}
.floating_promotag {
	background: transparent url(/images/promo_shipping.png) no-repeat;
	width: 307px;
	height: 153px;
	position: absolute;
	right: 7px;
	top: -95px;	
}
.promolink {
	position: absolute;
	margin: 115px 0px 0px 23px;
	font-size: 17px;
	font-weight: bold;	
	color: #f7941d;
}
.promolink:hover {
	color: #cf750b;
}

/********************************************************************************************************************************/

/* "Paper" Section headers, gallery arrows, and thumbnail content containers for homepage and listings pages */

/********************************************************************************************************************************/
.section_content {
	position: relative;
  display: block;

}
.long_header {
	position: relative;
	/* background: transparent url(/images/long_header.png) no-repeat top left; */
  background-color: #3A3F1B;
	margin: 0px 0px 0px 40px; 
	width: 910px;
	height: 12px;
	padding:5px 15px 10px 15px;
  border-bottom: 1px solid #FFFFFF;
}
.long_header_big {
  height: 31px; 
  padding: 10px 15px 0; 
  margin-top: 1px;
}
.long_header_bottom {
  width: 940px;
  margin-left: 40px;
  height:3px;
  background-color: #6C755E;
}
.short_header {
	position: relative;
  background-color: #3A3F1B;
	margin: 0px 0px 0px 10px; 
	width: 662px;
	height: 31px;
	padding: 10px 15px 0px 23px;
  border-bottom: 1px solid #FFFFFF;
}
.short_header_bottom {
  width: 700px;
  height:3px;
  margin-left: 10px;
  background-color: #6C755E;
}
.short_header a {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
  margin: 0px 10px 0px 0px;
}
.short_header a:hover {
  color: #cf750b;
  text-decoration: underline;
}
.tiny_header {
	position: relative;
  background-color: #3A3F1B;
	margin: 0px 0px 0px 10px; 
	width: 270px;
	height: 21px;
	padding: 10px 15px;
  border-bottom: 1px solid #FFFFFF;
}
.tiny_header_bottom {
  width: 300px;
  height:3px;
  margin-left: 10px;
  background-color: #6C755E;
}
.additional_section {
  padding: 7px 0px 5px 10px;
  font-style: italic;
  font-size: 12px;
  border-bottom: solid 1px #cbcac5;
  color: #6A6967;
  background-color: #d6d2cb;
}
.sorting_menu {
	position: absolute;
	font-size: 13px;
	top: 10px;
	right: 50px;
	line-height: 5px;
}

.header_link {
  color: #FFFFFF;
	text-decoration: none;
}

.header_link_right {
	position: absolute;
	font-size: 13px;
	font-weight: bold;
	top: 6px;
	right: 20px;
	
}

.header_link_right:visited,
.header_link_right:link,
.header_link_right:active {
	color: #FFFFFF;
	text-decoration: none;
}
.header_link_right:hover {
	color: #CF750B;
	text-decoration: underline;
}
.header_link:hover,
.header_link:visited,
.header_link:link,
.header_link:active {
	color: #FFFFFF;
	text-decoration: none;
}
.thumbgallery_horiz_slide {
  margin-left: 39px;
  width: 946px; 
  overflow-y: hidden;
  overflow-x:scroll;
  position: relative;
}
.thumbgallery_content{
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	width: 940px;
  background-color: #FFFFFF;
	overflow: hidden;
}
.thumbgallery_slide_content {
  margin: 0px 0px 0px -19px;
}
.left_arrow {
	position: absolute;
	background: transparent url(/images/left_arrow.png) no-repeat top left;
	left: 0px;
	width: 32px;
	height: 32px;
	top: 50%;
	cursor: pointer;
}
.right_arrow {
	position: absolute;
	background: transparent url(/images/right_arrow.png) no-repeat top left;
	right: 0px;
	width: 32px;
	height: 32px;
	top: 50%;
	cursor: pointer;
}
.left_arrow:hover, .right_arrow:hover {
	background-position: 0px -32px;
}
/********************************************************************************************************************************/

/* Thumbnail styles with description and prices. Used throughout site */

/********************************************************************************************************************************/
.thumb_product_title {
  height: 68px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  padding-top: 5px;
  padding-left: 2px;
}
.thumb_product_title:hover {
  color: #CF750B;
}
.brandname {
  font-size: 14px;
  margin-bottom: 4px;
}
h1 .brandname {
  font-size: 18px;
}
.productname {
  font-size: 12px;
  word-wrap: break-word;
}
h1 .productname {
  font-size: 16px;
}
.thumb_container {
	position: relative;
  text-decoration: none;
	width: 226px;
  padding: 5px 4px;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}
.thumb_slide_container {
	margin: 0px 0px 5px 20px;
}
.thumb_container a {
	color: #000000;
	text-decoration: none;
}
.thumb_container a:hover {
	color: #9f5906;
	text-decoration: underline;
}

.small_thumb_container_listings,
.small_thumb_container_home,
.small_thumb_container {
	position: relative;
	width: 140px;
/*	margin: 0px 10px 10px 10px; */
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding: 5px 4px;
}
.small_thumb_container_home {
  width: 147px;
}
.small_thumb_container_listings {
  width: 166px;
}
.small_brand_thumb_container {
	position: relative;
	width: 125px;
  border: 1px solid #FFFFFF;
  height: 75px;
	margin: 0px 0px 0px 5px;
  padding: 8px 0px;
  text-align: center;
}
.small_brand_thumb_container:hover {
}
.small_brand_thumb_container a {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	color: #485633;
}
.small_brand_thumb_container a:hover {
	color: #9f5906;
}
.small_thumb_container a {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	color: #485633;
}
.small_thumb_container_home a:hover,
.small_thumb_container_listings a:hover,
.small_thumb_container a:hover {
	color: #9f5906;
	text-decoration: underline;
}

.large_thumbnail {
  width: 220px;
  height: 160px;
}
.noimage_xlarge_thumbnail,
.noimage_large_thumbnail,
.noimage_small_thumbnail,
.noimage_tiny_thumbnail
{
  text-align: center;
  background-color: #FFFFFF;
  font-size: 14px; 
  font-weight: bold;
  color: #C0C0C0;
}
.noimage_xlarge_thumbnail {
  padding-top: 200px;
  margin-bottom: 5px;
  height: 236px;
}
.noimage_large_thumbnail {
  padding: 56px 0px;
}
.noimage_small_thumbnail {
  padding: 24px 0px 0px 0px;
  height: 78px;
}
.noimage_tiny_thumbnail {
  padding: 10px 0px 0px 0px;
  font-size: 12px;
	width: 100px;
  float: left;
  height: 50px;
  margin-right: 10px;
}
.small_thumbnail {
/*	border: solid 1px #c9c2b8; */
}
.tiny_product_container {
  float: left;
  width: 170px;
}
.tiny_thumbnail {
	margin: 0px 10px 0px 0px;
	width: 100px;
	height: 73px;
	border: solid 1px #c9c2b8;
}
.large_thumbnail:hover, .small_thumbnail:hover, .tiny_thumbnail:hover {
/*	border: solid 1px #a59d91; */
}
.small_brand_thumbnail {
/*	border: solid 1px #FFFFFF; */
}
.small_brand_thumbnail:hover {
/*	border: solid 1px #a59d91; */
}
.savings_txt {
	color: #BE0101;
	font-style: italic;
  font-weight: bold;
	font-size: 12px;
	margin: 3px 0px 0px 2px;
}
.savings_txt_small {
  font-weight: normal;
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
}
.short_desc {
  text-align: center;
  font-size: 12px;
  margin: 2px 5px;
}
.price_content {
	margin-top: 5px;
	width: 101.5%;
	height: 33px;
	border-top: solid 1px #cbcac5;	
}
.thumb_container:hover .price_content,
.small_thumb_container_home:hover .price_content,
.small_thumb_container_listings:hover .price_content,
.small_thumb_container:hover .price_content {
	border-top: solid 1px #d19151;
}
.thumb_container:hover .thumb_product_title h4,
.small_thumb_container_home:hover .thumb_product_title,
.small_thumb_container_listings:hover .thumb_product_title,
.small_thumb_container:hover .thumb_product_title {
  color: #9f5906;
}
.retail_price {
	margin: 14px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	text-decoration: line-through;
	color: #000000;
}
h5 {
	text-align: right;
	margin: 7px 5px 0px 0px;
}
.vertical_divider {
	background-color: #a5a4a0;
	width: 1px;
	height: 25px;
	margin: 3px 8px 5px 8px;
}
.new_ribbon {
	position: absolute;
	width: 63px;
	height: 56px;
	top: -2px;
	left: -2px;
	z-index: 5;
	display: none;
}
.sale_ribbon {
	position: absolute;
	width: 63px;
	height: 56px;
	top: -2px;
	left: -2px;
	z-index: 5;
	display: none;
}
.limited_time {
  background-color: #006666;
  -moz-opacity: 0.70;
  opacity:.70;
  filter: alpha(opacity=70);
  color: #FFFFFF;
  border-top: 2px solid #CF750B;
  border-bottom: 2px solid #CF750B;
	position: absolute;
  width: 232px;
	bottom: 135px;
	left: 0px;
	z-index: 5;
	display: none;
  padding: 4px 1px;
  text-align: center;
  font-family: Helvetica,arial,sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}
.limited_time_prod_image {
  background-color: #006666;
  -moz-opacity: 0.70;
  opacity:.70;
  filter: alpha(opacity=70);
  color: #FFFFFF;
  border-top: 2px solid #CF750B;
  border-bottom: 2px solid #CF750B;
	position: absolute;
  width: 598px;
  margin-left: 10px;
	top: 28px;
	left: 0px;
	z-index: 5;
	display: none;
  padding: 4px 1px;
  text-align: center;
  font-family: Helvetica,arial,sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}
/********************************************************************************************************************************/

/* Lower content area on homepage just above the footer */

/********************************************************************************************************************************/
.lower_ad_txt {
  color: #ffffff;
  font-size: 12px;
  font-family: Verdana;
  position: absolute;
  left: 340px;
  top: 80px;
}
#lower_banner {
	position: relative;
	margin: 0px 0px 20px 40px;
	background-color: #e1dfd7;
	width: 940px;
	height: 180px;
	border: solid 2px #c5c0b6;

}
.lowerleft_column {
	float: left;
	width: 290px;
	height: 120px;
	padding: 10px;
}
.lower_ad {
	width: 610px;
	height: 115px;
	padding: 30px 10px 10px 10px;
	float: left;
}

#mail_container {
	width: 290px;
	height: 37px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #c5c0b6;
	margin-bottom: 10px;
	
}

#email_box {
	background-color: #ffffff;
	width: 224px;
	height: 21px;
	letter-spacing: .25px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
	color: #aeaaa4;
	border: solid 1px #c8c3ba;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#email_submit {
	background-color: #bdb7ad;
	border: solid 1px #a59d91;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 0px 3px;
	cursor: pointer;
	background-image: url(/images/submit_icn.png);
	height: 32px;
	width: 33px;
	vertical-align: top;
	
}

#email_submit:hover {
	background-color: #e5a21c;
}
#fan_txt {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #363636;	
}
#fan_txt:hover {
	color: #c46b03;
}
.badge {
	vertical-align: middle;
	margin-left: 15px;
  padding: 0px 5px 10px 0px;
}

/********************************************************************************************************************************/

/* Product Listings Page Column styles.  */

/********************************************************************************************************************************/
.listings_leftcol {
	float: left;
	margin: 1px 15px 0px 40px;
	width: 215px;
}
.listings_leftcol_search {
	float: left;
	margin: 1px 15px 0px 0px;
	width: 215px;
}
.listings_rightcol {
	float: left;
	margin: 1px 0px 15px 0px;
	width: 720px;
}
.listingthumb_content {
  position: relative;
  margin-left: 10px;
	width: 700px;
  background-color: #FFFFFF;
}
/* Paper tag style link button */
#newproducts_link {
  position: relative;
	background: transparent url(/images/papertag_blue.png) no-repeat;
	width: 216px;
	height: 20px;
	padding: 14px 0px 14px 15px;
	margin: 0px 0px 5px 0px;
}
/* Paper tag style link button */

#specialdeals_link {
  position: relative;
	background: transparent url(/images/papertag_red.png) no-repeat;
	width: 216px;
	height: 20px;
	padding: 14px 0px 14px 15px;
	margin: 0px 0px 5px 0px;
}
a.specialdeals_link, a.newproducts_link {
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
	color: #000000;
	text-decoration: none;
}
#specialdeals_link:hover, #newproducts_link:hover {
	text-decoration: underline;
	color: #9f5906;
}

/********************************************************************************************************************************/

/* Refine and Categories Panel styles */

/********************************************************************************************************************************/
.panel_alert {
  border-top: 1px dotted #cbcac5;
  color: #9e0b0f;
  padding: 10px;
  font-size: 12px;
}
.brand_panel_link {
  padding-left: 5px;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 25px;
  color: #6a6967 !important;
}

.panel_content {
	position: relative;
	background-color: #e6e4df;
	border-right: solid 1px #cbcac5;
	border-bottom: solid 1px #cbcac5;
	margin: 15px 0px 0px 0px;
}
#keyword_subhead {
	padding: 0px 0px 10px 10px;
	height: 55px;
	margin: 5px 0px 3px 0px;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
}

#keyword_box {
	background-color: #ffffff;
	width: 185px;
	height: 16px;
	letter-spacing: .50px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
	color: #aeaaa4;
	margin: 3px 0px 5px -2px;
	border: solid 1px #c8c3ba;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px	
}
.panel_text {
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #6A6967;
  margin-top: 3px;
  margin-bottom: 5px;
  display: block;
}
.panel_limited_time {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #CF750B !important;
  margin-top: 3px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.panel_price_box {
  background-color: #ffffff;
  width: 45px;
  height: 16px;
  letter-spacing: .50px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  vertical-align: middle;
  color: #aeaaa4;
  margin: 3px 0px 5px 3px;
  border: solid 1px #c8c3ba;
  padding: 5px 5px 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}

/* green texture header for the left column panels */
.panel_header {
	background: transparent url(/images/panel_header.png);
	border-bottom: solid 1px #cbcac5;
	font-size: 16px;
	width: 197px;
  height: 23px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 8px 5px 10px;
}
/* Serif sub-headers for each section within each panel */
.panel_subhead {
  position: relative;
	padding: 10px 0px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
	border-top: solid 5px #cbcac5;
	border-bottom: solid 1px #cbcac5;

}
.panel_subhead a {
	margin: 0px 0px 0px 8px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #CF750B;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
.panel_subhead a:hover {
	text-decoration: underline;
	color: #9f5906;
}
/* Parent text in the panels that have child elements contained within them */
.panel_parent {
	padding: 7px 0px 5px 0px;
	font-family: Helvetica, Arial, sans-serif;
}
.panel_parent a {
	margin: 0px 0px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	
}
.panel_parent a:hover {
	color: #9f5906;
}
/* Child text elements */
.panel_child {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
ul.panel_child li {
	padding: 3px 0px 3px 20px;
}
ul.panel_child li.category {
	padding: 7px 0px 0px 10px;
}
ul.panel_child li div {
  position: relative;
  padding-right: 25px;
}
ul.panel_child div .panel_checkbox {
  position: absolute;
  right: 0;
  top: 0px;
}
ul.panel_child li a{
	font-weight: normal;
}
ul.panel_child li:hover {
	background-color: #d6d2cb;
}
ul.panel_child li:hover div {
	background-color: #d6d2cb;
}
ul.panel_child li.category:hover {
    background-color: transparent;
}
ul.panel_child li.category:hover div {
    background-color: transparent;
}
.panel_items {
	padding: 5px 0px 5px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
ul.panel_items li {
	height: 20px;
	padding: 7px 0px 0px 10px;
}
ul.panel_items li:hover {
	background-color: #d6d2cb;
}
ul.panel_items li a, .category_link {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: #CF750B !important;
}
ul.panel_items li a:hover, .category_link:hover {
  text-decoration: underline;
  color: #9f5906 !important;
}
ul.panel_items li.price {
  padding: 2px 0px 0px 10px;
  text-align: center;
  height: 45px;
}
ul.panel_items li.price div{
  font-size: 10px;
  font-style: italic;
  text-align:right;
  margin-right: 3px;
  color: #666666;
}
.panel_checkbox_text {
  float: left;
  width: 165px;
}
.panel_checkbox {
	margin: 0px 5px 0px 0px;
  padding: 0px;
  height: 14px;
  width: 14px;
	float: right;
}
#refine_price {
  font-size: 12px;
  color: gray;
}
#viewAllBrands {
  position: relative;
}

#viewAllBrands:hover #brand_hover {
  display: inline;
}

#viewAllBrands .brand_hover_menu {
  display: none;
  position: absolute;
  left: 100%;
  bottom:-10px;
  height: 215px;
  z-index: 1000;
  width: 720px;
  background-color:#E6E4DF;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  border-bottom: solid 5px #cbcac5;
  border-right: solid 3px #cbcac5;
}
.brand_hover_body {
  height: 168px;
  padding-top: 3px;
  overflow: auto;
}
.allBrands {
  width: 214px;
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  padding: 7px 0px 0px 20px;
}
.allBrands:hover {
  background-color: #d6d2cb;
}

.form_bttn {
  position: relative;
	margin: 0px 0px 0px 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .25px;
	width: 130px;
	height: 27px;
	padding: 3px 10px 3px 10px;
	background-color: #423d36;
	border: solid 1px #a59d91;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
.form_bttn:hover {
	background-color: #2c251a;
	color: #bdb7ad;
	cursor: pointer;

}
#addcart_bttn {
	margin: 0px 0px 0px 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .25px;
	width: 130px;
	height: 27px;
	padding: 3px 10px 3px 10px;
	background-color: #e78410;
	border: solid 1px #a59d91;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
#addcart_bttn:hover {
	background-color: #9f5906;
	cursor: pointer;
}

/********************************************************************************************************************************/

/* Pagination, view options, and sorting on the product listings page.*/

/********************************************************************************************************************************/
.pagination {
	width: 688px;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 10px;
	height: 30px;
	background-color: #cbcac5;
	border-left: solid 1px #cbcac5;
	border-right: solid 1px #cbcac5;
	border-top: solid 1px #b7b6b1;
}
.pagination a {
	font-weight: bold;
	background: none;
	border: none;
	font-size: 12px;
	color: #443f37;
	text-decoration: none;
}
.pagination a:hover {
	color: #f7941d;
	text-decoration: underline;
}
.pagination ul.page_number {
	float: left;
	margin-top: 4px;
}
.pagination ul.page_number li {
	display: inline;
}
.pagination ul.page_number li a {
	text-decoration: none;
	font-size: 12px;
	width: 29px;
	height: 29px;
	padding: 6px 8px 4px 8px;
	color: #898989;
	border: solid 1px #afaaa1;
	background: #edebe7;
}
.pagination ul.page_number li a:hover {
	background: #f7941d;
	color: #ffffff;
}
/* used to style current active page */
.pagination ul.page_number li a.current_page {
	background: #443f37;
	color: #ffffff;
}

.pagination_results {
	color: #443f37;
  font-size: 10px;
	width: 678px;
	margin: 0px 0px 0px 10px;
  padding-left: 20px;
	height: 12px;
	background-color: #cbcac5;
	border-bottom: solid 1px #b7b6b1;
	border-left: solid 1px #cbcac5;
	border-right: solid 1px #cbcac5;
}

.no_box {
	float: left;
	padding: 7px 15px 0px 15px;
}
/* these are the styles for the toggle buttons that switches the number of thumbnails shown on the page */
.view_options {
	float: right;
	padding-top: 0px;
	display: inline;
	position: relative;
}
.view6, .view12, .view24 {
	float: left;
	margin-left: 10px;
}
.view6 a {
	text-decoration: none;
	background: transparent url(/images/show8.png) no-repeat 0 0;
	font-size: 13px;
	color: #aba69d;
	padding: 10px 10px 0px 25px;
	display: block;
	border-right: solid 1px #afaaa1;
}

.view12 a {
	background: transparent url(/images/show12.png) no-repeat 0 0;
	font-size: 13px;
	color: #aba69d;
	padding: 10px 10px 0px 25px;
	display: block;
	border-right: solid 1px #afaaa1;
}
.view24 a {
	background: transparent url(/images/show16.png) no-repeat 0 0;
	font-size: 13px;
	color: #aba69d;
	padding: 10px 10px 0px 25px;
	display: block;
}
.view6 a:hover, .view12 a:hover, .view24 a:hover {
	text-decoration: none;
	background-position: -60px 0px;
	color: #443f37;
}
/* this is used to style the toggle view currently active */
.view6 a.current_view, .view12 a.current_view, .view24 a.current_view {
	float: left;
	background-position: -60px 0px;
	color: #443f37;
}

.view_div {
	float: left;
	padding: 0px 10px 0px 10px;
}

/********************************************************************************************************************************/

/* Product Details Column Styles, Product photo */

/********************************************************************************************************************************/

.details_leftcol {
	float: left;
	width: 620px;
	margin: 0px 10px 0px 40px;
	position: relative;
}
.details_rightcol {
	float: left;
	width: 320px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#photo_bg {
	background: transparent url(/images/photo_bg.png) repeat-y;
	width: 602px;
	padding: 3px 9px 4px 9px;
	position: relative;
}
#photobg_topcap {
	width: 620px;
	height: 6px;
	margin: 10px 0px 0px 0px;
}
#photobg_bottomcap {
	/* background: transparent url(/images/photobg_bottomcap.png) no-repeat; */
	width: 620px;
	height: 6px;
	margin: 0px 0px 15px 0px;
	position: absolute;
}
.product_photo {
	border: solid 2px #cbcac5;
	width: 598px;
}
.product_photo:hover {
	cursor: pointer;
}
/********************************************************************************************************************************/

/* Product Photo thumbnail gallery */

/********************************************************************************************************************************/
.gallery_content {
	background-color: #cbcac5;
	position: relative;
	display: block;
	overflow: hidden;
	width: 597px;
	padding: 0px 1px 1px 4px;
	margin: -3px 0px 0px 0px;
}
.product_thumb {
	float: left;
	margin: 5px 1px 5px 1px;
	width: 81px;
	height: 60px;
	border: solid 1px #c9c2b8;
}
.product_thumb:hover {
	border: solid 1px #cf750b;
	cursor: pointer;
}
/********************************************************************************************************************************/

/* Product Options Panel, form elements */

/********************************************************************************************************************************/
#product_title {
	background-color: #3a3f1b;
	border-bottom: solid 1px #cbcac5;
	margin: -5px 0px 0px 0px;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 8px 5px 10px;
}
/* product options panel */
#product_options {	
}
/* dropdown form element */
.dropdown_option {
	margin: -3px 20px 0px 0px;	
	width: 180px;
	height: 20px;
	padding: 1px 0px 0px 0px;
	position: absolute;
	right: 0px;
}
.price_box {
	text-align: center;
	margin-top: 0px;
	padding: 0px 10px 0px 10px;
	width: 280px;
	height: 35px;
}
.price_box span {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: gray;
	margin: 11px 10px 0px 0px;
}
.price_note {
  font-size: 12px;
  overflow: hidden;
  text-align: right;
  margin: 2px 5px;
}
.variation_note {
  font-size: 12px;
  overflow: hidden;
  text-align: right;
  margin: 2px 5px;
}
.outOfStock {
  font-size: 12px;
  margin: 10px;
  text-align: center;
}
.brand_nav_links {
    text-align: center;
}

.addcart_content {
	padding: 10px 0px 10px 10px;
	font-family: Helvetica, Times New Roman, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	color: #363636;
	border-top: solid 5px #c8c3ba;
}
#quantity {
	background-color: #ffffff;
	margin: 0px 0px 0px 5px;
	height: 17px;
	width: 40px;
	padding: 3px 3px 3px 3px;
	font-family: Helvetica, Arial, serif;
	letter-spacing: .25px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	border: solid 1px #c8c3ba;
	text-align: center;	
}
/********************************************************************************************************************************/

/* Related Items Panel */

/********************************************************************************************************************************/
.related_items {
	background-color: #e6e4df;
	border-right: solid 1px #cbcac5;
	border-bottom: solid 1px #cbcac5;
	width: 299px;
	position: relative;
	display: block;
  margin-bottom: 10px;		
}
.related_items li {
  padding: 10px;
  border-bottom: solid 1px #c8c3ba;
  position: relative;
}

.related_items li:hover {
	background-color: #d6d2cb;
}
.related_items li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.related_items a:hover {
	color: #9f5906;
	text-decoration: underline;
}
.price_block {
	border-top: dotted 1px #c8c3ba;
	margin-top: 5px;
	width: 176px;
	height: 30px;
	float: left;	
  width: 100%;
}

/********************************************************************************************************************************/

/* Product Info section and tabs/subnav */

/********************************************************************************************************************************/
.info_subnav {
	background-color: #cbcac5;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
	border-top: solid 5px #6c755e;
	border-bottom: solid 1px #bebdba;
	height: 40px;
	width: 620px;
	position: relative;
}
.info_subnav li {
	padding: 13px 0px 10px 0px;
	float: left;
	text-align: center;
	width: 140px;
	border-right: solid 1px #bebdba;
		
}
.info_subnav li a {
	color: #000000;
	text-decoration: none;
}
.info_subnav li a:hover {
	color: #9f5906;

	text-decoration: underline;
}
.current_tab {
	background-color: #E6E4DF;
	padding: 2px 0px 0px 0px;
	border: none;
}
.info_content {
	position: relative;
  font-size: 12px;
	padding: 15px 20px 15px 20px;
}
.info_content ul {
  margin: 4px;
  padding: 10px;
}
.info_content li {
  list-style: disc outside none;
}
.info_txt {
  zoom: 1.0;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	line-height: 15px;
}
.info_title {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 5px 0px 5px 0px;
}
.faq_answer {
	padding: 5px 0px 5px 20px;
	font-size: 12px;
	line-height: 15px;
}
.faq_question {
  font-weight: bold;
	padding: 5px 0px 5px 10px;
	font-size: 12px;
	line-height: 15px;
}
/********************************************************************************************************************************/

/* THESE STYLES MUST BE LAST IN THE CSS DOCUMENT TO WORK.  */

/********************************************************************************************************************************/

/* Use this class to "turn on" and reveal any hidden divs, images, ect.*/ 
.reveal {
	display: block;
}
/* Use this class to "turn off" and hide any divs, images, ect.*/ 
.hide {
	display: none;
}

ul.productVariation ul {
  white-space: nowrap;
  list-style-image:none;
  list-style-type:none;
}

ul.productVariation li:first-child {
  border: none;
  margin: 0px 0px 0px 5px;
}

ul.productVariation li {
  background:transparent none repeat scroll 0 0;
  padding-left: 5px;
  margin: 0px 0px 0px 10px;
  border-left: 1px dotted #C0C0C0;
}

.productVariationOption {
  font-weight: normal;
}

.productVariationTitle {
  font-weight: bold;
  text-decoration: underline;
}
.form_error {
  color:#FF6600;
  padding-bottom: 2px;
  font-weight:bold;
  white-space: nowrap;
}

table.specifications th {
  padding-right: 20px;
  vertical-align: top;
}
table.specifications td {
  padding: 0px 20px 10px 0px;
}

.specHasTip {
  cursor: pointer;
  text-decoration: underline;
}

.specTip {
  color: #FF6600;
}

.relatedInfo {
  border-bottom: 1px dashed #D0D0D0;
  margin: 10px 0px;
  padding: 5px;
}

.relatedInfoTitle {
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

.relatedInfoBody {
  margin: 0px 10px;
}

.relatedInfoImage {
  margin: 10px 20px;
}

/* information pages styles (about us, legal, order info, ect  */
.text_content {
  position: relative;
  background-color: #ffffff;
  border-left: #e6e4df;
  border-right: solid 1px #cbcac5;
  border-bottom: solid 1px #cbcac5;
  margin: 0px 10px 0px 10px;
  padding-top: 10px;
}

.info_list {
  padding: 5px 0px 5px 0px;
  font-size: 12px;
}
.info_list li {
  list-style: disc outside;
  margin: 10px 30px 10px 30px;
  line-height: 18px;
}
.bold_txt {
  font-weight: bold;
}

/* Brands page additional styles  */
#brand_index {
  margin-left: 10px;
}
#brand_index li {
  width: auto;
  float: left;
  margin: 4px 8px 0px 8px;
}
.top_border {
  border-top: 1px solid #CBCAC5;
  padding-top: 10px;
}
.brand_link {
  color: #CF750B !important;
  font-size: 12px !important;
}
.brands_list {
  margin: 10px 10px 10px 20px;
}
.brands_list li {
  width: 300px;
  margin: 10px 30px 10px 0px;
  float: left;
}
.brands_list li a {
  font-size: 16px;
  text-decoration: none;
  color: #6A6967;
  font-weight: normal
}
.brands_list li a:hover, .brand_link:hover, .brand_panel_link:hover {
  color: #9f5906 !important;
  text-decoration: underline;
}

/*
Cart popups
*/
.yui-skin-sam .yui-panel .hd {
  background: none;
  background-color: #485633;
  height: 31px;
  padding-left: 20px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
  border-bottom: 1px solid #FFFFFF;
}
.long_header_bottom {
  width: 940px;
  margin-left: 40px;
  height:3px;
  background-color: #6C755E;
}

}
.yui-skin-sam .yui-panel .bd {
  background-color:#E6E4DF;
  color:#363636;
  font-size:14px;
  font-weight:bold;
}
#cartBox {
  margin-bottom: 20px;
  min-height: 50px;
}
.cartSuccess,
.cartFailure,
.cartWarn {
  padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.cartSuccess {
  padding: 0px;
}
.cartFailure {
  color: #CF750B;
	background-image: url(/images/icon_bomb.png);
}
.cartWarn{
  color: #CF750B;
	background-image: url(/images/icon_important.png);
}

#viewcart_bttn{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 27px;
	background-color: #423d36;
	background-image: url(/images/cart_icn.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	border: solid 1px #a59d91;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

#viewcart_bttn:hover{
	background-color: #2c251a;
	color: #bdb7ad;
}
.continue_bttn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	background-color: #423d36;
	border: solid 1px #a59d91;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  margin-right: 20px;
}

.continue_bttn:hover{
	background-color: #2c251a;
	color: #bdb7ad;
}
/***********************************************************************************************************************/
/* Outrageous Deals styles  */
/***********************************************************************************************************************/
.border_left {
  border-left: 1px solid #CBCAC5;
}
.outrageous_content {
  background-color: #FFFFFF;
  width: 940px;
  margin-left: 40px;
}
.outrageous_desc {
  background-color: #FFFFFF;
  width: 919px;
  margin-left: 40px;
  padding: 10px;
  border-bottom: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  text-align: center;
}
.outrageous_specials_link {
  background-color: #FFFFFF;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-left: 40px;
  width: 900px;
  padding: 10px 20px;
}
.outrageous_specials_link a:hover {

}
.outrageous_specials_link a:visited,
.outrageous_specials_link a:link,
.outrageous_specials_link a:active {
  color:#CF750B;
  text-decoration: none;
}
.outrageous_specials_link:hover {
  color: #CF750B;
  text-decoration: underline;
}


/*********************************************************************************************************************/
/* checkout styles  */
/*********************************************************************************************************************/
strong {
  font-weight: bold;
}
.border_top {
  border-top: 5px solid #CBCAC5;
}
#checkout_header {
  background: #ffffff;
  border-bottom: #CBCAC5;
  border-right: #CBCAC5;
  padding: 20px;
}
#login_container {
  padding-bottom: 10px;
  margin: 10px;
}
#login_box {
  background-color: #ffffff;
  height: 21px;
  width: 256px;
  letter-spacing: .25px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  vertical-align: middle;
  color: #aeaaa4;
  border: solid 1px #c8c3ba;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 10px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#login_submit {
  background-color: #e5a21c;
  border: solid 1px #a59d91;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0px 0px 0px 3px;
  cursor: pointer;
  font-weight: bold;
  height: 32px;
  width: 274px;
  color: #ffffff;
}

#login_submit:hover {
  background-color: #9f5906;
}
.checkoutform_box {
  background-color: #ffffff;
  height: 18px;
  width: 240px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: .25px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  color: #aeaaa4;
  border: solid 1px #c8c3ba;
  padding: 5px;
  margin: 0px 0px 10px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
}
.checkout_content {
  padding: 20px 20px 10px 20px;
  font-size: 16px;
  color: #6A6967;
  display: block;
}
.checkout_content li {
  float: left;
  width: 255px;
  margin: 0px 27px 10px 0px;
  line-height: 24px;
}
.checkout_dropdown {
  display: block;
  padding: 2px 0px 0px 0px;
  width: 250px;
  height: 25px;
  margin: 5px 0px 15px 0px;
}
.checkoutform_bttn {
  cursor: pointer;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  width: 120px;
  height: 30px;
  padding: 3px 0px 5px 15px;
  background-color: #423d36;
  background-image: url(../images/button_arrow.png);
  background-repeat: no-repeat;
  background-position: 95px 7px;
  border: solid 1px #a59d91;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}
.order_bttn {
  background-image: none;
}
.checkoutform_bttn:hover {
  background-color: #2c251a;
  color: #bdb7ad;
}
.checkout_header {
  background-color: #3A3F1B;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
  width: 590px;
  height: 20px;
  padding: 10px 15px;
}
.checkout_header_bottom {
  width: 620px;
  height:3px;
  background-color: #6C755E;
}

#checkout_steps {
  color: #6A6967;
  margin: 20px 10px 0px 10px;
}
#checkout_steps li {
  width: 140px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 0px 10px 5px;
}
.next_steps {
  background: transparent url(../images/next_step.png) no-repeat top left;
  font-size: 10px;
  font-weight: normal;
  width: 121px;
  height: 17px;
  padding: 9px 0px 3px 7px;
  margin: 5px 15px 0px -5px;
  display: block;
}
.current_step {
  background-position: 0px -30px;
  color: #D6D2CB;
}
.smallcart_section {
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  color: #363636;
  border-top: solid 5px #CBCAC5;
  border-bottom: solid 1px #cbcac5;
  line-height: normal;
}
.smallcart_options {
  position: relative;
  width: 275px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  line-height: 16px;
  border-top: dotted 1px #C8C3BA;
}
.option_quantity {
  position: absolute;
  right: 0px;
  top: 5px;
  color: #6A6967;
  font-weight: bold;
  font-size: 10px;
}
.option_totals {
  color: #6A6967;
  font-weight: bold;
  font-size: 10px;
}
.small_price {
  margin: -2px 0px 8px 10px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #17691A;
}

.option_qty_box {
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  height: 15px;
  width: 30px;
  padding: 5px 3px 3px 3px;
  font-family: Helvetica, Arial, serif;
  letter-spacing: .25px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #aeaaa4;
  border: solid 1px #c8c3ba;
  text-align: center;
}
.options_wrapper {
  position: relative;
  width: 345px;
}
.option_qty {
  position: absolute;
  top: 7px;
  right: 0px;
  width: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#shipping_zip {
  background-color: #ffffff;
  height: 18px;
  width: 130px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: .25px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  color: #aeaaa4;
  border: solid 1px #c8c3ba;
  padding: 5px;
  margin: 3px 0px 0px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#zip_bttn {
  font-size: 16px;
  margin: -5px 0px 0px 5px;
  padding: 3px 0px 0px 0px;
  text-align: center;
}
#ziptax_txt {
  font-size: 14px;
}
.cartform_update_bttn {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  width: 80px;
  height: 30px;
  background-color: #423d36;
  border: solid 1px #a59d91;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}
.cartform_update_bttn:hover {
  background-color: #2c251a;
  color: #bdb7ad;
}
.cartform_bttn {
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  width: 200px;
  height: 30px;
  padding: 3px 0px 5px 15px;
  background-color: #423d36;
  background-image: url(/images/button_arrow.png);
  background-repeat: no-repeat;
  background-position: 175px 7px;
  border: solid 1px #a59d91;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}
.cartform_bttn:hover {
  background-color: #2c251a;
  color: #bdb7ad;
}
.cart_link {
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 30px;
  margin: 0px 0px 0px 15px !important;
}
.cart_link:hover {
  color: #9f5906 !important;
  text-decoration: underline;
}

.cart_txt {
  margin: 14px 0px 0px 0px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.cart_label {
  height: 25px;
  margin-right: 10px;
  font-weight: bold;
  color: #6A6967;
  text-align: right;
  font-size: 12px;
}
.large_panel_title {
  background-color: #3a3f1b;
  border-bottom: solid 1px #cbcac5;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 8px 5px 10px;
}
.cart_alert {
  color: #9e0b0f;
  font-size: 12px;
}
.checkout_alert {
  line-height: 12px;
  color: #9e0b0f;
  font-size: 12px;
}
.subtotal {
  background: #D6D2CB;
  padding: 10px 10px 0px 10px;
  font-size: 14px;
  font-weight: bold;
  border-top: 5px solid #CBCAC5;
}
.total_txt {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}
.large_panel_text {
  line-height: 18px;
  font-size: 14px;
  margin: 0px 15px 0px 15px;
}
.large_panel_text a, .smallcart_section a {
  color: #CF750B;
  font-weight: bold;
  text-decoration: none;
}
.large_panel_text a:hover, .smallcart_section a:hover {
  color: #9f5906;
  text-decoration: underline;
}

.large_cart {
  width: 100%;
  line-height: normal;
}
.cart_thumb {
  float: left;
  width: 100px;
  margin-right: 10px;
  display: inline;
}
.cart_description {
  float: left;
  width: 275px;
  margin-right: 10px;
}
.cart_qty {
  float: left;
  width: 45px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
}
.cart_item_price {
  width: 120px;
  font-size: 14px;
  font-weight: bold;
  float: right;
  text-align: center;
  margin-right: 5px;
  color: #17691A;
}
.desc_title {
  width: 383px !important;
  border-bottom: 1px solid gray;
  float: left;
  color: #000000;
  font-size: 12px;
  font-weight: bold;

}
.qty_title {
  width: 30px !important;
  border-bottom: 1px solid gray;
  float:left;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.price_title {
  width: 95px !important;
  border-bottom: 1px solid gray;
  float:left;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0px !important;
}
.final_step {
  color: #423D36;
  font-size: 23px;
  margin: 7px 0px -3px -3px;
  letter-spacing: -1px;
}
.order_txt {
  font-weight: bold;
  font-size: 12px;
  color: #363636;
  margin: 10px 0px 0px 13px;
  font-style: normal;
}
.contact_txt {
  line-height: 20px;
}
.retail_image {
  width: 400px;
  margin: 10px 0px 20px 0px;
  border: solid 5px #000000;
}
.skipRightBorder {
  border-right: none;
}
.skipBottomBorder {
  border-bottom: none;
}

.category_div {
  background-color: #FFFFFF;
  border-left: #e6e4df;
  border-right: solid 1px #cbcac5;
  border-bottom: solid 1px #cbcac5;
  margin: 0px 0px 0px 40px;
  padding: 10px 10px 10px 10px;
  width: 919px;
}
.brandColumn {
  float: left;
  width: 181px;
}

.brandColumnRow a {
	height: auto;
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
	color: #707070;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	text-decoration: none;
}
.brandColumnRow a:hover {
	color: #CF750B;
	text-decoration: none;
}

.brandMenuViewAll {
  margin-bottom: 12px;
}
.brandMenuViewAll a:visited,
.brandMenuViewAll a:active,
.brandMenuViewAll a
{
  text-align: center;
  font-size: 12px;
  font-weight: bold;
	color: #CF750B;
}
.brandMenuViewAll a:hover {
	color: #2d3c16;
}

.categorycolumn {
  float: left;
  width: 229px;
}
.categoryParentTitle {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #3A3F1B;
  padding: 3px 5px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.categoryParentTitle a:visited,
.categoryPatentTitle a:active,
.categoryParentTitle a {
  color: #FFFFFF;
  text-decoration: none;
}
.categoryParentTitle a:hover {
  color: #CF750B;
  text-decoration: none;
}

.categoryChildDeep,
.categoryChild {
  color: #707070;
  padding-left: 5px;
  font-size: 12px;
  height: 20px;
  font-weight: bold;
}
.categoryChildDeep{
  font-weight: normal;
}
.categoryChildDeep a:visited,
.categoryChildDeep a:active,
.categoryChildDeep a,
.categoryChild a:visited,
.categoryChild a:active,
.categoryChild a
{
  color: #707070;
  text-decoration: none;
}
.categoryChildDeep a:hover,
.categoryChild a:hover {
  color: #CF750B;
  text-decoration: none;
}
.categoryCount {
  font-size: 10px;
  font-weight: normal;
}

