/*MENU STYLES*/
#menu {
	width:170px;
	margin-bottom:2px;
	border:solid 1px #751E1C;
	border-top:none;
	background-color:#F2DBB7;
	font-weight:normal;
}
#menu h1,
.qs_block h1 {
	width:160px;
	margin:0 0 4px 0;
	padding:5px;
	font-size:11px;
	font-weight:bold;	
	border-bottom:solid 1px #751E1C;
	border-top:solid 1px #751E1C;
	color: #751E1C;
	background:#D8B36F url(../images/hbg.jpg) top left no-repeat;
	letter-spacing:1px;
	text-transform:uppercase;	
}
span.quan {
	color:#A56403;
	font-size:9px;
	font-weight:normal;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#menu a, #menu a:visited {
	display:block;
	width:140px;
	height:auto;
	padding: 2px 3px;		
	text-decoration:none;
	color: #751E1C;
	font-weight:normal !important;
	letter-spacing:1px;
}
#menu a:hover {
	color:#A56403;
	text-decoration: none;
	font-weight:normal;
}

#menu a.m1 , #menu a.m1:visited {
	margin-left:2px;
	padding:0px 2px 2px 12px;	
	background:transparent url(../images/catalog/bullet.gif) top left no-repeat;	
}
#menu a.m1:hover {
	background:transparent url(../images/catalog/bullet_o.gif) top left no-repeat;
}
#menu a.m2 , #menu a.m2:visited {
	margin-left:2px;
	padding:0px 2px 2px 14px;
	background:transparent url(../images/catalog/bullet_small.gif) top left no-repeat;	
}
#menu a.m2:hover {
	background:transparent url(../images/catalog/bullet_small_o.gif) top left no-repeat;
}
#menu li {
	position: relative;
	display:block;
}
#menu li.tata {
	background:transparent url(../images/catalog/arrow.gif) top right no-repeat;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 160px;	
	margin-left:-15px;
	border-bottom:1px solid #E4B46B;
	border-top:1px solid #E4B46B;
	background:transparent url(../images/catalog/nav_ul_bg.gif) top left repeat-y;	
}
a.menu_popup_first, a.menu_popup_first:visited  {
	margin-left:2px;
	padding:0px 2px 2px 14px !important;	
	background:transparent url(../images/catalog/arrow_red.gif) top left no-repeat;
	color:#A56403 !important;		
}
li.menu_popup_arrow {
	background:transparent url(../images/catalog/nav_li_arrow.gif) top left repeat-y;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul ,
div#menu ul ul ul li:hover ul ul , 
div#menu ul ul ul ul li:hover ul ul ,
div#menu ul ul ul ul ul li:hover ul ul 
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul ,
div#menu ul ul ul ul li:hover ul ,
div#menu ul ul ul ul ul li:hover ul 
{display: block;z-index:500;}
/*menu styles end*/
/*------------------CATALOG STYLES------------------*/
.catalog_blurb:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.catalog_blurb {
	display:block;

}
* html .catalog_blurb {height: 1%;}
.catalog_blurb_container {

	padding:5px;
	height:60px;
	width:520px;
}	
*
/*--option select menus styles*/
.trigger, .activetrigger {
	display:block;
	width:146px;
	height:13px;
	overflow:hidden;
	padding: 2px 10px 2px 2px;
	border:1px solid #D7A240;
	background:#fff url(../images/catalog/arrow_down.gif) top right no-repeat;
	color:#996600;
	text-decoration:none;
}
.activetrigger {
	color:#EDD7AD;
	cursor:text;
}
#mform .trigger, #mform .activetrigger {
	width:100px;
	border:1px solid #751E1C;
	border-bottom-color:#A56403;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
/* style of the UL--*/
.dropcontainer ul {
	background-color:#fff;
	border:1px solid #D7A240;
	border-top:none;
	list-style-type:none;
	padding:0;
	margin:0;
	width:158px;
	position:absolute;
	overflow-y:auto;
	overflow-x:hidden;
}
#mform .dropcontainer {
	width:112px;
	margin-left:28px;

}
*html #mform .dropcontainer {
	margin-left:-1px;
}
#mform .dropcontainer ul {
	width:112px;
	border:1px solid #751E1C;
	border-top:none;
}
.dropdownhidden {
	top:0;
	left:-999em;
}
.dropdownvisible{
	top:0;
	left:0;
}
.dropcontainer ul a {
	padding:0 2px;
	display:block;
	width:154px;
	text-decoration:none;
	border-bottom:1px solid #EB9B37;
}
.dropcontainer ul a:hover {
	background-color:#FDF7D5;
	color:#663300;
}
.dropcontainer ul li.current {
	background-color:#EB9B37;
	font-weight:bold;
}
.dropcontainer{
	position:relative;
}
#msg_addtocart {
	border:1px solid #FFCC66;
	background-color:#FFFFCC;
	padding:0 10px 10px 10px;
}

