body {
	margin: 0;
	background-color: #8c8c8c;
	background-image: url();
	background-repeat: repeat-x;
	color: #000;
}

body, input, select, textarea {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

input, select, textarea {
	margin: 0 0 4px 0;
	border: 1px solid #000000;
	padding: 2px;
}

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

input[type=button], input[type=submit] {
	background-color: #eee;
}

a, a:hover {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	display: block;
}

form {
	margin: 0;
}

h2, h3 {
	font-family: "Arial Black", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 105%;
	margin: 0 0 10px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 8px 0 8px 0;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 105%;
}

.hr {
	height: 0;
	border-bottom: 1px solid #000000;
}

hr {
	display: none;
}

ul {
	padding-left: 12px;
	margin: 0;
}



.header-block {
}

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

.front-block {
	margin-bottom: 16px;
}

.footer-block {
}

.content {
	background-color: #fff;
}

.headline {
}

.description {
}

.excerpt {
}

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

.button-image {
	width: 16px;
	height: 18px;
	background-image: url('button.gif');
	background-repeat: no-repeat;
	margin: 0 4px 0 0;
	border: 0;
	float: left;
	background-position: 0px 0px;
}

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

.button-image:hover {
	background-position: -16px 0px;
}

.side-cart-line {
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc;	
}

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

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

td.lister-td-text .commodity-lister-price {
	float: left;
	width: 80px;
	height: 19px;
	line-height: 18px;
	padding: 0;
	background-color: #cdcdcd;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0 6px 0;
}

td.lister-td-text .commodity-lister-readmore {
	float: right;
	width: 80px;
	height: 19px;
	line-height: 18px;
	padding: 0;
	background-color: #231f20;
	color: #ffffff;
	text-align: center;
	margin: 5px 0 6px 0;
}

td.lister-td-text .commodity-lister-readmore a {
	color: #ffffff;
}

td.lister-td-text h4 {
	margin: 0;
}

.block-title {
	text-align: center;
}

.block-commodity {
	border: 1px solid #ccc;
	padding: 4px;
}

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

.search-section {
	margin-bottom: 8px;
	line-height: 140%;
}



#frame {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
}

#header-navigation {
	background-image: url('header-menu-bg.png');
	background-repeat: repeat-x;
	height: 34px;
	font-family: "Arial Black", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

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

#header-menu {
	float: left;
}

#header-menu a {
	width: 99px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	display: block;
	float: left;
}

#header-menu a:hover {
	background-image: url('header-menu-active-bg.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#header-menu img {
	float: left;
}

#header-search {
	float: right;
}

#header-search a {
	line-height: 34px;
	margin: 0 16px 0 9px;
}

#header-search-form-search {
	float: left;
	margin-top: 7px;
	width: 128px;
}
	
#footer {
	clear: left;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	font-weight: bold;
}

#frame-table {
	border-spacing: 0;
}

#frame-table td {
/*	min-height: 350px; */
	vertical-align: top;
	padding: 0;
}

td#side-left {
	width: 170px;
	border-left: 5px solid #000000;
	border-right: 1px solid #000000;
	padding: 0 20px 0 15px;
	/* 211 */
}

td#side-right {
	width: 174px;
	border-left: 1px solid #000000;
	border-right: 5px solid #000000;
	padding: 0 14px 0 17px;
	/* 211 */
}

#side-browse, #side-category, #side-brand, #side-search, #side-cart, #side-account, #side-newsletter {
	margin-bottom: 14px;
	line-height: 140%;
}

td.lister-td-text {
	font-size: 11px;
}

#side-search-form-search, #side-newsletter-form-email {
	float: left;
	width: 110px;
	margin-right: 4px;
}

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

#side-newsletter {
	background-image: url('side-newsletter-bg.png');
	background-repeat: no-repeat;
	height: 125px;
	text-align: center;
	font-size: 11px;
	margin-top: 13px;
	padding-top: 20px;
	margin-bottom: 31px;
}

#side-newsletter h4 {
	font-family: "Arial Black", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 8px 0;
}

#side-newsletter-form {
	width: 130px;
	margin: auto;
	margin-top: 4px;
}

#side-newsletter-form img {
	margin: auto;
}

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

a#side-newsletter-unsubscribe {
	color: #999999;
}

#side-cart {
	margin-bottom: 8px;
}

#side-cart h3 {
	background-image: url('side-cart-header-bg.png');
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 9px;
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

#side-cart-info, #side-account-info {
	padding-bottom: 2px;
}

