@media print {
	#middle-leftcol, #cc_link, #header-nav{
		display: none;
	}
}

body {
	margin:0px;
	padding:0px;
	background-color: #D1CAB3;
	behavior: url("/includes/csshover.htc");
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#lColumn {
	width: auto;
	background-color: #532122;
}
#rColumn {
	width: auto;
	background-color: #532122;
}
#quantityLink {
	border:0px;
	margin-top: 100px;
	margin-bottom: 20px;
	text-align: center;
	/*position:absolute;*/
	/*bottom:63px;*/
	/*margin:0px 0px 0px 20px;*/
}
/*
	* {
		margin:0px;
		padding:0px;
	}
	html, body {
		width:100%;
		height:100%;
		text-align:center;
	}
	#wrapper {
		margin:auto;
		width:749px;
		text-align:left;
	}	
	#wrapper-outer{	
		background-color: #a6a5a5;
		background-position: top left;
		background-image: url(/images/middle_bg.gif);
		background-repeat: repeat-x;
	}
*/
h1{
	font-size: 14px;
	font-weight: 900;
}
h2{
	font-size: 12px;
	font-weight: 900;
}
h3{
	font-size: 11px;
	font-weight: 900;
}
strong{
	font-weight: 900;
}
em{
	font-style:italic;
}
h1 em {
	font-family:"trebuchet ms", tahoma, verdana;
	font-size:.95em;
	line-height:24px;
	font-weight:100;
}
/* LEFT NAV */
ul.leftnav {
	list-style-type:none;
	/*position:relative;*/
	width:180px;
	/*margin-right:-55px;*/
	margin: 0px;
	padding: 0px;
	padding-bottom:0px;
	margin-bottom:0px;
	/*border: 1px solid red;*/
}

li.leftnav {
	/*position:relative;
	left:-40px;*/
	/*border: 1px solid blue;*/
	background-color:transparent;
	background-image: url(/images/leftnav_bg.gif);
	background-repeat: no-repeat;
	/*padding:5px 5px 7px 10px;*/
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 10px;
	width: 160px;
	height: 40px;
	margin: 0px;
	margin-left: -9px;
	margin-top: 0px;
	font-family:verdana;
	font-size: 14px;	
	color:#d1cab3;
	font-weight:bold;
	list-style-position: outside;
	list-style-type: none;
	/*border-bottom: 1px solid #c0c0c3;*/
}
.list-vert-align{
	height: 37px;
	width: 100%;
	margin: 0px;
	/*border: 1px solid red;*/
}
li.leftnav a:link,li.leftnav  a:visited,li.leftnav  a:active,li.leftnav  a:hover {
	text-decoration:none;
	color:#d1cab3;
}
li.leftnav:hover {
	background-color:transparent;
	text-decoration: underline;
}
a.leftnav-sub:link, a.leftnav-sub:visited, a.leftnav-sub:active {
	text-decoration: underline;
	color:#565248;
}
 a.leftnav-sub:hover {
	color: #afafaf;
	text-decoration:none;
}

li.leftnav-sub {
	/*position:relative;
	left:-40px;*/
	background: #FFF;
	/*padding:5px 5px 7px 10px;*/
	font-family: verdana;
	font-size: 11px;	
	color: #565248;
	font-weight: bold;	
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	/*border: 1px solid black;*/
}

/* NESTED NAVIGATION */

li.nested_nav {
	/*position: relative;
	left: -40px;*/
	color: #82373c;
	background: #ccc1a5;
	padding: 2px 5px 2px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: 500;
	border-bottom: 1px solid #ded6c4;
}
li.nested_nav:hover {
	background: #FCFEF1;
	text-decoration:none;
}
li.nested_nav a:link, li.nested_nav a:visited,li.nested_nav a:active {
	margin-left: 15px;
	text-decoration:none;
	color:#82373c;
}

ul.nestednav {
	background:#ccc1a5;
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
ul.nestednav li {
	font-family:verdana;
	font-size:10px;
	color:#82373c;
	background:#ccc1a5;
	padding:3px 0px 3px 0px;
	margin:0px, 0px 0px 0px;
	border-bottom: 1px solid #ded6c4;
}
ul.nestednav li:hover {
	background:#ded6c4;
}
ul.nestednav li a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#82373c;
}

