/* -------------------------------------------- */
/* Include CSS File => css/main.css
/* -------------------------------------------- */

/*@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: Arial, Helvetica, "Sans-Serif";
	font-size: 0.69em;
	background: #F5F5F5 url("../_images/h_bg.gif") repeat-y center top;
	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; }


.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: #9d4e95; } 

/* 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); }




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

#wrap {
	position:relative;
	left: 6px;
	width: 820px;
	padding: 0;
	margin: 0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
	min-height:100%; /* real browsers */
	background: #fff;
	border: 0px solid #000;
}

#top-area {
	display: block;
	height: 134px;
}

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


/* LEFT PANEL */

#left-panel {
	float: left;
	width: 186px;
	background: #fff;
}

	/* CATEGORIES LIST */	
		
	#categories {
		display: block;
		background: #202020 url("../_images/lp_bg.gif") no-repeat left top;
		/*padding: 10px 5px 10px 0;*/
		padding: 10px 0 0 0;
		margin: 0 0 50px 0;
	}	
	#categories H1 {
		font-size: 14px; 
		font-weight: normal; 
		color: #fff; 
		margin: 0 0 6px 10px;
	}
	
	#categories UL {
		list-style: none;
		margin: 0; 
		padding: 1px 3px 1px 14px;
		/*background: #f00 url("../_images/lm_dottedline.gif") repeat-y left top;*/
	}
		#categories UL LI {
			margin: 0; padding: 0px 0 0px 0;
			height: 1%;
			background: url("../_images/lm_dottedline.gif") repeat-y left top;
		}
		#categories UL LI A.box  {
			display: block;
			float: left;
			width: 13px; height: 13px;
			margin: 0; padding: 0;
			text-decoration: none;
		}
		#categories UL LI A.box SPAN  { visibility: hidden;  }
		#categories UL LI A.text {			
			font-weight: normal;
			color: #eee;
			text-decoration: none;
			padding: 0 0 0px 0px;
			margin: 1px 0 1px 15px;
			_margin: 0 0 0 13px;
			vertical-align:0px;
			display: block; 
			height: 1%;
		}
		
		#categories UL LI A.open { background: url('../_images/lp_contract.gif') no-repeat 0px 0px;  }
		#categories UL LI A.closed { background: url('../_images/lp_expand.gif') no-repeat 0px 0px;  }	
		#categories UL LI A.disabled { background: url('../_images/lp_expand.gif') no-repeat 0px -26px;  }			
		#categories UL LI A.selected { color: #fff; font-weight: bold; }
		
		#categories UL LI A.open:hover {	background-position: 0px -13px; }
		#categories UL LI A.closed:hover {	background-position: 0px -13px; }
		#categories UL LI A.disabled:hover {	 }
		#categories UL LI A.text:hover {	color: #ccc; }	
	
	/*
	Old Version
	
	#categories UL {
		list-style: none;
		margin: 0; 
		padding: 2px 0 0px 14px;
		background: url("../_images/lm_dottedline.gif") repeat-y left top;
	}
		#categories UL LI {
			margin: 0; padding: 2px 0 2px 0;
		}
		#categories UL LI IMG {
			float: left;
			padding: 0;
			margin: 0;
			width: 13px; height: 13px;
		}
		#categories UL LI A {			
			font-weight: normal;
			color: #fff;
			text-decoration: none;
			padding: 0 0 1px 16px;
			vertical-align:0px;
			display: block; 
			width: 150px; 
		}
		#categories UL LI A.open { background: url('../_images/lp_contract.gif') no-repeat left top;  }
		#categories UL LI A.closed { background: url('../_images/lp_expand.gif') no-repeat left top;  }
		
		#categories UL LI A:hover {
			color: #ccc;
		}	
	*/

/* RIGHT PANEL */

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

	.news-item { 
		margin: 5px 0 35px;
		padding: 0 6px 0 4px;
	}	
		.news-item H1 { 
			font-size: 12px;
			font-weight: bold;
			line-height: 14px;
			color: #0f008f;
		}
		.news-item SPAN {
			display: block; 
			padding: 3px 0 3px 0;
			font-size: 11px;
			font-weight: bold;
			color: #aaaaaa;
		}
		.news-item P {
			font-size: 11px;
			line-height: 14px;
			color: #555;
		}
		.news-item IMG {
			float: right;
		}


/* ACCOUNT */

#rp-account {
	margin: 0; 
	padding: 7px 7px 16px 7px; 
	position: relative; 
	top: -9px; 
	background: #7b4c8f url("../_images/rp_account_bg.gif") no-repeat left bottom;
}
#rp-account H1 {
	font-size: 14px; 
	font-weight: normal; 
	color: #fff; 
	margin: 0 0 6px 0;
}
#rp-account P {
	color: #d8cade;
	padding: 2px 0 2px 0;
}
#rp-account P B {
	color: #fff;
}

	

/* CONTENT */

