/*@import "tabs.css"; /* Sitewide Tabs */
/*@import "panels.css"; /* Left & Right Panel Styles */
/*@import "products.css";*/ /* Product listings, promos, product detail page, page nav, basket */
/*@import "forms.css";*/ /* Sitewide Form Styles */
/*@import "pagestyles.css"; /* Individual page styles, ie news, links etc */

* { margin: 0; padding: 0;}
HTML {
	margin: 0; padding:0;
	height:100%; /* needed for container min-height */
}

BODY { 
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, "Sans-Serif";
	font-size: 0.69em;
	background: #fff url("../_images/purple_bg.jpg") repeat top center;
	height:100%; /* needed for container min-height */
}	
/*
P {
	font-size: 1em;
	line-height: 1.2em;
}
*/
FORM { margin: 0; padding: 0; }

A IMG { border: none; }

.balloon {	position: absolute; visibility: hidden; }
.balloon div { width: 250px; position: relative; top: -140px; left: 8px; }

.success { color: #00CC00; } /* usually a green */
.failure { color: #990000; } /* usually red */

.lfloat { float: left; }
.rfloat { float: right; }

/* content managed wysiwyg text */
/*
.wysiwyg { padding: 5px 10px 5px 10px; }
.wysiwyg p { line-height: 1.6em; text-align:justify; }
*/

/* box model fixes */

.clearfix:after {	
	content: ".";	
	display: block;	
	height: 0;	
	clear: both;	
	visibility: hidden;
}
.cleaner { clear:both; height:1px; font-size:1px; border:none; margin:0; padding:0; background: transparent; }

/* link definitions */
/*
a, a:visited { 
	color: #bc8cbd;
	padding: 0px 0px 1px 0px;
	font-weight: bold;	
}

a:hover{	
	color: #d1a5d2;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3, h3 a:visited {
	border: 0;
}
		
a img, :link img, :visited img { 
	border: 0px;
}
*/
/* list styles */

.unordered-list {
	color: #5c5c5c;
	margin: 10px 0 0 0; 
	padding: 10px 10px 2px 0px; 
	font-size: 1em;
	list-style: none; 
}

.unordered-list li {
	padding: 1px 0 6px 14px; 
	/*background: url("../../_images/bullet_li.gif") no-repeat left top;*/
}

.ordered-list {
	color: #5c5c5c;
	margin: 10px 10px 5px 10px; 
	padding: 10px; 
	background: #f8f8f8; 
	font-size: 1em; 
	line-height: 1.4em;
	list-style: decimal inside; 
	font-family: Tahoma, Arial, Helvetica, "Sans-Serif";
}

.ordered-list li {
	padding: 0 0 2px 20px; 
	text-indent: -17px;
}

.highlight { color: #fc7fb3; } 

/* opacity */

.op90 { opacity: 0.9; filter: alpha(opacity=90); }
.op80 { opacity: 0.8; filter: alpha(opacity=80); }
.op70 { opacity: 0.7; filter: alpha(opacity=70); }
.op60 { opacity: 0.6; filter: alpha(opacity=60); }
.op50 { opacity: 0.5; filter: alpha(opacity=50); }
.op40 { opacity: 0.4; filter: alpha(opacity=40); }
.op30 { opacity: 0.3; filter: alpha(opacity=30); }
.op20 { opacity: 0.2; filter: alpha(opacity=20); }
.op10 { opacity: 0.1; filter: alpha(opacity=10); }

/* homepage */



/* right panel */



/* testimonials */

#testimonial {
	color: #6c6c6c;
	margin: 10px 30px 10px 30px; 
	font-size: 1.0em;
	line-height: 1.2em; 	
	border: 1px solid #DDD;
	text-align:justify; 
}
#testimonial-author { font-weight: bold; padding: 5px 0px 0 0; text-align:right; }
#testimonial-author SPAN { color: #fb76ae; }
.testimonial-left { padding: 15px 25px 15px 25px;  background: url("../_images/comment_bg.gif") #F7F7F7 no-repeat left top; }
.testimonial-right { padding: 15px 25px 15px 25px;  background: url("../_images/comment_bg2.gif") #FCFCFC no-repeat right top; }


/* ---------------------------------------------------------------------------------*/
/* LAYOUT */		
/* ---------------------------------------------------------------------------------*/		

#wrap {
	position:relative;
	width: 876px;
	padding: 0;
	margin: 0 auto;
	/*height:auto !important; */ /* real browsers */
	/*height:100%; *//* IE6: treaded as min-height */
	/*min-height:100%;*/ /* real browsers */
}

/*  OLD - pre shams 
#top-area {
	display: block;
	height: 55px;
	background-color: #050608;
	border-bottom: 1px solid #fff;
}

#logo {
	position: absolute;
	top: 20px;
}
*/

#top-area {
	display: block;
	height: 65px;
	background-color: #050608;
	border-bottom: 1px solid #fff;
}
#logo {
	position: absolute;
	top: 10px;
}
#tag {
	position: absolute;
	top: 40px;
	left: 8px;
	color: #ffffff;
	font-size: 1.4em;
}

	
#top-nav {
	
	display: block;
}
	#top-nav UL {
		list-style: none;
		float: right;
		margin: 0;
		padding: 0;
		height: 55px;
		background: url("../_images/tm_splitter.gif") repeat-x left top;
	}
		#top-nav UL LI {
			float: left;
			height: 55px;
		}
			#top-nav UL LI A {
				display: block;
				padding: 35px 0 0 0;
				text-decoration: none;
				text-align: center;
				color: #ffddeb;
				font-family: "Century Gothic", Arial;
				font-size: 0.93em;
				font-weight: bold;
				border-left: 1px solid #000;
				border-right: 1px solid #000;
				height: 20px;
				margin: 0 1px 0 0;
			}
			#top-nav UL LI A.home {
				width: 54px;
				background: url("../_images/tm_home.gif") no-repeat left top;
			}
			#top-nav UL LI A.account {
				width: 83px;
				background: url("../_images/tm_account.gif") no-repeat left top;
			}
			#top-nav UL LI A.sitemap {
				width: 61px;
				background: url("../_images/tm_sitemap.gif") no-repeat left top;
			}
			#top-nav UL LI A.help {
				width: 58px;
				background: url("../_images/tm_help.gif") no-repeat left top;
				margin: 0; 
			}
			#top-nav UL LI A:hover {
				background-position:bottom;
				color: #fff;
			}
			#top-nav UL LI A.current {
				background-position:bottom;
				color: #fff;
			}
			