/*--option select menus styles end--*/

/*form elements*/
.prod_variant select {
	width:100px;
	margin-bottom:2px;
	border:1px solid #FDE6BB;
	font-size:11px;	
}
.variant_bullet input {
	margin-bottom:-2px;
}
.prod_variant textarea {
	width:158px;
	border:1px solid #FDE6BB;
	font-size:11px;	
}
.variant_optionbox, .variant_optionbox_big {	
	background-color:#fde7b3;
	border:1px solid #eb9b37;
	padding:5px 0;
}
.variant_optionbox_big {
	height:150px;
	overflow:auto;
	overflow-x:hidden;
}
/*form elements end*/

/*titles*/
div.prod_main h1 {
	height:auto;
	margin:0;
	padding:2px;
	border-bottom:1px solid #DEA045;
	color:#985C03;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

h1.title {
	background:#ffffff url(../images/h1bg.gif) bottom left repeat-x;
	color:#933B23;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0px 10px 5px 10px;
}
h1.subtitle {
	color:#761E1C;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0;
	padding:0px 10px 5px 0px;
}
div#related h2 {
	height:15px;
	margin:0;
	margin-bottom:4px;
	padding:6px 0 2px 5px;
	font-size:11px;
	color:#FDE7B3;
	text-align:center;
	text-transform:uppercase;
}
div#products h3, 
div#related h3 {
	height:16px;
	margin:0;
	padding:4px 0px;
	border-bottom:1px solid #FDEECC;
	font-size:11px;
	font-weight:bold;
}
#msg_addtocart h3,
.formframe_fixed h3 {
	border-bottom:1px solid #EB9B37;
	color:#751E1C;
	margin:0 0 10px 0;
	padding:2px;
}
.formframe_fixed h3 {
	font-size:11px;
}
.formframe {
	margin-bottom:50px;
}
/*titles end*/