#content {	
	float: left;
	width: 434px; 
	margin: 0;
	padding: 25px;
	margin: 0 0 45px 0;
	/*min-height: 600px;*/
}
	.content-no-rp { width: 594px; }
	
	#content IMG { border: none; }
	#content H1 {
		font-size: 2.20em;
		font-weight: normal;
		color: #8f008b;
		margin: 0 0 15px;
		padding: 0 0 0px 0;
		/*border-bottom: 2px solid #e2e2e2;*/
	}
	#content H2 {
		font-size: 1.3em;
		line-height: 1.5em;
		margin: 5px 0 10px 0;
	}
	#content P {
		margin: 15px 0 0 0;
		padding: 0;
		font-size: 1.0em;
		line-height: 1.6em;
		text-align: justify;
		font-family: Tahoma;
	}
	#content A {
		color: #8f008b;
		font-weight: bold;
		text-decoration: underline;
	}
	
	
#header {
	float: right; 
	position: relative; 
	width: 633px; 
	height: 134px; 
	border-left: 1px solid #fff; 
	background: url('../_images/h_header3.jpg') no-repeat left top;
}


/*  TABS */
	
#tabs {
	position: absolute; 
	bottom: 0px;
	margin: 0 0 0 1px;
}
	#tabs UL {
		margin: 0;
		padding: 0 0 0 5px;
		list-style: none;	
		height: 31px;
		display: block;
	}
		#tabs UL LI {
			float: left;
			display: block;
			background: url("../_images/tab_off_l.png") no-repeat left top;
			height: 28px;
			margin: 3px 1px 0 0;
			padding: 0 0 0 8px;
		}
		#tabs UL LI.current {
			background: url("../_images/tab_on_l.png") no-repeat left top;
			height: 31px;
			margin: 0 1px 0 0;
		}
			#tabs UL LI A {
				display: block;
				background: url("../_images/tab_off_r.png") no-repeat right top;
				margin: 0;
				padding: 10px 16px 4px 8px;
				height: 17px;
				color: #515151;
				text-decoration: none;			
				_float:left;	
			}
			#tabs UL LI A:hover {
				color: #6a62ae;
			}
			#tabs UL LI.current A {
				color: #3f3f3f;
				background: url("../_images/tab_on_r.png") no-repeat right top;
			}
			#tabs UL LI A SPAN {
				font-family: Arial;
				font-size: 11px;
				line-height: 18px;
			}
			#tabs UL LI.current A SPAN {
				border-bottom: 2px solid #cac7e6;
			}
	
	
			
/*	TOP */
		
#logobox {
	float: left; 
	width: 186px;
}
	#logobox IMG {
		padding: 0; 
		margin: 0; 
		display: block; 
		border: none;
	}
	
	
	
/* SEARCH BOX */
	
#searchbox {
	background: url('../_images/search_bg.gif') no-repeat left top; 
	height: 65px;
	width: 186px;
}
	#searchbox H1 {
		font-size: 14px; 
		line-height: 14px; 
		font-weight: normal; 
		color: #fff; 
		margin: 0 0 0px 10px; 
		padding: 12px 0 0 0;
	}

#search-form {
	margin: 0px 0 0 10px; 
	padding: 0;
}
	#search-form .keyword {
		border: 1px solid #504d69; width: 140px; height: 14px; margin: 0; padding: 3px; color: #8f8f8f; font-size: 11px;
	}
	#search-form .submit {
		position: relative; top: 5px; margin: 0; padding: 0;
	}
	
	
	
/* FOOTER */
	
#footer {
	position: absolute;
	bottom: 0px;
	background: #3f3f3f url("../_images/f_bg.gif") no-repeat left top;
	height: 40px;
}
	#footer A {
		font-weight: bold; 
		text-decoration: underline;
		color: #fff;
	}	
					
#footer-left {
	float: left; text-align:left; margin: 0 0 0 5px; padding: 5px; 
}
	#footer-left .copyright {
		font-size: 10px; color: #a0a0a0;
	}
	#footer-left .companyname {
		font-size: 12px; color: #fff;
	}
#footer-right {
	float: right; text-align: right; margin: 0 5px 0 0; padding: 5px; 
}
	#footer-right IMG {
		display: block; position: absolute; right: 0px; margin: 0 10px 0 0; _margin: 0 13px 0 0;
	}
	#footer-right DIV {
		font-size: 10px; color: #a0a0a0;
	}
	
	

