body {
	margin: 0;
	background-color: #f1f0eb; /* body_bgcolor */
	background-image: url('/res/bg.png'); /* body_bgimage */
	background-repeat: repeat-x;
	color: #7f1853; /* body_color */
}

body, input, select, textarea {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; /* body_font */
	font-size: 11px; /* body_fontsize */
	color: #7f1853; /* body_color */
}

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

select {
	margin: 0 0 4px 0;
}

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

a {
	color: #e90e8a; /* link_color */
	text-decoration: none;
}

a:hover {
	color: #7f1853; /* 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; /* body_font */
	font-size: 15px; /* 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: uppercase; /* headline_transform */
}

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

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

.hr-dotted {
	height: 1px;
	background-color: #e90e8a;
	background-image: url('dotted.gif');
	background-repeat: repeat-x;
	margin: 9px 0 9px 0;
	padding: 0;
}

.hr-dotted hr {
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
}



.header-block {
	margin: 0;
}

side-left-block, .side-right-block, .block-content {
	margin: 0;
	padding: 0;
}

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

.front-block-left, .front-block-right {
	width: 302px;
	float: left;
}

.front-block-left {
	clear: left;
	margin-right: 12px;
}

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

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

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

a.button-image-container, a.button-image-container-wide, 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-wide {
	width: 120px;
	background-image: url('bg-button-wide.gif');
}

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

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

#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');
}

.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: 968px; /* frame_width */
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top: 3px solid #cccccc; /* border_color */
	background-color: #ffffff; /* frame_bgcolor */
	background-image: url('frame-bg.png');
	background-repeat: repeat-y;
}

#frame-inner {
	margin-right: auto;
	margin-left: auto;
	border: 0;
	padding: 0;
	width: 962px;
}

#header-table, #header-tabs, #common-commodity-lister {
	border-collapse: collapse;
}

#header-table td, #header-tabs td, #common-commodity-lister td {
	padding: 0;
}

#header-menu {
	float: right;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
}

#header-menu a {
	color: #7f1853;
}

#header-left, #header-right {
	width: 176px;
	padding-right: 14px;
	vertical-align: top;
}

#header-right {
	width: 222px;
}

#header-center {
	width: 564px;
	vertical-align: bottom;
}

#header-logo-image {
	margin: 3px 0 19px 9px;
}

#header-tabs a {
	color: #ec008c;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('tab-bg.gif');
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
}

#header-tabs .tab-left, #header-tabs .tab-right {
	width: 10px;
	background-image: url('tab-left.gif');
	float: left;
	height: 28px;
}

#header-tabs .tab-right {
	background-image: url('tab-right.gif');
}

#header-cart {
	color: #666666;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

#header-cart-image {
	float: left;
}

#header-cart-info {
	margin-left: 42px;
}

#header-cart-info .button {
	margin-top: 5px;
}

#subheader {
	background-color: #f5c2e1; /* menu_bgcolor */
	background-image: url('subheader-bg.gif'); /* menu_bgimage */
	border-bottom: 2px solid #e5e5e5;
	border-color: #e5e5e5; /* border_color */
	margin-bottom: 12px;
	height: 25px;
	line-height: 120%;
}

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

#subheader-menu a {
	line-height: 25px;
}

#subheader-menu a:hover {
}

#header-search {
	float: right;
	padding: 3px 13px 0 13px;
	width: 218px;
}

#header-search-image {
	float: left;
}

#header-search-form-search {
	margin: 0 0 0 4px;
	width: 130px;
	float: left;
	font-size: 10px;
	color: #7f1853; /* body_color */	
}

#header-search .button {
	margin-left: 4px;
	float: left;
}

#footer {
	clear: left;
	background-color: #f5b6dc;
	color: #ffffff;
	text-align: center;
	border: 1px solid #ffffff;
	padding: 5px;
	font-size: 9px;
}

#footer a {
	color: #ffffff;
}

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

#side-left, #main, #side-right {
	margin-top: 10px;
}

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

#mainwide {
	width: 914px;
	padding: 0 25px 0 24px;
}

#main-left {
	width: 651px;
}

#main-divide {
	width: 60px;
	background-image: url('main-divide-bg.gif');
	background-repeat: repeat-y;
	height: 1000px;
}

#main-right {
	width: 203px;
}

#side-left {
	width: 157px; /* left_width */
	background-repeat: no-repeat;
	background-position: right;
	border-color: #ccc; /* border_color */
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 8px;
}

#side-right {
	width: 150px; /* right_width */
	background-repeat: no-repeat;
	border-color: #ccc; /* border_color */
	border-style: solid;
	border-width: 0;
	padding-left: 11px;
	padding-right: 10px;
	margin: 0;
}

#side-left h3, #side-right h3 {
	color: #668a18;
	font-size: 15px;
	background-color: #fff;
	padding: 16px 0 6px 8px;
	margin: 0;
}

#side-left h3 a, #side-right h3 a {
	color: #668a18;
	text-decoration: none;
}

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

#side-search select {
	width: 146px;
	border: 1px solid #a9658e;
}

#side-search-submit {
	margin-top: 8px;
}

.image-headline {
	display: inline;
	margin: 1px 0 8px 0;
}

.image-arrow {
	margin-bottom: 8px;
	display: inline;
}

.image-arrow-select {
	display: inline;
}

#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 {
	color: #000; /* 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-bottom: 6px;
	border-color: #ccc; /* border_color */
	border-style: solid;
	border-width: 0;
}

#side-browse ul, #side-brands ul, #side-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#side-browse li, #side-brands li, #side-categories li {
	width: 152px;
	height: 14px;
	background-image: url('knap.gif');
	margin-bottom: 2px;
}

#side-browse li a, #side-brands li a, #side-categories li a {
	padding-left: 7px;
	padding-top: 1px;
}

#side-newsletter #form-newsletter {
	background-image: url('newsletter-bg.png');
	background-repeat: no-repeat;
	width: 142px;
	height: 62px;
	padding-top: 6px;
	padding-left: 12px;
	margin-bottom: 4px;
}

#side-newsletter-form-email {
	float: left;
	width: 48px;
}

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

#commodity-show .headline {
	float: left;
}

#commodity-brand {
	float: right;
	margin-bottom: 5px;
}

#commodity-left {
	clear: both;
	float: left;
	width: 344px;
	margin-right: 8px;
}

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

#commodity-prices {
	font-size: 13px;
	font-weight: bold;
	color: #ee2b9d;
}

#commodity-price-info {
	float: left;
}

#commodity-price {
	color: #595656;
	float: right;
}

#commodity-original {
	color: #595656;
	text-align: right;
	font-size: 11px;
	text-decoration: line-through;
}

.itemcontroller-label {
	float: left;
	margin-right: 20px;
}

.itemcontroller-select {
	border: 1px solid #a9658e;
	width: 128px;
	float: left;
}

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

#commodity-large-image {
	border: 0;
	border-color: #ccc; /* border_color */
	margin-bottom: 8px;
	width: 313px;
	height: 470px;
	overflow: hidden;
}

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

#commodity-show-new {
	width: 37px;
	height: 36px;
	background-image: url('new.png');
	background-repeat: no-repeat;
	position: relative;
	top: -470px;
	left: 0px;
}

#commodity-show-new-dummy {
	width: 37px;
	height: 36px;
}

#commodity-show-bestseller {
	width: 141px;
	height: 20px;
	background-image: url('bestseller-overlay.png');
	background-repeat: no-repeat;
	position: relative;
	top: -56px;
	left: 86px;
}

#commodity-show-bestseller-dummy {
	width: 141px;
	height: 20px;
}

#commodity-show-onoffer {
	width: 59px;
	height: 59px;
	background-image: url('onoffer-bg.png');
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 59px;
	position: relative;
	top: -121px;
	left: 240px;
}

#commodity-show-onoffer-dummy {
	width: 59px;
	height: 59px;
}

#commodity-thumbnails img {
	border: 0px solid #ccc;
	border-color: #ccc; /* border_color */
	margin: 0 24px 8px 0;
	float: left;
}

#commodity-title, #commodity-sizes {
	background-color: #eceff4;
	border: 1px #e1e1e1 solid;
	border-top: 0;
	padding: 6px 10px 6px 10px;
	color: #ee2b9d;
}

