body {
	margin: 0;
	background-color: #fdfdfd; /* body_bgcolor */
	background-image: url('/res/bg.jpg'); /* body_bgimage */
	background-repeat: repeat;
	color: #e6e6e6; /* body_color */
}

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

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

select {
	margin: 0 0 4px 0;
	border: 1px solid #a8a8a8;
	background-color: #000000;
	color: #e6e6e6;
}

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

a {
	color: #e6e6e6; /* link_color */
	text-decoration: underline;
}

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

img {
	border: 0;
	display: block;
}

form {
	margin: 0;
}

form table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2, h3 {
	font-family: Verdana, Arial, 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: /* headline_transform */
}

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

.hr hr {
	display: none;
}

.hr {
	height: 3px;
	background-image: url('hr.png');
	background-repeat: no-repeat;
	margin: 3px 0 3px 0;
}

.header-block {
	margin: 0;
	padding-bottom: 10px;
}

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

.front-block, .front-block-right {
	float: left;
	margin-right: 6px;
}

.front-block-right {
	margin-right: 0;
}

.front-block h2, .front-block-right h2 {
	font-size: 13px;
	margin: 0;
	color: #fff;
}

.front-block h2, .front-block-right h2, .front-block p, .front-block-right p {
	padding: 2px;
}

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

.content {
	padding: 0;
}

.headline {
}

.description {
}

.excerpt {
}

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

.link {
	text-transform: uppercase;
	text-decoration: none;
	line-height: 10px;
	display: block;
	float: left;
	border-bottom: 1px solid #aaa;
	background-image: url('arrow-link.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 8px;
	margin-right: 8px;
	color: #202020;
}

.link:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	background-image: url('arrow-link-hover.gif');
}

a.button-image-container, a.button-image-container-disabled {
	width: 80px;
	height: 16px;
	background-image: url('bg-button.gif');
	background-repeat: no-repeat;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding-left: 6px;
	line-height: 16px;
	float: right;
	margin: 0 0 4px 0;
}

a.button-image-container-disabled {
	background-image: url('bg-button-hover.gif');
	cursor: default;
}

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

#cart-continue, #details-continue, #handling-continue, #confirm-continue, #quickpay-continue {
	padding-left: 45px;
	background-image: url('bg-button-continue.gif');
}

a#cart-continue:hover, a#details-continue:hover, a#handling-continue:hover, a#confirm-continue:hover, a#quickpay-continue:hover {
	padding-left: 45px;
	background-image: url('bg-button-continue-hover.gif');
}

a.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;
}

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

.side-cart-line {
	padding: 0 8px 0 8px;
	margin-bottom: 2px;
}

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

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

#pager-top table {
	width: 100%;
}

#pager-top-pages {
	font-weight: bold;
}

#form-pager-top-sort select, #form-pager-top-brand select, #form-pager-top-category select {
	float: left;
	width: 120px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 7px;
}

#commodities-lister-brandinfo img {
	float: right;
	margin-right: 10px;
}

#commodities-lister-brandinfo-text {
	padding: 0 10px 0 10px;
	font-weight: bold;
	color: #a8a8a8;
}

.commodity-lister-price {
	float: right;
	font-size: 14px;
	color: #ffffff;
	margin-top: 12px;
}

.commodity-lister-price s {
	font-size: 12px;
}

.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: 960px; /* frame_width */
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000000; /* frame_bgcolor */
}

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

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

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

#subheader {
	width: 170px;
	height: 70px;
	margin: 0 10px 0 780px;
	position: absolute;
	top: 0;
	font-weight: bold;
	line-height: 110%;
}

#subheader a {
	color: #ffcc66;
	text-decoration: none;
}

#subheader-cart {
	padding: 4px 0 0 32px;
}

#subheader-cart a {
	text-align: right;
	float: right;
}

#subheader-account {
	margin-top: 16px;
	text-align: center;
}

#header-menu {
	float: left;
}

#header-menu a {
	color: #ffffff; /* menu_color */
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; /* headline_font */
	font-size: 10px; /* subheadline_fontsize */
	font-weight: normal; /* headline_fontweight */
	letter-spacing: 0px; /* headline_spacing */
	text-transform: uppercase; /* headline_transform */
	text-decoration: none;
	padding: 11px 13px 11px 13px;
	display: block;
	float: left;
}

#header-menu a:hover {
	background-color: #668a18;
	text-decoration: none;
}

#header-search {
	float: right;
	padding: 7px 13px 0 13px;
}

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

#footer {
	clear: left;
}

#main {
	width: 630px; /* main_width */
	min-height: 600px;
	padding: 0;
}

td#side-left {
	width: 140px; /* left_width */
	background-image: ; /* left_bgimage */
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 10px 0 10px;
}