.contact { 
	list-style: none;
	margin: 10px auto 20px auto;
}
.contact LI {
	display: block;
	padding: 8px 0 8px 0;
	clear: both;
}
.contact LI DIV.label {
	display: block;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	width: 80px;
	float: left;
}
.contact LI DIV.text {
	display: block;
	color: #0f008f;
	font-size: 1.3em;
	width: 150px;
	float: left;
}
.contact A { color: #941e65; }


		

/* -------------------------------------------- */
/* Include CSS File => css/forms.css
/* -------------------------------------------- */


 /* Form */
 
 .frmWrap {
 	width: 368px;
	margin: 0 auto;
	
 }
 
.frmInner { 	
	font-size: 1em;
	position:relative;
	/*background: #fff url("../_images/dot_pattern.gif") repeat left top;*/
	padding: 1px;
}
* html .frmInner { height: 1%; }
.frmBGCol { background-color:#fff; }
.frmInner2 { background: #f1f1f1; border: 1px solid #DDD; padding: 0 0 4px 0; }

.frmWrap FORM { 
	/*font-family: Arial; */
}
 .frmWrap FORM H1.frmTitle {
	font-family: Arial, Helvetica, "Sans-Serif";
	display: none;	
	float: left;
	font-size: 14px !important; 
	font-weight: normal; 
	text-align:left; 
	line-height: 18px !important;	
	color: #1e4d94 !important;
	margin: 1px 0 1px 0;
	padding: 0 0 1px 0;	
}
 .frmWrap FORM FIELDSET
{
	border: none;
	color: #fff;
	margin: 0; padding: 5px 0 3px 0;
}
 .frmWrap FORM FIELDSET.submit {
	margin: 0px 0px 0px 0px; 
	padding: 3px 0px 2px 92px;
}
 .frmWrap FORM FIELDSET.submit input { border: 0; margin: 0 1px 0 2px;  }
 .frmWrap FORM FIELDSET LEGEND
{
	display: none;
}
 .frmWrap FORM FIELDSET B
{
	/*color: #3c506a;*/
	color: #000;
	line-height: 20px;
}

 .frmWrap FORM .frmSubtitleBlock {
	display: block;
	height: 28px;
}
 .frmWrap FORM .frmSubtitleBlockBGCol { background-color: #83bafd }

 .frmWrap FORM H2.frmSubtitle {
	float: left !important;	
	padding: 8px 0 0 4px !important;	
	color: #000  !important;	
	font-size: 11px  !important;	
	font-weight: normal !important;	
	font-style: normal !important;	
	margin: 0 !important;	
}

 .frmWrap FORM BR {
	clear: both;
}	
 .frmWrap FORM IMG {
	display: block;
	margin: 0; padding: 0;
}

FORM FIELDSET LABEL
{
	font-family: Arial, Helvetica, "Sans-Serif";
	font-size: 11px;
	line-height: 11px;
	width: 140px;
	float: left;
	margin: 0 2px 2px 4px;
	display: block;
	font-weight: normal; 
	color: #000; 
	padding: 5px 4px 5px 4px; 
	text-align: left; 
	background-color: #fafafa;
}
* html FORM FIELDSET LABEL { margin: 0 2px 2px 2px; }
 .frmWrap FORM BR { clear: both; margin: 0; padding: 0; }
 .frmWrap FORM SPAN { font-size: 1em; }

.frmError {
	border: 1px solid #f77; 
	background-color: #fbb; 
	color: #b00; 
	font-weight: bold; 
	font-size: 1em; 
	margin: 0 5px 3px 5px; 
	padding: 5px;
}

/*.frmREGISTER { width: 388px; }
.frmREGISTER label { width: 150px; }
.frmREGISTER .frmText { width: 200px; }*/

.frmBSK_LOGIN { width: 328px; }
.frmBSK_LOGIN label { width: 120px; }
.frmBSK_LOGIN .frmText { width: 180px; }

.frmBSK_PREREGISTER { width: 328px; }
.frmBSK_PREREGISTER label { width: 120px; }
.frmBSK_PREREGISTER .frmText { width: 180px; }

.frmBSK_LOST_PASSWORD { width: 328px; }
.frmBSK_LOST_PASSWORD label { width: 120px; }
.frmBSK_LOST_PASSWORD .frmText { width: 180px; }


.frmCONTACT_US { width: 100px; }


.frmREVIEW { width: 450px; }
.frmREVIEW label { width: 150px; }
.frmREVIEW .frmText { width: 270px; }
.frmREVIEW .frmTextarea { width: 270px; }

.frmADDRESS { width: 385px; }
.frmADDRESS label { width: 165px; }
* html .frmADDRESS label { width: 170px; }
.frmADDRESS .submit { padding-left: 125px; !important }

.frmTRADE { width: 418px; }
.frmTRADE label { width: 190px; }
.frmTRADE .submit { padding-left: 143px; }

 /* Form Input Types */
 
.frmText { 
	float: left;
	font-family: Tahoma; 
	font-size: 11px; 	
	line-height: 12px;		
	color: #333; 
	width: 200px; height: auto; 
	border: 1px solid #516987; 
	padding: 3px 2px 3px 2px; 
	margin: 1px 0 0 0;
	background: #fff;
}
.frmTextarea { 
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #333; 
	width: 200px; 
	border: 1px solid #516987; 
	padding: 2px; 
	height: 120px; 
	margin: 1px 0 0 0;
	background: #fff;
}
.frmSelect { 
	float: left;
	font-family: Tahoma; 
	font-size: 11px; 
	color: #333; 
	width: 206px; 
	border: 1px solid #516987; 
	padding: 2px 2px 2px 2px; 
	margin: 1px 0 0 0;
	background: #fff;
}
* html .frmSelect { padding: 3px 2px 3px 2px;  }

.frmRequired { 
	position: absolute;
	font-family: "Century Gothic", Arial, Helvetica, "Sans-Serif";
	font-size: 18px !important; 
	font-weight: normal;
	line-height: 12px;
	color: #8f008b; 
	margin: 0px 0 0 3px;
} 
* html .frmRequired { margin: 3px 0 0 3px; }
.frmRequired2 { 
	font-family: "Century Gothic", Arial, Helvetica, "Sans-Serif";
	font-size:  18px !important; 
	font-weight: normal;
	line-height: 12px;
	color: #8f008b; 
	margin: 0 3px 0 0;
} 
.frmRequiredText { 
	margin-top: 5px;
	font-family: Arial, Helvetica, "Sans-Serif";
	font-size: 11px; 
	font-weight: normal; 
	color: #aaa; 
	line-height: 1.1em; 
}  

/* -------------------------------------------- */
/* Include CSS File => css/products.css
/* -------------------------------------------- */

/* PRODUCTS */

#products { width:100%; }

/* PRODUCT LISTING */

#product-banner { }
#no-products { text-align: center; font-size: 1em;  padding: 50px 0 50px; }

.product-splitter { overflow: hidden; height: 2px; border-bottom: 2px dotted #eee; padding: 3px 0 2px 0; margin: 0 0 4px 0; clear: both; }

/* NORMAL PRODUCT LISTING */

.product {
		display:block;
		position: relative;
		margin: 0; 
		padding: 4px 0 4px 0; 
		background-color: #fff;
		clear: both;	
		/*cursor: pointer;		*/
	}
		.product .image {
			float: left; 
			display: block; 
			margin: 0 0 0 0;
			padding: 2px;
			background: #F5F5F5;
			border: 1px solid #BBB;
		}
			.product .image IMG {
				display: block;
			}
		.product .textblock {
			 margin: 0 60px 0 112px;
			 padding: 0px 0 0px 0;
			 height: 1%;
		}
		.product H3.name {
			font-family: Arial;
			color: #0f008f; 
			font-weight: bold; font-size: 13px; 
			line-height: 16px; 
			margin: 0; padding: 0 0 0 0;
		}
		.product .catno {
			font-size: 11px;
			line-height: 12px;
			font-weight: bold;
			color: #999999;
			margin: 0; padding: 3px 0 0 0;
		}
		.price2 { 
			float: right; width: 100px; 
			text-align: right;
			display: inline;
			font-family: Arial; 
			color: #9d4e95; 
			font-weight: bold; font-size: 16px; 
			line-height: 18px; 
			margin: 0; padding: 0;
		}
		.srp {
			font-family: Arial; 
			color: #7f75d6; 
			font-weight: bold; font-size: 11px; 
			line-height: 14px; 
			margin: 0; padding: 0;
		}
		.srpprice {
			color: #4b40ac; 
			font-size: 12px;
		}
		.pricetext {
			font-family: Arial; 
			color: #cb91c5; 
			font-weight: bold; font-size: 11px; 
			line-height: 14px; 
			margin: 0; padding: 0;
		}
		.pricevalue {
			color: #9d4e95; 
			font-size: 16px;
			line-height: 18px; 
		}
		.product H2.price {
			display: inline;
			font-family: Arial; 
			color: #9d4e95; 
			font-weight: bold; font-size: 20px; 
			line-height: 20px; 
			margin: 0; padding: 0;
		}
		.product H4.pnp {
			display: inline;
			font-family: Arial; 
			color: #bab9b9; 
			font-weight: bold; font-size: 11px; 
			line-height: 13px; 
			margin: 0; padding: 0 0 0 4px;
		}
		.product P.body {
			margin: 10px 0 10px 0; 
			line-height: 1.3em;
			color: #6c6c6c;
			text-align: justify;
		}
		.product SPAN.from {
			display: block;
			font-family: Arial; 
			color: #ff81b6; 
			font-weight: bold; font-size: 10px; 
			line-height: 16px; 
			margin: 0; padding: 0
		}
		
	.roset {
		position: absolute; 
		right: 0px; 
		margin-top: -15px; 
		margin-right: 3px; 
		height: 50px; 
		width: 50px;
		z-index: 5;
	}
	
/* RATING */
.ratingbg { 
	width: 82px; 
	height: 20px; 
	margin: 4px 0 1px 0; 
	background: url("../_images/rating_big_bg.gif") no-repeat left top; 
}
.rating { 
	height: 20px; 
	background: url("../_images/rating_big.gif") no-repeat left top; 
}
	
.rating SPAN { visibility: hidden; }

.score00 { width: 0px; }
.score05 { width: 9px; }
.score10 { width: 17px; }
.score15 { width: 26px; }
.score20 { width: 35px; }
.score25 { width: 42px; }
.score30 { width: 50px; }
.score35 { width: 57px; }
.score40 { width: 66px; }
.score45 { width: 73px; }
.score50 { width: 82px; }
	

/* PROMO PAGE PRODUCTS */


.product_big {
		position: relative;
		display:inline-block;
		margin: 0 0 5px 5px; 
		border: 3px solid #fd96c1;
		padding: 4px; 
		background-color: #fff;	
		cursor: pointer;	
		/* Fixes for IE, width creates a 'haslayout' => inline-block does it*/
		/*width: 681px; */
	}
		.product_big .rightarrow {
			z-index: 92323;
			display: block; 
			position: absolute; 
			right: -3px; _right: -4px;
		}
		.product_big .image {
			float: left; 
			display: block; 
			margin: 0 0 0 0;
		}
		.product_big .textblock {
			 margin: 0 40px 0 220px;
			 padding: 10px 0 5px 0;
		}
		.product_big H3.name {
			font-family: "Century Gothic", Arial;
			color: #fd62a4; 
			font-weight: bold; font-size: 20px; 
			line-height: 22px; 
			margin: 0; padding: 0;
		}
		.product_big H2.price {
			display: inline;
			font-family: "Century Gothic", Arial; 
			color: #ff81b6; 
			font-weight: bold; font-size: 28px; 
			line-height: 16px; 
			margin: 3px 0 0 0; padding: 0
		}
		.product_big H4.pnp {
			display: inline;
			font-family: "Century Gothic", Arial; 
			color: #bab9b9; 
			font-weight: bold; font-size: 12px; 
			line-height: 14px; 
			margin: 3px 0 0 0; padding: 0
		}
		.product_big P.body {
			margin: 10px 0 15px 0; 
			font-size: 1.0em;
			line-height: 1.5em;
			color: #6c6c6c;
			text-align: justify;
		}


/* RELATED PRODUCTS */

.product_related {
		display:block;
		position: relative;
		margin: 0 0 5px 90px; 
		/*border: 3px solid #fd96c1;*/
		padding: 2px 0px 0px 10px; 
		background-color: #fff !important;			
	}
		.product_related .image {
			position: relative;
			float: left; 
			display: block; 
			margin: 0 !important;
		}
		.product_related .view {
			display:inline;
			margin: 0 !important;
			padding: 5px 0 0 0;
		}
		.product_related .textblock {
			 margin: 0 30px 0 60px;
			 padding: 5px 0 5px 0;
		}
		.product_related H3.name {
			font-family: "Century Gothic", Arial;
			color: #fd62a4; 
			font-weight: bold; font-size: 15px; 
			line-height: 14px; 
			margin: 0; padding: 0;
		}
		.product_related H2.price {
			display: inline;
			font-family: "Century Gothic", Arial; 
			color: #ff81b6; 
			font-weight: bold; font-size: 26px; 
			line-height: 13px; 
			margin: 0px 0 0 0; padding: 0
		}
		.product_related H4.pnp {
			display: inline;
			font-family: "Century Gothic", Arial; 
			color: #bab9b9; 
			font-weight: bold; font-size: 12px; 
			line-height: 13px; 
			margin: 3px 0 0 0; padding: 0
		}
		.product_related P.body {
			/*margin: 10px 0 15px 0; */
			margin: 0;
			line-height: 1.3em;
			color: #6c6c6c;
			text-align: justify;
		}
		
		
/* WISHLIST PRODUCTS */

.product_wishlist {
		display:block;
		position: relative;
		margin: 0 0 5px 0; 
		/*border: 3px solid #fd96c1;*/
		padding: 2px 0px 0px 10px; 
		background-color: #fff !important;			
	}
		.product_wishlist .image {
			position: relative;
			float: left; 
			display: block; 
			margin: 0 !important;
		}
		.product_wishlist .view {
			display:inline;
			margin: 0 !important;
			padding: 0 0 0 0;
		}
		.product_wishlist .textblock {
			 margin: 0 0px 0 60px;
			 padding: 5px 0 5px 0;
		}
		.product_wishlist H3.name {
			font-family: "Century Gothic", Arial;
			color: #fd62a4; 
			font-weight: bold; font-size: 15px; 
			line-height: 14px; 
			margin: 0; padding: 0;
		}
		.product_wishlist H2.price {
			display: inline;
			font-family: "Century Gothic", Arial; 
			color: #ff81b6; 
			font-weight: bold; font-size: 20px; 
			line-height: 13px; 
			margin: 0px 0 0 0; padding: 0
		}
		.product_wishlist H4.pnp {
			display: inline;
			font-family: "Century Gothic", Arial; 
			color: #bab9b9; 
			font-weight: bold; font-size: 12px; 
			line-height: 13px; 
			margin: 3px 0 0 0; padding: 0
		}
		.product_wishlist P.body {
			margin: 5px 0 8px 0; 
			line-height: 1.3em;
			color: #6c6c6c;
			text-align: justify;
		}
		
		
/* BULK RESERVE PRODUCTS */

.product_bulk {
		display:block;
		position: relative;
		margin: 0 0 5px 0; 
		/*border: 3px solid #fd96c1;*/
		padding: 2px 0px 0px 10px; 
		background-color: #fff !important;			
	}
		.product_bulk .image {
			position: relative;
			float: left; 
			display: block; 
			margin: 0 !important;
		}
		.product_bulk .view {
			display:inline;
			margin: 0 !important;
			padding: 0 0 0 0;
		}
		.product_bulk .textblock {
			 margin: 0 0px 0 60px;
			 padding: 5px 0 5px 0;
		}
			.product_bulk .textblock UL { 
				list-style: none;
			}
				.product_bulk .textblock UL LI { 
					font-weight: bold;
				}
					.product_bulk .textblock UL LI SPAN { 
						font-weight: normal;
					}
		.product_bulk H3.name {
			font-family: "Century Gothic", Arial;
			color: #fd62a4; 
			font-weight: bold; font-size: 15px; 
			line-height: 14px; 
			margin: 0; padding: 0;
		}
		.product_bulk H2.price {
			display: inline;
			font-family: "Century Gothic", Arial; 
			color: #ff81b6; 
			font-weight: bold; font-size: 20px; 
			line-height: 13px; 
			margin: 0px 0 0 0; padding: 0
		}
		.product_bulk H4.pnp {
			display: inline;
			font-family: "Century Gothic", Arial; 
			color: #bab9b9; 
			font-weight: bold; font-size: 12px; 
			line-height: 13px; 
			margin: 3px 0 0 0; padding: 0
		}
		.product_bulk P.body {
			margin: 5px 0 8px 0; 
			line-height: 1.3em;
			color: #6c6c6c;
			text-align: justify;
		}		
		
/*
	
.product_small { width: 50%; float: left; cursor:pointer; }
	.product_small .image { float:left; padding: 0 3px 5px 3px }
	.product_small .slideleft { background: url("../../_images/p_text_bg_left.gif") no-repeat left bottom; margin: 0 0 0 55px; } 
	.product_small .slideright { background: url("../../_images/p_text_bg_right.gif") no-repeat right bottom; padding: 2px 10px 10px 10px; } 
	.product_small H1 { 
		color: #6f4876; 
		font-size: 0.9em; 
		line-height: 1.1em; 
		border:none; 
		margin: 0 0 2px 0;
	}
	.product_small .price { color: #bc8cbd; font-size: 0.9em; font-weight: bold; }
	.product_small .price SPAN { color: #828282; font-size: 0.70em; font-weight: normal; } 
	.product_small .price-rrp { font-size: 0.7em; color: #999; }
	.product_small .price-rrp STRONG { color: #666; } 
	.product_small .rating { color: #aaa; font-size: 0.7em; padding: 4px 0 0 0; }	
	.product_small P {
		color: #676767; 
		font-size: 0.7em; 
		line-height: 1.2em; 
		margin: 8px 0 0 0;
	}
	.product_small A {
		float: right; 
		margin: 12px 0 0 0;
	}

*/

/* PRODUCT DETAIL */

#frmBuy { margin: 0; padding: 0; }
#frmBuy BR { clear: none; }

#product-detail { margin: 0px 0px 0px 0px; border: 0px solid #f00; }
#product-detail-piccy { float:right; }
#product-detail-piccy a { border: 0px; }
#product-detail-text { margin: 0 0 0 0px; }
#product-detail H1 {  /* product name */
	font-family: Arial;
	color: #0f008f; 
	font-weight: bold; 
	font-size: 18px; 
	margin: 0; padding: 0;
}
#product-detail P { /* desc */
	font-size: 1em; 
	line-height: 1.3em; 
	padding: 6px 0 6px 0;
	margin: 0;
} 
#product-detail IMG.image { margin: 0px 0px 0px 10px; } /* piccy */

#product-detail #price { line-height: 0.6em; }
#product-detail #price .field { font-size: 1em; color: #999 }

#product-detail #price H2 {
	display: inline;
	font-family: Arial; 
	color: #9d4e95; 
	font-weight: bold; font-size: 24px; 
	line-height: 34px; 
	margin: 0 0 0 0; padding: 0
}

#product-detail #price H4 {
	display: inline;
	font-family: Arial; 
	color: #9d4e95; 
	font-weight: bold; font-size: 12px; 
	line-height: 14px; 
	margin: 3px 0 0 0; padding: 0
}

.product-detail-info { margin: 10px 0 0px 0; }
	.product-detail-info ul {
		list-style: none;	
	}
		.product-detail-info ul li {
			color: #222;	
			font-size: 1em;
			line-height: 1.2em;
			font-weight: bold;
		}
			.product-detail-info ul li span {
				font-weight: bold;
				color: #fd62a4;
			}

#product-detail-thumbs {
	text-align:right; margin: 5px 0 0 0px;  border: 0px solid #f00; 
}
#product-detail-thumbs a img {
	padding:0; margin: 0 0 0 3px;
}