#side-cart-info .hr {
	margin: 5px 0 6px 0;
}

#side-cart-goto {
	margin-top: 2px;
}

#side-cart-cards {
	margin-top: 8px;
}

#side-brand-logo {
	margin-bottom: 18px;
}

#side-brand-lister {
	border-spacing: 0;
	border-collapse: collapse;
}

#side-brand-lister td {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #000000;
	width: 86px;
	height: 49px;
	background-color: #ffffff;
}

#side-brand-lister td.even {
	border-right: 1px solid #000000;
}

#side-brand-lister td img {
	display: inline;
}

td#main {
	width: 522px;
	padding: 0 18px 0 18px;
/*	min-height: 600px; */
	/* 558 */
}

#commodity-left {
	float: left;
	margin: 0 0 4px 0;
}

#commodity-right {
	float: right;
	width: 168px;
	margin: 0 0 4px 0;
}

#commodity-price {
	color: #000000;
	background-color: #cccccc;
	margin: 0;
	border: 0;
	padding: 8px;
	text-align: center;
	margin-top: 6px;
}

h4#return {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #000000;
}

h4#return a {
	color: #33ccff;
}

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

#commodity-thumbnails img {
	margin: 0 6px 6px 0;
	float: left;
}

#commodity-stockdelivery {
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#addcart-submit {
	margin-top: 6px;
	margin-bottom: 12px;
}

#commodity-show-brand {
	margin-bottom: 40px;
}

#commodity-show h4#title {
	margin: 0;
	padding: 0;
	border: 0;
}

#commodity-actions {
	font-size: 11px;
	line-height: 160%;
}

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

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

#wishlist-print {
	padding: 20px;
}

#cart .description {
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #000000;
}

#cart-lister {
}

#cart-lister-total td {
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 6px 0 6px 0;
}

#cart-lister-buttons td {
	padding-top: 8px;
}

#checkout-process {
	margin: 6px 0 10px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #000000;
}

#checkout-process span {
	text-transform: uppercase;
	margin: 0 6px 0 0;
}

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

#common-commodity-lister td.lister-td-brand {
	padding: 2px 0 2px 0;
	vertical-align: middle;
	height: 30px;
}

#common-commodity-lister td.lister-td-brand table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#common-commodity-lister td.lister-td-brand table tr td {
	vertical-align: middle;
}

td.lister-td-brand span, #commodity-show span#previously {
	font-family: "Arial Black", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	display: block;
	width: 79px;
	height: 22px;
	line-height: 22px;
	background-image: url('offer-bg.png');
	background-repeat: no-repeat;
}

td.lister-td-brand span {
	float: right;
}

#common-commodity-lister td.lister-td-image {
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
}

td.lister-td-image div {
	width: 164px;
}

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

td.lister-td-text {
	vertical-align: top;
	border-bottom: 1px solid #000000;
	width: 164px;
}

td.lister-td-text div {
	padding: 4px;
}

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

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

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

.pager {
	padding: 0 0 8px 0;
	font-size: 11px;
	line-height: 140%;
}

#pager-bottom {
	padding: 8px 0 8px 0;
}

#pager-commodities {
	border-bottom: 1px solid #000000;
	margin-bottom: 12px;
}

#pager-commodities-left {
	float: left;
	width: 420px;
}

#pager-commodities-right, #commodity-show-return {
	float: right;
	text-align: right;
	font-family: "Arial Black", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

#pager-commodities-right img, #commodity-show-return img {
	display: inline;
	vertical-align: middle;
}

#commodity-show-return {
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #000000;
	margin-bottom: 8px;
}

.pager .current {
	padding: 0 4px 0 4px;
	font-family: "Arial Black", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

#pager-bottom a {
	padding: 0 4px 0 4px;
}

.pager th {
	font-weight: normal;
	text-transform: uppercase;
	width: 110px;
	font-size: 11px;
}

.pager-textlabel-previous, .pager-textlabel-next {
	font-family: "Arial Black", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
}

.pager img {
	display: inline;
}

#pager-commodities th {
	font-family: "Arial Black", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	width: 120px;
}

#item-selector {
	margin: 6px 0 24px 0;
}

.itemcontroller-select {
	width: 100%;
	margin: 2px 0 2px 0;
	color: #000000;
	font-size: 11px;
	padding: 4px;
}

a#alloffers {
	display: block;
	width: 169px;
	height: 22px;
	background-image: url('offers-bg.png');
	background-repeat: no-repeat;
	font-family: "Arial Black", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	margin-top: 6px;
}