body {
	margin: 15px 0 10px 0;
	background-color: #ffe5e5; /* body_bgcolor */
	background-image: url(); /* body_bgimage */
	background-repeat: repeat-x;
	color: #000000; /* body_color */
}

body, input, select, textarea {
	font-family: Arial, Verdana, Tahoma, 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: 0;
	padding: 1px;
	border-color: #cccccc; /* border_color */
	background-color: #000000;
	color: #ffe5e5;
}

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

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

a:hover {
	color: #000000; /* 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: 15px; /* headline_fontsize */
	font-weight: bold; /* headline_fontweight */
	color: #000000; /* 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 */
}

hr {
	display: none;
}

.hr {
	width: 190px;
	height: 1px;
	background-image: url('hr.png');
	margin: 6px 0 6px 0;
}

#side-right .hr {
	width: 129px;
	height: 1px;
	background-image: url('hr2.png');
	margin: 6px 0 6px 0;
}

#commodity-order .hr {
	width: 169px;
	height: 1px;
	background-image: url('hr3.png');
	margin: 6px 0 6px 0;
}

#cart .hr, #details .hr, #handling .hr, #confirm .hr, #account .hr {
	width: 533px;
	height: 8px;
	background-image: url('hr4.png');
	margin: 0 0 3px 0;
}

.header-block {
	margin: 0;
}

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

.front-block {
	text-align: center;
	border: 1px solid #000000;
}

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

.content {
}

.headline {
}

.description {
}

.excerpt {
}

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

.button-image-container {
	width: 60px;
	height: 16px;
	background-image: url('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('bg-button-hover.gif');
	text-decoration: none;
	color: #fff;
}

.button-image-delete, #button-image-delete {
	width: 16px;
	height: 16px;
	background-image: url('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('bg-delete-hover.gif');
}

.side-cart-line {
	margin-bottom: 4px;
}

.side-cart-line-item {
}

.side-cart-line-price {
}

.commodity-lister-price {
	float: right;
	font-weight: bold;
	font-size: 14px;
}

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

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

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

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

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

#frame-table {
	margin-right: auto;
	margin-left: auto;
	border-spacing: 0;
	width: 940px;
}

#frame-table td {
	vertical-align: top;
	padding: 0;
}

#frame-table table td {
	vertical-align: middle;
}

#subheader {
	background-color: #ffe5e5; /* menu_bgcolor */
	border: 0;
	border-color: #ccc; /* border_color */
	background-image: url('header-menu-bg.png');
	background-repeat: no-repeat;
	width: 940px;
	height: 50px;
}

#header-menu {
	float: left;
	width: 500px;
}

#header-menu a, #header-login a {
	color: #000000; /* menu_color */
	font-family: Times, serif; /* headline_font */
	font-size: 12px; /* subheadline_fontsize */
	font-weight: bold; /* headline_fontweight */
	letter-spacing: 0px; /* headline_spacing */
	text-transform: uppercase; /* headline_transform */
	margin: 18px 13px 17px 0px;
	padding: 0 2px 0 2px;
	display: block;
	float: left;
}

#header-menu a:hover, #header-login a:hover {
	color: #ffe5e5;
	text-decoration: none;
	background-color: #000000;
}

#header-login {
	float: left;
	width: 245px;
	margin-left: 35px;
}

#header-date {
	float: right;
	padding: 18px 0 17px 0;
	font-family: Times, serif; /* headline_font */
	font-size: 12px; /* subheadline_fontsize */
	font-weight: bold; /* headline_fontweight */
}

#footer {
	background-color: #ffe5e5;
	color: #000000;
	clear: left;
	margin: 4px 0 4px 0;
	padding: 0 8px 0 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}

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

#side-left {
	width: 220px; /* left_width */
	background-color: #ffe5e5; /* left_bgcolor */
	background-image: ; /* left_bgimage */
	background-repeat: no-repeat;
	background-position: right;
}

#side-right {
	width: 160px; /* right_width */
	background-color: #ffe5e5; /* right_bgcolor */
	background-image: ; /* right_bgimage */
	background-repeat: no-repeat;
}

#side-left h3, #side-right h3 {
	font-size: 15px;
	background-color: #000000;
	color: #ffe5e5; /* menu_color */
	font-family: Times, serif;
	font-weight: bold;
	font-size: 18px;
}

#side-left h3 a, #side-right h3 a {
	display: block;
	padding: 8px 0 6px 8px;
	color: #ffe5e5; /* menu_color */
}

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

#side-left .block-commodity-text h3 a, #side-right .block-commodity-text h3 a {
	color: #000000;
}

#side-left .block-commodity div h3, #side-right .block-commodity div h3 {
	color: #000000; /* headline_color */
	font-size: 11px; /* subheadline_fontsize */
	padding: 0;
	background-color: #ffffff; /* right_bgcolor */
}

#side-browse, #side-category, #side-brand, #side-cart, #side-account, #side-newsletter, #side-weather, #side-currency, #side-payment, .block-commodity {
	border-color: #000000; /* border_color */
	border-style: solid;
	border-width: 0 1px 1px 1px;
	margin-bottom: 10px;
}

#side-browse h4 {
	font-family: Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

