body {
	margin: 0;
	background-color: #000;
	background-image: url('bg.png');
	background-repeat: repeat;
	color: #000;
}

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

input, textarea {
	margin: 0 0 4px 0;
	padding: 1px 1px 0 1px;
	border-width: 1px;
}

select {
	padding: 0;
	margin: 0 0 4px 0;
	font-size: 9px;
}

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

form {
	margin: 0;
}

h2, h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
	text-transform: uppercase;
}

h3 {
	font-size: 11px;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
}



.header-block {
	margin-bottom: 4px;
}

#front-splashes {
	float: left;
}

#front-blocks {
	float: right;
}

.front-block img {
	border: 1px solid #b8ed6c;
}

.front-block h2 {
	background-image: url('bg-commoditytitle.png');
	background-repeat: repeat-x;
	font-weight: normal;
	line-height: 20px;
	padding: 0 9px 0 9px;
	font-size: 11px;
	margin: 0;
}

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

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

.content {
	padding: 6px;
	background-color: #fff;
}

.headline {
}

.description {
}

.excerpt {
}

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

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

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

#button-image-delete {
	background-image: url('bg-delete.gif');
	width: 16px;
	height: 16px;
}

#button-image-delete:hover {
	background-image: url('bg-delete-hover.gif');
	width: 16px;
	height: 16px;
}

#button-image-cart {
	background-image: url('bg-cartbutton.gif');
	background-repeat: no-repeat;
	width: 140px;
	height: 19px;
	display: block;
	color: #acd373;
	line-height: 19px;
	padding-left: 6px;
}

.button-image-next {
	background-image: url('bg-nextbutton.png');
	background-repeat: no-repeat;
	width: 78px;
	height: 19px;
	display: block;
	color: #acd373;
	line-height: 19px;
	text-align: center;
	float: right;
}

.button-image-update {
	background-image: url('bg-updatebutton.png');
	background-repeat: no-repeat;
	width: 64px;
	height: 19px;
	display: block;
	color: #acd373;
	line-height: 19px;
	text-align: center;
}

a.button-image-next:hover, a.button-image-update:hover {
	color: #acd373;
}