td#side-right {
	width: 150px; /* right_width */
	background-image: ; /* right_bgimage */
	background-repeat: no-repeat;
	padding: 0 10px 0 10px;
}

#side-left h3, #side-right h3 {
	color: #1e1e1e; /* headline_color */
	padding: 0;
	height: 25px;
	background-image: url('side-left-header.png');
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

#side-right h3 {
	background-image: url('side-right-header.png');
}

#side-left h3 a, #side-right h3 a {
	color: #1e1e1e; /* headline_color */
	text-decoration: none;
}

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

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

#side-browse h3, #side-left .block-commodity div h3, #side-right .block-commodity div h3 {
}

#side-browse, #side-category, #side-brand, #side-search, #side-new, #side-cart, #side-account, #side-newsletter, .block-commodity, .side-left-block, .side-right-block {
	background-color: #202020;
}

.side-left-block img, .side-right-block img {
	margin: auto;
	padding: 0 4px 4px 4px;
}

.side-left-footer, .side-right-footer {
	height: 5px;
	background-image: url('side-left-footer.png');
	background-repeat: no-repeat;
	margin-bottom: 9px;
}

.side-right-footer {
	background-image: url('side-right-footer.png');
}

#side-browse {
	border-width: 0;
	padding: 0 9px 8px 8px;
}

#side-browse select {
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 4px 0 8px 0;
}

#side-pages {
	margin: 8px 0 0 0;
	border-bottom: 1px solid #000000;
}

#side-pages a {
	width: 113px;
	height: 20px;
	display: block;
	text-decoration: none;
	background-image: url('side-page-bg.png');
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 4px 0 0 10px;
}

#form-side-search input {
	margin: 4px 0 0 0;
}

#form-side-search-search {
	font-size: 10px;
	color: #555555;
	width: 116px;
}

#form-side-search-submit {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}

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

#side-blog {
	background-color: #252525;
	padding: 0 10px 0 10px;
	line-height: 110%;
}

#side-blog-archive, #side-blog-tags {
	background-color: #202020;
	padding: 5px 15px;
	font-weight: bold;
}

#side-blog-archive a, #side-blog-tags a {
	text-decoration: none;
	display: block;
}

#side-blog h4 {
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
}

#side-blog h4 a {
	color: #ffffff;
	text-decoration: none;
}

#side-blog span {
	color: #a8a8a8;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 9px;
}

#side-blog-more {
	text-align: right;
	font-style: italic;
	text-decoration: none;
	display: block;
}

#side-new {
	background-color: #202020;
}

#side-new img {
	margin: auto;
	padding: 5px 0 5px 0;
}

#side-newsletter img {
	margin: 4px auto 10px auto;
}

#side-newsletter-form-email {
	width: 126px;
	color: #555555;
}

#side-newsletter-form-submit {
	margin: auto;
	text-align: center;
}

#side-newsletter-form-submit input {
	font-weight: bold;
	font-size: 9px;
}

#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, #side-newsletter form, #side-links {
	padding: 0 8px 0 8px;
}

#side-links a {
	margin-bottom: 4px;
}

#front-brands {
	margin: 12px 0 18px 0;
}

#front-brands img {
	display: inline;
}

#page-show h2, #commodities-lister-brandinfo h2, #giftcertificate h2, #commodity-info h2, #blog-lister h2, #blog-show h2, #account h2, #login h2, #lost h2, #completionoffer-lister h2, #completionoffer-header, #pricematch h2 {
	height: 14px;
	background-image: url('page-header-bg.png');
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 8px;
	text-transform: uppercase;
}

#completionoffer-header {
	height: 80px;
}

.completionoffer-step, .completionoffer-step-active {
	float: left;
	width: 85px;
	font-weight: bold;
	padding: 5px 0 0 15px;
}

.completionoffer-step img, .completionoffer-step-active img {
	margin-bottom: 8px;
}

.completionoffer-step a, .completionoffer-step-active a {
	color: #454545;
	text-decoration: none;
}

.completionoffer-step-active a {
	color: #ffffff;
}

#completionoffer-description {
	clear: both;
	text-transform: none;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
}

#giftcertificate-form {
	color: #1e1e1e;
}

#giftcertificate-form, #giftcertificate-show {
	width: 420px;
	height: 270px;
	padding: 30px 50px 50px 50px;
	background-image: url('giftcertificate-bg.png');
	background-repeat: no-repeat;
	text-align: center;
	line-height: 120%;
	margin: 20px auto 0 auto;
}

#giftcertificate-form h2, #giftcertificate-show h2 {
	font-size: 50px;
	line-height: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: #1e1e1e;
	background-image: url();
}

#giftcertificate-form h3, #giftcertificate-show h3 {
	font-size: 50px;
	line-height: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: #1e1e1e;
}

