*, html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Geneva, Trebuchet MS, sans-serif;
	font-size: 11px;
}
* {	outline: none;}
body {
	background: #fcf9f1;
}
img {
	border: 0;
}
a {
	color: #85080D;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}
input, textarea
{
	border: 1px solid #d6c7a3;
	background: #fff;
	padding: 2px;
}
select {
		border: 1px solid #d6c7a3;
		background: #fff;
		padding: 0;
	}
ul {
	list-style: none none;
	}
li {
	padding-left: 10px;
	background: url(../images/arrow.gif) 0 50% no-repeat;
}
.td_box {
	padding: 10px;
	background: #fff;
	border: 1px solid #D3C298;
}
.th_right th {
	text-align: right;
}
.hidden {
	display: none;
}
/* Errors */
.error, .info, .warning, #TB_ajaxContent p.error {
	background: #FFF9D1;
	padding: 5px 15px;
	margin: 0 0 10px 0;
	border: 1px solid #F7DA3C;
}
.error p, .info p, .warning p {
	font-weight: bold;
}
.error img {
	margin-right: 10px;
}
.message {
	text-align: center;
}
.info p {
	display: block; line-height: 40px;
}
.fieldError, span.asterisk {
	color: #ff0000;
	font-size: 11px;
}
.out_of_stock {
	color: #ff0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tright {
	text-align: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

.nomarg {
	margin: 0;
}
.display_price {
	margin-bottom: 1em;
}
	/* fixes for the manufacturers page */
	span.clear, span.left, span.right {
		display: block;
	}
	span.right {
		padding: 0 0 0 7px;
	}
		span.right a {
			color: #fff;
			font-weight: normal;
		}
		h2 span.right a {
			
		}
/* CSS/Non-table Forms */
div.form, form.form {
	padding: 15px;
	background: #fff;
	border: 1px solid #d6c7a3;
}
	div.form h5, form.form h5 {
		font-size: 17px;
		padding: 0 0 10px 0;
	}
	.left_align input.text {
		width: 150px;
	}
	.left_align input.text, .left_align label {
		margin: 5px 0;
		float: left;
	}
	.left_align label {
		display: inline-block;
		width: 140px;
		clear: left;
	}
	.left_align .fieldError {
		margin: 0 0 0 125px;
		clear: left;
		float: left;
	}
	/* Advanced search */
	.ext_fields label {
		width: 150px;
	}
	.ext_fields input, .ext_fields select {
		width: 200px;
		margin: 4px 0;
	}
	.ext_fields .marg_left {
			float: left;
			display: block;
			width: 200px;
			margin: 5px 0 5px 150px;
		}
		.auto input {
			width: auto !important;
		}
		.ext_fields div.auto input {
			display: block;
		}
	/* Form - label on top */
	.duo label {
		white-space: nowrap;
		display: block;
	}
	.duo input {
		width: 150px;
	}
	.duo select {
		width: 157px;
	}
	.duo #CustomerBillingCountry, .duo #CustomerShippingCountry {
		width: 300px;
	}
		table.duo th {
			text-align: left;
		}
		/* div - border */
		div.bord_form {
			border: 1px solid #d6c7a3;
		}
		div.gray { /* Should be div.bord_form.gray but IE still does not support this */
			border-color: #800;
		}
		div.pad {
			padding: 10px;
		}
		/* Form - orders form */
		.ord_form, .ord_form table {
			border-right: 1px solid #d6c7a3;
		}
		.ord_form td, .ord_form th, .ord_form caption {
			border-left: 1px solid #d6c7a3;
			border-bottom: 1px solid #d6c7a3;
			padding: 2px;
			text-align: left;
			background: #fff;
		}
		.ord_form td.sec {
			background: #ede6d5;
		}
		.ord_form th, caption {
			line-height: 1.2em;
			font-weight: bold;
			border-top: 1px solid #d6c7a3;
			background: #e2d7bd;
		}
		.ord_form .price {
			text-align: right;
		}
		.ord_form a.details {
			padding: 0 0 0 14px;
			background: url('../images/icons.gif') 0 -131px no-repeat;
		}
		.ord_form .sku {
			font-size: 10px;
		}
		/* Borderless & backgroundless table */
		table.no_bord, table.no_bord td.no {
			border: none;
			background: none;
		}
		
	ul.sub {
		margin: 0 30px;
		background: url(../images/dot_hr.gif) repeat-x 0% 100%;
		padding-bottom: 15px;
	}
	ul.sub li {
		padding: 3px 0 3px 10px;
		}
	ul.sub li a {
		color: #85080D;
		}
	ul.sub li a:hover {
		color: #000;
	}
	div.breadcrumb {
		padding: 8px 10px;
		color: #000;
		font-size: 11px;
		margin-bottom: 12px;
	}
	div.breadcrumb span {
		float: right;
		color: #554621;
		font-size: 11px;
		padding: 0px;
	}
	div.breadcrumb a {
		text-decoration: underline;
		font-size: 11px;
	}
	div.breadcrumb a:hover {
		text-decoration: none;
		color: #000;
	}