#product-detail h2 { 
	font-family: Arial; 
	color: #ff81b6; 
	font-weight: bold; font-size: 16px; line-height: 18px;
}

#product-detail-extra h2 { 
	font-family: Arial; 
	color: #ff81b6; 
	font-weight: bold; font-size: 16px; line-height: 18px;
	padding: 10px 0 0 0;
}
#product-detail-extra ul { list-style: none; margin: 0 0 10px 0;  padding: 5px; }
#product-detail-extra ul li {
	font-size: 1em;
	clear: both;
}
#product-detail-extra ul li .price {
	font-weight: bold;
	float: right
}
#product-detail-extra ul li .price span {
	/*color: #999999;*/
	font-weight: normal;
	font-size: 1em;
}

/* options */

#options { padding: 0 0 5px 0; background: #F3F3F3; }
.choice-name { font: normal normal bold 0.7em Arial; line-height: 2em; text-align: left; margin: 2px 0 0px 0; padding: 0 5px 0 5px; }
#product_Choice { /* frm value */
	padding: 2px 2px 2px 0px; 
	border: 2px solid #8c8383; background: #fff; height: 22px; width: 198px; 
	font-size: 1em;
	font-weight: bold;
	color: #4D4C4C;
	text-align:left;
	vertical-align:middle;
}

/* quantity & add to basket */

#quantity { 
	background-color: #F1F1F1; 
	margin: 10px 0 5px 0; 
	padding: 0 0 5px 0;
}
#quantity-top { 
	border-top: 2px solid #DDD; height: 2px; background: #fff; overflow: hidden; height: 2px; margin: 0; 
}
#quantity-main {
	text-align: left; 
	margin: 5px auto 0 auto;
	border: 0px solid #f00;
}
#quantity-main span {
	margin: 0 0 0 5px; 
	vertical-align: middle;
	font-size: 1.0em;
	color: #555;
}
#product_Quantity { /* frm value */
	font-family: Arial;
	padding: 2px 2px 0px 0px; margin: 0px 2px 0 4px; 
	border: 2px solid #999; background: #fff; height: 16px; width: 26px; 
	font-size: 1.1em;
	font-weight: bold;
	color: #4D4C4C;
	text-align:center;
	vertical-align:middle;
}
#quantity-submit { /* frm submit */
	vertical-align: middle;
	padding: 0px 0 0 0;
}



/* PAGE NAVIGATION */

#page-nav { 
	background-color: #F1F1F1; 
	margin: 10px 0 5px 0; 
	padding: 4px 5px 0 5px;
	font-size: 1.4em;
}
#page-nav-top { 
	border-top: 2px solid #DDD; height: 2px; background: #fff; overflow: hidden; height: 2px; 
}
#page-nav-main {
	font: normal normal bold 0.7em Arial; 	
	text-align: center; 
	margin: 5px auto 0 auto;
	padding: 0 0 5px 0;
}
#page-nav-main a {
	border: none;
}
#page-nav-main img {
	padding: 0 5px 0 5px;
}
#page-nav-main ul {	
	display: inline; 
	list-style: none;
	text-align: center; 
	vertical-align: 5px;
}
#page-nav-main ul li {
	display: inline;
}
#page-nav-main ul a {
	border: none;
	display: inline;
	width: 15px;
	margin: 0 1px 0 1px;
	padding: 1px 6px 1px 6px;
	background: #fff;
	color: #707070; 
}
#page-nav-main ul a:hover {
	color: #FFF;
	background: #807bb6;
}
#page-nav-main .page-nav-current {
	color: #524c8f;
	border-bottom: 2px solid #524c8f;
	background: #FFF;
}