#giftcertificate .description {
	padding: 0 10px 0 10px;
}

#giftcertificate-form table, #giftcertificate-show table {
	margin-top: 150px;
}

#giftcertificate-form table td, #giftcertificate-show table td {
	font-family: Times New Roman, serif;
	font-size: 16px;
	color: #000000;
}

#commodity-left {
	clear: both;
	float: left;
	width: 300px;
}

#commodity-right {
	float: right;
	width: 190px;
	text-align: right;
}

#commodity-prices {
	margin: 13px 0 12px 0;
	clear: both;
}

#commodity-prices-save {
	float: right;
}

#commodity-brand {
	float: right;
}

#commodity-thumbs div {
	text-align: center;
	float: left;
	width: 586px;
}

#commodity-show h2, #commodity-show h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
}

h3#commodity-price, h3#commodity-price-offer {
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	text-align: right;
}

h3#commodity-price-offer {
	color: #ffcc66;
}

h4#commodity-price-original {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}

#commodity-show-onoffer {
	float: right;
	margin-left: 5px;
}

#item-selector {
	clear: both;
	float: right;
	width: 120px;
}

.itemcontroller-select {
	width: 100%;
	margin-bottom: 12px;
	font-weight: bold;
}

#addcart-form {
	float: right;
	margin: 0 0 32px 0;
}

#addcart-submit {
	float: right;
}

#commodity-large-image {
	width: 630px;
	margin-bottom: 5px;
}

#commodity-description {
	color: #a8a8a8;
}

#commodity-info {
	width: 100%;
	color: #ffffff;
	margin-top: 5px;
}

h3#commodity-title {
	background-color: #202020;
	color: #a8a8a8;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 8px 3px 8px;
}

#commodity-left, #commodity-right {
	padding: 0 10px 0 10px;
}

#commodity-actions-left {
	float: left;
}

#commodity-actions-right {
	float: right;
	text-align: right;
}

#commodity-actions-right img {
	display: inline;
}

#commodity-actions-right a {
	text-transform: lowercase;
	text-decoration: none;
	border: 0;
}

.button-color, .button-color:hover, .button-color-small, .button-color-small:hover {
	background-color: #f7f7f7;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	background-image: url('button-color-bg.png');
	background-position: bottom;
	display: block;
	text-decoration: none;
/*	float: left; */
	margin: auto;
}
.button-color:hover, .button-color-small:hover {
	background-color: #dddddd;
}
.button-color:active, .button-color-small:active {
	background-color: #aaaaaa;
}
.button-color-small, .button-color-small:hover {
	font-size: 11px;
	width: 74px;
	height: 20px;
	line-height: 20px;
}

.button-color-left, .button-color-right, .button-color-small-left, .button-color-small-right {
	background-image: url('button-color-left.png');
	background-repeat: no-repeat;
	width: 4px;
	height: 40px;
	float: left;
}
.button-color-small-left {
	background-image: url('button-color-small-left.png');
	height: 20px;
}
.button-color-right, .button-color-small-right {
	background-image: url('button-color-right.png');
	float: right;
}
.button-color-small-right {
	background-image: url('button-color-small-right.png');
	height: 20px;
}

#blog-lister h2, #blog-show h2 {
	margin-bottom: 17px;
	color: #a8a8a8;
}

.blog-title {
	color: #ffcc66;
}

.blog-content {
	padding: 0 8px 0 8px;
	font-size: 12px;
}

.blog-readmore {
	color: #ffcc66;
	text-decoration: none;
}

#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;
	text-decoration: none;
}

#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: 4px 0 0 0;
	padding-bottom: 4px;
}

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

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

#cart-content, #details-login-content, #details-content, #details-alternate-content, #handling-content, #confirm-content, #account-content, #login-content, #lost-content {
	background-color: #e5e5e5; /* left_bgcolor */
	padding: 8px 16px 8px 16px;
	color: #202020;
}

#confirmed-container a, #cart-lister .item-even a, #cart-lister .item-odd a, #cart-lister .delete-even a, #cart-lister .delete-odd a, #giftwrap-form a {
	color: #202020;
}

#cart-lister, #handling-lister, #confirm-lister {
	width: 100%;
	border-collapse: collapse;
}

#cart-lister td, #confirm-lister td {
	padding: 8px;
}

#cart-lister tbody td, #confirm-lister tbody td {
	padding: 8px;
	border: 1px solid #ccc;
	border-color: #ccc; /* border_color */
	background-color: #fff;
}

#cart-lister th, #confirm-lister th {
	text-transform: uppercase;
}
/*
#cart-lister .item-even a, #cart-lister .item-odd a, #cart-lister .delete-even a, #cart-lister .delete-odd a, #confirm-lister .item-even a, #confirm-lister .item-odd a {
	text-decoration: underline;
}
*/
#cart-lister .quantity, #cart-lister .quantity-even, #cart-lister .quantity-odd, #cart-lister .delete, #cart-lister .delete-even, #cart-lister .delete-odd, #confirm-lister .quantity, #confirm-lister .quantity-even, #confirm-lister .quantity-odd {
	text-align: center;
}