#commodity-title {
	border-top: 1px #cad0db solid;
}

#commodity-title h2 {
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	color: #ee2b9d;
	margin: 0;
}

#commodity-colorthumbs {
	font-size: 9px;
	color: #917786;
	margin: auto;
}

#commodity-addtocart {
	background-color: #fadbed;	
	border: 1px #cad0db solid;
	border-top: 0;
	padding: 0;
}

#commodity-prices, #commodity-delivery, #commodity-information, #commodity-description, #commodity-materials, #commodity-carelabels {
	border: 1px #cad0db solid;
	border-top: 0;
	padding: 6px 10px 6px 10px;
	color: #68686e;
}

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

#commodity-carelabels {
	text-align: center;
	padding: 3px;
}

#commodity-carelabels img {
	display: inline;
}

#commodity-actions {
	margin: 5px 0 25px 0;
}

#commodity-actions img {
	display: inline;
}

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

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

.table-sizegrid {
	border-collapse: collapse;
	margin: 7px 0 0 17px;
}

.table-sizegrid td, .table-sizegrid th {
	border: 1px solid #d4d4d4;
	width: 27px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	color: #6f6f6f;
	font-size: 10px;
}

.table-sizegrid td.grey {
	background-color: #f1f0eb;
}

.table-sizegrid td.green {
	background-color: #d4f1be;
}

.table-sizegrid td.yellow {
	background-color: #f6e67b;
}

.table-sizegrid td.red {
	background-color: #f8e0ef;
}

.table-sizegrid th {
	color: #ee2b9d;
	font-weight: normal;
	font-size: 11px;
}

.table-sizegrid td a {
	color: #6f6f6f;
	text-decoration: underline;
}

#commodity-sizes-info {
	width: 220px;
	margin-left: 19px;
}

.button, .button:hover {
	background-color: #fefefe;
	color: #eb018a;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	background-image: url('button-bg.gif');
	display: block;
	text-decoration: none;
/*	float: left; */
	margin: auto;
}
.button-left, .button-right {
	background-color: #fefefe;
	background-image: url('button-left.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 19px;
	float: left;
}
.button-right {
	background-image: url('button-right.gif');
	float: right;
}

#header-search .button-left, #header-search .button-right {
	background-color: #f5c2e1;
}

#header-search-submit {
	width: 60px;
}

#header-cart-submit {
	width: 168px;
}

#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: #eceff4; /* left_bgcolor */
	padding: 8px 16px 8px 16px;
}

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

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

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

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

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

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

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

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

#details select {
	width: 100px;
}

#details textarea {
	width: 272px;
	height: 50px;
}

#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 8px 8px 8px;
	border-collapse: separate;
}

#confirm-lister-delivery, #confirm-lister #confirm-lister-delivery td {
	background-color: #eceff4; /* left_bgcolor */
}

#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, #lost-content {
	margin-top: 7px;
}

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

td.lister-td-image {
	vertical-align: middle;
	border-width: 2px;
	border-style: solid;
	border-color: #fbdbe9; /* border_color */
	padding: 0;
	margin: 0;
	width: 141px;
}

#commodity-show td.lister-td-image {
	border: 0;
	width: 89px;
}

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

td.lister-td-text {
	vertical-align: top;
	border-width: 0;
	border-style: solid;
	border-color: #fbdbe9; /* border_color */
	width: 133px;
	height: 80px;
	padding: 4px;
}

#commodity-show td.lister-td-text {
	font-size: 9px;
	width: 89px;
	height: 30px;
}

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

#commodity-show td.lister-horizontal-spacer {
	width: 26px;
}

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

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

.pager, #breadcrumbs {
	margin: 8px 0 8px 0;
	color: #e90e8a; /* link_color */
}

#breadcrumbs {
	margin-top: 0;
}

#commodity-show #breadcrumbs {
	float: left;
	margin-top: 0;
}

.pager img, #breadcrumbs img {
	display: inline;
}

.pager table {
	width: 100%;
}

.pager .current {
	font-weight: bold;
	text-decoration: underline;
}

.commodity-lister-brand {
	height: 24px;
	padding: 2px 0 2px 0;
}

.commodity-lister-brand img {
}