/* BASKET */

#basket { width: 100%; }
#basket th {
	background-color: #F1F1F1;
	text-align:center;
	font-size: 1em;
	height: 23px;
	border-bottom: 2px dotted #BABABA; 
	padding: 1px 4px 0 4px;
}
#basket td {
	text-align:center;
	height: 32px;
	padding: 2px;
}	

#basket .basket-product {
	text-align: left;
}
	#basket .basket-product H1 { 
		font-size: 1.1em; line-height: 1.2em; font-weight: bold; color: #414141; border: 0px; margin: 0; 
	}

	#basket .basket-product ul {
		list-style: none;	
	}
		#basket .basket-product ul li {
			color: #999;	
			font-size: 1em;
			line-height: 1.2em;
			font-weight: bold;
		}
		#basket .basket-product ul li span {
			font-weight: bold;
			color: #fc7fb3;
		}
#basket .basket-remove { vertical-align: middle; padding: 3px 0 0 0; }
#basket .basket-remove A { border: 0; }	 /* hide border on remove X */
#basket .basket-remove A IMG { display: inline; }	 
#basket .basket-quantity {	
	font-family: "Century Gothic", Arial;
	font-size: 1.1em;
	font-weight:bold;
	background-color: #F8F8F8;
}
#basket .basket-quantity input {	/* form value */
	font-family: Arial;
	font-weight: bold;
	padding: 2px 2px 0px 0px; margin: 0px 0px 0 0px; 
	border: 2px solid #888; background: #fff; height: 16px; width: 26px; 
	font-size: 1em;
	color: #4D4C4C;
	text-align:center;
	vertical-align:middle;	
}
#basket .basket-price {
	font-family: "Century Gothic", Arial;
	font-size: 1.3em; 
	line-height: 1em; 
	color: #fc7fb3; 
	font-weight:bold;
}