#cart-lister .quantity input, #cart-lister .quantity-even input, #cart-lister .quantity-odd input {
	text-align: center;
}

#cart-lister .subtotal, #cart-lister .subtotal-even, #cart-lister .subtotal-odd, #confirm-lister .subtotal, #confirm-lister .subtotal-even, #confirm-lister .subtotal-odd {
	text-align: right;
}

#cart-lister .total, #confirm-lister .total {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
}

#cart-lister .update input {
	float: left;
	background-color: #fbd11d;
	color: #000;
}

#cart .description, #confirm .description {
	padding-bottom: 12px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 12px;
}

#details-left, #details-right {
	width: 276px;
	float: left;
}

#details-left {
	margin-right: 12px;
}

#details-login-table, #details-table {
	width: 100%;
}

#details table label, #account table label, #login table label, .subshipping label {
	display: block;
	margin: 2px 0 2px 2px;
}

#details table label.disabled, #account table label.disabled, #login table label.disabled {
	color: #888888;
}

#details textarea {
	width: 246px;
}

#details-alternate-content {
	margin-top: 12px;
}

#details-alternate-content h2 {
	margin-bottom: 8px;
}

#details .button-image-container {
	margin-top: 8px;
}

#details-login-content, #details-content {
	min-height: 320px;
}

#handling-form h3 {
	margin: 12px 0 4px 0;
}

#handling-form img {
	margin: 0 0 8px 0;
}

#handling-lister tbody td {
	vertical-align: top;
}

#handling-lister tbody td input {
	margin: 2px 0 0 0;
}

#confirm-lister .total-header {
	text-transform: uppercase;
	font-weight: bold;
}

#confirm-lister tfoot td {
	border-bottom: 1px solid #cccccc;
}

#confirm-lister tfoot td.subtotal, #confirm-lister tfoot td.total {
	border-left: 1px solid #cccccc;
}

#confirm-lister-delivery {
	width: 100%;
	margin-bottom: 32px;
	border-top: 1px solid #000000;
	padding: 8px 128px 8px 8px;
	border-collapse: separate;
}

#confirm-lister-delivery, #confirm-lister #confirm-lister-delivery td {
	background-color: #cccccc;
}

#confirm #confirm-lister-delivery td {
	vertical-align: top;
	border: 0;
	padding: 0;
}

#confirm #confirmed-container {
	border-top: 1px solid #cccccc;
	padding-top: 4px;
}

#confirm #confirmed-container input {
	float: left;
	margin-right: 8px;
}

#quickpay .description {
	padding-bottom: 16px;
}

#quickpay-logos {
	float: right;
}

#quickpay-logos img {
	display: inline;
}

#quickpay-form td {
	padding-right: 8px;
	padding-bottom: 16px;
}

#quickpay-secure {
	margin-top: 16px;
}

#quickpay-secure-description {
	float: left;
	padding-top: 4px;
}

#quickpay-secure-logos {
	float: right;
}

#quickpay-secure-logos img {
	display: inline;
	vertical-align: top;
	margin-left: 8px
}

#account table div label {
	display: inline;
}

#account-content, #login-content {
	margin-top: 7px;
}

#account p.description, #login p.description {
	margin: 0;
}

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

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

td.lister-td-text {
	vertical-align: top;
	border-width: 6px;
	border-style: solid;
	border-color: #1e1e1e; /* border_color */
	background-color: #1e1e1e; /* border_color */
	width: 194px;
	color: #a8a8a8;
	font-weight: bold;
}

td.lister-td-text h3 a {
	display: block;
	color: #e6e6e6;
	text-decoration: none;
}

td.lister-td-text a:hover {
}

td.lister-td-text div {
}

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

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

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

#pager-top {
	margin-bottom: 2px;
	color: #a8a8a8;
}

#pager-bottom {
	margin-top: 2px;
	color: #a8a8a8;
}

.pager table {
	width: 100%;
}

.pager a {
	color: #a8a8a8;
}

.pager td#pager-top-pages, .pager td#pager-bottom-pages {
	text-align: right;
}

.pager .current {
	color: #ffcc66;
}

.pager img {
	display: inline;
	vertical-align: middle;
}

.overlay-container {
	position: relative;
}

.overlay-content {
	position: absolute;
	top: 145px;
	right: 0px;
	z-index: 1;
	background-image: url('onoffer-overlay-bg.png');
	width: 40px;
	height: 50px;
	padding: 0;
}

.overlay-content span {
	color: #000000;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}

