#content-nav {
	border: 1px solid #525253;
	
	text-align: left;
	
	margin: 10px;
	
	width: 130px;
	
}

td#content-nav {
	vertical-align: top;
}

.product-category #content-nav,
.accessories #content-nav, .travel #content-nav, .hair #content-nav, 
.scent #content-nav, .shave #content-nav, .skin #content-nav {
	float: left;
	
	height: 344px;
}

#content-nav ul {
	margin: 10px;
	padding: 0;
	
	list-style-type: none;
	font-size: 11px;
	line-height: 11px;
}

.product-detail-content #content-nav {
	height: 346px;
}

#checkout-detail {
	min-height: 346px;
}

* html #checkout-detail {
	height: 344px;
}


* html .product-detail-content #content-nav {
	height: 344px;
}

td#content-a {
	border: 1px solid #787878;
}

#content-nav ul {
	font-size: 11px;
	line-height: 11px;
	margin-top: 10px;
}

#content-nav ul li {
	line-height: 11px;
	font-size: 11px;

	margin: 0;
	padding: 0 0 15px 0;
}

#content-nav ul li.categoryLevel_2 {
	padding-left: 8px;
}

#content-nav a {
	color: #888;
	text-decoration: none;
	
	font-size: 11px;
}

#content-nav li.active a {
	color: #fff;
}

#content-nav ul ul {
	margin: 6px 0 0 12px;
	font-size: 10px;
}

#content-nav ul ul li {
	padding: 3px 0;
	margin: 0;
	color: #787878;
}

#content-nav ul li.active ul li a {
	color: white;
}

#content-nav ul li.active ul li.stepHL {
	color: #bc403a;
}


input.text {
	border: 1px solid #525253;

	background-color: transparent;
	color: #e2e2e3;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	
	padding: 4px;
	
	vertical-align: middle;
	text-align: center;
}

* html input.text {
	padding: 1px;
}

input.button {
	vertical-align: middle;
}

div#content-a {
	position: absolute;
	
	top: 30px;
	right: 60px;
	
	width: 440px;
	
	overflow: hidden;
	
	text-align: left;
	
	vertical-align: top;
}

#content-a h2 {
/*	font-family: times, georgia, serif;
	font-size: 24px;
	font-weight: normal;
	
	text-transform: uppercase;

	margin-bottom: 0;*/
	
	font-family: georgia, times, serif;
	font-size: 23px;
	font-weight: normal;
	color: #e7e7e7;
	
	margin-bottom: 12px;

	position: relative;
}

#content-a h3.sub {
	font-family: georgia, times, serif;
	font-size: 18px;
	font-weight: normal;
	
}

/*-------------------------- Product table ---------------------------------*/

/* ...... New sizing ...... */

#products-content div#content-a {
	height: 440px;
}

#products-content #content {
	height: 440px;
	overflow: hidden;
}

.product-category #content-nav {
	padding: 1px 0;
	height: 420px;
}


/* ...... End new sizing ...... */



.product-category #content-a {
	position: absolute;
	
	width: 800px;
	
	top: 5px;
	right: 30px;
	
	text-align: left;
	color: #d3d3d3;
}

.product-category #contentmask {
	height: 425px !important;
}

#content-table {
	width: 980px;
}

table.product-list {
	width: 100%;
	background: #121212 url(/images/products/product-gradient.jpg) repeat-x;
	border-collapse: collapse;
	
	color: #858585;
}

table.product-list td {
	border-right: 7px solid black;
	border-bottom: 7px solid black;
}

.product-list td.product div.productname {
	padding: 0px 8px;
	font-size: 11px;
	text-align: left;
	line-height: 13px;
	height: 60px;
}

.product-list td.product {
	height: 210px;
}

.product-list td.product div.productname a {
	text-decoration: none;
}

.product-list td.product div.productname a:hover {
	color: #bc403a;
}

.product-list div.bestseller {
	font-size: 11px;
	padding: 3px 0 4px 8px;
	float: left;
}

.product-list div.bestsellertext {
	display: inline;
	padding: 3px 5px 4px 5px;
	color: #cccdc7;
	background-color: #124474;
}

.product-list div.saletext {
  display: inline;
  padding: 3px 10px 4px 10px;
  color: #cccdc7;
	background-color: #9F0909;
	font-size: 12px;
}

.product-list div.product-add-btn {
	text-align: right;
	padding: 0 8px 6px 7px;
}

.product-list div.productimg {
	height: 110px;
	margin-top: 6px;
}

* html .product-list div.productimg {
	height: 116px;
}

.product-list div.productname {
	min-height: 60px;
}

.product-list td.product {
	vertical-align: top;
}




/*table.product-list td.product div.productimg {
	padding: 12px 0 2px 0;
}


table.product-list td.product .product-image {
	margin-bottom: 5px;
}

table.product-list td.product p {
	margin: .5em;
	text-align: left;
}

table.product-list td.product-add {
	text-align: right;
}

table.product-list td.product-add div.product-add-btn {
	padding: 0 6px 6px 6px;
}*/

div.product-separator {
	width: 100%;
	height: 1px;
	margin: 5px 0;
	background: url(/images/products/product-separator.jpg) no-repeat center;
}

table.product-list tr.product-separator td {
	height: 1px;
}

/*----------------------------- Products -------------------------------------*/

.products {
	background: url(/images/products/products-bg.jpg) no-repeat;
}

.products #content-a {
	position: absolute;
	width: 248px;
	top: 30px;
	right: 275px;
	text-align: left;
	color: #d3d3d3;
	height: 292px;
}

.products #content-a p {
/*	font-family: 'Times New Roman', serif;
	font-size: 17px;*/
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #d3d3d4;
	margin: 0 0 1em 0;
}

.products #product-promos {
	position: absolute;
	
	width: 225px;
	overflow: hidden;
	
	top: 8px;
	right: 8px;
	
	border-top: 1px solid #525253;
}

#product-promos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#product-promos ul li {
	margin: 0;
	padding: 6px 10px;
	
	text-align: left;
	
	border: 1px solid #525253;
	border-top: none;
}

#product-promos ul li .promo {
	text-align: left;
	
	color: #c0c0c2;
	
	vertical-align: top;
}

#product-promos ul li .promo {
	float: left;
	
	text-align: left;
	
	color: #c0c0c2;
	
	width: 130px;
}

#product-promos h3 {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

#product-promos p {
	margin: 0.6em 0;
}

#product-promos img {
	float: right;
}

#product-promos p.promo-name {
	font-size: 1.2em;
}

#product-promos p.promo-link {
	margin-top: 1.2em;
	font-size: 0.9em;
	text-transform: uppercase;
}

#product-promos a:hover {
	color: #bc403a;
}

/*-------------------------- Product detail --------------------------------*/

.product-detail-content {
	min-height: 450px !important;
}

.product-detail-content #content-table {
	height: 450px;
}

* html .product-detail-content {
	height: 450px;
}

.product-detail-content #content-a {
	border: 1px solid #787878;
	
	background: url(/images/products/product-detail-bg.gif) no-repeat 55% 100px;
}

#product-detail {
	width: 100%;
	
	text-align: left;
	
	position: relative;
}

td#product-detail-a {
	width: 454px;
}

#product-detail-a {
	font-family: georgia, times, serif;
	
	padding: 13px;
	
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
	
}

#product-detail-a h2 span.nowrap {
	white-space: nowrap;
}

#product-detail-a span.bestseller {
	line-height: 1em;
	width: auto;
	display: inline;
}

#product-detail-a span.bestsellertext {
 	font-family: verdana, arial, sans-serif;
 	font-size: 11px;
	display: inline;
	padding: 3px 5px 4px 5px;
	color: #cccdc7;
	background-color: #124474;
/*	position: relative;
	top: -5px;*/
}

#product-detail-a span.saletext {
 	font-family: verdana, arial, sans-serif;
 	font-size: 11px;
	display: inline;
	padding: 3px 10px 4px 10px;
	color: #cccdc7;
	background-color: #9F0909;
	font-size: 12px;
/*	position: relative;
	top: -5px;*/
}

#product-detail-a h3 {
	font-family: georgia, times, serif;
	font-size: 13px;
	font-weight: normal;
	
	width: 95%;
	
	margin-bottom: 1em;
	
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.2;
	color: #d3d3d3;
}

#product-detail-image {

}

#product-detail-a p {
	font-size: 13px;
	
	margin: 0.5em 0 0.5em 0;
}

#product-detail-also {
	width: 300px;
	
	padding: 15px;
	
	vertical-align: top;
	
	background: #000 url(/images/products/also-vertical-separator.gif) no-repeat top left;
	
	color: #c0c0c2;
}

#product-detail-also h3 {
	font-size: 12px;
	font-weight: normal;
	
	margin: 0;
	padding: 0;
}

#product-detail-also ul {
	list-style-type: none;
	
	padding: 0;
	margin: 20px 0;
	
}

#product-detail-also li {
	background: url(/images/products/also-horizontal-separator.gif) no-repeat bottom center;
	
	margin: 0;
	padding: 10px;
	
	font-size: 11px;
}

#product-detail-also .also-image {
	float: left;
}

#product-detail-also .also-image img {
/*	width: 110px;*/
	padding: 6px 0;
}

#product-detail-also .also-description {
	margin-left: 125px;
}