#basket #empty { /* no products found bit */
	height: 60px;
}


#basket-totals {
	font-family: "Century Gothic", Arial;
	border-top: 2px solid #DDD; 
	margin: 0 0 10px 0;
}
	#basket-totals .total { 
		width: 210px;
		font-size: 1em;
		font-weight: bold;
		margin: 5px 0 5px 0;
	}
	#basket-totals .title {
		display: block;
		font-size: 1em;
		text-align:right;
		padding: 2px 0 0 0;
	}
	#basket-totals .value {
		display: block;
		float: right;
		width: 85px; 
		font-size: 1.3em; 
		color: #fc7fb3; 
		font-weight:bold;
		text-align:center;
		margin: 0 0 0 10px;
	}
	
	
/* ORDER */

.order { width: 100%; }
.order th {
	background-color: #F1F1F1;
	text-align:center;
	font-size: 1em;
	height: 23px;
	border-bottom: 2px dotted #BABABA; 
	padding: 1px 4px 0 4px;
}
.order td {
	text-align:center;
	height: 32px;
	padding: 2px;
}	

.order .order-product {
	text-align: left;
}
	.order .order-product H1 { 
		font-size: 1.1em; line-height: 1.2em; font-weight: bold; color: #414141; border: 0px; margin: 0; 
	}

	.order .order-product ul {
		list-style: none;	
	}
		.order .order-product ul li {
			color: #999;	
			font-size: 1em;
			line-height: 1.2em;
			font-weight: bold;
		}
		.order .order-product ul li span {
			font-weight: bold;
			color: #55B4AB;
		}