#order-hotline {
	float: right; 
	color: #ddd; 
	padding: 26px 4px 0 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	font-style: italic; 
	font-family: arial;
}
	#order-hotline SPAN {
		font-size: 24px; 
		font-style:normal;
		color: #fff;
	}

#header {
	background: #fff;
	height: 137px;	
	border-bottom: 1px solid #fff;
}



/* BUTTON BAR */

#buttonbar {
	height: 36px;
/*	background-color: #fd97c2;*/
	background-color: #dbdbdb;
	border-bottom: 3px solid #fff;
}
#buttonbar .buttonbarbgcol { background-color: #fd97c2; }
	#buttonbar IMG.icon {
		position: relative;
		width: 32px; 
		height: 33px; 
		display: block; 
		/*margin: 0;
		padding: 0;
		float: left;*/
	}
	#buttonbar .buttonbgcol { background-color: #fc7fb3; }
	#buttonbar A.button {
		display: block; 
		height: 36px; 
		text-decoration: none; color: #fff; 
		background-image: url('../_images/white_arrow_down.gif');
		background-repeat: no-repeat;
		background-position: right top; /* #fc7fb3*/
		/*margin: 0 1px 0 0;*/
		border-right: 1px solid #fff;
		padding: 0px 5px 0px 8px; 
		font-family: 'Century Gothic', Arial;
		font-weight: normal;
		vertical-align:middle; 
		cursor: pointer;
		overflow: hidden;
		position: relative;
	}
	#buttonbar A:hover { background-color: #ec6fa3;	}
	#buttonbar A:hover SPAN.smallText { background-color: #ec6fa3; }
	
		#buttonbar A.button DIV { margin-left: 37px; }	/* space for icon */
		#buttonbar A.button SPAN.smallText { position: absolute; top: 0px; left: 42px; line-height: 14px;  font-size: 10px; }
		#buttonbar A.button SPAN.bigText { position: absolute; top: 8px; left: 42px; line-height: 26px;  font-size: 16px; }
		
		#buttonbar A.button.trade {
			float: left;
			width: 11.5em;			
		}
		
		#buttonbar A.button.agent {
			float: left; 
			width: 12.5em;
		}				
		
		#buttonbar A.button.basket {
			width: 133px;
			margin: 0;
			text-align:left;
		}
		#buttonbar .basketbgcol { background-color: #ee8eb7; }
		#buttonbar A.button.basket:hover  {	background-color: #fc7fb3;	}
		#buttonbar A.button.basket:hover SPAN.smallText {	background-color: #fc7fb3;	}
		
		#buttonbar A.button.login {
			/*float: right; */
			width: 8em;				
		}
		
	/* LOGGED IN */
	#buttonbar DIV.info { 
		display: block; 
		height: 36px; 
		text-decoration: none; color: #fff; 
		background-image: url('../_images/white_arrow_down.gif');
		background-repeat: no-repeat;
		background-position: 15px top; /* #fc7fb3*/
		/*margin: 0 1px 0 0;*/
		border-right: 1px solid #fff;
		padding: 0px 5px 0px 8px; 
		font-family: 'Century Gothic', Arial;
		font-weight: normal;
		vertical-align:middle; 
		position: relative;
		text-align:right;
		/*float: right; */
	}
	#buttonbar DIV.info SPAN.smallText { margin-top: 2px; line-height: 16px;  font-size: 10px; }
	#buttonbar DIV.info SPAN.bigText { margin-top: 4px;  line-height: 18px;  font-size: 12px; }
		
		
/* SEARCH BAR */
	

	#search {
		float: left;
		/*position: absolute;
		top: 0px;
		left: 0px;*/
		height: 30px;
		padding: 6px 0px 0px 5px;
	}
	#currency {
		float: left;
		/*position: absolute;
		top: 0px;
		left: 260px;
		width: 100px;*/
		height: 36px;
		overflow: hidden;
		padding: 0px 8px 0 8px;
		margin: 0;
		/*background: #cfcfcf;*/
	}
	
	/* SEARCH FORM */

	#searchForm {
		padding: 0;
		margin: 0;
	}
		#searchForm .searchField {
			width: 140px; 
			height: 16px;
			line-height: 16px; 
			vertical-align:top;
			background: #fff url('../_images/f_search_bg.gif') no-repeat left top; 
			border: 1px solid #626971; 
			padding: 4px 2px 0px 24px;
			margin: 0;
			font-family: Tahoma; font-size: 11px; line-height: 11px; color: #b5b5b5;
		}
	/* * html #searchForm .searchField { height: 16px; } */
		#searchForm .searchSubmit {
			padding: 0; margin: 0; 
			border: none;
		}
		* html #searchForm .searchSubmit { padding: 1px 0 0 0; }
		
	/* CURRENCY */
		
	#currency UL {
		list-style:none;
		display: block;
		margin: 0;
		padding: 0;
		height: 36px;
	}
		#currency UL LI {
			float: left;
			display: block;
			height: 36px;
			margin: 0;
			padding: 0;
		}			
			#currency UL LI A { 
				display: block;
				margin: 0; 
				padding: 10px 0 0 0px; 
				height: 26px; 			
				width: 26px;	
			}
			#currency UL LI.current {
				background: url("../_images/currency_white_arrow.gif") no-repeat 7px bottom;
			}
			#currency UL LI A:hover { background: url("../_images/currency_white_arrow2.gif") no-repeat 7px top; }


	/* TINY MENU */
	
#tinymenu {
	float: right; 
	background-color: #5d5d5d;

}
	#tinymenu UL {
		list-style: none;
		float: right;
		margin: 0;
		padding: 0;
		height: 36px;
		/*background: url("../_images/tm_splitter.gif") repeat-x left top;*/
	}
		#tinymenu UL LI {
			float: left;
			height: 36px;
		}
			#tinymenu UL LI A {
				display: block;
				padding: 0 0 0 0;
				/*border-left: 1px solid #000;
				border-right: 1px solid #000;*/
				width: 32px;
				height: 36px;
				/*margin: 0 1px 0 0;*/
				overflow: hidden;
				text-decoration: none;
			}
			#tinymenu UL LI A.home {
				background: url("../_images/tmi_home.gif") no-repeat left top;
			}
			#tinymenu UL LI A.account {
				background: url("../_images/tmi_account.gif") no-repeat left top;
			}
			#tinymenu UL LI A.sitemap {
				background: url("../_images/tmi_sitemap.gif") no-repeat left top;
			}
			#tinymenu UL LI A.help {
				background: url("../_images/tmi_help.gif") no-repeat left top;
			}
			#tinymenu UL LI A:hover {
				background-position: left bottom;
			}
			#tinymenu UL LI A.current {
				background-position: left bottom;
			}
			#tinymenu UL LI A SPAN {
				visibility: hidden;
			}


