html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff; 

}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	color: #302d26;
	line-height: 1.6em;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #44536a;
	cursor: pointer; text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
strong {
	font-weight: bold;
}
p {
	margin-top: 0px; padding-left:15px;;
}
#header {

	overflow: hidden;
}

.productthumbs
{border:0px; border-color:#cecfc5}



#module_cart .middle {
	padding: 3px; 
}
.cart_module_total {
	padding: 0 15px 0 3px;
	font-size: 0.9em; 
	color: #222;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}


#header .div4 {	height: 23px; padding:0px; margin:0px}
#header .div4 a {
	float: left;
	width: 80px;
	height: 23px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;

}

#header .div4 a:hover {

	color: #330033;
	
}



#header .div4 a.selected {
	color: #e5b2b2;
	z-index: 3; font-weight:bold; 
	
}



#nav  {
	text-align: right;
	overflow: hidden;
	margin-right: 15px;
	margin-left: 0px;
	padding-bottom: 15px;
	background-color:#302d26;

}
#nav    #navLinks a  {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	padding-right: 0px;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#nav    #navLinks a:hover  {
	color: #135558;
}
#nav #navLinks .split {
	position: relative;
	top: 5px;
	margin: 0px;
	padding: 0px;
}
#nav #search {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#nav #module_search {
	margin: 0px;
	padding: 0px;
}
#nav #filter_keyword {
	width: 230px;
	background-image: url(../image/search_box.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#breadcrumb {
	padding-left: 0px;
	margin-bottom: 0px;
	color: #74702e;
	padding-right: 0px;
	text-align: left;
	margin-top: 0px;
	overflow: hidden;
	text-decoration:none;
}
#breadcrumb #crumbs  {
	display: inline;
	float: left;
	margin-top: 0px;
	padding-top: 2px;
	font-size: 10px;
	padding-bottom: 2px;
	margin-bottom: 0px;	text-decoration:none;
}
.switcher {
	float: right;
	margin-top: 0px; padding-top:0px;
	margin-left: 10px; height:21px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background-color: #b7b4b4;
}
.switcher .selected a {
	border: 1px solid #706c6c;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background-color: #9b9797;
	background-image: url(../image/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 116px center;
}
.switcher .option {
	position: absolute;
	z-index: 3;
	border-left: 1px solid #706c6c;
	border-right: 1px solid #706c6c;
	border-bottom: 1px solid #706c6c;
	background-color: #b7b4b4;
	display: none;
	width: 125px;
	padding: 3px;
}
.switcher .option a {
	color: #ffffff;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}


/* layout */
#container {
	width: 1000px;
	text-align: left;

	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	overflow: hidden;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px; margin-left:0px; margin-top:10px;
}
#content {
	float: left;
	width: 810px;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; 


}
.subhead {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
	color: #7A4D33;
	font-weight: bold;
	height:20px; margin-left:8px; margin-right:22px; margin-top:0px; margin-bottom:3px;
}

#content .top {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #ffffff; width:810px;
	font-weight: bold; 
    height:27px;
    margin:3px;
	background-color:#7A4D33;
}
.heading {
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	min-height: 380px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content .bottom {
	height: 1px;
	}
	
	
	
.box {
	background-color: #efefef;

	padding: 0px;
	margin-bottom: 10px;
	border: 0px solid #c5c5c5;
	background-color:#7A4D33;
}
.box .top {
	font-size: 17px;
	margin-bottom: 8px;
	padding-top: 7px;
	padding-left: 20px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase; 

	

}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	padding-left: 0px;
	padding-right: 10px;
	color: #FFFFFF;
	background-color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px; 

}
.box .bottom {
	height: 0px;
	background-color: #ffffff;
}
#navBox a {
	text-decoration: none;
	color: #51636e;
}
#navBox a:hover {
	text-decoration: none;
	color: #601010;
}
#navBox li {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 22px;
	padding-left: 10px;
/*		background: transparent url('../image/li_back.gif') no-repeat ; */
}
#navBox .middle {
	text-align: left;
	padding: 0px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

a.searchbtn {width:49px;height:21px;background-image:url(../image/search.gif);display:block; color:#FFFFFF; text-align:center; margin-bottom:20px; margin-left:5px; margin-right:5px;
}

a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #af1e1e;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {

/* 	border: 1px solid #DDDDDD; */
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.list   td   .thumb {
	padding: 10px;
	border: 0px solid 000000;
}
.list td a {
	font-size: 13px;
	color: #000000;
	text-transform: lowercase;
}
.sort {
	margin-bottom: 10px;

	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #efefef;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #f0eed0 url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 778px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	overflow: hidden;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	background-color:#7A4D33;
}
#footer a {
	color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
}
#category ul {
	padding-left: 0px;
}
#information ul {
	padding-left: 0px;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
#slider {
	border: 1px solid #666666;
	margin-bottom: 10px;
}
#slider ul {
	padding-bottom: 5px;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1000px;
	height:240px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{
	left:960px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../image/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../image/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */