body {
	margin: 0;
	background-color: #fdfdfd; /* body_bgcolor */
	background-image: url('bg-full.png'); /* body_bgimage */
	background-repeat: repeat-x;
	background-position: center 0;
	color: #000; /* body_color */
}

body, input, select, textarea {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; /* body_font */
	font-size: 11px; /* body_fontsize */
	line-height: 120%;
}

input, select, textarea {
	font-size: 10px;
	line-height: 10px;
	padding: 0;
}

input[type=text], input[type=password], textarea {
/*	margin: 2px 0 8px 0; */
	margin: 2px 0 2px 0;
	padding: 0;
/*	padding: 2px; */
}

input[type=text], input[type=password] {
	height: 13px;
}

select {
	margin: 0 0 4px 0;
}

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

a {
	color: #000; /* link_color */
	text-decoration: underline;
}

a:hover {
	color: #000; /* hover_color */
	text-decoration: underline;
}

a:focus {
	outline: none;
}

img {
	border: 0;
	display: block;
}

form {
	margin: 0;
}

form table, table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2, h3 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; /* headline_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 hr, .hr-dotted hr, .hr-wide hr {
	display: none;
}

.hr {
	clear: both;
	height: 1px;
	border-bottom: 1px solid #cacaca;
	margin: 4px 0 4px 0;
}

.hr-dotted {
	clear: both;
	height: 1px;
	background-image: url('hr-dotted.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.hr-wide {
	clear: both;
	height: 1px;
	background-image: url('hr-wide.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 8px;
}



.header-block {
	margin: 0;
}

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

.front-block {
	text-align: center;
	float: left;
	margin: 0;
}

.frontsplash-block {
	width: 617px;
	float: left;
	margin: 0 10px 6px 0;
}

.frontsplash-block p {
	margin: 0;
}

.minisplash-block {
	float: left;
	margin: 0 0 8px 0;
}

#front-news {
	float: left;
	margin-bottom: 6px;
	width: 199px;
}

#front-news-content {
	height: 184px;
	overflow: auto;
	background-image: url('front-news-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 0 1px;
}

#front-news-content-inner {
	width: 174px;
}

.front-news-published {
	background-color: #eaeaea;
	color: #0095d8;
	padding: 3px 0 3px 8px;
}

.front-news-title, .front-news-text, .front-news-link {
	padding: 6px 0 3px 8px;
}

.front-news-title {
	font-weight: bold;
	padding-bottom: 0;
}

.front-news-text {
	padding-top: 0;
}

.front-news-text a {
	color: #0095d8;
}

.front-news-link a {
	font-weight: bold;
	color: #000000;
}

#front-blocks {
	float: left;
}

#front-brands {
	clear: both;
	margin-bottom: 8px;
}

#front-right {
	float: right;
}

#front-newcommodities, #front-recommendations, #front-restocked {
	margin-bottom: 8px;
}

#front-newcommodities-previous, #front-newcommodities-next {
	float: left;
}

#front-recommendations-content, #front-restocked-content {
	background-image: url('front-news-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 11px 8px 11px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 120%;
	width: 177px;
}

#front-recommendations-content a, #front-restocked-content a {
	display: block;
	text-decoration: none;
	color: #585858;
}

#front-recommendations-content .hr-dotted, #front-restocked-content .hr-dotted {
	margin: 4px 0 3px 0;
}

.front-recommendation-brand, .front-restocked-brand {
	color: #00a3ec;
	font-weight: bold;
}

.front-recommendation-title, .front-restocked-title {
	display: block;
	float: left;
}

.front-recommendation-price, .front-restocked-price {
	display: block;
	float: right;
}

.front-recommendation-image, .front-restocked-image {
	display: none;
	position: relative;
	top: -70px;
	left: 130px;
	width: 0;
	height: 0;
}

.front-recommendation-image-content, .front-restocked-image-content {
	background-color: #ffffff;
	border: 1px solid #bababa;
	padding: 6px;
	width: 105px;
}

#front-restocked-content {
	width: 194px;
	padding: 4px 0 2px 5px;
}

#front-restocked-content a img {
	float: left;
	margin: 0 3px 3px 0;
}

.front-restocked-image {
	float: left;
	top: 20px;
	left: -3px;
}

#frame-table td#footer-container {
	vertical-align: bottom;
}

.footer-block {
	margin-top: 8px;
	color: #2e2e2d;
}

.footer-block a {
	text-decoration: none;
}

.content {
	padding: 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-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:hover {
	background-image: url('bg-button-hover.gif');
	text-decoration: none;
	color: #fff;
}

#cart-continue, #details-login-continue, #details-continue, #details-alternate-continue, #handling-continue, #confirm-continue, #quickpay-continue {
	float: right;
}

#details-alternate-continue {
	margin: 8px 0 6px 0;
}

#handling-continue {
	margin-right: 20px;
}

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

#commodity-lister-brandinfo, #sizeguide-brandinfo, #sizeguide-content {
	background-image: url('fullbox-grey-bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3px 14px 10px 8px;
	margin-bottom: 8px;
}

#commodity-lister-brandinfo-image, #sizeguide-brandinfo-image {
	float: left;
	width: 398px;
}

#commodity-lister-brandinfo-text, #sizeguide-brandinfo-text {
	float: right;
	width: 378px;
}

#commodity-lister-brandinfo-text h3, #sizeguide-brandinfo-text h3 {
	margin: 4px 0 0 0;
	color: #00a3ec;
}

.commodity-lister-brand a, .commodity-lister-title a, .commodity-lister-sizes, .brand-lister-title a, .brand-lister-text, .brand-lister-link a {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	height: 12px;
	margin-bottom: 2px;
	display: block;
}

.commodity-lister-brand a {
	color: #00a3ec;
	padding-top: 3px;
}

.commodity-lister-title {
	font-size: 10px;
}

.commodity-lister-sizes {
	font-weight: normal;
	font-size: 9px;
}

.brand-lister-text, .brand-lister-link {
	font-size: 9px;
}

.brand-lister-text {
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 120%;
	height: 44px;
}

.commodity-lister-prices, .commodity-lister-prices-offer {
	padding-left: 10px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 25px;
	float: left;
}

.commodity-lister-prices-offer {
	margin-top: 0;
}

.commodity-lister-prices-original {
	padding-left: 10px;
	font-weight: bold;
	font-size: 9px;
	color: #444444;
	float: left;
	margin-top: 7px;
	margin-bottom: 3px;
}

.commodity-lister-original {
	padding-right: 25px;
	float: right;
	text-decoration: line-through;
	color: #444444;
	font-weight: bold;
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 2px;
}


.commodity-lister-price, .commodity-lister-offer {
	padding-right: 15px;
	float: right;
	font-weight: bold;
	color: #ffffff;
	background-image: url('commodity-lister-bottom-price-bg.png');
	background-repeat: no-repeat;
	width: 77px;
	height: 17px;
	line-height: 15px;
	text-align: center;
}

.commodity-lister-price {
	margin-top: 24px;
}

.commodity-lister-offer {
	background-image: url('commodity-lister-bottom-offer-bg.png');
	color: #000000;
}

#common-commodity-lister td.lister-td-text img, #brand-lister td.lister-td-text img {
	float: right;
	margin: 10px 20px 0 0;
}

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

.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: 996px; /* frame_width */
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff; /* frame_bgcolor */
}

#frame-table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 0;
	width: 996px;
}

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

#frame-table table td {
	vertical-align: middle;
}

#header {
	background-image: url('header-bg.png');
	background-repeat: no-repeat;
	height: 82px;
}

#header-login {
	padding: 5px 0 0 232px;
	color: #7d7d7d;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
}

#header-login img, #header-login form, #header-login span {
	float: left;
	margin-right: 5px;
}

#header-login-form {
	background-image: url('header-login-bg.png');
	background-repeat: no-repeat;
	margin-left: 8px;
}

#header-login-name, #header-login-password {
	border: 0;
	background-color: none;
	color: #7d7d7d;
	height: 13px;
	width: 98px;
	font-size: 10px;
	margin: 2px 10px 0 7px;
	padding: 0;
	float: left;
}

#header-login-submit {
	color: #ffffff;
	text-decoration: none;
	float: left;
	display: block;
	width: 62px;
	margin-right: 2px;
	line-height: 14px;
	font-size: 9px;
	font-weight: bold;
	padding-left: 6px;
}

#logo-overlay {
	position: relative;
	left: 0;
	top: -70px;
	height: 0;
	width: 0;
	overflow: none;
}

#logo-overlay a {
	display: block;
	width: 200px;
	height: 60px;
}

#customerservice-overlay {
	position: relative;
	left: 908px;
	top: -82px;
	height: 0;
	width: 0;
	overflow: none;
}

#subheader, #subfooter, #subfooter-full {
	background-image: url('subheader-bg.png');
	background-repeat: repeat-x;
	height: 30px;
	margin-bottom: 4px;
}

#subfooter {
	width: 617px;
	margin: 8px 0 8px 9px;
}

#subfooter-full {
	width: 826px;
	margin: 8px 0 8px 9px;
}

#subheader-menu {
	float: left;
}

#subfooter-menu {
	margin: auto;
	width: 220px;
}

#subheader-menu a, #subfooter-menu a {
	color: #000000; /* menu_color */
	display: block;
	float: left;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding: 0 9px 0 9px;
	font-size: 11px;
}

#subheader-menu a#subheader-menu-guys, #subheader-menu a#subheader-menu-girls {
	padding: 0;
}

#subheader-menu a:hover, #subfooter-menu a:hover {
	color: #666666;
	text-decoration: none;
}

#subheader-menu img, #subfooter-menu img {
	float: left;
}

#subheader-currency, #subheader-language {
	float: right;
	color: #888888;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	line-height: 30px;
	margin-right: 10px;
}

#subheader-currency {
	margin-left: 10px;
}

#subheader-currency form {
	display: inline;
	margin-left: 10px;
}

#subheader-language img {
	padding-left: 5px;
	display: inline;
}

#footer {
	clear: left;
	width: 617px;
	margin-left: 9px;
}

#footer-full {
	clear: left;
	width: 826px;
	margin-left: 9px;
}

#footer-brands {
	width: 617px;
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	line-height: 130%;
	background-image: url('widebox-bg.png');
	background-position: bottom left;
	padding-bottom: 8px;
}

#footer-full #footer-brands {
	width: 826px;
	background-image: url('fullbox-bg.png');
	background-position: bottom left;
}

#footer-brands a {
	text-decoration: none;
}

#main {
	width: 826px; /* main_width */
	margin: 0 10px 0 9px;
	border-left: 9px solid #ffffff;
	border-right: 10px solid #ffffff;
	background-color: ; /* main_bgcolor */
}

#side-left {
	width: 151px; /* left_width */
	margin: 0;
	padding: 0;
	border: 0;
}

#side-search {
	background-image: url('side-search-bg.png');
	background-repeat: no-repeat;
	height: 92px;
	padding: 6px 0 0 10px;
	margin-bottom: 6px;
}

#side-search-selects {
	height: 64px;
}

#side-search select {
	width: 130px;
	margin: 0 0 2px 0;
	padding: 0;
}

#side-search-search {
	float: left;
	width: 68px;
	height: 12px;
	margin: 1px 4px 0 4px;
	border: 0;
	padding: 0 0 0 4px;
	background-color: none;
	color: #7d7d7d;
}

a#side-search-submit {
	float: right;
	display: block;
	width: 52px;
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 9px;
	font-weight: bold;
	line-height: 14px;
	padding-left: 8px;
}

#side-cart {
	background-image: url('side-cart-bg.png');
	background-repeat: no-repeat;
	height: 127px;
	margin-bottom: 6px;
	padding: 0 10px 0 10px;
}

#side-cart-info {
	padding-top: 10px;
}

#side-cart-info a {
	text-decoration: none;
}

#side-cart-lister-container {
	display: none;
	height: 0;
}

#side-cart-lister {
	position: relative;
	top: 10px;
	left: 20px;
	border: 1px solid #888888;
	padding: 6px;
	width: 78px;
	background-color: #ffffff;
}

#side-cart-total, #side-cart-submit {
	color: #0095d8;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 9px;
}

#side-cart-submit {
	margin-top: 0;
	padding-top: 13px;
	display: block;
	font-size: 12px;
}

#side-cart-left {
	float: left;
	color: #000000;
	text-transform: uppercase;
}

#side-cart-right {
	float: right;
}

#side-newsletter, #side-sms {
	margin-bottom: 6px;
}

#side-newsletter-form, #side-sms-form {
	background-image: url('side-newsletter-bg.png');
	background-repeat: no-repeat;
	height: 96px;
}

#side-newsletter-form-email, #side-sms-form-cell {
	width: 120px;
	height: 12px;
	margin: 5px 0 5px 14px;
	border: 0;
	padding: 0;
	background-color: none;
	color: #7d7d7d;
}

#side-newsletter-unsubscribe, #side-newsletter-subscribe, #side-sms-unsubscribe, #side-sms-subscribe {
	margin: 3px 0 0 10px;
	display: block;
}

#side-browse {
	background-image: url('side-browse-bg.png');
	background-repeat: repeat-y;
	width: 151px;
	margin-bottom: 6px;
}

#side-browse a {
	display: block;
	height: 20px;
	line-height: 20px;
	background-image: url('side-browse-middle-bg.png');
	background-repeat: repeat-x;
	padding: 0 0 0 10px;
	margin-bottom: 3px;
	text-decoration: none;
}

#side-browse a#side-browse-top {
	background-image: url('side-browse-top-bg.png');
}

#side-browse a#side-browse-bottom {
	background-image: url('side-browse-bottom-bg.png');
	color: #27b501;
}

#side-livechat {
	margin-bottom: 6px;
}

#side-addfavourite {
	background-image: url('side-addfavourite-bg.png');
	background-repeat: repeat-y;
	margin-bottom: 6px;
}

#side-addfavourite-twitter {
	margin-bottom: 4px;
}

#commodity-return {
	float: left;
	margin-right: 10px;
	vertical-align: top;
	position: relative;
	top: -3px;
}

#commodity-show h2 {
	font-size: 11px;
	font-weight: normal;
}

#commodity-show h2 span {
	font-weight: bold;
	text-transform: uppercase;
}

#commodity-prices {
	text-align: center;
	line-height: 130%;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #9d9d9d;
	border-top: 1px solid #cacaca;
	margin: 0 9px 0 9px;
}

#commodity-price-description {
	font-size: 9px;
}

#commodity-price-description a {
	text-decoration: none;
	color: #9d9d9d;
}

#commodity-price, #commodity-price-offer span.right {
	color: #474747;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}

#commodity-price-offer {
	text-align: left;
	color: #00a3ec;
	font-size: 14px;
	font-weight: bold;
}

#commodity-price-offer span.right {
	color: #474747;
	border-bottom: 3px double #7f7f7f;
	font-size: 16px;
}

#commodity-price-original, #commodity-price-save, #commodity-price-save-pct {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#commodity-price-original span.left, #commodity-price-save span.left, #commodity-price-save-pct span.left, #commodity-price-offer span.left {
	float: left;
}

#commodity-price-original span.right, #commodity-price-save span.right, #commodity-price-save-pct span.right, #commodity-price-offer span.right {
	float: right;
}

#commodity-price-save-pct span {
	color: #59c03e;
	text-transform: lowercase;
}

#commodity-brand {
	margin: 0 auto 10px auto;
}

#commodity-brand img {
	margin: auto;
	vertical-align: middle;
}

#commodity-left {
	clear: both;
	float: left;
	width: 617px;
	margin-right: 10px;
}

#commodity-left-content {
	padding: 7px 10px 6px 10px;
	width: 597px;
}

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

#commodity-right-content {
	background-image: url('smallbox-bg.png');
	background-position: left bottom;
	padding: 8px 1px 8px 1px;
}

.medium-left, .medium-right {
	background-image: url('mediumbox-bg.png');
	background-position: left bottom;
	padding-bottom: 8px;
	float: left;
	width: 302px;
}

.medium-left {
	margin-right: 13px;
}

.medium-left div, .medium-right div {
	padding: 10px;
}

.medium-left div div, .medium-right div div {
	padding: 0;
}

.medium-left div h3, .medium-right div h3, .main div h3 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	text-transform: none;
	margin-bottom: 5px;
}

.medium-left div.div, .medium-right div.div {
	background-image: url('medium-div-bg.png');
	background-repeat: repeat-x;
	padding-top: 24px;
}

form label {
	font-weight: normal;
/*
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
*/
}

#commodity-show #item-selector {
	clear: both;
	float: left;
	padding: 10px;
	width: 177px;
}

#commodity-show #item-selector label {
	color: #292929;
	margin: 0 0 2px 6px;
	display: block;
	font-style: normal;
}

#commodity-show #item-selector select {
	width: 179px;
}

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

#commodity-large-image {
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	border-bottom: 2px solid #a9a9a9;
	border-color: #a9a9a9; /* border_color */
	text-align: left;
	width: 495px;
	height: 495px;
	float: left;
	clear: both;
}

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

#commodity-showdetails {
	text-align: left;
	position: relative;
	top: 3px;
	left: 442px;
	height: 0;
	width: 50px;
}

#commodity-showdetails span {
	text-decoration: underline;
}

#commodity-thumbnails-outer {
	width: 100px;
	height: 498px;
	overflow: auto;
}

#commodity-thumbnails-arrow {
	float: left;
	margin: 22px 0 0 8px;
	position: relative;
}

#commodity-thumbnails {
	width: 60px;
	float: left;
	margin-left: 4px;
}
/*
#commodity-thumbnails-content {
	background-image: url('commodity-thumbnails-bg.png');
	background-repeat: repeat-y;
	padding: 6px 9px 1px 9px;
}
*/
#commodity-thumbnails-content table {
	border-collapse: collapse;
	border-spacing: 0;
}

#commodity-thumbnails-content table td {
	width: 60px;
	height: 60px;
	vertical-align: top;
	padding-bottom: 13px;
}

#commodity-thumbnails-content table td div {
	width: 60px;
	height: 60px;
	background-color: #e5e5e5;
}

#commodity-thumbnails-content table td.bottom {
	padding-bottom: 0;
}

#commodity-thumbnails-content img {
	margin: auto;
}

#commodity-sizeguide {
}

#commodity-sizeguide a {
	display: block;
	background-image: url('sizeguide-button-bg.gif');
	background-repeat: no-repeat;
	color: #00a3ec;
	width: 175px;
	height: 28px;
	text-decoration: none;
	font-weight: bold;
	line-height: 26px;
}

#commodity-show #item-selector, #commodity-stock #availability-0, #commodity-stock #availability-1, #commodity-stock #availability-2, #commodity-addtocart, #commodity-actions, #commodity-description, #commodity-materials {
	clear: both;
	background-image: url('commodity-information-bg.png');
	background-repeat: repeat-x;
	min-height: 32px;
	padding: 10px;
}

#commodity-stock #availability-0, #commodity-stock #availability-1, #commodity-stock #availability-2, #commodity-addtocart, #commodity-actions {
	background-image: none;
}

#commodity-stock #availability-0, #commodity-stock #availability-1, #commodity-stock #availability-2 {
	margin: 0 10px 10px 10px;
	padding: 15px 30px 0 30px;
	background-repeat: no-repeat;
	width: 119px;
	height: 35px;
	color: #2d2d2b;
	text-align: center;
	font-size: 9px;
	line-height: 110%;
}

#commodity-description h3, #commodity-materials h3 {
	text-transform: none;
	font-weight: bold;
	color: #292929;
}

#commodity-stock span {
	margin: 6px 0 0 6px;
	display: block;
}

#commodity-actions img {
	margin-bottom: 4px;
}

#commodity-tell {
	float: left;
}

#commodity-pricematch {
	float: right;
}

#addwishlist-submit {
	margin: 2px 0 5px 5px;
	display: block;
}

#commodity-share {
	margin-top: 6px;
	color: #686868;
	font-weight: bold;
}

#commodity-share img {
	float: right;
	vertical-align: bottom;
	margin-left: 8px;
}

#commodity-info {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 32px;
}

#commodity-info th, #commodity-info td {
	margin: 0;
	padding: 4px 8px 4px 8px;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}

#commodity-info td {
	padding: 0 8px 0 8px;
}

#commodity-info-care img {
	display: inline;
}

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

#commodity-large-show-info {
	padding: 0 20px 0 20px;
}

#commodity-large-show-info-left {
	float: left;
}

#commodity-large-show-info-right {
	float: right;
}

#commodity-large-show-info-right img {
	display: inline;
}

#commodity-large-show-info form, #commodity-large-show-info #item-selector {
	display: inline;
	float: left;
}

#commodity-large-show-info #item-selector div, #commodity-large-show-info #item-selector select {
	width: 197px;
	margin-right: 10px;
	float: left;
}

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

#commodity-associates h3 {
	color: #00a3ec;
	font-size: 14px;
	margin: 16px 0 8px 0;
}

.button-color, .button-color:hover, .button-color-small, .button-color-small:hover {
	background-color: #668a18;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	width: 148px;
	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; */
	margin: auto;
}
.button-color:hover, .button-color-small:hover {
	background-color: #769a28;
}
.button-color:active, .button-color-small:active {
	background-color: #567a08;
}
.button-color-small, .button-color-small:hover {
	font-size: 12px;
	width: 74px;
	height: 20px;
	line-height: 20px;
}

.button-color-left, .button-color-right, .button-color-small-left, .button-color-small-right {
	background-image: url('button-color-left.png');
	background-repeat: no-repeat;
	width: 4px;
	height: 40px;
	float: left;
}
.button-color-small-left {
	background-image: url('button-color-small-left.png');
	height: 20px;
}
.button-color-right, .button-color-small-right {
	background-image: url('button-color-right.png');
	float: right;
}
.button-color-small-right {
	background-image: url('button-color-small-right.png');
	height: 20px;
}

#page-show-top img {
	margin-bottom: 7px;
}

#page-show-title, #page-show-full-title, #blog-lister-title, #blog-show-title, #commodity-show-title, #commodity-right-title, .medium-left-title, .medium-right-title, #competition-lister h2, #competition-show h2, #checkout-top h3, #faq-title, #account h2, #newsletter h2, #login h2, #lost h2, #combination-left h2.headline, #combination-commodities h2, #order-lister h2, #sizeguide h2, #combination-top h2 {
	background-image: url('widebox-header-bg.png');
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	height: 21px;
	line-height: 21px;
	text-transform: none;
	padding-left: 9px;
	font-size: 10px;
}

#commodity-right-title, #combination-commodities h2 {
	background-image: url('smallbox-header-bg.png');
}

#page-show-full-title, #sizeguide h2, #combination-top h2 {
	background-image: url('fullbox-header-bg.png');
}

.medium-left-title, .medium-right-title {
	background-image: url('mediumbox-header-bg.png');
}

#page-show-body, #page-show-full-body, #page-show-full-shadow-body, #blog-lister-content, #blog-show-content, #commodity-left-content, #competition-lister-content, #competition-show-content, #account-content, #newsletter-content, #login-content, #lost-content, #combination-content {
	background-image: url('widebox-bg.png');
	background-repeat: repeat-y;
	background-position: bottom left;
	padding: 10px;
	margin-bottom: 10px;
	width: 597px;
}

#ss_vilkaar #page-show-body {
	background-image: url('page-terms-bg.jpg');
}

#login-content, #lost-content {
	background-image: url('widebox-grey-shadow-bg.png');
}

#account-content, #newsletter-content {
	background-image: url('widebox-grey-shadow-bg.png');
	padding: 1px;
	width: 615px;
}

#account-content p.description {
	padding: 10px 20px 10px 20px;
}

#account th, #newsletter th {
	width: 50px;
}

#account h3, #newsletter h3 {
	font-size: 14px;
	color: #0095d8;
	padding: 15px 5px 10px 20px;
}

#account input[type=text], #account input[type=password], #newsletter input[type=text], #newsletter input[type=password] {
	width: 151px;
	margin: 3px 0 3px 0;
}

#account-body-email, #account-body-address, #account-body-additional {
	background-color: #ffffff;
	border-top: 1px solid #b1adb4;
}

#account-body-newsletter, #account-body-sms {
	border-top: 1px solid #b1adb4;
}

#account-table, #newsletter-table, #sms-table {
	width: 100%;
}

#lost-table, #login-table {
	margin-top: 8px;
	width: 246px;
}

#lost-table {
	width: 175px;
}

#account table.form-table-doublecell {
	width: 522px;
}

#account-body-newsletter table, #account-body-sms table, #newsletter-body-newsletter table, #sms-body-sms table {
	width: 200px;
}

#account-body-newsletter table input.checkbox, #account-body-sms table input.checkbox, #newsletter-body-newsletter table input.checkbox, #sms-body-sms table input.checkbox {
	margin: 0 10px 4px 20px;
}

#account-form th, #newsletter-form th, #sms-form th {
	width: 72px;
	padding-left: 20px;
}

#account-form td, #newsletter-form td, #sms-form td {
	padding: 0;
}

#account-form th.right {
	width: 119px;
}

#account-form td.right {
	width: 224px;
}

#account-form-submit, #newsletter-form-submit, #sms-form-submit {
	float: right;
	padding: 0 20px 10px 0;
}

#lost-form-submit, #login-form-submit, #login-lost, #login-create {
	float: right;
	padding: 4px 0 4px 10px;
}

#newsletter-body-newsletter .validation-error, #sms-body-sms .validation-error {
	margin-left: 20px;
}

#combination-left {
	float: left;
}

#combination-right {
	float: right;
}

#combination-content {
	width: 617px;
	height: 800px;
	padding: 0;
	margin: 0;
}

#combination h3 {
	font-size: 14px;
	color: #0095d8;
	padding: 10px;
}

#combination-image {
	margin: 0 5px 5px 6px;
	height: 501px;
}

#combination-text {
	margin: 0 1px 0 1px;
	background-color: #eee;
	border-bottom: 1px solid 888;
	padding: 10px;
	height: 80px;
}

#combination-text h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

#combination-text p {
	margin-top: 0;
}

h3#combination-title {
	color: #888;
}

#combination-arrows {
	height: 0;
	position: relative;
	top: -255px;
	left: 11px;
	width: 585px;
}

#combination-arrows-previous {
	float: left;
}

#combination-arrows-next {
	float: right;
}

#combination-top {
	padding: 0 1px 4px 1px;
	width: 824px;
	background-image: url('fullbox-grey-shadow-bg.png');
	background-position: bottom;
	margin-bottom: 12px;
}

#combination-group {
	margin: 0;
	width: 172px;
	padding: 5px;
	font-size: 12px;
	color: #7b7b7b;
	line-height: 130%;
	border-right: 10px solid #ffffff;
}

#combination-group h3 {
	margin: 0;
	padding: 0;
	border: 0;
}

#combination-group h3 a {
	color: #00a3ec;
	text-decoration: none;
	text-transform: none;
}

#combination-group img {
	margin-bottom: 10px;
}

#combination-thumbnails {
/*	background-image: url('combination-thumbnails-bg.png');
	background-repeat: no-repeat;*/
	background-color: #dedede;
	padding: 5px 12px 5px 17px;
	border: 1px solid #afafb1;
}

#combination-thumbnails img {
	float: left;
	margin-right: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#combination-thumbnails div {
	float: left;
	width: 60px;
	height: 60px;
	background-color: #bebebe;
	margin-right: 5px;
}

#combination-thumbnails .active img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#combination-commodities-content {
	width: 197px;
	height: 800px;
	padding: 0 1px 0 1px;
	margin: 0;
	background-image: url('smallbox-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.combination-commodity {
	background-color: #f0f0f0;
	margin-bottom: 3px;
	padding: 2px 5px 2px 5px;
}

.combination-commodity-image {
	float: left;
	margin-right: 5px;
}

.combination-commodity-info {
	float: left;
	width: 84px;
	line-height: 100%;
}

.combination-commodity-brand, .combination-commodity-brand a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	color: #0095d8;
}

.combination-commodity-description, .combination-commodity-description a {
	text-decoration: none;
	font-size: 9px;
	height: 29px;
}

.combination-commodity-size {
	font-size: 9px;
}

.combination-commodity-size select {
	margin-top: 4px;
}

#page-show-full-body {
	background-image: url('fullbox-bg.png');
	width: 806px;
}

#sms-form {
	border-top: 1px solid #b1adb4;
}

#page-show-full-shadow-body {
	background-image: url('fullbox-shadow-bg.png');
	width: 806px;
}

#page-show-full-body div, #page-show-full-shadow-body div {
	padding: 0;
}

#page-show-full-body h4, #page-show-full-shadow-body h4 {
	margin: 0;
}

#page-show-body p {
	margin: 0;
}

#faq select {
	width: 250px;
}

#faq-top {
	background-image: url('widebox-grey-bg.png');
	background-repeat: repeat-y;
	border-bottom: 1px solid #b1adb4;
	width: 616px;
	height: 160px;
	padding-right: 1px;
}

#faq-top-content {
	background-image: url('faq-bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 120px;
	padding: 20px;
}

#faq-top-content h2 {
	text-transform: none;
	font-style: italic;
}

#faq-content {
	background-image: url('widebox-grey-shadow-bg.png');
	background-repeat: repeat-y;
	background-position: bottom left;
	width: 617px;
	padding: 10px 0 20px 0;
	color: #2d2d2b;
}

#faq-body {
	padding: 0 20px 0 20px;
}

#faq-questions {
	margin-top: 16px;
}

#faq-questions input {
	margin: 0 4px 4px 20px;
}

#faq-answer {
	background-color: #ffffff;
	background-image: url('faq-answer-bg.png');
	background-repeat: no-repeat;
	padding: 1px 5px 1px 55px;
	border-width: 0 1px 1px 1px;
	border-color: #b1adb4;
	border-style: solid;
	margin: 4px 0 4px 0;
}

#blog-lister, #blog-show {
	width: 617px;
}

#blog-lister-content-left, #blog-lister-content-right, #blog-show-content-left, #blog-show-content-right {
	float: left;
}

#blog-lister-content-left, #blog-show-content-left {
	padding: 6px 21px 19px 22px;
	width: 549px;
/*	width: 449px; */
}

#blog-lister-content-right, #blog-show-content-right {
	padding: 30px 0 0 0;
}

#blog-lister-content-right a, #blog-show-content-right a {
	text-decoration: none;
}

.blog-title, .blog-published {
	float: left;
	margin: 0 4px 0 4px;
	line-height: 24px;
}

.blog-return {
	float: right;
	vertical-align: top;
	margin: 0 12px 0 0;
}

.blog-title {
	font-size: 20px;
	line-height: 20px;
}

.blog-excerpt {
	margin: 0 4px 0 4px;
}

.blog-readmore {
	float: right;
}

#competition-lister-content {
	padding: 14px 14px 4px 14px;
}

#competition-lister-competition, #competition-lister-competition-right {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

#competition-lister-competition-right {
	margin-right 0;
}

#competition-show-content {
	padding: 10px 14px 10px 14px;
}

#competition-show-form {
	font-weight: bold;
}

#competition-show input {
	margin-right: 10px;
}

#competition-show-form-submit {
	float: right;
	margin-right: 15px;
}

#wishlist-print {
	padding: 20px;
}

#order-lister-content {
	background-image: url('widebox-grey-shadow-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 616px;
	padding: 20px 0 35px 1px;
}

#order-lister-content .description {
	padding: 0 20px 0 15px;
	font-weight: bold;
}

#order-lister-lister {
	width: 100%;
	margin-top: 8px;
}

#order-lister-lister th, #order-lister-lister td {
	padding: 6px 0 5px 0;
	border: 1px solid #aaa;
	text-align: center;
}

#order-lister-lister td {
	background-color: #fff;
}

#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-left {
	float: left;
	width: 617px;
}

#checkout-right {
	float: right;
	width: 199px;
}

#checkout-chat {
	margin-bottom: 6px;
	width: 199px;
}