/* LEFT PANEL */

#left-panel {
	float: left;
	width: 176px;
	background-color: #fff;
	margin: 0 0 0 0;
}
	#left-panel .panel {
		position: relative;
		background-image: url("../_images/lp_white_arrow.gif") ;
		background-repeat: no-repeat;
		background-position: top right;
		/*border-bottom: 5px solid #fff;*/
	}
	* html #left-panel .panel { height: 1%; }
	#left-panel #recommendations { }
	#left-panel #featured { }
	#left-panel #categories {
		/*border-bottom: 5px solid #d7d7d7;*/
	}
	
	#left-panel .lp_box1 { background-color: #000; /*background-color: #97c5fd;*/ }
	#left-panel .lp_box2 { background-color: #000; /*background-color: #fd97c2;*/ }
	#left-panel .lp_box3 { /*background-color: #4a4a4a;*/ }
	
	#left-panel H2 {
		float: left; 
		padding: 8px 0 0 4px;
		color: #fff;
		font-size: 11px;
		font-weight: normal;
		margin: 0;
	}
	#left-panel .number {
		display: block;
		float: left; 
		margin: 5px 0 0 5px;
		width: 18px; 
		height: 18px;
	}
	#left-panel .dottedline {
		position: absolute; 
		right: 10px; 
		width: 139px; height: 1px; 
		overflow: hidden; 
		margin: 0; padding: 0;
	}
	#left-panel br {
		clear: both;
	}	
	#left-panel IMG {
		display: block;
		margin: 0; padding: 0;
	}
	
/* RECOMMENDATIONS */

#recommendations { }
	#recommendations FORM {
		margin: 0; padding: 0;
	}
	#recommendations SELECT {
		width: 165px; 
		padding: 2px; 
		margin-bottom: 4px; 
		border: 1px solid #516987; 
		font-family: Tahoma; 
		color: #797979; 
		font-size: 11px;
	}
	
/* WHITE BLOCKS */	

#featured A.blockbigbg {
	display: block; 
	position: relative; 
	width: 156px; 
	border: 1px solid #fff; 
	height: 27px; 
	padding:4px; 
	background-color: #4f4d4d; 
}
#featured A:hover.blockbigbg {
	background-color: #7f7d7d; 
}
#featured .block .arrow {
	width: 10px;
}
#featured .block .arrow IMG {
	display: block;
	margin: 8px 0 0 3px;
}

	#featured .lp_product {
		margin: 1px 2px 1px 2px;
		background-color: #111;
		border: 1px solid #eee;
		clear: both;
	}
		#featured .lp_product H3 {
			line-height: 14px;
			padding: 6px;
		}
	
#recommendations .blockbigbg {
	display: block; 
	position: relative; 
	width: 156px; 
	border: 1px solid #fff; 
	height: 27px; 
	padding:4px; 
	background-color: #4f4d4d; 
}
#recommendations .block .arrow {
	width: 10px;
}
#recommendations .block .arrow IMG {
	display: block;
	/*margin: 8px 0 0 3px;*/
}
.blockbg {
	position: absolute; 
	margin-top: 5px;
	/*margin-top: -32px; */
	margin-left: 5px; 
}
	.blockbg IMG {
		float: left; 
		width: 29px; 
		height: 29px; 
		margin: 0px;
	}
.block {
	position: absolute; 
	margin-top: 5px;
	/*margin-top: -33px; */
	margin-left: 4px; 
}
	.block A {
		float: left; 
		width: 25px; 
		height: 25px; 
		margin: 2px;
	}
	
	
