body {
	margin: 0;
	background-color: #c4bcb8; /* body_bgcolor */


	color: #000; /* body_color */
}

body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif; /* body_font */
	font-size: 11px; /* body_fontsize */
	line-height: 140%;
}

input[type=text], input[type=password], select, textarea {
	margin: 0 0 4px 0;
	border: 1px solid #aaa9a8;
	border-color: #aaa9a8; /* border_color */
	padding: 2px;
}

input[type=checkbox] {
	margin: 0 0 4px 0;
}

a {
	color: #000; /* link_color */
	text-decoration: none;
}

a:hover {
	color: #000; /* hover_color */
	text-decoration: underline;
}

img {
	border: 0;
	display: block;
}

form {
	margin: 0;
}

h2, h3 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; /* headline_font */
	font-size: 14px; /* headline_fontsize */
	font-weight: bold; /* headline_fontweight */
	color: #000; /* headline_color */
/*	border-bottom: 1px solid #ccc;
	border-color: #ccc; /* border_color */
	margin: 0;
	letter-spacing: 0px; /* headline_spacing */
	text-transform: uppercase; /* headline_transform */
}

h3 {
	font-size: 11px; /* subheadline_fontsize */
}

h6 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; /* headline_font */
	font-size: 14px; /* headline_fontsize */
	font-weight: bold; /* headline_fontweight */
	color: #000; /* headline_color */
/*	border-bottom: 1px solid #ccc;
	border-color: #ccc; /* border_color */
	margin: 0;
	letter-spacing: 0px; /* headline_spacing */
	text-transform: uppercase; /* headline_transform */
}

hr {
	color: #aaa9a8; /* border_color */
	background-color: #aaa9a8; /* border_color */
	height: 1px;
	border: 0;
}

.header-block {
	margin: 0;
}

.front-block, side-left-block, .side-right.block {
	margin-bottom: 8px;
	padding-right: 5px;
}

.front-block {
	text-align: center;
	float: left;
}

.footer-block {
	margin-top: 8px;
}

.content {
	padding: 5px 0 0;
}

.headline {
}

.description {
}

.excerpt {
}

.validation-error {
	color: red;
	margin-bottom: 4px;
}

.button-image-container {
	width: 60px;
	height: 16px;
	background-image: url('/res/bg-button.gif');
	background-repeat: no-repeat;
	display: block;
	text-transform: uppercase;
	color: #fff;
	padding-left: 4px;
	line-height: 16px;
	float: right;
	margin: 0 8px 4px 0;
}

.button-image-container:hover {
	background-image: url('/res/bg-button-hover.gif');
	text-decoration: none;
	color: #fff;
}

.button-image-delete, #button-image-delete {
	width: 16px;
	height: 16px;
	background-image: url('/res/bg-delete.gif');
	background-repeat: no-repeat;
	display: block;
	margin: 6px 0 0 6px;
}

.button-image-delete:hover, #button-image-delete:hover {
	background-image: url('/res/bg-delete-hover.gif');
}

.side-cart-line {
	padding: 0 8px 2px 8px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc;
	border-color: #ccc; /* border_color */
}

.side-cart-line-item {
	float: left;
}

.side-cart-line-price {
	float: right;
}

.commodity-lister-price {
	float: left;
	font-weight: bold;
}

.commodity-lister-price-new {
	float: right;
	color: #f12923;
	font-weight: bold;
	margin-right: 30px;
}

-commodity-lister-price-before {
	float: left;
}

.form-table-doublecell {
	width: 250px;
}

.search-section {
	margin-bottom: 8px;
}

.block-commodity-image img {
	border-style: solid;
	border-color: #aaa9a8; /* border_color */
	border-width: 1px;
	margin: 8px auto;
}

.block-commodity-text {
	padding: 0 8px 0 8px;
}

#frame {
	width: 990px; /* frame_width */
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #edecea; /* frame_bgcolor */
}

#subheader {
	background-color: #aaa9a8; /* menu_bgcolor */
	background-image: url('bg-header.png');
	height: 160px;
	line-height: 120%;
}

#header-menu, #header-menu2 {
	float: left;
}

#header-menu2 {
	padding: 0 0 0 40px;
}

#header-menu a, #header-menu2 a {
	background-image: url('bg-header-menu.png');
	background-image: no-repeat;
	color: #ffffff; /* headline_fontweight */
	letter-spacing: 0px; /* headline_spacing */
	height: 35px;
	margin: 10px 0 0 12px;
	padding: 0 10px 0 21px;
	display: block;
	float: left;
	font: 13px/35px Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

#header-menu2 a {
	margin: 0 0 0 12px;
	background-image: url('bg-header-menu2.png');
}

#header-menu a:hover, #header-menu-active a, #header-menu2 a:hover, #header-menu2-active a {
	background-color: #816572;
	background-image: url('bg-header-menu-active.png');
	text-decoration: none;
}

#header-menu2 a:hover, #header-menu2-active a {
	background-image: url('bg-header-menu2-active.png');
}

#header-search {
	height: 20px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 13px;
}

#header-search-form-search {
	margin: 0;
	width: 128px;
}

#footer {
	clear: left;
}

#main {
	width: 840px; /* main_width */
	background-color: ; /* main_bgcolor */
	min-height: 600px;
	float: left;
}

#side-left {
	width: 146px; /* left_width */
	margin-right: 4px;
	float: left;
}

#side-left-inner {
	width: 144px; /* left_width */
	background-color: #f4f4f4; /* left_bgcolor */
	background-image: url('bg-left.png'); /* left_bgimage */
	background-repeat: repeat-x;
	border-color: #bdbdbd; /* border_color */
	border-style: solid;
	border-width: 0 1px 1px 1px;
}

#side-left-blocks {
	margin-top: 10px;
	width: 144px; /* left_width */
	padding: 0 1px;
}

#side-right {
	width: 159px; /* right_width */
	background-color: #e5e5e5; /* right_bgcolor */
	background-image: ; /* right_bgimage */
	background-repeat: no-repeat;
	border-color: #ccc; /* border_color */
	border-style: solid;
	border-width: 0 0 0 1px;
}

#side-left h3, #side-right h3 {
	color: #668a18;
	font-size: 15px;
	background-color: transparent;
	padding: 16px 0 6px 8px;
	margin: 0;
}

#side-left h3 a, #side-right h3 a {
	color: #668a18;
}

#side-left h3 a:hover, #side-right h3 a:hover {
	text-decoration: none;
}

#side-browse h3 a, #side-brand h3 a, #side-left .block-commodity-text h3 a, #side-right .block-commodity-text h3 a {
/*	color: #686868; */
	color: #000000;
}

#side-browse h3, #side-brand h3, #side-left .block-commodity div h3, #side-right .block-commodity div h3 {
	color: #000000; /* headline_color */
	font-size: 14px; /* subheadline_fontsize */
	padding: 0;
	background-color: ; /* right_bgcolor */
	text-align: center;
}

.side-browse-content {
	border-width: 0;
	width: 110px;
	margin: auto;
}

#side-browse h3 a, #side-browse h3 a:hover, #side-brand h3 {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	text-align: center;
}

#side-browse h3 {
	margin-bottom: 10px;
}

#side-browse h3 a:hover {
	color: #484848;
	text-decoration: underline;
}

#side-browse a {
	color: #ffffff;
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-image: url('bg-browse-menu.png');
}

#side-browse a:hover {
	color: #ffffff;
	background-image: url('bg-browse-menu-active.png');
	text-decoration: none;
}

#side-browse a.offer {
	background-image: url('bg-browse-menu-offer.png');
	color: #000000;
}

#side-browse a.offer:hover {
	background-image: url('bg-browse-menu-offer-active.png');
	color: #000000;
}

#side-brand h3 {
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
}

#side-brand div img {
	text-align: center;
	margin: auto;
}

#side-search-form-search, #side-newsletter-form-email {
	float: left;
	width: 64px;
	margin: 0 0 0 8px;
}

#side-search-form .button-image, #side-newsletter-form .button-image {
	float: right;
	margin: 0;
}

#header-account {
	float: left;
	width: 400px;
	height: 50px;
	padding: 8px 0 0 0;
	margin: 0;
	text-align: right;
}

#header-account a {
	float: left;
	color: #fff;
	background: url('account-button.png') no-repeat;
	display: block;
	height: 15px;
	width: 101px;
	font-size: 10px;
	line-height: 100%;
	float: left;
	text-align: center;
	padding: 4px 0 0px 0;
	margin: 0 3px 3px 220px;
}

#header-account a:hover {
	color: #fff;
	background: url('account-button-hover.png') no-repeat;
	text-decoration: none;
}

#header-countries {
	float: left;
	width: 400px;
	padding: 0;
	margin: 0;
}

#header-countries img {
	display: inline;
	margin-left: 4px;
	margin-top: 52px;
}

#header-cart-image {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 47px;
	height: 43px;
}

#header-center {
	position: relative;
	float: left;
	width: 400px;
	padding: 0;
	margin: 0;
	text-align: right;
}

#header-currencies {
	margin: 0px 0 0 220px;
	float: left;
	width: 101px;
	text-align: center;
}

#header-currencies a {
	color: #fff;
}

/*#header-currencies {
	float: left;
	width: 400px;
	padding: 0;
	margin: 0;
	text-align: right;
}

#header-currencies div {
	margin: 58px 0 0 229px;
	float: left;
	width: 101px;
	text-align: center;
}

#header-currencies div a {
	color: #ffffff;
}

#header-currencies img {
	display: inline;
	padding: 10px 10px 0 0;
	vertical-align: top;
}*/

#header-cart {
	float: right;
	padding: 10px 20px 0 0;
	color: #ffffff;
	width: 168px;
}

#header-cart a {
	color: #ffffff;
}

#header-cart p {
	margin: 2px 0 2px 0;
}

#side-cart-info, #side-cart-total, #side-account-info, #side-newsletter-info {
	margin-right: 15px;
}

#commodity-left {
	float: left;
	width: 670px;
}