#checkout-chat-content {
	height: 133px;
	overflow: auto;
	background-image: url('front-news-bg.png');
	background-repeat: no-repeat;
	padding: 0 0 0 1px;
}

#checkout-chat-content-inner {
	width: 174px;
}

h2#cart-title, h2#details-title, h2#handling-title, h2#done-title, h2#order-login-title, h2#order-return-title, h2#order-return-confirmation-title {
	background-image: url('widebox-highheader-bg.png');
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	height: 32px;
	line-height: 30px;
	text-transform: none;
	padding-left: 16px;
	font-size: 22px;
}

h2#cart-title.inactive, h2#details-title.inactive, h2#handling-title.inactive, h2#done-title.inactive, h2#order-login-title.inactive, h2#order-return-title.inactive, h2#order-return-confirmation-title.inactive {
	background-image: url('widebox-highheader-inactive-bg.png');
}

h2#cart-title.done, h2#details-title.done, h2#handling-title.done, h2#done-title.done, h2#order-login-title.done, h2#order-return-title.done, h2#order-return-confirmation-title.done {
	background-image: url('widebox-highheader-done-bg.png');
}

h2#cart-title img, h2#details-title img, h2#handling-title img, h2#done-title img, h2#order-login-title img, h2#order-return-title img, h2#order-return-confirmation-title img {
	float: right;
	margin: 8px 20px 0 0;
}

#cart-content.done, #details-content.done, #handling-content.done, #done-content.done, #order-login-content.done, #order-return-content.done, #order-return-confirmation-content.done {
	background-image: url('widebox-done-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 6px 20px 10px 20px;
	margin-bottom: 6px;
	clear: both;
}

#cart-content.active, #details-content.active, #handling-content.active, #done-content.active, #order-login-content.active, #order-return-content.active, #order-return-confirmation-content.active, #checkout-top-content {
	background-image: url('widebox-inactive-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 6px 20px 10px 20px;
	margin-bottom: 6px;
	clear: both;
}

#cart-content.inactive, #details-content.inactive, #handling-content.inactive, #done-content.inactive, #order-login-content.inactive, #order-return-content.inactive, #order-return-confirmation-content.inactive {
	background-image: url('widebox-inactive-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 6px 20px 10px 20px;
	margin-bottom: 6px;
	font-size: 10px;
	clear: both;
}

#checkout-top {
	width: 617px;
}

#checkout-top h2 {
	text-transform: none;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	margin: 4px 0 4px 0;
	font-size: 14px;
}

#checkout-top h2 span {
	color: #00a3ec;
}

#cart-content.done, #details-content.done, #handling-content.done {
	padding: 0 1px 4px 1px;
}

#cart-content.active, #details-content.active, #handling-content.active {
	padding: 0 1px 10px 1px;
}

#cart-content.active .description {
	padding: 10px 20px 0 20px;
}

h2#cart-title span, h2#details-title span, h2#handling-title span, h2#done-title span, h2#order-login-title span, h2#order-return-title span, h2#order-return-confirmation-title span {
	font-size: 14px;
	margin-left: 8px;
	position: relative;
	top: -2px;
}

#cart-lister, #handling-lister, #confirm-lister {
	width: 615px;
	border-collapse: collapse;
/*	margin: 0 1px 0 1px; */
}

#cart-lister td, #confirm-lister td {
	padding: 8px;
}

#cart-lister tbody td, #confirm-lister tbody td {
	padding: 8px;
	border: 1px solid #ffffff;
	border-color: #ffffff; /* border_color */
	vertical-align: bottom;
}

#cart-lister tbody td.item-even, #cart-lister tbody td.item-odd {
	width: 300px;
	padding: 5px;
}

#cart-lister tbody td.item-even img.thumb, #cart-lister tbody td.item-odd img.thumb {
	border: 1px solid #000000;
	float: left;
	margin-right: 10px;
	vertical-align: bottom;
}

#cart-lister tbody td.item-even img.brand, #cart-lister tbody td.item-odd img.brand {
	margin-bottom: 2px;
}

#cart-lister th, #confirm-lister th {
	text-transform: none;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	color: #ffffff;
	background-color: #bababa;
	font-size: 9px;
	padding: 3px 10px 3px 10px;
}

#cart-lister th.item {
	padding-left: 32px;
}

#cart-lister th.subtotal {
	padding-right: 42px;
}

#cart-lister td.item-even, #cart-lister td.item-odd {
	border-left: 0;
	line-height: 180%;
}

#cart-lister td.item-even a, #cart-lister td.item-odd a, #cart-lister td.item-even span, #cart-lister td.item-odd span {
	font-weight: bold;
}

#cart-lister td.quantity-even input, #cart-lister td.quantity-odd input {
	margin-bottom: 0;
}

#cart-lister td.size-even, #cart-lister td.size-odd, #cart-lister td.subtotal-even, #cart-lister td.subtotal-odd {
	font-weight: bold;
}

#cart-lister td.subtotal-even, #cart-lister td.subtotal-odd {
	padding-right: 18px;
	border-right: 0;
}

#cart-lister td.giftwrapping, #cart-lister td.update {
	background-color: #dedede;
	border: 0;
	border-bottom: 1px solid #ffffff;
}

#cart-lister td.update img {
	float: right;
}