#side-browse .labels {
	padding-top: 6px;
}

#side-browse label, #side-newsletter label {
	font-family: Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	margin-right: 3px;
}

#side-browse .checkbox, #side-newsletter .checkbox {
	vertical-align: middle;
}

#side-browse select {
	width: 190px;
	margin: 6px 0 6px 0;
}

#side-browse, #side-newsletter {
	margin-right: 20px;
}

#side-weather, #side-cart, #side-brand, #side-currency, #side-payment, #side-right-blocks {
	margin-left: 20px;
}

#side-browse form, #side-newsletter div, #side-currency form, #side-brand div, #side-weather div, #side-payment div {
	padding: 4px;
}

#side-newsletter div div {
	padding: 0;
}

#side-currency form select {
	width: 130px;
}

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

#side-brand div img {
	display: inline;
}

#side-search {
	float: left;
	width: 153px;
	margin-bottom: 10px;
	background-color: #000000;
}

#side-search-form-search {
	width: 149px;
	height: 15px;
	.height: 14px;
	border: 0;
	padding: 0;
	margin: 0 0 11px 4px;
	.margin: 0 0 10px 4px;
	font-size: 10px;
}

#side-newsletter-form-email {
	width: 182px;
}

#side-search-form-search {
	background-color: #ffe5e5;
	color: #000000;
}

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

#side-cart-info, #side-cart-total, #side-account-info, #side-newsletter-info {
	padding: 4px;
}

#side-newsletter label {
	font-size: 10px;
}

#commodity-info {
	width: 558px;
	border: 1px solid #231f20;
	margin: 0 0 10px 0;
	padding: 0;
	border-spacing: 0;
}

#commodity-info td {
	padding: 0;
}

#commodity-info #commodity-brand {
	width: 173px;
	border-right: 2px solid #918282;
	height: 100%;
	text-align: center;
}

#commodity-info #commodity-brand img {
	display: inline;
	vertical-align: middle;
}

#commodity-info #commodity-description {
	width: 177px;
	margin-left: 12px;
	padding: 10px;
	vertical-align: top;
}

#commodity-info #commodity-description h4 {
	font-family: Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #231f20;
	text-transform: uppercase;
	margin: 0;
}

#commodity-order-top, #commodity-description-top {
	min-height: 108px;
}

#commodity-info #commodity-order {
	width: 176px;
	padding: 5px 5px 5px 0;
}

#commodity-price {
	margin-top: 14px;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

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

#commodity-large-image {
	text-align: center;
	margin-bottom: 8px;
}

#commodity-large-image img {
	margin: auto;
	border: 1px solid #000000;
}

#commodity-thumbnails img {
	display: inline;
}

#commodity-thumbnails-left {
	float: left;
	line-height: 240%;
	font-size: 9px;
}

#commodity-thumbnails-left .active {
	border: 1px solid #000000;
	padding: 0px 2px 0px 2px;
}

#commodity-thumbnails-right {
	float: right;
}

#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 {
	margin-bottom: 10px;
}

#wishlist-print {
	padding: 20px;
}

#cart-form, #details-container, #handling-form, #form-confirm, #confirm-container, #account-container {
	border: 1px solid #231f20;
	padding: 10px 10px 14px 10px;
	font-size: 12px;
}

#cart-lister, #wishlist-lister, #wishlist-print-lister {
	width: 100%;
} 

#cart-lister th, #wishlist-lister th, #wishlist-print-lister th {
	font-family: Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}

#cart-update, #details-back, #handling-back, #confirm-back {
	float: left;
	margin-right: 10px;
}

#handling h3 {
	font-family: Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#details-form td input[type=text], #details-form td input[type=password], #details-form-login td input[type=text], #details-form-login td input[type=password], #details-form td select, #account-form td input[type=text], #account-form td input[type=password], #account-form-login td input[type=text], #account-form-login td input[type=password], #account-form td select {
	margin-bottom: 10px;
	width: 180px;
}

#details table td, #account table td {
	vertical-align: top;
}

#label-alternaterecipient, #label-newsletter {
	font-family: Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 180px;
	display: block;
}

#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 {
	margin-bottom: 10px;
	padding: 6px 0 6px 0;
	border: 1px solid #231f20;
	border-color: #231f20; /* border_color */
	font-family: Times, serif;
	font-size: 12px;
	font-weight: bold;
}

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

#checkout-process #active {
	background-color: #231f20;
	color: #fae5e4;
}

#page-body, #login-container {
	border: 1px solid #000000;
	padding: 5px;
}

td.lister-td-image {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #000000; /* border_color */
	background-color: #231f20;
	padding: 0;
	margin: 0;
	width: 180px;
	height: 120px;
}

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

td.lister-td-text h3 a {
	font-weight: bold;
}

td.lister-td-text a:hover {
	color: #888888;
	text-decoration: none;
}

td.lister-td-text div {
	padding: 6px;
	background-image: url(); /* lister_bgimage */
	background-repeat: repeat-x;
}

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

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

.pager {
	margin-top: 4px;
	margin-bottom: 8px;
}

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

.pager img {
	display: inline;
}

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

div.container {
	position: relative;
}

img.overlay-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