#commodity-right {
	float: right;
	width: 146px;
	margin-right: 15px;
}

#commodity-price {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

#commodity-show h2 {
	margin-bottom: 8px;
}

#commodity-large-image {
/*	border: 1px solid #aaa9a8;
	border-color: #aaa9a8; /* border_color */
	margin-bottom: 8px;
	float: left;
}

#commodity-large-image-container {
	position: relative;
	height: 480px;
	float: left;
}

#commodity-large-image-zoom {
	position: absolute;
	top: 0;
	left: 280px;
	z-index: 1;
}

#commodity-thumbnails {
	float: left;
	border-spacing: 0;
}

.thumbnail-image {
	height: 120px;
	width: 77px;
	vertical-align: bottom;
	display: table-cell;
}

.thumbnail-description {
	width: 77px;
	height: 15px;
}

#commodity-description, .commodity-description {
	clear: both;
}

#commodity-stockdelivery {
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	border-color: #ccc; /* border_color */
	margin-bottom: 4px;
}

#commodity-large-show {
	padding: 8px;
	margin: 0;
	height: 100%;
}

#commodity-large-right {
	margin: auto;
	width: 168px;
}

#addcart-submit {
	width: 100%;
	background-color: #8d737e;
	color: #fff;
}

#wishlist-lister, #wishlist-print-lister {
	width: 100%;
	padding-right: 10px;
}

#wishlist-print-lister .wishlist-footnote, #wishlist-lister .wishlist-footnote {
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
	color: #444;
}

#wishlist-print {
	padding: 20px;
}

#order-lister-lister {
	width: 100%;
}

#order-lister-lister td {
	padding: 4px 0 4px 0;
}

#order-lister-lister td a {
	display: block;
}

#order-lister-lister td a:hover {
	text-decoration: none;
}

#order-lister-lister tbody tr:hover {
	background-color: #eee;
}

#orders-show td, #orders-show th {
	padding: 2px 0 2px 0;
}

#orders-show th {
	padding-right: 8px;
}

#checkout-process {
	text-align: center;
	margin: 6px 10px 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #aaa9a8;
	border-color: #aaa9a8; /* border_color */
}

#checkout-process span {
	letter-spacing: 0px; /* headline_spacing */
	text-transform: uppercase; /* headline_transform */
	margin: 0 8px 0 8px;
}

#checkout-process #active {
	font-weight: bold;
}

td.lister-td-image {
	vertical-align: middle;
	text-align: center;
/*	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #aaa9a8; /* border_color */
	padding: 0;
	margin: 0;
	width: 194px;
}

td.lister-td-image img {
	margin: auto;
}

td.lister-td-text {
	vertical-align: top;
/*	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #aaa9a8; /* border_color */
	width: 194px;
}

td.lister-td-text h3 a {
/*	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #aaa9a8; /* border_color */
	display: block;
}

td.lister-td-text a:hover {
	background-color: #e5e5e5; /* left_bgcolor */
	text-decoration: none;
}

td.lister-td-text div {
	padding-top: 4px;
	background-image: url('/res/bg-lister.png'); /* lister_bgimage */
	background-repeat: repeat-x;
}

td.lister-horizontal-spacer {
	width: 4px;
}

td.lister-vertical-spacer {
	height: 4px;
}

td.odd {
	background-color: #eee;
}

.pager {
	margin-bottom: 8px;
}
.pager .current {
	background-color: #aaa9a8;
	border-color: #aaa9a8; /* border_color */
	padding: 0 4px 0 4px;
	font-weight: bold;
}

.itemcontroller-select {
	width: 100%;
	margin: 4px 0 4px 0;
}

#top-lister {
	width: 498px;
	text-align: center;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

#top-lister table {
	text-align: left;
}

#top-lister td.lister-horizontal-spacer {
	width: 84px;
}

#top-lister td.lister-vertical-spacer {
	height: 20px;
}

#top-lister-img {
	text-align: center;
	margin: 0 auto 32px auto;
}

.commodity-counter {
	display: block;
	width: 43px;
	height: 41px;
	background-image: url('number-bg.gif');
	background-repeat: no-repeat;
	font-size: 28px;
	line-height: 41px;
	margin-bottom: 3px;
}

#cart.content, #details.content {
	margin-right: 10px;
	margin-left: 5px;
}

/* gift certificate */

#giftcertificate {
	margin-bottom: 40px;
}

#giftcertificate-form, #giftcertificate-show {
	width: 420px;
	height: 225px;
	padding: 150px 50px 50px 50px;
	background-image: url('giftcertificate-bg.png');
	background-repeat: no-repeat;
	text-align: center;
	font-family: Times, serif;
	font-size: 16px;
	line-height: 120%;
}

#giftcertificate-form h2, #giftcertificate-show h2 {
	margin-bottom: 25px;
	font-family: Times, serif;
	font-size: 64px;
	line-height: 120%;
}

#giftcertificate-form h3, #giftcertificate-show h3 {
	font-family: Times, serif;
	font-size: 32px;
	line-height: 120%;
}