#slogan {
	font-size: 16px;
	color: #8a8a8a;
	margin: 0 0 7px 5px;
}
h1 {
	margin: 0.5em 0 1em;
	padding: 0 5px 4px 10px;
	line-height: 38px;
	clear: both;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #5E2A11;
	font-size: 1.8em;
	background: #eadab2;
	border-bottom: 2px solid #a12227;
}
h2 {
	color: #5E2A11;
	font-size: 15px;
	line-height: 31px;
	margin: 0;
	padding: 0 0 12px 10px;
}
h2.nomarg {
	background-image: none;
	}
h2.nomarg span.left {
	font-size: 14px;
	color: #000;
	line-height: 150%;
	}
a.right {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	line-height: 150%;
	}
h4, h4 a {
	font-size: 1.2em;
	text-decoration: none;
	color: #000;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
h4 {
	padding: 0 0 4px;
	margin: 0 0 5px;
}

input, select, label, textarea {
	font-size: 10px;
}
/* Buttons */
input.submit, input.button, div.button input {
	cursor: pointer;
}
div.margtop {
	margin-top: 5px;
}
input.button, div.button input {
	margin: 0;
	padding: 2px 5px;
	border: 1px solid #d3c298;
	font-weight: bold;
	color: #85080d;
}
div.button {
	display: inline-block;
	border: none;
}
div.view_egoods {
	float: right;
	margin-bottom: 10px;
}

a.button_link, .bord_top a.button_link {
	display: inline-block;
	padding: 3px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #85080d;
	border: 1px solid #d3c298;
	background: #fff;
	text-decoration: none;
	white-space: nowrap;
}
/* End of global CSS definitions */
div#container {
	margin: 0;
	color: #000;
	background: #fff;
}
	div.wrapper {
		width: 90%;
		min-width: 960px;
		margin: 0 auto;
	}
		div#head_top a, div#head_top label, div#head_bot a {
			font-size: 11px;
			color: #c7aa61;
		}
		/* Header top */
		div#head_top {
			background: #85080d url(../images/head_top_rep.gif) 0 100% repeat-x;
			/* height: 77px; */
		}
			a#top_logo {
				float: left;
				padding-bottom: 12px;
			}
			#top_logo img {
			}
			div#top_menu {
				clear: right;
				float: right;
			}
				div#top_menu ul {
					float: right;
					list-style: none;
				}
				div#top_menu ul li {
					float: left;
					margin: 0 0 0 12px;
				}
					div#top_menu ul li a {
						color: #cbb680;
						text-decoration: none;
					}
					div#top_menu ul li a:hover,
						div#top_menu ul li a.active {	
						color: #DED0AE;
					}
			
			div#language {
				margin: 12px 10px 0 0;
				height: 31px;
				float: right;
			}
			div#search {
				background: url(../images/head_search_ext.jpg) 0 0 no-repeat;
				height: 34px;
				float: right;
				margin: 0;
			}
			div#search form {
				margin: 0 0 0 54px;
				padding: 11px 0 0 0;
				background: url(../images/search_bg_rep.jpg) 0 100% repeat-x;
			}
				div#search input#sbox {
					border: 1px solid #85080d;
					height: 14px;
					padding: 3px;
				}
				div#search input.button {
					margin: 0 12px 0 1px;
					height: 23px;
					border: 1px solid #85080d;
				}
		/* Subcategories */
		.subcategories {
			margin-bottom: 1em;
		}
		.subcategory {
			margin: 0;
			padding: 5px;
			border-top: 1px solid #d3c298;
			background: #fff;
		}
		.categoryImage {
			float: left;
			margin-right: 10px;
		}
		/* Header bottom */
		div#head_bot {
			position: relative;
			height: 152px;
		}
		#leaf {
			position: absolute;
			left: 0;
			top: 0;
			width: 383px;
			height: 152px;
			z-index: 2;
			background: url(../images/head_bot_logo.jpg) no-repeat;
		}
		/* Header slogan */
		div#head_bot #slogan {
			position: absolute;
			left: 10px;
			bottom: 0;
			z-index: 5;
			width: 350px;
			font-family: Verdana, Geneva, sans-serif;
			font-weight: bold;
			font-size: 1.2em;
			text-align: center;
			color: #000000;
		}
			/* Header login */
			div#head_ext_login {
				background: #eadbb5 url(../images/head_bot_ext_rep.png) 100% 0 no-repeat;
				height: 31px;
				text-align: right;
			}
				div#head_ext_login a, div#head_ext_login span  {
					color: #fff;
					display: inline-block;
					line-height: 29px;
					/* float: right; */
					padding: 0 15px 0 0;
				}
				div#head_ext_login a.login {
					background: url(../images/icons.gif) 100% -83px no-repeat;
					margin: 0 10px 0 0;
				}
				div#head_ext_login a.register {
					background: url(../images/icons.gif) 100% -104px no-repeat;
					margin: 0 15px 0 0;
				}
				div#head_ext {
					background: url(../images/head_bot_ext.jpg) no-repeat;
					height: 31px;
					width: 282px;
					float: left;
				}
			/* Header bottom pic */
			div#head_bot_pic {
				background: #faf5e8 url(../images/head_bot_pic.jpg) 100% 0 no-repeat;
				margin: 12px 0 0 auto;
				height: 108px;
			}
			.head_bot_block {
				margin-left: 383px;
				padding: 80px 40px 10px 10px;
				color: #85080d;
				font-size: 12px;
				text-align: right;
			}
			/* Content table */
			#main {
				width: 100%;
			}
			table#main td {
				vertical-align: top;
			}
			#content_wrap {
				width: 100%;
			}
			div#content {
					margin: 10px;
					padding: 10px;
					background: #faf5e8;
				}
				/* Content main classes */
				div#content div.dynamic {
					margin: 0 0 10px 0;
				}
					div#content div.dynamic p {
						margin: 0 0 0 10px;
					}
					
				div#content div.top {
					background: url(../images/dynamic_top.png) top left repeat-x;
				}
					div#content div.top div.dynamic_l {
						background: url(../images/dynamic_top_l.png) 0 0 no-repeat;
					}
					div#content div.top div.in {
						margin: 0;
						padding: 20px 20px 0;
						background: url(../images/dynamic_top_r.png) top right no-repeat;
					}
				div#content div.bottom {
					background: url(../images/dynamic_bot_lr.jpg) bottom left no-repeat;
				}
					div#content div.bottom div.in {
						margin: 0 0 0 35px;
						padding: 0 0 40px 0;
						background: url(../images/dynamic_bot_lr.jpg) bottom right no-repeat;
					}

			/* Headings */
			h3 {
				/* height: 59px; */
				/* line-height: 33px; */
				margin: 0;
				padding: 0 13px;
			}
			h3, h3 span {
				font-family: Verdana, Geneva, sans-serif;
				color: #5e2a11;
				font-size: 12px;
			}
			h3.gray {
				background: url(../images/gray_title_lr.jpg) no-repeat;
			}
			h3.small {
				/* height: 33px; */
				overflow: hidden;
				border-bottom:1px solid #D6C7A3;
			}
		    /* Left/Right boxes */
			h3.box_title {
				width: 188px;
				/* height: 33px; */
				line-height: 30px;
				background: url(../images/box_title_lr.jpg) 0 100% no-repeat;
				margin: 10px 0 0 0;
			}
			h3.box_title span {
				padding: 0 0 0 14px;
			}
			td.boxes_lr ul {
				width: 214px;
				list-style: none;
			}
			div.box {
				background: #faf5e8;
				padding: 13px;
				width: 188px;
			}
			div.box_align_center {
				background: #faf5e8;
				padding: 14px;
				width: 186px;
				text-align: center;
			}
			div.box select {
				margin: 0 auto;
			}
			/* Product displaying boxes */
			div.prod_box table {
				margin-bottom: 2px;
				background: #fff;	
			}
			div.prod_box td {
				color: #a5873b;
				padding: 10px;
				font-size: 11px;
			}
			div.prod_box a {
				color: #85080d;
				font-weight: bold;
				text-decoration: none;
				font-size: 10px;
				line-height: 100%;
				display: block;
				}
				/* Categories box */
				div#cat_box div {
					background: url(../images/cat_item_bg_rep.jpg) bottom repeat-x;
					width: 214px;
				}
				div#cat_box div a {
					color: #7e6832;
					display: block;
					text-decoration: none;
					padding: 7px 0 7px 25px;
					background: url(../images/cat_arrow.gif) 10px center no-repeat;
				}
				div#cat_box div a:hover {
					color: #bf1c22;
					background: url(../images/cat_arrow_active.gif) 10px center no-repeat;
					text-decoration: underline;
				}
				/* Manufacturers box */
				#man_list div {
					border-bottom: 1px solid #e6dbc0;
					padding: 5px 0 5px 10px;
				}
				#man_list a:hover {
					color: #554621;
					text-decoration: underline;
				}
				#man_list  a, a.highlight {
					color: #7e6832;
					text-decoration: none;
				}
				/* View all manufacturers */
				a.highlight {
					display: block;
					border-bottom: 0;
					background: #FAF5E8;
					color: #d50009;
					text-decoration: underline;
					padding: 0 0 10px 25px;
				}
				a.highlight:hover {
					color: #ff0000;
				}
				/* News box */
				div.news {
					margin: 0 0 12px 0;
				}
				div.news div {
					color: #8F8074;
					font-weight: bold;
					font-size: 11px;
				}
				div.news a {
					color: #000;
					font-weight: bold;
					text-decoration: none;
				}
				div.news a:hover {
					color: #76070c;
				}
				div.box a.view_all {
					font-size: 11px;
					text-decoration: none;
				}
				/* Login box */
				div#login_box a {
					display: inline-block;
					line-height: 23px;	
					padding: 0 0 0 20px;
					float: left;
					clear: left;
				}
				div#login_box a.profile {
					background: url(../images/icons.gif) 2px -2px no-repeat;
				}
				div#login_box a.orders {
					background: url(../images/icons.gif) 2px  -21px no-repeat;
				}
				div#login_box a.login {
					background: url(../images/icons.gif) 0 -43px no-repeat;
				}
				div#login_box a.register {
					background: url(../images/icons.gif) 0 -65px no-repeat;
				}
				/* Search box */
				.search_box {
					text-align: center;
				}
				.search_box #phrase {
					width: 120px;
				}
				#advanced_search {
					padding: 1em 25px 0 0;
				}
				input.search_btn {
					background: transparent;
					border: none;
					position: relative;
					top: 5px;
				}
					
			/* Page number*/
			div.page_number {
				padding: 5px 15px;
			}
			
