/*MENU STYLES*/
#menu {
	width:217px;
	height:auto;
	padding-left:8px;	

}

#menu h2 {
	height:24px;
	margin:0;
	padding:6px 0px 0px 6px;	
	background:url(../images/lnavh2_bg.jpg) top left no-repeat;
	color:#666;
	font-size:0.9em;
	font-family:arial, helvetica, sans-serif;
	text-transform:uppercase;
}

#menu ul {
	list-style: none;
	width:180px;
	padding: 0;
	margin:2px 0 10px 2px;
}
#menu li {
	position: relative;
	display:block;
	width:205px;
	margin-bottom:5px;
	letter-spacing:1px;	
}
#menu ul li a, #menu ul li a:visited {
	display:block;
	text-decoration:none;
	padding: 5px 0 0 15px;
	height:15px;
	color:#888;
	background:url(../images/lnav_arrow.gif) top left no-repeat;
	font-weight:bold;

}
#menu ul li a.new:hover {
	text-decoration: none;
	color:#000;
	background-position: bottom left;
}

/*changed styles May 2008*/
#menu2 {
	width:211px;
	height:auto;
	padding-left:8px;
	background-color:#000;	

}

#menu2 h2 {
	height:24px;
	width:204px;
	margin:0;
	padding:6px 0px 0px 6px;	
	background: url(../images/lnavh2_bg2.jpg);
	color:#ddd;
	font-size:0.9em;
	font-family:arial, helvetica, sans-serif;
	text-transform:uppercase;
}

#menu2 ul {
	list-style: none;
	width:200px;
	padding: 0;
	padding-bottom:5px;
	margin:2px 0 10px 2px;
	background-color:#000;
}
#menu2 li {
	position: relative;
	display:block;
	width:204px;
	
	margin-bottom:5px;
	letter-spacing:1px;	
}
#menu2 ul li a, #menu2 ul li a:visited {
	display:block;
	text-decoration:none;
	padding: 5px 0 0 15px;
	height:15px;
	color:#fff;
	background:url(../images/lnav_arrow2.gif) top left no-repeat;


}
#menu2 ul li a:hover {
	text-decoration: none;
	color:#ccc;
	background-position: bottom left;
}
#menu2 ul li a.new, #menu2 ul li a.new:visited {
	background:url(../images/lnav_arrow_or.gif) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;

}
#menu2 ul li a.new:hover {
	background-position: bottom left;
}
/*end*/
/*menu styles end*/
/*----------------------------------------------------------------------------*/

h1.title_with_links {
	padding:15px 0 2px 0;
	margin:0 0 5px 0;
	background:url(../images/dots.gif) bottom left repeat-x;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#c00;
	letter-spacing:normal;
}
.titleem {
	color:#690;
}
.category {
	border:1px solid #ccc;
	margin:2px;
	padding:5px;
}
.categoryicon {
	margin-right:10px;
}
.category_left {
	width:200px;
	float:left;
}
.category_right {
	width:500px;
	float:left;
}
.color_tile {
	width:130px;
	margin:0 2px 20px 0;
	padding:2px 2px 10px 2px;
	background-color:#eee;
	float:left;
	text-align:center;
}
.color_tile h4 {
	margin:0;
	padding:0;
	height:25px;
	padding-bottom:5px;
	font-weight:normal;
	font-size:0.7em;
	text-transform:uppercase;
	
}
.color_tile a img {
	border-color:#666;
}
#products div.prod_tile {
	width:230px;
	height:180px;
	padding-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	border-right:1px solid #EDD6B4;
	border-bottom:1px solid #EDD6B4;
	float:left;
	text-align:center;
	background:#FDFAF5 url(../images/inputbg.gif) top left repeat-x;
}
div.prod_tile img {
	border:2px solid #EDD6B4;
}
a.prodpic, a.prodpic:visited {
	display:block;
	height:88px;
	padding-top:10px;
	text-align:center;
}

.prod_tile h1 {
	font-size:11px;
	margin:0;
	padding:4px;
	color:#59B300;
}
.manufacturer {
	display:block;
	margin-bottom:5px;
}
div.price {
	float:left;
	width:150px;
	padding-top:10px;	
	font-weight:bold;
	text-align:right;
}
span.price_old {
	color:#B89C84;
	text-decoration:line-through;
	
}
span.price_sale {
	color:#c00;	
}
span.price_andup {
	font-weight:normal;
	font-size:10px;
}
div.details_buy_buttonbox {
	width:70px;
	padding-right:10px;
	float:right;
}
a.det, a.det:visited {
	display:block;
	width:60px;
	height:12px;
	padding-bottom:2px;
	padding-left:18px;
	background:url(../images/ico_ballarrow.gif) top left no-repeat;
	text-align:left;
	line-height:normal;
	font-size:0.8em;
	text-decoration:none;
}
a.det:hover {
	text-decoration:underline;
}
a.buynow, a.buynow:visited,
a.custnow, a.custnow:visited {
	display:block;
	width:60px;
	height:17px;
	padding-top:3px;
	margin:4px 0 0 7px;
	background:#c00 url(../images/buynow_bg.gif) top left repeat-x;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:normal;
	line-height:normal;
}
a.custnow, a.custnow:visited {
	width:60px;
	padding:3px 3px 0 3px;	
	background:#578200 url(../images/custnow_bg.gif) top left repeat-x;
}
a.buynow:hover, 
a.custnow:hover {
	background-position:bottom left;
	color:#fff;
}
.prod_container {
	height:auto;
	padding-top:5px;
	margin:5px 0px 5px 0px;
	border-right:1px solid #EDD6B4;
	border-bottom:1px solid #EDD6B4;
	float:left;
	background:#FDFAF5 url(../images/inputbg.gif) top left repeat-x;
}
#related h2, h2.righttitle {
	height:23px;
	padding-top:10px;
	margin:2px 0 0 0;
	background:url(../images/relatedh2.jpg) top left no-repeat;
	font-size:12px;
	color:#967350;
	text-align:center;
}

#related h1 {
	margin:0;
	padding:0;
	font-size:11px;
	text-align:center;
}
#related div.price,
#related div.details_buy_buttonbox {
	float:none;
	margin:0 auto;
	text-align:center;
	margin-top:5px;
	padding:0;
}
#related .manfacturer {
	display:inline;
}
#related a.prodpic, #related a.prodpic:visited {
	display:block;
	height:78px;
	padding-top:5px;
}
#related br.price_break {
	display:none;
}