.order .order-remove { vertical-align: middle; padding: 3px 0 0 0; }
.order .order-remove A { border: 0; }	 /* hide border on remove X */
.order .order-remove A IMG { display: inline; }	 
.order .order-quantity {	
	font-family: "Century Gothic", Arial;
	font-size: 1.1em;
	font-weight:bold;
	background-color: #F8F8F8;
}
.order .order-quantity input {	/* form value */
	font-family: Arial;
	font-weight: bold;
	padding: 2px 2px 0px 0px; margin: 0px 0px 0 0px; 
	border: 2px solid #888; background: #fff; height: 16px; width: 26px; 
	font-size: 1em;
	color: #4D4C4C;
	text-align:center;
	vertical-align:middle;	
}
.order .order-price {
	font-family: "Century Gothic", Arial;
	font-size: 1.3em; 
	line-height: 1em; 
	color: #fc7fb3; 
	font-weight:bold;
}

.order #empty { /* no products found bit */
	height: 60px;
}


.order-totals {
	font-family: "Century Gothic", Arial;
	border-top: 2px solid #DDD; 
	margin: 0 0 10px 0;
}
	.order-totals .total { 
		width: 210px;
		font-size: 1em;
		font-weight: bold;
		margin: 5px 0 5px 0;
	}
	.order-totals .title {
		display: block;
		font-size: 1em;
		text-align:right;
		padding: 2px 0 0 0;
	}
	.order-totals .value {
		display: block;
		float: right;
		width: 85px; 
		font-size: 1.3em; 
		color: #fc7fb3; 
		font-weight:bold;
		text-align:center;
		margin: 0 0 0 10px;
	}
	
/*
OLD STYLE
#basket .subtotal TD, #basket .total TD { height: 20px;  }
#basket .total TD { height: 35px; font-size: 1.0em; }
#basket .label {
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0 15px 0 0;
}
#basket .value {
	font-size: 0.9em; 
	line-height: 0.9em; 
	color: #bc8cbd; 
	font-weight:bold;
}*/


#basket-footer {
	text-align: center; margin: 50px 20px 0 20px; 
}
#basket-footer DIV {
	color: #999999; font-size: 1em;
}

/* USED ON BASKET PAGE */

.coupon {
	font-size: 1em;
	vertical-align: middle;
	font-weight: bold;
}
.coupon-field {
	width: 100px; text-transform:uppercase; float: none; font-size: 1em; font-weight:bold; 
}
.coupon-info {
	font-size: 1em;
	font-weight: bold;
}


/* USED ON CHECKOUT PAGE */

.customer-details ul {
	list-style: none;	
}
	.customer-details ul li {
		color: #666;	
		font-size: 1em;
		line-height: 1.3em;
		font-weight: normal;
	}
	.customer-details ul li span {
		font-weight: bold;
		color: #fc7fb3;
	}


.productDestination { 
	margin: 3px 0 0 0;
	text-align:left;
}
.productDestination TD {
	padding: 0; text-align:left;					
}
.productDestination TD .rpanel {
	clear: right; float: right; margin: 3px 0 0 0; padding: 0; text-align:right;
}
.productDestination TD .highlight {
	color: #cb5486;
}
.envelope {
	width: 220px; 
	margin: 5px 0 5px 0; 
	padding: 5px; 
	border: 2px solid #ccc;
	background: url("../_images/i_stamp.gif") no-repeat right top;
}


/* options */

#options { padding: 0 0 5px 0; background: #F3F3F3; }
.choice-name { font: normal normal bold 1em Arial; line-height: 2em; text-align: left; margin: 2px 0 0px 0; padding: 0 5px 0 5px; }
#product_Choice { /* frm value */
	padding: 2px 2px 2px 0px; 
	border: 2px solid #8c8383; background: #fff; height: 22px; width: 198px; 
	font-size: 1.1em;
	font-weight: bold;
	color: #4D4C4C;
	text-align:left;
	vertical-align:middle;
}

