body {
	margin: 0;
	background-color: #000000; /* body_bgcolor */
	background-image: url('bg.jpg');  /*body_bgimage */
	background-repeat: no-repeat;
	background-position: top center;
	color: #ffffff; /* body_color */
}

body, input, select, textarea {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; /* body_font */
	font-size: 12px; /* body_fontsize */
	line-height: 140%;
}

input[type=text], input[type=password], select, textarea {
	margin: 0 0 4px 0;
	padding: 2px;
}

input[type=checkbox] {
	margin: 0 0 4px 0;
}

a {
	color: #fff; /* link_color */
	text-decoration: none;
}

a:hover {
	color: #fff; /* hover_color */
	text-decoration: underline;
}

a:focus {
	outline: none;
}

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: #ffffff; /* headline_color */
/*	border-bottom: 1px solid #f60000;
	border-color: #f60000; /* border_color */
	margin: 0;
	letter-spacing: 0px; /* headline_spacing */
	text-transform: uppercase; /* headline_transform */
}

h3 {
	font-size: 12px; /* subheadline_fontsize */
}

hr {
	color: #f60000; /* border_color */
	background-color: #f60000; /* border_color */
	height: 1px;
	border: 0;
}



.header-block {
	margin: 0;
}

.front-block, .side-left-block, .side-right.block {
	margin-bottom: 8px;
}

.side-left-block img {
	margin: 8px auto 12px;
}

.front-block {
	text-align: center;
	margin-right: 20px;
}

.footer-block {
	margin-top: 8px;
}

.content {
	padding: 14px 23px 0px 14px;
}

.headline {
}

.description {
}

.excerpt {
}

.validation-error {
	color: red;
	margin-bottom: 4px;
}

.button-image-container {
	width: 80px;
	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 {
	padding: 0 8px 2px 8px;
	margin-bottom: 2px;
	border-bottom: 1px solid #f60000;
	border-color: #f60000; /* border_color */
}

.side-cart-line-item {
	float: left;
}

.side-cart-line-price {
	float: right;
}

#commodity-lister-brandinfo {
	margin-bottom: 10px;
}

.commodity-lister-brand {
	display: block;
	clear: left;
	text-transform: uppercase;
	margin-top: 7px;
	font-weight: bold;
}

.commodity-lister-brand a {
	color: #f60000;
}

.commodity-lister-title {
	display: block;
	clear: left;
	float: left;
	text-transform: uppercase;
}

.commodity-lister-price {
	display: block;
	float: right;
}

.commodity-lister-sizes {
	display: block;
	clear: left;
	font-size: 10px;
	margin-top: 6px;
}

#commodity-lister .pager {
	border-top: 1px solid #f60000;
	border-bottom: 1px solid #f60000;
	padding: 6px 0 4px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#commodity-lister .pager span {
	color: #f60000;
	font-weight: bold;
}

.form-table-doublecell {
	width: 250px;
}

.search-section {
	margin-bottom: 8px;
}

.block-commodity-image img {
	margin: 8px auto 8px auto;
	border-style: solid;
	border-color: #f60000; /* border_color */
	border-width: 1px;
}

.block-commodity-text {
	padding: 0 8px 0 8px;
}

#frame {
	width: 1016px; /* 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: 1016px;
}

#frame-table td {
	vertical-align: top;
	padding: 0;
}

#frame-table table td {
	vertical-align: middle;
}

#header {
	height: 180px;
	background-image: url('header.png');
	background-repeat: no-repeat;
}

#header-logo {
	position: relative;
	width: 0;
	height: 0;
	overflow: none;
}

#header-logo a {
	display: block;
	width: 400px;
	height: 170px;
	text-decoration: none;
}

#header-account {
	position: relative;
	left: 880px;
	top: 8px;
	width: 0;
	height: 0;
	overflow: none;
}

#header-account-form-email, #header-account-form-password {
	width: 109px;
	padding: 2px 4px 2px 4px;
	border: 0;
	background-color: #646464;
	font-size: 10px;
}

#header-account-form-submit {
	background-image: url('header-account-form-submit.png');
	width: 51px;
	height: 18px;
	line-height: 18px;
	position: relative;
	left: 66px;
	border: 0;
	font-size: 10px;
	text-align: left;
	padding-right: 16px;
}

#subheader {
	position: relative;
	right: 0;
	top: -32px;
	width: 0;
	height: 0;
	overflow: none;
}

#header-menu {
	width: 993px;
	height: 32px;
	border-bottom: 1px solid #f60000;
	border-color: #f60000; /* border_color */
	text-align: right;
	padding-right: 23px;
}