#product-detail-also .also-description p {
	margin: 0.5em 0 1em 0;
	line-height: 1.3;
}

#product-detail-also .also-description a {
	text-decoration: none;
}

#product-detail-also .also-description a:hover {
	color: #bc403a;
}



/*-------------------------- Accessories -----------------------------------*/

.accessories {
	height: 364px;
	
	background-color: #000;
	color: #e0e1e3;
	
	background: url(/images/products/accessories-bg.jpg) no-repeat;
}

/*.accessories #content-a {
	position: absolute;
	
	top: 30px;
	right: 30px;
	
	width: 500px;
	
	text-align: left;
}*/

.accessories p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #d3d3d4;
	margin: 0 0 1em 0;
}

/*----------------------------- Travel -------------------------------------*/

.travel {
	height: 364px;
	
	background-color: #000;
	color: #e0e1e3;
	
	background: url(/images/products/travel-bg.jpg) no-repeat;
}

/*.travel #content-a {
	position: absolute;
	
	top: 30px;
	right: 30px;
	
	width: 500px;
	
	text-align: left;
}*/

.travel p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #d3d3d4;
	margin: 0 0 1em 0;
}

/*-------------------------- Scent -------------------------------------------*/

.scent {
	height: 364px;
	
	background: url(/images/products/scent-bg.jpg) no-repeat top left;
	color: #e0e1e3;
}

/*.scent #content-a {
	position: absolute;
	
	top: 30px;
	right: 30px;
	
	width: 500px;
	
	text-align: left;
}*/

.scent p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #d3d3d4;
	margin: 0 0 1em 0;
}

/*-------------------------- Hair --------------------------------------------*/

.hair {
	height: 364px;
	
	background: url(/images/products/hair-bg.jpg) no-repeat top left;
	color: #e0e1e3;
}

/*.hair #content-a {
	position: absolute;
	
	top: 30px;
	right: 30px;
	
	width: 500px;
	
	text-align: left;
}*/

.hair p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #d3d3d4;
	margin: 0 0 1em 0;
}

/*-------------------------- Skin --------------------------------------------*/

.skin {
	height: 364px;
	
	background: url(/images/products/skin-bg.jpg) no-repeat top left;
	color: #e0e1e3;
}

/*.skin #content-a {
	position: absolute;
	
	top: 30px;
	right: 30px;
	
	width: 500px;
	
	text-align: left;
}*/

.skin p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #d3d3d4;
	margin: 0 0 1em 0;
}

/*-------------------------- Shave -------------------------------------------*/

.shave {
	height: 364px;
	
	background: url(/images/products/shave-bg.jpg) no-repeat top left;
	color: #e0e1e3;
}

/*.shave #content-a {
	position: absolute;
	
	top: 30px;
	right: 30px;
	
	width: 500px;
	
	text-align: left;
}*/

.shave a:hover {
	color: #bc403a;
}

.shave p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #d3d3d4;
	margin: 0 0 1em 0;
}

/*-------------------------- Checkout -------------------------------------------*/

#checkout-detail {
	width: 825px;
	
	background: url(/images/products/product-detail-bg.gif) no-repeat 55% 100px;
	
	text-align: left;
	
	position: relative;
}

* html #checkout-detail {
	width: 785px;
}

#checkout-detail-a {
	font-family: verdana, arial, helvetica, sans-serif;
	
	font-size: 13px;
	
	margin: 15px;
	
	vertical-align: top;
	
	width: 800px;
}

#checkout-detail-a h3 {
	font-family: georgia, times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	
	width: 95%;
	
	margin-bottom: 0.25em;
}

#checkout-detail-image {

}

#checkout-detail-a p {
	font-size: 13px;
	
	margin: 0 0 10px 0;
}

#checkout-detail-a a:hover {
	color: #bc403a;
}

#checkout-detail-a table.basket-detail td {
	padding: 3px 8px;
}

table.basket-detail a:hover {
	color: #bc403a;
}

#checkout-detail-a tr.totals td {
	background-color: #333;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

#products-content div.errors {
	padding: 10px 10px 0 10px;
}

#products-content div.errors-a {
	border: 1px solid #f00;
	background-color: #bc0000;
	padding: 10px 10px;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

#content-a .categorytable p {
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	color: #bbbbbb;
	text-align: justify; 
	margin: 0 0 3px 0;
}

#content-a .categorytable h2 {
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.1;
	color: white;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}

#content-a .categorytable h2 a {
	color: white;
	text-decoration: none;
}

#content-a .categorytable h2 a:hover {
	text-decoration: underline;
}

#content-a div.categoryhead {
	padding: 17px 17px 0 17px;
}

#content-a .categoryhead h1 {
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.1;
	color: white;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}