.shoppingbag {
	float: right; 
	height: 36px;
}
	.shoppingbag A {
		color: #000;
		font-size: 12px;
		line-height: 36px;
		text-decoration: none;
		font-weight: normal;
	}
	.shoppingbag A IMG {
		display: inline;
		vertical-align: middle;
		margin-top: -5px;
	}
	.shoppingbag A:hover {
		background-color: transparent !important;
		text-decoration: underline;
	}
	
	
/* CATEGORIES LIST */



.brandpanel { 
	padding: 3px;
	margin: 0 0 3px 0;
	background: #000 url("../_images/nav_background.jpg") no-repeat left top;
}
.brandpanel IMG { 
	border: 1px solid #fff;
}

.brandpanel UL.menu {
	list-style: none;
	margin: 0; 
	padding: 6px 2px 0px 2px;
	clear: both;
}
	.brandpanel UL.menu  LI {
		margin: 0; padding: 1px 0 1px 0;
		clear: both;
	}
	.brandpanel UL.menu LI A {			
		font-weight: normal;
		color: #fff;
		text-decoration: none;
		padding: 0 0 3px 2px;
		vertical-align:1px;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		float: left;
	}
	.brandpanel UL.menu LI A DIV { 
		width: 12px;
		height: 16px;
		float: left;
		font-size: 11px; 
		margin: 0;
		padding: 0;
		opacity: 0.8;
	}
	* html .brandpanel UL.submenu LI A { padding: 0 0 5px 4px; }
	
.brandpanel UL.submenu {
	float: left;
	list-style: none;
	margin: 2px 0 6px 10px; 
	padding: 0;
}
	.brandpanel UL.submenu LI {
		margin: 0; padding: 1px 0 1px 0;
	}
	.brandpanel UL.submenu LI IMG {
		float: left;
		padding: 0;
		margin: 0;
		cursor:pointer;
	}
	.brandpanel UL.submenu LI A {			
		font-weight: normal;
		color: #fff;
		text-decoration: none;
		padding: 0 0 3px 5px;
		vertical-align:1px;
		font-size: 11px;
	}
	* html .brandpanel UL.submenu LI A { padding: 0 0 3px 3px; }
	.brandpanel UL.submenu LI A:hover {
		color: #ccc;
	}
.brandpanel H1 { 
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
}
	
	
	
/* WANTED LIST */

.piccyblockbg {
	width: 29px;
	height: 29px;
	background-image: url("../_images/lp_piccy_block.png");
	background-position: top left;
	background-repeat: no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_images/lp_piccy_block.png", sizingMethod="crop");
	margin: 5px 4px 0 0;
	_margin: 5px 2px 0 0;
	position: relative;
}
.piccyblock {
	width: 25px;
	height: 25px;
}

.lp_products {
	padding: 5px; 
	margin: 0 0 -3px 0;
}
	.lp_product {
		position: relative;
		height: 1%;
		cursor: pointer;
	}
	.lp_product H3 {
		display: block; color: #fff; font-weight: normal; line-height: 12px; font-size: 12px; margin: 0; 
		padding: 5px 5px 0 5px;
		_padding: 5px;
	}
	.lp_product P {
		line-height: 11px; font-size: 11px; text-decoration: none; font-weight: normal; padding: 5px; 
	}
	