#header-menu a, #header-menu span {
	color: #ffffff; /* menu_color */
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; /* headline_font */
	font-size: 12px; /* subheadline_fontsize */
	font-weight: normal; /* headline_fontweight */
	letter-spacing: 0px; /* headline_spacing */
	text-transform: uppercase; /* headline_transform */
	line-height: 32px;
}

#header-menu a:hover {
	color: #f60000;
	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: 836px; /* main_width */
	background-color: ; /* main_bgcolor */
	min-height: 600px;
}

#side-left {
	width: 144px; /* left_width */
	padding: 0 13px 0 15px;
}

#side-right {
	width: 159px; /* right_width */
	background-color: #e5e5e5; /* right_bgcolor */
	background-image: ; /* right_bgimage */
	background-repeat: no-repeat;
	border-color: #f60000; /* border_color */
	border-style: solid;
	border-width: 0 0 0 1px;
}

#side-left h3, #side-right h3 {
	color: #f60000;
	font-size: 15px;
	padding: 16px 0 6px 18px;
	margin: 0;
}

#side-left h3 a, #side-right h3 a {
	color: #f61922;
}

#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: #ffffff;
}

#side-browse h3, #side-left .block-commodity div h3, #side-right .block-commodity div h3 {
	color: #ffffff; /* headline_color */
	font-size: 11px; /* subheadline_fontsize */
	padding: 0;
	background-color: #e5e5e5; /* right_bgcolor */
}


#side-browse, #side-category, #side-brand, #side-search, #side-cart, #side-account, #side-newsletter, .block-commodity {
	padding: 0 16px 0 16px;
	margin-bottom: 15px;
}

#side-browse {
	border-width: 0;
}

#side-browse h3 a {
	background-color: #f60000;
	padding: 4px 4px 4px 8px;
	margin: 0 0 2px 0;
	border: 0;
}

#side-browse h3 a:hover {
	background-color: #f7f7f7;
	text-decoration: none;
}

#side-browse a {
	padding: 4px 0 4px 8px;
	border-bottom: 1px solid #fff;
	display: block;
}

#side-browse a:hover {
	background-color: #f7f7f7;
	text-decoration: none;
}

#side-latest a {
	padding: 2px 0 2px 8px;
	display: block;
}

#side-latest h3 a {
	padding: 0;
	border: 0;
}

#side-lastviewed img {
	margin: auto;
	border: 1px solid #f60000;
}

#side-lastviewed-bottom {
	text-align: center;
	color: #7a7a7a;
	padding: 4px 0 4px 0;
}

#side-lastviewed-bottom img {
	display: inline;
}

#side-newest img, #side-facebook img {
	margin: 8px auto 12px auto;
}

#side-brand div {
	text-align: center;
}

#side-search a img {
	position: relative;
	top: 4px;
	left: 9px;
}

#side-search-form-search, #side-newsletter-form-email {
	float: left;
	width: 127px;
	border: 0;
	background-color: #ffffff;
}

#side-search-form .button-image, #side-newsletter-form .button-image {
	float: right;
	margin: 0;
}

#side-browse select {
	width: 133px;
}

#side-cart {
	width: 133px;
	margin-top: 19px;
}

#side-cart a {
	text-transform: uppercase;
}

#side-cart a img {
	display: inline;
	vertical-align: middle;
}

#side-cart-total {
	padding-left: 27px;
}

#commodity-left {
	float: left;
	width: 618px;
}

#commodity-right {
	float: right;
	width: 178px;
}

#commodity-price {
	font-weight: bold;
	font-size: 24px;
}