/*
.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;
}

.commodity-lister-price, .commodity-lister-price-offer, .commodity-lister-original {
	color: #797979;
	font-weight: bold;
	text-decoration: underline;
	float: left;
}

.commodity-lister-price-offer {
	color: #ff0000;
}

.commodity-lister-original {
	font-weight: normal;
	text-decoration: line-through;
}

.commodity-lister-buy {
	background-image: url('bg-commoditiesbutton.gif');
	background-repeat: no-repeat;
	width: 93px;
	height: 19px;
	float: right;
	color: #606060;
	text-transform: lowercase;
	line-height: 19px;
	padding-left: 6px;
}

.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 {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #2a2b2e;
	border-spacing: 0;
	width: 1024px;
}

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

#header-menu {
	background-color: #323437;
	padding: 5px 10px 4px 18px;
}

#header-menu, #header-menu a {
	color: #828282;
}

#header-menu-sub {
	float: left;
}

#header-menu-sub a {
	color: #acd373;
}

#subheader {
	width: 1024px;
	height: 85px;
	background-color: #000000;
}

#subheader-logo {
	float: left;
}

#subheader-menu {
	float: left;
	padding-left: 27px;
}

#subheader-menu a {
	display: block;
	float: left;
	background-image: url('bg-tab.png');
	width: 108px;
	height: 32px;
	margin: 33px 0 0 4px;
	text-align: center;
	padding-top: 20px;
}

#subheader-menu a:hover {
	background-image: url('bg-tab-active.png');
	padding-top: 18px;
	height: 34px;
}

#subheader-image {
	float: right;
}

#subheader-border {
	border-bottom: 2px solid #323437;
}

#footer-cell {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#footer {
	color: #828282;
	text-align: center;
	padding: 4px 0 1px 0;
	margin: 0;
}

#footer a {
	color: #828282;
}

#side-left, #side-right {
	vertical-align: top;
	width: 178px;
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 350px;
	background-color: #303235;
	background-image: url('side-bg.jpg');
	background-repeat: repeat-x;
	border-right: 2px solid #010101;
}

#side-right {
	border-right: 0px;
	border-left: 2px solid #010101;
}

#side-left .hr, #side-right .hr, #main .hr {
	height: 7px;
	background-image: url('side-hr.gif');
	background-repeat: repeat-x;
	margin: 0;
	border: 0;
	padding: 0;
}

#main .hr {
	background-image: url('main-hr.gif');
	margin: 7px 0 10px 0;
}

#side-left p, #side-right p {
	margin: 0;
}

#side-search h3, #side-cart h3, #side-account h3, #side-newsletter h3 {
	display: block;
	height: 31px;
	line-height: 31px;
	background-image: url('sideh3-bg.png');
	background-repeat: repeat-x;
	padding-left: 20px;
	color: #acd373;
	font-size: 15px;
	margin: 0;
}

#side-search h3 img, #side-cart h3 img, #side-account h3 img, #side-newsletter h3 img {
	margin-top: 12px;
}

#side-browse, #side-category, #side-brand, #side-search, #side-cart, #side-account, #side-newsletter {
	color: #9c9c9c;
}

#side-browse a, #side-account a, #side-search a {
	color: #9c9c9c;
	display: block;
	padding: 1px 10px 1px 20px;
}

#side-account a, #side-search a {
	padding: 1px 0 1px 0;
}

#side-search form a {
	padding: 0;
}

#side-browse {
	margin-top: 16px;
	padding-bottom: 50px;
}

#side-browse a:hover {
	background-color: #4d4d4d;
	text-decoration: none;
}

#side-browse h3 a, #side-brand h3 {
	color: #acd373;
	background-image: url('browseh3-bg.gif');
	background-repeat: no-repeat;
	margin: 0;
	line-height: 15px;
	height: 13px;
	display: block;
}

#side-brand h3 {
	padding: 1px 10px 1px 20px;
	color: #ababab;
}

#side-brand {
	margin-top: 10px;
}

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

#side-search-content, #side-select, #side-cart-content, #side-account-content, #side-newsletter-content {
	border: 1px solid #424242;
	padding: 12px 15px 8px 15px;
	margin: 0;
}

#side-newsletter-content, #side-newsletter-content a {
	font-style: italic;
	color: #9c9c9c;
}

#side-search-content {
	padding-bottom: 6px;
}

#side-select {
	padding-top: 8px;
	padding-bottom: 6px;
}

#side-cart-content {
	color: #ffffff;
}

#side-cart-currencies, #side-cart-currencies a {
	color: #89898a;
}

#side-cart-currencies {
	margin: 10px 0 12px 0;
}
/*
#side-newsletter-content {
	padding: 11px;
}
*/
#side-newsletter-form {
	margin: 11px 0 13px 0;
}

#side-search-form-search, #side-newsletter-form-email {
	float: left;
	width: 122px;
}

#side-search-form .button-image, #side-newsletter-form .button-image, #side-select .button-image {
	margin-left: 2px;
	margin-top: 0;
	padding: 0;
	border: 0;
}

#side-select select {
	width: 125px;
	float: left;
}

#main {
	width: 664px;
	min-height: 600px;
	background-color: #ffffff;
}

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

#commodity-right {
	float: right;
	width: 214px;
}

#commodity-price {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#commodity-price-info {
	background-color: #b8ed6c;
	color: #5b8919;
	width: 149px;
	height: 43px;
	background-image: url('bg-priceinfo.gif');
	background-repeat: no-repeat;
	padding: 10px 54px 10px 10px;
}

#commodity-show h2, #cart h2, #details h2, #handling h2, #confirm h2, #quickpay h2, #account h2, #newsletter h2, #login h2, #page-show h2 {
	background-image: url('bg-commoditytitle.png');
	background-repeat: repeat-x;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 28px;
	padding: 0 9px 0 9px;
	font-size: 11px;
}

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

#commodity-large-image img {
	display: block;
	margin: auto;
}

#commodity-thumbnails img {
	border: 1px solid #ccc;
	margin-right: 4px;
}