.lp_product_pink { background-color: #e38cb1; border: 1px solid #fda4ca;  }
.lp_product_pink P { color: #ecd4df; }
.lp_product_blue { background-color: #8cb3e3; border: 1px solid #a4ccfd;  }
.lp_product_blue P { color: #e2eaf3; }
	
	

/* CONTENT */

#content {	
	float: left;
	/*width: 378px; */ /* original 418px */
	margin: 0;
	/*min-height: 600px;*/
}
* html #content { height: 500px; }

.content-full {
	width: 700px;
	padding: 0px 0px 0px 0px;
}
.content-padded {
	width: 660px;
	padding: 10px 20px 10px 20px;
}
	.content-padded IMG { border: none; }
	.content-padded H1 {
		font-family: 'Century Gothic', Arial;
		font-size: 2.20em;
		line-height: 1.4em;
		font-weight: normal;
		color: #cb5486;
		margin: 0 0 0px 0;
		padding: 0;
	}
	.content-padded H2 { 
		font-family: 'Century Gothic', Arial;
		font-size: 1.27em;
		font-weight: normal;
		font-style: italic;
		color: #4699fe;
		margin: 10px 0 10px 0;
		padding: 0;
	}
	.content-padded H3 { 
		font-family: Tahoma, Arial;
		color: #949494;
		font-size: 1em;
		font-weight: normal;
		margin: 0 0 5px 0;
		padding: 0;
	}
	.content-padded H4 { }
	.content-padded P {
		font-family: Tahoma, Arial;
		margin: 10px 0 10px 0;
		padding: 0;
		line-height: 1.6em;
		text-align: justify;
		color: #161616;
	}
	.content-padded A {
		color: #fb76ae;
		font-weight: bold;
		text-decoration: underline;
	}
	.content-padded.subheading { margin: 2px 0 2px 0; }
	.content-padded.subheading SPAN { 
		background: url("../_images/arrow_down.gif") no-repeat right top; 
		padding: 1px 20px 2px 0px; font-size: 0.7em; font-weight: bold; color: #3D3B3C; 
	}
	
	
.wysiwyg IMG { border: none; }
.wysiwyg H1 {
		font-family: 'Century Gothic', Arial;
		font-size: 2.20em;
		line-height: 1.6em;
		font-weight: normal;
		color: #cb5486;
		margin: 0 0 5px 0;
		padding: 0;
	}
.wysiwyg H2 { 
		font-family: 'Century Gothic', Arial;
		font-size: 1.27em;
		font-weight: normal;
		font-style: italic;
		color: #4699fe;
		margin: 10px 0 10px 0;
		padding: 0;
	}
.wysiwyg H3 { 
		font-family: Tahoma, Arial;
		color: #949494;
		font-size: 1em;
		font-weight: normal;
		margin: 0 0 5px 0;
		padding: 0;
	}
.wysiwyg H4 { }
.wysiwyg P {
		font-family: Tahoma, Arial;
		margin: 10px 0 10px 0;
		padding: 0;
		line-height: 1.6em;
		text-align: justify;
		color: #161616;
	}

A {
		color: #fb76ae;
		font-weight: bold;
		text-decoration: underline;
	}
	#content.subheading { margin: 2px 0 2px 0; }
	#content.subheading SPAN { 
		background: url("../_images/arrow_down.gif") no-repeat right top; 
		padding: 1px 20px 2px 0px; font-size: 0.7em; font-weight: bold; color: #3D3B3C; 
	}
	
	
/* HOMEPAGE SCROLLER */
	
#hpscroller {
	float: right;
	/*position: absolute;
	right: 0px;*/
	background: #e8e8e8;
	width: 281px;
}

	/* SCROLL BUTTONS */

	#hpscroller A.scrollbutton {
		display: block;
		height: 11px;
		background-color: #dcdcdc;
		background-repeat: no-repeat;
		background-position: center center;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;	
		text-decoration: none;	
	}
	#hpscroller A.scrollbutton:hover { background-color: #cccccc;  }
	#hpscroller A.scrollbutton SPAN { visibility: hidden; font-size: 0; line-hight: 0; }
	
	#hpscroller A.scrollbutton.up {			
		margin-top: 1px;
		background-image: url("../_images/hp_arrow_up.gif");
	}
	#hpscroller A.scrollbutton.down {			
		margin-bottom: 1px;
		background-image: url("../_images/hp_arrow_down.gif");		
	}
	
	/* SCROLLER NEWS ITEM */
	
	#hpscroller .hpnewsitem {
		margin: 5px; 
		padding: 10px 14px 10px 10px; 
		background:#fff url('../_images/hp_news_arrow.gif') no-repeat bottom right; 
	}
		#hpscroller .hpnewsitem H3 {
			font-family: "Century Gothic", Arial;
			color: #ff76b1; 
			font-weight: bold; font-size: 18px; 
			line-height: 16px; 
			margin: 0; padding: 0;
		}
		#hpscroller .hpnewsitem H4 {
			font-family: "Century Gothic", Arial; 
			color: #bab9b9; 
			font-weight: bold; font-size: 11px; 
			line-height: 13px; 
			margin: 3px 0 0 0; padding: 0
		}
		#hpscroller .hpnewsitem P {
			margin: 5px 0 5px 0; 
			line-height: 1.3em;
		}
		
	/* SCROLLER PRODUCT */
	
	#hpscroller .hpproduct {
		margin: 5px; 
		border: 3px solid #fd96c1;
		padding: 4px; 
		background-color: #fff;			
	}
		#hpscroller .hpproduct DIV.content {
			 margin: 0 26px 0 75px;
		}
		#hpscroller .hpproduct H3 {
			font-family: "Century Gothic", Arial;
			color: #fd62a4; 
			font-weight: bold; font-size: 14px; 
			line-height: 14px; 
			margin: 0; padding: 0;
		}
		#hpscroller .hpproduct H2 {
			display: inline;
			font-family: "Century Gothic", Arial; 
			color: #ff81b6; 
			font-weight: bold; font-size: 20px; 
			line-height: 13px; 
			margin: 3px 0 0 0; padding: 0
		}
		#hpscroller .hpproduct H4 {
			display: inline;
			font-family: "Century Gothic", Arial; 
			color: #bab9b9; 
			font-weight: bold; font-size: 11px; 
			line-height: 13px; 
			margin: 3px 0 0 0; padding: 0
		}
		#hpscroller .hpproduct P {
			margin: 5px 0 15px 0; 
			line-height: 1.3em;
		}
	
	#hpscroller .new {
		background: #fff url('../_images/hp_new_product.gif') no-repeat right bottom
	}
	
	#hpscroller .roset {
		position: absolute; 
		right: 0px; 
		margin-top: -15px; 
		margin-right: 3px; 
		height: 50px; 
		width: 50px;
		z-index: 5;
	}