/*buttons*/
.prod_variant a.addtocart, .prod_variant a.addtocart:visited,
#cartmini_container a.addtocart, #cartmini_container a.addtocart:visited {
	display:block;
	width:110px;
	height:20px;	
	padding-top:4px;
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;	
	background:#FDE6BB url(../images/catalog/button_long.jpg) top left no-repeat;	
	color:#751E1C;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	text-decoration:none;
}
#cartmini_container a.addtocart, #cartmini_container a.addtocart:visited {
	background:#FDE6BB url(../images/catalog/button_longdark.jpg) top left no-repeat;
	height:24px;
	font-size:11px;	
}
.prod_variant a.addtocart:hover,
#cartmini_container a.addtocart:hover {
	background:#FDE6BB url(../images/catalog/button_long_o.jpg) top left no-repeat;
}
#cartmini_container a.addtocart:hover {
	background:#FDE6BB url(../images/catalog/button_longdark_o.jpg) top left no-repeat;
}
.prod_tile a.prodpic, .prod_tile a.prodpic:visited,
.prod_compare_pic a.prodpic, .prod_compare_pic a.prodpic:visited  {
	display:block;
	width:122px;
	height:112px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:1px solid #FDE6BB;
	background:transparent url(../images/catalog/hatch_bg.gif) top left repeat;
	text-align:center;
}
.prod_tile a.prodpic, .prod_tile a.prodpic:visited {
	margin-top:2px;
}
.prod_tile a.prodpic:hover,
.prod_compare a.prodpic:hover {

	background:transparent url(../images/catalog/hatch_bg_o.gif) top left repeat;	
}
#products a.categ, #products a.categ:visited,
#related a.categ, #related a.categ:visited,
#related a, #related a:visited {
	color:#D7A240;
	text-decoration:none;
	font-size:10px;	
}
#related a, #related a:visited {
	font-size:11px;
	text-decoration:underline;
}
#products a.categ:hover,
#related a.categ:hover {
	color:#985C03;
	text-decoration:underline;	
}
#related a.categ:hover,
#related a:hover {
	color:#fc3;
}
#products a.det, #products a.det:visited {
	display:block;
	width:60px;
	height:14px;
	padding-top:1px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	border:1px solid #DEA045;	
	border-bottom-color:#A56403;
	border-right-color:#A56403;
	background-color:#DEB361;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

#products a.det:hover {
	color:#4F3D35;

}

#related a.det, #related a.det:visited, #related a.det:hover {
	display:none;
}
.msg_buttons {
	height:20px;
}
a.mark, a.mark:visited,
.msg_buttons a, .msg_buttons a:visited,
#sc_buttons a, #sc_buttons a:visited,
.zipbox_in_button a, .zipbox_in_button a:visited,
#related a.morerelated, #related a.morerelated:visited  {
	display:block;
	width:120px;
	height:16px;
	padding-top:3px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	margin-bottom:5px;
	border:1px solid #DEA045;
	border-bottom-color:#A56403;
	border-right-color:#A56403;
	background-color:#DEB361;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#related a.morerelated, #related a.morerelated:visited {
	width:155px;
	color:#985C03;
	text-decoration:none;
	text-transform:uppercase;
}
.zipbox_in_button a, .zipbox_in_button a:visited {
	width:144px;
	margin:0;
}
.msg_buttons a, .msg_buttons a:visited,
#sc_buttons a, #sc_buttons a:visited {
	margin:0 1px 0 0;
	float:left;
}
#sc_buttons a, #sc_buttons a:visited {
	width:125px;
}
a.mark:hover,
.msg_buttons a:hover,
#sc_buttons a:hover,
.zipbox_in_button a:hover,
#related a.morerelated:hover {
	background-color:#EB9B37;
	color:#4F3D35;
	border:1px solid #DEA045;
	border-top-color:#A56403;
	border-left-color:#A56403;
}
#sc_buttons {
	width:390px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}
.searchresults a, .searchresults a:visited {
	display:block;
	float:left;
	width:auto;
	height:12px;
	padding:2px;
	margin-left:1px;
	margin-top:2px;
	border:1px solid #FDE6BB;
	background-color:#FFF;
	text-align:center;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
.searchresults a.current, .searchresults a.current:visited {
	background-color:#333;
	color:#fff;
}
.searchresults a:hover {
	margin-top:1px;
	height:13px;
	color:#c00;
	background-color:#ffc;	
}
.zipbox_in_button {
	float:right;
	width:184px;	
}
#sc_buttons a.checkout_disabled, #sc_buttons a.checkout_disabled:visited, #sc_buttons a.checkout_disabled:hover {
	margin:0;
	background-color:#F3E1C7;
	color:#DEB361;
	border-color:#DEB361;
	cursor:text;	
}
#chform a.button, #chform a.button:visited {
	display:block;
	float:left;
	width:78px;
	height:17px;	
	padding-top:4px;	
	color:#751E1C;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	background:transparent url(../images/button_light.jpg) top left no-repeat;
}
#chform a.button:hover {
	color:#754600;
	background:transparent url(../images/button_light_o.jpg) top left no-repeat;
	
}
a.hide, a.hide:visited, a.hide:hover {
	display:block;
	float:right;
	width:16px;
	height:16px;
	background:#FCD479 url(../images/catalog/ico_hide.gif) top center no-repeat;
	
}
/*buttons end*/

