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

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

input, select, textarea {
	margin: 0 0 4px 0;
	padding: 2px;
}

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

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

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

form {
	margin: 0;
}

h2, h3 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	text-transform: lowercase;
}

h3 {
	font-size: 13px;
}

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



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

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

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

.content {
	margin: 0 8px 8px 8px;
	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;
}

.commodity-lister-price {
	float: right;
}

.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: 964px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
}

#header-menu {
	padding: 4px 4px 4px 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
	background-color: #000;
}

#header-menu, #header-menu a {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

#footer {
	clear: left;
}

#side-left, #side-right, #main {
	float: left;
}

#side-left, #side-right {
	width: 150px;
	margin-top: 4px;
	min-height: 350px;
}

#side-left {
	background-image: url('bg-left.jpg');
	background-repeat: no-repeat;
}

#side-right {
	background-image: url('bg-right.jpg');
	background-repeat: no-repeat;
}

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

#side-browse h3 {
	border: 0;
	margin: 0;
}

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

#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-cart-info, #side-account-info {
	line-height: 180%;
	margin: 0 0 4px 0;
}

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

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

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

#commodity-price {
	color: #800;
	font-weight: bold;
}

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

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

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

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

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

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

#addcart-submit {
	width: 100%;
	background-color: #dc6;
}

#wishlist-print {
	padding: 20px;
}

#checkout-process {
	text-align: center;
	margin: 6px 0 10px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

#checkout-process span {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 8px 0 8px;
}

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

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

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

td.lister-td-text {
	vertical-align: top;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
}

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

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

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

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: 100%;
	margin: 4px 0 4px 0;
}