.ratingsmallbg { 
		width: 70px; 
		height: 17px; 
		margin: 4px 0 1px 0; 
		background: url("../_images/rating_small_bg.gif") no-repeat left top; 
	}
.ratingsmall { 
		height: 17px; 
		background: url("../_images/rating_small.gif") no-repeat left top; 
	}
.ratingsmall SPAN { visibility: hidden; }
	
.sscore00 { width: 0px; }
.sscore05 { width: 8px; }
.sscore10 { width: 15px; }
.sscore15 { width: 22px; }
.sscore20 { width: 30px; }
.sscore25 { width: 36px; }
.sscore30 { width: 43px; }
.sscore35 { width: 49px; }
.sscore40 { width: 56px; }
.sscore45 { width: 62px; }
.sscore50 { width: 70px; }




	
#right-panel {
	float: left;
	width: 160px;
	padding: 10px 0 0 0;
}

#footer {
	/*position:absolute;*/
	/*bottom:0;*/ /* stick to bottom */
	width:100%;
	padding: 3px 0 5px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background: #3e3e3e url("../_images/f_white_arrow.gif") no-repeat top left;
	border-top: 3px solid #fff;
}
	
.footer-numeric-list {
	float: left; width:33%;
}
	.footer-numeric-list UL {
		list-style: none;
		margin: 0; padding: 5px 0 0 15px;
	}
		.footer-numeric-list UL LI {
			font-size: 1.1em;
			_line-height: 18px;
			font-weight: normal;
			padding: 1px; 
			color: #ffffff;
			clear: both;
		}
		.footer-numeric-list UL LI IMG {
			vertical-align: middle;
		}
		.footer-numeric-list UL LI H3 {
			display: inline;
			font-family: 'Century Gothic', Arial; 
			font-size: 1em; 
			font-weight: normal;
			color: #666666;
		}
		.footer-numeric-list UL LI A {
			color: #fff;
			font-size: 1em;
			padding: 0;
			text-decoration: none;
			margin: 1px 0 0 22px; 
			display: block; 
			line-height: 14px; 
			height: 1%;
		}
		.footer-numeric-list UL LI A:hover {
			color: #ccc;
		}
	.footer-numeric-list IMG { width: 18px; height: 18px; }
	
.footer-menu {
	float: right; text-align:right; padding: 8px 8px 0 0; font-size: 1.1em; 
	line-height: 1.4em;
}
	.footer-menu SPAN {
		color: #666666;
		padding: 0 5px 0 0;
	}
		.footer-menu SPAN A {
			color: #fff; 
			text-decoration:none; 
			font-weight: normal; 
			font-size: 1em;
		}
		.footer-menu SPAN A:hover {
			color: #ccc;
		}
		
.footer-copyright {
	float: right; text-align:right; padding: 8px 8px 0 0; font-size: 1.1em; 
}
	.footer-copyright SPAN {
		font-family: 'Century Gothic', Arial; font-weight: normal; color: #999999
	}
		
		