/*images*/
div#related img,
.prod_compare_pic img ,
.prod_tile img {
	border:solid #FDE6BB 1px;
	border-right-color:#D7A240;
	border-bottom-color:#D7A240;
}

.prod_tile a:hover img, 
div#related a:hover img,
.prod_compare a:hover img {
	border:solid #D7A240 1px;
	border-right-color:#FDE6BB;
	border-bottom-color:#FDE6BB;
}
/*images end*/
.fineprint {
	font-size:10px;
	color:#db9808;
}
.searchresults {
	height:35px;
	width:400px;
}
.searchresults div {
	width:35px;
	height:auto;
	float:left;
	padding-top:2px;
}
.sortby {
	width:240px;
	float:right;	
	text-align:right;
}
.securetile {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.sortby select {
	border:1px solid #FDE6BB;
	width:160px;
	font-size:11px;
}
#products {
	border:1px solid #FDDF9C;
	background:#fff url(../images/menu_bg.gif) top right repeat-y;
	margin:4px 0 10px 4px;
	padding:0 12px 0 0;
}
table.variants {
	width:98%;

}
table.variants td {
	vertical-align:top;
	border-bottom:1px solid #FDDE97;
}
div#related div {
	width:168px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	text-align:center;	
}
div#related strong {
	color:#E9C47A;
	
}
div#related {
	color:#E9C47A;
}
div#upsell {
	height:150px;
	overflow:auto;
	overflow-x:hidden;
}
.msg {
	height:auto;
	margin:5px;
	padding:10px;
	background-color:#FFFFCC;
	border:1px solid #EB9B37;	
	font-size:11px;
}
.price_old {
	text-decoration:line-through;
	color:#985C03;
}
#related .price_old {
	color:#E9C47A;
}
.price_sale {
	color:#c00;
}
#related .price_sale {
	color:#FFFF33;
}
.price_andup {
	color:#985C03;
	font-weight:normal;
}
#related .price_andup {
	color:#E9C47A;
}
.prod_container {
	border:1px solid #FDEECC;
	background-color:#fff;
}
*html .prod_container {
	height:1%;
}
.prod_pics {
	float:left;
	width:120px;
	height:auto;
	border-right:1px solid #FDEECC;
}
div.picture {
	width:120px;
	height:110px;
	float:left;
	margin-right:5px;
}
.prod_main {
	height:auto;
	padding:0 170px 0 124px; 	
	line-height:1.5;
}

.prod_options_container {
	float:right;
	width:171px;
	border:4px solid #FDEECC;
	background-color:#FDE7B3;
}

.prod_options {
	width:180px;
	border-left:1px solid #FDEECC;
}