.commodity-lister-image {
	overflow: hidden;
	height: 212px;
}

#commodity-show .commodity-lister-image {
	overflow: hidden;
	height: 134px;
}

.commodity-lister-new {
	width: 37px;
	height: 36px;
	background-image: url('new.png');
	background-repeat: no-repeat;
	position: relative;
	top: -212px;
	left: 0px;
}

.commodity-lister-new-dummy {
	width: 37px;
	height: 36px;
}

.commodity-lister-bestseller {
	width: 141px;
	height: 20px;
	background-image: url('bestseller-overlay.png');
	background-repeat: no-repeat;
	position: relative;
	top: -56px;
	left: 0px;
}

.commodity-lister-bestseller-dummy {
	width: 141px;
	height: 20px;
}

.commodity-lister-onoffer {
	width: 59px;
	height: 59px;
	background-image: url('onoffer-bg.png');
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 59px;
	position: relative;
	top: -120px;
	left: 80px;
}

.commodity-lister-onoffer-dummy {
	width: 59px;
	height: 59px;
}

.commodity-lister-price {
	font-weight: bold;
}

.commodity-lister-price span {
	text-decoration: line-through;
	font-size: 10px;
}

#commodity-lister-sort, #commodity-lister-view {
	background-color: #e4e7ec;
	color: #1e232c;
	margin: 6px 0 6px 0;
	padding: 4px;
}

#commodity-lister-sort a, #commodity-lister-view a {
	color: #1e232c;
}


#popup-commodity-add-outer {
	position: absolute;
	top: 73px;
	clear: both;
}

#popup-commodity-add {
	clear: both;
	width: 405px;
	height: 222px;
	background-image: url('popup-large-bg.png');
	background-repeat: no-repeat;
	position: relative;
	left: 369px;
	color: #565656;
}

#popup-commodity-add-content {
	padding: 0 30px 0 30px;
}

#popup-commodity-close {
	text-align: right;
	font-size: 10px;
	color: #ee2b9d;
	padding: 8px 14px 0 0;
}

#popup-commodity-close img {
	display: inline;
	vertical-align: middle;
}

#popup-commodity-title {
	font-size: 14px;
}

#popup-commodity-title span {
	color: #ee2b9d;
}

#popup-commodity-info {
	font-size: 11px;
	margin: 10px 0 12px 0;
}

#popup-commodity-quantity {
	font-size: 14px;
}

#popup-commodity-add-addtocart {
	margin: 6px 6px 0 6px;
}

#brands a {
	color: #565656;
}

#brands td img {
	margin: auto;
}

#subpage-image {
	float: left;
	margin-right: 12px;
}

#subpage-excerpt {
	float: right;
	width: 440px;
}

#subpage-body, #subpage-actions {
	margin: 12px 0 12px 0;
}

#subpage-actions img {
	float: left;
	margin-left: 2px;
}

#subpage-actions img.first {
	margin: 0;
}

#subpage-series a {
	width: 303px;
	margin: 0 2px 8px 2px;
	float: left;
	display: block;
}

#faq-question {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 8px;
}

#faq-answer {
	padding: 10px;
	background-color: #eceff4;
}

#giftcertificate input {
	width: 100px;
}

.commodity-lister-popup {
	position: relative;
	width: 0;
	height: 0;
	top: 0;
	left: 144px;
	display: none;
	z-index: 10;
}

.commodity-lister-popup div {
	position: absolute;
	border: 1px solid #eb018a;
	background-color: #f3f0f2;
	width: 240px;
	padding: 5px;
	color: #7f1853;
	font-size: 10px;
}

.commodity-lister-popup h3 {
	color: #eb018a;
	text-transform: none;
	margin: 0;
	font-size: 14px;
}

.commodity-lister-popup h4 {
	color: #eb018a;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

.commodity-lister-popup table {
	margin-top: 10px;
}

#common-commodity-lister .commodity-lister-popup th, #common-commodity-lister .commodity-lister-popup td {
	padding-bottom: 10px;
	vertical-align: top;
}

.commodity-lister-popup th {
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 4px;
}

.commodity-lister-popup td {
	color: #59764a;
}

.commodity-lister-popup img {
	display: inline;
	vertical-align: middle;
}