/*
#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 .size, #cart-lister .size-even, #cart-lister .size-odd, #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, #cart-lister .total-description, #confirm-lister .total-description {
	text-align: right;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	background-color: #9adefd;
	color: #2e2e2e;
	border-right: none;
}

#cart-lister .total span {
	border-bottom: 3px double #737373;
}

#cart-lister .total-description, #confirm-lister .total-description {
	text-align: left;
}

#cart-lister .discount, #confirm-lister .discount, #cart-lister .discount-description, #confirm-lister .discount-description {
	text-align: right;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #00a3ec;
	border-right: none;
}

#cart-lister .discount-description, #confirm-lister .discount-description {
	text-align: left;
}

#cart-lister .update input {
	float: left;
}

#cart-lister .left, #cart-lister .code {
	border-left: 0;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

#cart-code {
	float: right;
	background-image: url('cart-code-bg.png');
	background-repeat: no-repeat;
	width: 163px;
	height: 17px;
	margin-left: 10px;
}

#cart-code input {
	border: 0;
	background-color: none;
	margin: 2px 4px 0 4px;
	color: #7d7d7d;
	height: 11px;
	width: 82px;
	font-size: 10px;
	padding: 0;
	float: left;
}

#cart-code-submit {
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
	float: left;
	display: block;
	width: 62px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 17px;
	text-align: left;
}

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

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

#cart-done-lister a {
	text-decoration: none;
}

.cart-done-lister-image {
	width: 0;
	height: 0;
	position: relative;
	top: -40px;
	left: -90px;
	display: none;
}

.cart-done-lister-image img {
	border: 1px solid #000000;
}

#cart-done-lister td {
	padding: 2px 20px 2px 20px;
	line-height: 100%;
}

#cart-done-lister td.item, #cart-done-lister td.description {
	border-right: 1px solid #f0f0f0;
	width: 267px;
}

#cart-done-lister td.quantity {
	width: 60px;
}

#cart-done-lister td.subtotal {
	width: 167px;
}

#cart-done-lister td.subtotal, #cart-done-lister td.total {
	text-align: right;
}

#cart-done-lister td.description, #cart-done-lister td.total {
	border-top: 1px solid #dedede;
}

#cart-done-lister .description {
	font-size: 9px;
}

#cart-done-lister td.total {
	padding-bottom: 14px;
}

#cart-done-lister td.total span {
	border-bottom: 3px double #737373;
	padding-left: 23px;
}

#details-left, #details-right {
	width: 269px;
	padding: 0 19px 0 19px;
	float: left;
}

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

#details-left a {
	font-weight: bold;
}

#details-login-table {
	width: 270px;
}

#details-left h2, #details-right h2 {
	text-transform: none;
	font-size: 13px;
	margin-top: 12px;
}

#details-right #details-table th, #details-right #details-alternate-table th {
	width: 70px;
}

#details-right #details-table th.right, #details-right #details-alternate-table th.right {
	width: 30px;
}

#details-right #details-table td.right, #details-right #details-alternate-table td.right {
	width: 50px;
}

#details input {
	margin-bottom: 2px;
}

#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 select {
	width: 194px;
	margin: 2px 0 2px 0;
}
/*
#details label {
	font-style: normal;
	font-weight: normal;
}

#handling label {
	font-style: normal;
}

#handling label span {
	font-weight: normal;
}
*/
#handling-table {
	width: 100%;
}

#handling-table th {
	vertical-align: top;
	padding: 6px 10px 6px 20px;
}

#handling-table td {
	padding: 6px 20px 6px 20px;
}

#details-content-left, #handling-content-left {
	width: 287px;
	border-right: 1px solid #ffffff;
	padding: 10px 0 10px 20px;
	float: left;
}

#details-content-right, #handling-content-right {
	width: 287px;
	padding: 10px 0 10px 20px;
	float: left;
}

#details-content-left span, #handling-content-left span, #details-content-right span, #handling-content-right span {
	font-weight: bold;
}

#handling-lister h3, #handling-content .description {
	margin: 12px 0 8px 0;
	background-color: #dedede;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 13px;
	text-transform: none;
	padding: 6px 0 6px 22px;
	color: #292929;
/*
	width: 593px;
*/
}

#handling .description {
	font-size: 11px;
	margin-top: 0;
}

#handling-form img {
	margin: 2px 0 12px 0;
}

#handling-lister tbody td {
	vertical-align: top;
	line-height: 140%;
}

#handling-lister tbody td.input {
	padding: 0 8px 8px 19px;
}

#handling-lister label {
/*	font-style: normal; */
	color: #292929;
}

#handling-lister-shipping td img {
	display: inline;
	vertical-align: middle;
	margin-right: 8px;
}

#handling-lister-payment td span {
	width: 60px;
	display: block;
	float: left;
}

#handling-lister-payment td img {
	display: inline;
}

#handling #confirmed-container {
	float: left;
	width: 420px;
	margin-left: 20px;
}

#handling #confirmed-container input {
	margin: 0 5px 20px 0;
	float: left;
}

#handling #confirmed-container label {
/*	font-weight: normal; */
}

#handling #confirmed-container a {
	color: #9d0000;
	text-decoration: none;
}

#handling-lister tfoot td {
	border-top: 1px solid #ffffff;
	padding-top: 10px;
}

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

#confirm-lister-delivery, #confirm-lister #confirm-lister-delivery td {
	background-color: #cccccc;
}

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

#order-login-content, #order-return-content, #order-return-confirmation-content {
	width: 577px;
}

#order-login-table {
	width: 100%;
	margin-top: 6px;
}

#order-login-table tfoot td {
	padding-top: 20px;
}

#order-login-table tbody th {
	width: 50px;
}

#order-login-return {
	float: left;
}

#order-login-continue {
	float: right;
}

#order-login-content.done {
	padding-top: 0;
	padding-bottom: 4px;
}

#order-return-confirmation-content.active {
	padding: 0 0 20px 0;
	width: 617px;
}

#order-login-content-left, #order-return-confirmation-content-left {
	float: left;
	width: 240px;
	padding: 10px 20px 10px 20px;
}

#order-login-content-right, #order-return-confirmation-content-right {
	float: left;
	width: 240px;
	padding: 10px 20px 10px 20px;
	border-left: 1px solid #f0f0f0;
}

#order-return-confirmation-content .description {
	border-top: 1px solid #bbbbbb;
	padding: 10px 20px 2px 20px;
}

h2#order-return-confirmation-title span, h2#confirm-title span {
	position: relative;
	top: 1px;
}

#order-return-confirmation-content-right {
	border-left: 1px solid #bbbbbb;
}

#order-login-content-right table th, #order-return-confirmation-content-left table th, #order-return-confirmation-content-right table th {
	font-weight: normal;
	width: 100px;
}

#order-login-content-right table tr.bold th, #order-login-content-right table tr.bold td, #order-return-confirmation-content-left table tr.bold th, #order-return-confirmation-content-left table tr.bold td {
	font-weight: bold;
}

#order-login-content-right table th, #order-login-content-right table td, #order-return-confirmation-content-left table th, #order-return-confirmation-content-right table th, #order-return-confirmation-content-left table td, #order-return-confirmation-content-right table td {
	padding: 0;
}

#order-return-content.active, #order-return-confirmation-content.active {
	padding-left: 1px;
	padding-right: 0;
	width: 616px;
}

#order-return-content.active .description {
	padding: 0 20px 0 20px;
}

#orders-show-list {
	width: 100%;
	margin-top: 10px;
}

#orders-show-list th, #orders-show-list td {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	padding: 4px;
	text-align: center;
}

#order-return-continue img {
	display: inline;
}

#account table div label {
	display: inline;
}

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

#pricematch-form-submit {
	float: right;
}

#pricematch-form label {
	font-weight: bold;
}