.prod_variant {
	padding:5px;
	width:180px;
}
.variant_name {
	margin-bottom:3px;
	padding:2px 2px 2px 4px;
	font-weight:bold;
	background-color:#985C03;
	color:#FDE7B3;
}
.variant_price {
	margin-bottom:5px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
.variant_bullet {
	padding-bottom:2px;
}
.variant_addcost {
	color:#f00;
}
.prod_variant b {
	display:block;
	margin-top:15px;
	padding:2px 2px 2px 4px;
	background-color:#EB9B37;
	color:#fff;
}

.variant_check input {
	height:11px;
	background-color:#FCD479 !important;
	border-color:#FCD479;
}
*html .variant_check {
	height:1%;
}
.variant_addcost {
	font-size:9px;
}
.optionsexpanded {
	margin-top:1px;
	background-color:#fcd479;
	padding:3px;
	border:1px solid #eb9b37;
}
#prod_compare_container {
	overflow:hidden;
	width:expression(parseInt(document.body.clientWidth-262)+'px');
}
#prod_compare_container_control {
	height:20px;
	overflow-x:auto;
	width:expression(parseInt(document.body.clientWidth-262)+'px');turn
}
table#prod_compare_table td {
	vertical-align:top;
}
.prod_compare {
	padding:0;	
	border:4px solid #FDEECC;
	margin-right:1px;
	margin-bottom:10px;
	text-align:center;
}
.prod_compare_pic {
	padding:5px 0;
	background-color:#FDE7B3;
}
.prod_compare_options {
	width:172px;	
	padding:0;
	margin:0;
	margin-left:auto;
	margin-right:auto;
}
.prod_compare div.variant_name {
	text-align:center;
}
.prod_compare_options b {
	width:154px;
	margin:0;
}
.prod_compare_summary {
	padding:5px;
	line-height:1.3;
	background-color:#FDE7B3;
}

/*------------------------catalog ends-------------------*/

/*---------------SHOPPING CART-----------------*/
/*tables*/
#sc_table, .sc_table {
	width:95%;
	background-color:#FCD479;
	border:1px solid #EB9B37;
}
.sc_table {
	width:480px;
}
#sc_table td, .sc_table td {
	background-color:#fff;
	padding:4px;
}
#sc_table th, .sc_table th {
	padding:4px;
}
#sc_table th.zipth {
	font-weight:normal;
}
#sc_table td.ce {
	text-align:center;
}
#sc_table td.le {
	padding-right:20px;
}
#sc_table th.ri {
	text-align:right;
}
#sc_table td.ri {
	text-align:right;
}
tr.total_row td {
	text-align:right;
	font-weight:bold;
}
#sc_table input.qu {
	width:20px;
	height:auto;
	padding:3px;
	background:#FBF4E6 url(../images/catalog/input_bg.gif) top center repeat-x;
	border:1px #EB9B37 solid;
	font-weight:bold;	
}
.zipbox {
	height:60px;
	padding:10px;
	border:1px solid #fc6;	
	background-color:#ffc;
}
.zipbox_in {
	width:390px;
	height:50px;
	float:right;
}
#enterzip {
	width:60px;
}
.formframe_fixed {
	width:auto;
	height:320px;
	padding:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FDE7B3;
	border:1px solid #F3E1C7;
	border-bottom-color:#E6BF86;
	border-right-color:#E6BF86;
}
#chform .leftside {
	width:240px;
	height:320px;
	margin-right:5px;
	padding-right:5px;
	float:left;
	border-right:1px solid #E6BF86;
}
#chform .rightside {
	width:220px;
	height:320px;
	float:left;
}
#chform label, #chform div.empty, div.withtext {
	display:block;
	float:left;
	width:80px;
	height:20px;
	padding: 2px 4px 0 4px;	
	text-align:right;
}
div.withtext {
	width:160px;
	text-align:left;
	padding-top:3px;
}
#chform input.finput {
	width:120px;
}
.form_row {
	height:22px;
	border:1px solid #FDE7B3;
}
/*cartmini*/
#cartmini_container {
	color:#FFFFCC;
	padding:5px;
}
#cartmini_container h1{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 4px; 0;
	padding:4px 0;
	border-bottom:1px solid #EB9B38;
	text-align:center;
}
#cartmini_container i {
	display:block;
	padding-left:20px;
}
#cartmini_container div.horrule {
	display:block;
	border:0;
	margin:0 0 4px 0;
	padding:0;
	height:2px;
	font-size:0;
	background:transparent url(../images/catalog/dots.gif) top left repeat-x;
}