/* SHOPPING CART */
div#sc-spacer {
	background:#afa489;
	margin:0px;
	padding:0px;
	width:180px;
}
div#shoppingcart {
	position:relative;
	top:0px;
	background:#82373c;
	width: 180px;/*width:180px;*/
	height:auto;
	border-top: 2px solid #fcfdf0;
	border-bottom: 2px solid #fcfdf0;
	text-align:center;
}
table#carttable{
	margin-left: 5px;
	margin-right: 5px;
}
table#carttable tr td {
	padding: 2px 0px 2px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 1px solid #a16969;
}

.cart_button{
	line-height: 10px;
	background-color: #82373C;
	color: #FCFEF1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 1px 3px 1px 3px;
	font-weight: bold;
	margin: 2px 0px 2px 20px;
	float: right;
	border: 1px solid #A16969;
}
.cart_button:link, .cart_button:visited{
	color: #FCFEF1;
	background-color: #82373C;
	text-decoration: none;
}
.cart_button:hover, .cart_button:active{
	color: #FCFEF1;
	background-color: #A16969;
	text-decoration: none;
}

.itemname {
	float:left;	
}
.price {
	float:right;	
}
/* MAIN AREA STYLE */

table#middle{
	height: 100%;
	width: 100%;
	background-color: #FFF;
	/*background-image: url(/images/middletile.jpg);*/
}
td#middle-leftcol{
	width: 185px;
	background-color: #FFF;
	background-image: url(/images/border-left.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 17px;
	padding-right: 0px;
	/*border: 1px solid blue;*/
}

td#mainarea {
	width: 565px;
	font-family:arial;
	color:#000000;
	font-size:14px;
	line-height:18px;	
	background-color: #FFF;
	background-image: url(/images/border-right.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding-right: 17px;
}
.mainarea-brown{
	background-color: #E8E7D5;
	background-image: url(/images/bottom_fade_brown.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mainarea-white{
	background-color: #FFFFFF;
	background-image: url(/images/bottom_fade_white.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.contentarea{

}
#mainarea h1 {
	/*	font-family: "Times New Roman", Times, serif;*/
	font-weight: bold;
	font-size: 18px;
	color: #82373c;
	margin: 5px;	
}
#mainarea h2{
}
.pad{
	padding: 7px;
}
h2.strong, .h2-strong {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #82373c;
	display: inline;
}
h3.strong, .h3-strong {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #82373c;
	display: inline;
}
h3.strong:before{content:'';}
ul.sq-list,ul.sq-list li {
	margin: 10px;
	list-style-type: square;
}
ul.sq-list li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainarea p {
	padding: 7px;
}
#mainarea strong {
	font-size:13px;	
}
#mainarea a:link, a:active, a:visited {
	color:#82373c;
	text-decoration:underline;
}
#mainarea a:hover {
	text-decoration: underline;
	color: #DED6C4;
}
/* HEADER STYLE */
table#header{
	background-image: url(/images/headtile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* FOOTER STYLE */
table#footer{
	background-image: url(/images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D1CAB3;
	height: 46px;
	width: 100%;
}
table#footer td{
	margin: 0px;
	padding: 0px;
}
table#footer-content {
	border-width: 0px;
	font-family:verdana;
	font-size:11px;
	color:#787878;
	width: 733px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
a.footerlink:link, a.footerlink:active, a.footerlink:visited {
	text-decoration:underline;
	color:#787878;	
}
a.footerlink:hover {
	text-decoration:none;
	color:#898989;
}

/* PRODUCTS */
div.productDetail_outer {
    margin: 6px;
	padding: 0px;
	border: 1px solid #CEBAAE;
	background-color: #FFFFFF;
    text-align: left;
}
div.productDetail {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
	border: 1px solid #E0CDCE;
    padding: 10px;
    margin: 0px;
}