#commodity-show h2 {
	margin-bottom: 8px;
}

#commodity-large-image {
	border: 1px solid #f60000;
	border-color: #f60000; /* border_color */
	text-align: center;
	margin: 0 8px 8px 0;
	float: left;
}

#commodity-large-image img {
	margin: auto;
}

#commodity-thumbnails {
	float: left;
	width: 204px;
}

#commodity-thumbnails img {
	border: 1px solid #f60000;
	border-color: #f60000; /* border_color */
	margin: 0 8px 8px 0;
	float: left;
}

#commodity-stockdelivery {
	padding-bottom: 4px;
	border-bottom: 1px solid #f60000;
	border-color: #f60000; /* border_color */
	margin-bottom: 4px;
}

#commodity-large-show {
	padding: 8px;
	margin: 0;
	height: 100%;
}

#commodity-large-right {
	margin: auto;
	width: 168px;
}

.button-color, .button-color:hover {
	background-color: #666666;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	width: 178px;
	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;
}
.button-color:hover {
	background-color: #888888;
}
.button-color:active {
	background-color: #444444;
}

.button-color-left, .button-color-right {
	background-image: url('button-color-left.png');
	background-repeat: no-repeat;
	width: 4px;
	height: 40px;
	float: left;
}
.button-color-right {
	background-image: url('button-color-right.png');
	float: right;
}

#wishlist-lister, #wishlist-print-lister {
	width: 100%;
}

#wishlist-print {
	padding: 20px;
	background-color: #fff;
}

#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 0 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #f60000;
	border-color: #f60000; /* border_color */
	color: #f60000;
}

#checkout-process span {
	letter-spacing: 0px; /* headline_spacing */
	text-transform: uppercase; /* headline_transform */
	margin: 0 8px 0 8px;
}

#checkout-process #active {
	font-weight: bold;
}

#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
}

td.lister-td-image {
	vertical-align: middle;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #f60000; /* border_color */
	padding: 0;
	margin: 0;
	width: 191px;
}

td.lister-td-image img {
	margin: auto;
}

td.lister-td-text {
	vertical-align: top;
	border-width: 0;
	border-style: solid;
	border-color: #f60000; /* border_color */
	width: 191px;
	line-height: 120%;
}

td.lister-horizontal-spacer {
	width: 14px;
}

td.lister-vertical-spacer {
	height: 8px;
}

td.odd {
	background-color: #444;
}

.pager {
	margin-bottom: 8px;
}

.pager table {
	width: 100%;
}

.pager .current {
	background-color: #f60000;
	border-color: #f60000; /* border_color */
	padding: 0 4px 0 4px;
	font-weight: bold;
}

.itemcontroller-select {
	width: 100%;
	margin: 4px 0 4px 0;
}

#giftcertificate-form, #giftcertificate-show {
	color: #000000;
	width: 420px;
	height: 225px;
	padding: 75px 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 {
	font-family: Times, serif;
	font-size: 64px;
	line-height: 120%;
	margin-bottom: 25px;
	color: #000000;
}

#giftcertificate-form h3, #giftcertificate-show h3 {
	font-family: Times, serif;
	font-size: 32px;
	line-height: 120%;
	color: #000000;
}

#main-brands {
	color: #f60000;
	text-align: center;
	padding: 20px 40px 20px 40px;
	border-top: 1px solid #f60000;
	margin-top: 30px;
	font-size: 12px;
}

#main-brands a {
	color: #f60000;
}

#cart-lister th, #confirm-lister th {
	color: #f60000;
	text-transform: uppercase;
}

#cart-gift {
	margin-top: 24px;
}

#cart-gift h2 {
	color: #f60000;
}

.overlay-container {
	position: relative;
}

.overlay-content {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	background-image: url('onoffer-overlay-bg.png');
	width: 46px;
	height: 45px;
	padding: 0;
}

.overlay-content span {
	color: #ffffff;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	margin-right: 4px;
}


#block-lister td.lister-td-image  {
	border: 0;
	padding-right: 16px;
}

#block-lister td.lister-horizontal-spacer {
	width: 5px;
}