/* Footer */
div#footer {
	border-top: 7px solid #85080d;
	margin: 20px 0 0 0;
	padding: 0 0 5px;
	background: #f6edd7;
	color: #8c7a4c;
}
		div#footer .powered, div#footer a {
			text-decoration: none;
			font-size: 11px;
		}
	#footer .center {
		margin: 0 10px;
		padding: 10px 0 0;
		text-align: right;
		font-size: 11px;
	}
	.powered {
		float: left;
	}
	div#footer div.footer_menu { 
		text-align: right;
		margin: 5px 0;
		padding: 5px 0;
}
	div#footer div.footer_menu {
		margin: 0 10px;
	}
		div#footer div.footer_menu a {
			
		}
		div#footer div.footer_menu a:hover {
			
		}
	div#footer div.powered {
		clear: both;
		text-align: right;
	}
		
		/* Homepage - Featured products */
		div.prod {
			border-bottom: 1px solid #D9D9D9;
			padding: 15px 0 20px 0;
			margin: 0 15px;
		}
			div.prod div.right_prod {
				margin: 0 0 0 115px;
				background: #fff;
				/*padding: 15px; Bugs in IE*/
			}
				div.prod div.right_prod p {
					font-size: 11px;
					margin: 0 15px;
				}
				div.prod div.right_prod h4 {
					margin: 0 15px;
				}
				div.prod div.right_prod p.left {
				}
			div.prod a.left {
				width: 110px;
				text-align: center;
			}
			div.prod table {
				margin: 10px 15px;
			}
				div.prod table td {
					color: #a67702;
				}
				div.prod div.right {
					margin: 0 15px 15px 0;
				}
				div.prod table td span, div.prod table td del, div.grid table td span, div.grid table td del {
					margin-left: 5px;
					font-weight: bold;
				}
			/* Grid view */
				table.grid {
					border-collapse: separate;
					border-spacing: 10px;
				}
	table.grid {
		width: 100%;
		margin: 0 0 1em;
		border-collapse: separate;
		empty-cells: hide;
	}
		table.grid td {
			width: 33%;
			border-spacing: 0;
			background: #fff;
			border: 1px solid #D3C298;
		}
			table.grid td td {
				border: 0;
			}
		td.grid_full {
			height: 33%;
			padding: 0px 5px 10px;
		}
		table.product_wrapper {
			height: 100%;
		}
		table.product_wrapper .product_title_image {
			vertical-align: top;
		}
		#main table.product_wrapper td.product_details {
			vertical-align: bottom;
		}

	/*Contact form */
	table.contact_form {
		margin: 0 auto;
		border: 1px solid #dcdcdc;
		width:100%;
	}
	table.contact_form td {
		padding: 7px 15px;
	}
	table.contact_form label {
		white-space: nowrap;
		margin: 0 10px 0 0;
	}
	table.contact_form textarea {
		width: 300px;
		height: 110px;
	}
	/* Product Page */
	div.prod_opts div {
		background: url(../images/bullet.gif) left center no-repeat;
		padding: 0 0 0 15px;
		margin: 0 0 5px 0;
	}
	.bord_top {
		border-top: 1px solid #800;
		padding: 10px 5px;
	}
	.bord_top div.left span {
		color:#802525;
		font-weight:bold;
	}
	.bord_top div.left del {
		color:#802525;
		font-weight:bold;
	}
	.bord_top div.right {
		text-align: right;
	}
	.bord_top div.button {
		margin-bottom: 5px;
	}
	.bord_top a {
		color: #85080D;
	}
	.big_image img {
		display: block;
		margin: 0 auto;
	}
	.product_features {
		line-height: 180%;
	}
	.product_features img {
		margin: 0 5px;
	}
	#main .table_price td {
		padding: 0 2px;
		vertical-align: middle;
	}
	.price_value, .price_value strong {
		color: #a67702;
		font-size: 14px;
	}
	div.col2 {
		width: 50%;
		text-align: right;
	}
	.product_buttons {
		width: 100%;
		text-align: right;
	}
	.productReviews {
		padding: 10px 0;
		border-bottom: 1px solid #800;
	}
	.productReviews h5 {
		margin: 0 0 1em;
		border-bottom: 1px solid #800;
	}
	.review {
		margin: 0 15px 0.5em;
		padding: 0 0 0.5em;
		border-bottom: 1px solid #d3c298;
	}
	.review_author {
		margin-bottom: 0.3em;
	}
	.order_product_egoods td {
		padding: 5px;
	}
	
	/* Minicart */
	div#view_cart {
		line-height: 160%;
		font-size: 12px;
	}
		div#view_cart span {
			font-weight: bold;
		}
		div#view_cart a {
			color: #700;
			font-size: 11px;
		}
	/* Send to friend form */
	textarea#emailNotes {
		width: 320px;
		height: 100px;
	}
	div.sf_buts {
		margin: 10px 0 0 0;
	}
	div.sf_buts span {
		width: 5px;
		height: 1px;
		display: inline-block;
	}
	/* Manufacturers page */
	div.manuf div.right_prod {
		margin: 10px 0 0 135px;
	}
	div.manuf a.left {
		padding-right: 10px;
		border-right: 1px solid #800;
	}
	/* Cart page */
	table.cart th {
		font-size: 11px;
		padding: 0 3px;
		line-height: 30px;
		background: #cfae5c;
	}
	table.cart td {
		background: #fff;
		vertical-align: middle !important;
		padding: 8px;
	}
	
	/* Cart page bottom */
	table.cart_bot th {
		border-top: 1px solid #d3c298;
		border-bottom: 1px solid #d3c298;
		padding: 0 5px;
		text-align: left;
		line-height: 27px;
	}
	table.cart_bot th.nobot {
		border-bottom: 0;
	}
		table.cart_bot th div {
			line-height: 20px;
		}
	table.cart_bot .price {
			text-align: right;
			width: 40%;
		}
	table.cart_bot b {
		color: #565656;
	}
			table.cart_bot td.price {
				width: 100%;
				padding: 5px;
				background: #eadab2;
			}
			table.cart_bot td div.button {
				margin-top: 5px;
			}
			table.cart_bot td div.big {
				margin-top: 10px;
			}
			
	/* Checkout pages steps */
	.checkout_table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 5px;
	}
	.checkout_table th {
		text-align: right;
	}
	div#check_steps {
		margin-left: 5px;
	}
	div#check_steps div {
		float: left;
		white-space: nowrap;
		margin: 0 1% 0 0;
		padding: 5px 1%;
		text-align: center;
		color: #656565;
		border-bottom: 1px solid #b5b5b5;
		font-weight: bold;
		width: 22%;
	}
	div#check_steps div.sel {
		color: #85080D;
		border-bottom: 2px solid #85080D;		
	}
	.td_box {
		width: 50%;
	}
	.td_box p {
		margin-bottom: 1em;
	}
	/* Checkout methods */
	form.check_methods div.left {
		width: 45%;
		margin: 0 10px 10px 0;
	}
	#DropdownCategories.box {
		width: auto;
		padding: 0;
	}
	#DropdownCategories ul {
		margin: 0;
		padding: 0;
		list-style: none none;
		background: #F2FAE9;
		width: 214px;
	}
	#DropdownCategories li {
		list-style: none none;
		padding: 0;
		background: #fff url(../images/cat_item_bg_rep.jpg) repeat-x 0 100%;
	}
	#DropdownCategories ul ul {
		display: none;
		z-index: 5;
		border: 1px solid #d3c297;
		border-bottom: 0;
	}
	#DropdownCategories a, #DropdownCategories a:visited {
		display: block;
		padding: 8px 20px 7px 25px;
		color: #616060;
		text-decoration: none;
	}
	#DropdownCategories a.isParent {
		background: transparent url(../images/cat_arrow.gif) no-repeat scroll 10px center;
	}
	* html #DropdownCategories a {
		height: 1%;
	}
	* html #DropdownCategories li { /* ie6 fix */
		float: left; width: 100%; margin: 0;
	}
	#DropdownCategories a:hover, #DropdownCategories a:active {
		/* background: #cecece; */
		background: transparent url(../images/cat_arrow_active.gif) no-repeat scroll 10px center;
	}