/*---------------------------------------------------image popup*/
div#overDiv table table tbody {
	background-color:#fff;
}
.olcg { /*caption bg*/
	background-color:#999;
}
div#overDiv table table.olcg td {
	background-color:#999;
}
.olcap {/*caption text*/
	 font-family:Tahoma,Arial,Helvetica,sans-serif;
	 font-size:1.2em;
	 font-weight:bold;
	 color:#ffffff;
	 text-transform:uppercase;
}
a.olclo, a.olclo:visited {/*close button*/
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
a.olclo:hover {color:#000;}
.oltxt { /*content text*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.2em;
	color:#000;
	background-color:#fff;

	
}
.oltxt img { /* img */
	border:2px solid #666;
	float:left;
}
.olright{
	float:right;
	width:270px;
}
/*image popup ends*/
.prod_navigation {
	padding:10px 4px 2px 4px;
	height:20px;
	margin-bottom:2px;
}
a.prod_navigation_name, a.prod_navigation_name {
	display:block;
	width:320px;
	float:left;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#967350;
}
.prod_navigation_right {
	width:270px;
	float:left;
	padding-top:4px;
}
.prod_navigation_right a, .prod_navigation_right a:visited {
	float:right;
	margin-right:4px;
}
.fineprint {
	font-size:10px;

}
.normalprint {
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333;
}
.fineprint_lite {
	font-size:10px;
	color:#B7997F;
}

.prod_pics {
	width:320px;
	height:336px;
	float:left;
	border:1px solid #EDD6B4;
}
.prod_pics_small {
	width:320px;
	height:auto;
	padding:10px 0;
	float:left;
	border:1px solid #EDD6B4;
}
.prod_pics_medium {
	width:320px;
	height:240px;
	text-align:center;
}
.prod_pics_strip {
	width:318px;
	height:92px;
	padding:2px 0 0 2px;
	overflow:scroll;
	white-space:nowrap;
	overflow-y:hidden; 
	border-top:1px solid #967350;

}

.prod_options_container {	
	float:right;
	width:200px;
	height:auto;
	padding:4px;

}
.prod_options {
	width:200px;
	margin:0 auto;
}
.prod_variant {
	padding:2px;
	border:1px solid #F4E6D1;
	background:url(../images/inputbg.gif) top left repeat-x;
	margin-bottom:2px;
}
.prod_variant select {
	width:160px;
	margin-bottom:2px;
	border:1px solid #967350;
	font-size:11px;	
}
.addtocart {
	height:30px;
	width:136px;
	margin:0 auto;
}
.addtocart a.buynow , .addtocart a.buynow:visited {
	float:left;
	width:50px;
	margin:4px 0;
	
}
.addtocart input.finput {
	width:34px;
	text-align:center;
	float:left; 
	height:18px;
	padding:0px;
	margin-top:4px;
}

.variant_name {
	background-color:#967350;
	padding:4px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}
.variant_price {
	padding:5px 0;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
.variant_check {
	padding-bottom:2px;
}
.variant_addcost {
	color:#f00;
}
.variant_check input {
	margin-bottom:-2px;
}
.prod_variant b {
	display:block;
	padding:4px;
	background-color:#EBD7B4;
	color:#967350;	
}
.prod_variant textarea {
	width:154px;
	height:75px;
	border:1px solid #967350;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
}
.prod_main {
	padding:5px;
	letter-spacing:1px;
	line-height:1.5;
}
.reviews {
	width:160px;
	margin:10px auto;
}
.review_block {
	border:1px solid #967350;
	padding:10px;
	margin-bottom:2px;
}
/*--option select menus styles--*/
.trigger, .activetrigger {
	display:block;
	width:146px;
	height:13px;
	overflow:hidden;
	padding: 2px 10px 2px 2px;
	border:1px solid #C2A88D;
	background:#fff url(../images/arrow_down.gif) top right no-repeat;
	color:#c00;
	text-decoration:none;
}
.activetrigger {
	color:#967350;
	cursor:text;
}

/* style of the UL */
.dropcontainer ul{
	background-color:#fff;
	border:1px solid #C2A88D;
	border-bottom:none;
	list-style-type:none;
	padding:0;
	margin:0;
	width:158px;
	position:absolute;
	overflow-y:auto;
	overflow-x:hidden;
}
.dropdownhidden{
	top:0;
	left:-999em;
}
.dropdownvisible{
	top:0;
	left:0;
}
.dropcontainer ul a {
	padding:0 2px;
	display:block;
	width:154px;
	text-decoration:none;
	color:#967350;
	border-bottom:1px solid #C2A88D;
}
.dropcontainer ul a:hover {
	background-color:#F4E6D1;
}
.dropcontainer ul li.current {
	background:#ffecec;
	font-weight:bold;
}
.dropcontainer{
	position:relative;
}
/*simple shopping cart popup*/
#minicart {
	display:none;
	position:absolute;
	left:720px;
	width:250px;
	padding:5px;
	background-color:#ffc;
	border:2px solid #EDD6B4;
	z-index:10000;	
}
#minicart_rows {
	height:100px;
	border:1px solid #967350;
	background-color:#fff;
	overflow:scroll;
	overflow-x:hidden;
}
table.mcart {
	width:232px;
}
table.mcart td {
	background-color:#f6f6f6;
	border-bottom:2px solid #fff;
	table-layout:fixed;
}
table#prod_compare_table td {
	border:1px solid #EDD6B4;
	vertical-align:top;
	text-align:center;
}
table#prod_compare_table td div.prod_tile {
	text-align:center;
}
.prod_compare_summary {
	padding:5px;
}
#msg_addtocart {
	border:1px solid #59B300;
	background-color:#FFFFCC;
	padding:0 10px 10px 10px;
	margin-right:2px;
}
#msg_addtocart h3 {
	border-bottom:1px solid #59B300;
	color:#59B300;
	margin:0 0 10px 0;
	padding:2px;
}
#msg_addtocart strong {
	color:#333;
}
table#sc_table,
table.sc_table {
	width:700px;
	margin:0 auto;
	background-color:#967350;
	
}

table#sc_table th,
table.sc_table th {
	padding:5px;
	background-color:#C2A88D;
	color:#fff;
}

table#sc_table td,
table.sc_table td {
	padding:5px;
	background-color:#fafafa;
}
tr.total_row td {
	text-align:right;
	font-weight:bold;
}
#sc_table th.zipth {
	font-weight:normal;
	background-color:#ffc;
	color:#333;
}
.zipbox {
	height:80px;
	padding:10px 0 10px 10px;
	border:1px solid #fc6;	
	background-color:#ffc;
}
.zipbox_in {
	width:560px;
	float:right;
}
#enterzip {
	width:60px;
}
.zipbox_in_button {
	float:right;
	width:184px;
		
}
#sc_buttons {
	width:360px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}
#chform label {
	width:120px;
}
#chform input {
	width:180px;
}
#chform div.empty {
	width:120px;
	float:left;
	text-align:right;
	padding:5px 3px 5px 0;
}
#chform .leftside {
	width:350px;
	height:360px;
	margin-right:2px;
	padding-right:5px;
	float:left;
}
#chform .rightside {
	width:350px;
	height:360px;
	float:left;
}