/*SUBMENUS */	
		
#account-header {
	margin: 0 0 0 0;
	list-style:none;
	height: 18px;
	border-bottom: 1px solid #fd97c2;
}
#account-header LI { 
	float: left;
	margin: 0 20px 0 0;
}
#account-header LI A {
	font-weight: bold;
	text-decoration:none;
	font-family: "Century Gothic", Helvetica, Arial;
	display: block;
	padding: 1px 0 1px 0;
}
#account-header LI A.current {
	border-bottom: 3px solid #ff81b6;
}
#account-header LI A:hover {
	border-bottom: 3px solid #ff81b6;
}



/*
// OLD VERSION

#recControl {
		position: absolute; 
		left: 156px; 
		padding: 0; 
		margin: 6px 0 0 0; 
		z-index: 150;
		_margin-left: -5px;
	}
		#recControl A {
			display: block; width: 10px; height: 26px; 
		}
		#recControl A:hover {
			background-color: transparent;
		}
			#recControl A IMG {
				padding: 7px 0 0 2px;
			}
*/

#recBlocks ul li a:hover { background-color: transparent; }
#recControl a:hover { background-color: transparent; }

/* Ads Next To Currency */
#text-adverts {
	position: absolute; right: 146px;
}
#text-adverts .text-advert {
	float: left;
	margin: 0 1px 0 0;
	background: url("../_images/arrow_right_greybg.gif") no-repeat left center; 
	height: 30px; 
	line-height: 30px; 
	color: #fff;
	font-family: "Century Gothic", Arial; 
	font-weight: bold; 
	font-size: 10px; 
	text-transform:uppercase; 
	padding: 0 15px 0 19px;
}



/* HAIR PROFILE */

#profile {
	margin: 10px 0 0 0;
}
	#profile .piccy { position: absolute; left: 0px; }
	#profile .piccy IMG { width: 100px; }
	#profile .piccy DIV { width: 100px; height: 100px; background-color: #EEE; border: 1px solid #999; }
	
	#profile .data { margin: 0 0 0 110px; }
	#profile .data H2 { margin: 0 0 10px 0; padding: 0; }
	#profile .data H3 { font-size: 11px; line-height: 14px; font-weight: bold; margin: 0; padding: 0; color: #fc7fb3; }
	#profile .data H3.short { width: 130px; float: left; clear:both; }
	#profile .data P { font-size: 11px; line-height: 14px; font-weight: normal; margin: 0 0 10px 0; padding: 3px; color: #000; }
	#profile .data P.short { margin: 0 0 2px 0; padding: 0; font-weight: bold; }
	
	.profileColours { float: left; width: 205px; margin: 0 0 2px 0; }
	.profileColours DIV { float: left; margin: 0 2px 2px 0; width:27px; height: 27px; }
	.profileColours DIV A { display:block; width: 25px; height: 25px; text-decoration: none; border: 1px solid #fff;  }
	.profileColours DIV A SPAN { visibility: hidden; position:absolute; }
	
	
#swatchPopup {
	position: absolute;
	width: 100px;
	height: 130px;
	padding: 5px;
	background: #333 url("../_images/ajax-loader_333bg.gif") no-repeat center center;
	display: none;
}
	#swatchPopup IMG { 
		width: 100px;
		height: 100px;
		display: block;
		padding: 0;
		margin: 0;
	}
	#swatchPopup H5 { 
		color: #ccc !important;
		line-height: 30px !important;
		font-size: 11px !important;
		display: block;
		width: 100px;
		height: 30px;
		overflow: hidden;
		font-weight: normal !important;
		font-style: italic !important;
	}
	
.categories {
	background-color: #000 !important; 
	margin: 0; 
	padding: 5px;
}
	.categories A H1 {
		padding: 0; 
		margin: 0; 
		line-height: 20px; 
		font-size: 12px;
	}			
		.categories A:hover H1 {
			text-decoration: underline;
		}

		
#pageoverlay {
	visibility: hidden;
	z-index: 900000;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}

#buynowbox {
	position: absolute; 
	padding: 15px; 
	background: white; 
	left: 250px; 
	top: 150px; 
	border: 5px solid #000;
	z-index: 900001;
	visibility: hidden;
}		