img.productDetail_img{
    margin-left: 5px;
}
div.productWell_outer {
	width: 165px; 
	float: left; 
	/*margin: 8px 8px 8px 8px;*/
    margin: 6px;
	padding: 0px;
	border: 1px solid #CEBAAE;
	background-color: #FFFFFF;
    text-align: center;
}
div.productWell {
	width: 163px;
	font-size: 8pt;
	padding: 0px;
    margin: 0px;
	display: block;
	/*height: 165px;*/
	background-color: #FFFFFF;
	border: 1px solid #E0CDCE;
    text-align: center;
}

div.productWell_text {
    font-size: 11px;
    line-height: 12px;
	font-weight: bold;
    margin: 0px;
	padding: 0px;
    
    text-align: center;
	background-color: #894145;
	background-image: url('/images/bg-product-preview.gif');
	background-position: top;
	background-repeat: repeat-x;
	color: #fcfef1;
}
div.productWell h2 {
    font-size: 11px;
    line-height: 12px;
	font-weight: bold;
    margin: 0px;
	padding: 3px;
	color: #fcfef1;
}
a.whitelink:link {color: #fcfef1;}
a.whitelink:visited{
	color: #fcfef1;
}
.productWell_price{
    color: #fcfef1;
}
a.productWell_cart_btn, input.productWell_cart_btn{
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #CC9999;
    color: #82373C;
    background-color: #ECE1E2;
    background-image: url(/images/prd_cart_btn.gif);
    background-repeat: repeat-x;
    background-position: top;
}

div.product_row{
    height: 0px;
    clear: both;
    margin-left: 5px;
    margin-right: 5px;
    border-left: 0px solid #82373C;
    border-right: 0px solid #82373C;
    border-top: 0px solid #82373C;
    border-bottom: 1px solid #82373C;
}
div.productWell  p {
	margin-bottom: 9px;
}
/*
div.productWell  p {
	margin-left: 8px;
	}
	
div.productWell h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 4px 0px 4px 4px;
	padding: 0px;
}

div.productWell a {
	color: #2D5DA7;
	text-decoration: none;
}

div.productWell a:hover {
	color: #598AD2;
	text-decoration: underline;
}

img.productThumb {
	float: left;
	margin: 4px;
}
*/

div.productNav {
	color: rgb( 130, 55, 60 );
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 6px 8px 0px 0px;
	text-align: right;
}

div#productNav a:link, div#productNav a:visited, div#productNav a.pager:link, div#productNav a.pager:visited{
	color: rgb(147, 137, 110);
    text-decoration: underline;
	}
div#productNav a:hover, div#productNav a.pager:hover, .pager_current{
	color: rgb(222,214, 196);
    text-decoration: none;
	/* color: #FFCC00; */
}

table.productTitle {
	background-color: White;
	/*background-image: url(/images/productNav_bg.gif);*/
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #82373c;
	border-bottom: 1px solid #82373c;
}
table.productTitle td{
	padding-left: 10px;
    padding-bottom: 3px;
}
.productThumb{
	margin: 3px;
}
.light-text{
	color: #93896e;
	font-weight: bold;
	font-size: 10px;
}
#featured-product-title{
	display: block;
	border-bottom: 2px solid #82373c;
	margin: 0px;
}
#featured-product{
	width: 164px;
}
#featured-product-img{
	padding: 10px;
	background-image: url(/images/featured-product-bg-top.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#featured-product-well-top{
	height: 10px;
	line-height: 10px;
	background-image: url(/images/featured-product-well-top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 150;
}
#featured-product-well-mid{
	color: #FFF;
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: -5px;
	
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(/images/featured-product-well-mid.gif);
	background-position: top center;
	background-repeat: repeat-y;
	z-index: 400;
}
#featured-product-well-mid h2{
	color: #ded6c4;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
#featured-product-well-mid a:link, #featured-product-well-mid a:visited, #featured-product-well-mid a:active {
	color: #FFF;
	text-decoration: underline;
}
#featured-product-well-mid a:hover {
	color: #ded6c4;
	text-decoration: none;
}
#featured-product-well-bottom{
	height: 15px;
	line-height: 15px;
	background-image: url(/images/featured-product-well-bottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 150;
	margin-top: -7px;
}
li{
	list-style-type: square;
	margin-left: 25px;
}