#pricematch-form tr td {
	vertical-align: top;
}

#pricematch-form td input, #pricematch-form td textarea {
	float: right;
	margin-bottom: 6px;
}

td.lister-td-image {
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 199px;
	height: 209px;
	border-bottom: 1px solid #626262;
}

#brand-lister td.lister-td-image {
	height: 99px;
}

td.lister-td-image img {
	margin: 0 auto 0 auto;
	display: block;
	vertical-align: middle;
	border: 0;
}

td.lister-td-image a {
	display: block;
	height: 199px;
}

#brand-lister td.lister-td-image a {
	height: 99px;
}

#frame table td.lister-td-text {
	vertical-align: top;
	width: 199px;
	height: 91px;
	background-image: url("commodity-lister-bottom-bg.png");
	background-repeat: no-repeat;
}

#block-lister td .block-content {
	background-image: url("block-lister-bottom-bg.png");
	background-repeat: no-repeat;
	height: 52px;
	border-top: 1px solid #3081a4;
	color: #ffffff;
	padding: 2px 6px 0 6px;
	font-size: 10px;
	line-height: 10px;
}

#block-lister td .block-content h2 {
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0;
}

#block-lister td .block-content p {
	margin: 0;
	font-size: 9px;
}

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

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

td.even, td.item-even, td.size-even, td.quantity-even, td.delete-even, td.subtotal-even {
	background-color: #dedede;
}

td.odd, td.item-odd, td.size-odd, td.quantity-odd, td.delete-odd, td.subtotal-odd {
	background-color: #f0f0f0;
}

.pager {
	margin-bottom: 8px;
	color: #7b7b7b;
}

.pager a {
	color: #7b7b7b;
}

.pager .current {
	font-weight: bold;
	color: #00a3ec;
	text-decoration: none;
}

#pager-bottom, #pager-top, #pager-bottom-wide, #pager-top-wide {
	margin: 8px 0 0 0;
	background-image: url('fullbox-shadow-bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#pager-bottom-wide, #pager-top-wide {
	background-image: url('widebox-white-shadow-bg.png');
	width: 617px;
}

#pager-top, #pager-top-wide {
	margin: 0 0 8px 0;
}

#pager-top-brand, #pager-top-category, #pager-top-size, #pager-top-sort {
	float: left;
}

#pager-top-pagesize {
	float: right;
	color: #000000;
}

#pager-top-brand select, #pager-top-category select, #pager-top-size select, #pager-top-sort select {
	width: 130px;
	margin-right: 20px;
}

#pager-bottom-content, #pager-top-content {
	padding: 0 12px 4px 12px;
}

#pager-bottom-previous, #pager-bottom-next, #pager-top-previous, #pager-top-next {
	width: 75px;
	float: left;
}

#pager-bottom-next img, #pager-top-next img {
	float: right;
}

#pager-bottom-pages, #pager-top-pages {
	text-align: center;
	float: left;
	width: 651px;
	line-height: 20px;
}

#pager-bottom-wide #pager-bottom-pages, #pager-top-wide #pager-top-pages {
	width: 427px;
}

#giftcertificate-form {
	background-repeat: no-repeat;
	width: 826px;
	height: 504px;
	font-size: 12px;
}

#giftcertificate-form table {
	margin: 130px 0 0 180px;
}

#giftcertificate-form br {
	margin-bottom: 4px;
}

#giftcertificate-form input {
	width: 167px;
	padding: 0;
	font-size: 12px;
	margin: 2px 0 20px 0;
	height: 16px;
}

#giftcertificate-form textarea {
	width: 360px;
	padding: 6px;
	font-size: 13px;
	line-height: 120%;
	margin: 2px 0 8px 0;
}

#giftcertificate-cancel {
	position: relative;
	top: 10px;
	left: 30px;
}

#giftcertificate-submit {
	position: relative;
	top: -15px;
	left: 640px;
}

#sizeguide-content {
	padding: 0 1px 12px 1px;
	width: 824px;
	background-image: url('fullbox-grey-shadow-bg.png');
	background-position: bottom;
}

#sizeguide-top {
	background-color: #f0f0f0;
	border-bottom: 1px solid #00a3ec;
	width: 100%;
}

#sizeguide-top td {
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#sizeguide-logo {
	width: 80px;
	border-right: 1px solid #d4d1d5;
}

#sizeguide-logo img, #sizeguide-icon img {
	display: inline;
}

#sizeguide-logo select {
	margin-top: 10px;
}

#sizeguide-icon {
	width: 80px;
	border-right: 1px solid #d4d1d5;
}

#sizeguide-info div {
	width: 250px;
	text-align: left;
}

#sizeguide-brandinfo-container {
	background-color: #d7d6d6;
	padding: 12px 19px 8px 19px;
}

#sizeguide-brandinfo {
	background-image: url('fullbox-grey-margin-bg.png');
}

#sizeguide-brandinfo-text {
	width: 350px;
}

#sizeguide-table-container {
	background-color: #d7d6d6;
	border-bottom: 1px solid #bbb7bc;
}

.sizeguide-table {
	margin-bottom: 10px;
}

#sizeguide-table-container h3 {
	font-size: 14px;
	color:  #00a3ec;
	text-align: center;
	background-image: url('sizeguide-h3-bg.png');
	background-repeat: no-repeat;
	width: 93px;
	height: 22px;
	line-height: 22px;
}

.sizeguide-table {
	width: 824px;
}

.sizeguide-table td, .sizeguide-table th {
	background-color: #ffffff;
	border: 1px solid #e4e2e4;
	padding: 8px 0 4px 0;
	text-align: center;
	width: 30px;
}

.sizeguide-table th {
	background-color: #00a3ec;
	font-weight: bold;
	border: 1px solid  #4f4f4f;
	border-left: none;
	width: 91px;
}

#sizeguide-help {
	border-top: 1px solid #00a3ec;
	padding-top: 20px;
	color: #585858;
}

#sizeguide-help-text {
	float: left;
	width: 224px;
	margin: 0 23px 0 20px;
}

#sizeguide-help-text b {
	text-transform: uppercase;
	line-height: 200%;
}

#sizeguide-help-ruler {
	float: left;
	width: 227px;
	font-size: 10px;
}

#sizeguide-help-ruler span {
	color: #00a3ec;
	font-weight: bold;
}

#sizeguide-help-ruler-content {
	background-image: url('sizeguide-ruler-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 11px 8px 11px;
	line-height: 120%;
}

#sizeguide-help-image {
	float: left;
	margin-left: 24px;
}