#commodity-description {
	border: 1px solid #dedede;
	width: 158px;
	margin-bottom: 10px;
}

#commodity-description h3 {
	background-color: #dedede;
	padding: 5px 6px 5px 6px;
	font-weight: normal;
}

#commodity-description div {
	color: #797979;
	padding: 5px 6px 9px 6px;
}

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

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

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

#addcart-submit {
	background-image: url('addtocart.gif');
	background-repeat: no-repeat;
	height: 26px;
	display: block;
	text-transform: uppercase;
	padding-left: 7px;
	line-height: 26px;
}

#wishlist-print {
	padding: 20px;
}

#checkout-process {
	text-align: center;
	margin: 15px 0 9px 0;
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
}

#checkout-process span {
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 4px 0 6px;
	height: 26px;
	line-height: 26px;
	background-color: #b8ed6c;
	display: block;
	float: left;
}

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

#checkout-process img {
	display: block;
	float: left;
	margin-right: 4px;
}

#cart .description, #details .description, #handling .description, #confirm .description, #quickpay .description {
	font-style: italic;
	color: #898989;
	padding-left: 6px;
}

#handling-form table {
	width: 100%;
}

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

#cart-lister thead th, #confirm-lister thead th {
	background-color: #dcdcdc;
	border-right: 1px solid #ffffff;
}

#cart-lister tbody .total td, #confirm-lister tbody .total td {
	background-color: #dcdcdc;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
}

#cart-lister tbody td, #confirm-lister tbody td {
	border-width: 0 1px 1px 0;
	border-color: #dcdcdc;
	border-style: solid;
	padding: 12px 6px 12px 6px;
	vertical-align: middle;
}

#cart-lister tfoot td hr, #details hr, #handling hr, #confirm-lister tfoot td hr, #quickpay hr {
	margin: 1px 0 0 0;
}

#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
}

#page-show div {
	padding: 0 5px 0 5px;
}

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

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

td.lister-td-text {
	vertical-align: top;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e6e6e6;
	background-image: url('bg-commodities.png');
	background-repeat: repeat-x;
}

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

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

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

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

.pager {
	margin-bottom: 8px;
}
.pager .current {
	background-color: #ccc;
	padding: 0 4px 0 4px;
	font-weight: bold;
}

.itemcontroller-select {
	width: 175px;
	margin-left: 6px;
}

#item-selector {
	color: #a3a3a3;
}

#item-selector div div {
	width: 24px;
	height: 18px;
	float: left;
	background-image: url('itemselector-arrow.gif');
	background-repeat: no-repeat;
}

#item-selector div label {
	margin: 6px 0 4px 30px;
	display: block;
}

#commodity-info-materials, #commodity-info-care {
	float: left;
	border: 1px solid #dedede;
	width: 212px;
	margin-right: 6px;
}

#commodity-info-materials h3, #commodity-info-care h3 {
	background-color: #dedede;
	padding: 5px 6px 5px 6px;
	font-weight: normal;
}

#commodity-info-materials div {
	color: #797979;
	padding: 5px 6px 9px 6px;
	height: 12px;
}

#commodity-info-care div {
	padding: 0 6px 0 6px;
	text-align: center;
	height: 26px;
}

#commodity-info-actions {
	border-collapse: collapse;
	width: 212px;
	float: right;
}

#commodity-info-actions th, #commodity-info-actions td {
	border: 1px solid #dedede;
	padding: 4px;
	vertical-align: middle;
	font-style: italic;
	text-align: center;
}

#commodity-info-actions th img {
	display: block;
	margin: auto;
}

#commodity-info-actions td {
	text-align: left;
}

#commodity-info-actions td a {
	color: #707070;
}

#front-brands {
	padding: 8px 30px 20px 30px;
	color: #ababab;
	text-align: center;
	margin-top: 8px;
}

#front-brands a {
	color: #ababab;
}

#brands-lister td.lister-td-image {
	border: 0;
	text-align: center;
	vertical-align: middle;
}

#brands-lister td.lister-td-image div {
	width: 65px;
	text-align: center;
	vertical-align: middle;
}