

/* product menu */

#product-menu {
	width: 150px;
	float: left;
}
#product-menu h3 {
	margin: 1em 0 0 0;
	padding: 0;
	text-transform:uppercase;
}
#product-menu ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#product-menu ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* product deatils */

#product {
	width: 490px;
	float: right;
	margin: 0;
	padding: 0 0 30px 0;
}
#product1 {
	width: 390px;
	margin: 0;
	padding: 0 0 0 0;
}
#product-details {
	width: 230px;
	float: left;
}

h1 {
	margin: 1em 0 2em 0;
}

h2 {
	text-transform: uppercase;
}

#product-description {
}

img.product-image {
	float: right;
}


#reference {
	display: block;
	margin: 0 0 4em 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}

#price {
	font-size: 1.7em;
	color: #e40050;
	font-weight: normal;
	width: 100px;
	float: left
}

#currency-selector {
	float: right;
	width: 110px;	
	padding: 0 0 1.7em 0;
	position:relative;
}
#currency-selector h6 {
	margin: 0;
	padding: 0 0 .5em 0;
}
#currency-selector ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.6;
}

a.email_a_friend {
	display: block;
	clear: both;
	padding: .6em 0 .6em 25px;
	background: url(/_images/icons/email.gif) left center no-repeat;
}


input.basket {
	display: block;
	clear: both;
	padding: .6em 0 .6em 25px;
	background: url(/_images/icons/basket.gif) left center no-repeat;
	border:none;
	font-size:1.1em;
	color:#7E7E7E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:120px;
	font-weight:bold;
}

input.basket1 {
	display: block;
	clear: both;
	padding: .6em 0 .6em 25px;
	background: url(/_images/icons/basket.gif) left center no-repeat;
	border:none;
	font-size:1.1em;
	color:#E40050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:120px;
	font-weight:bold;
}
input.wish {
	display: block;
	clear: both;
	padding: .6em 0 .6em 25px;
	background: url(/_images/icons/wishlist-icon.gif) left center no-repeat;
	border:none;
	font-size:1.1em;
	color:#E40050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:120px;
	font-weight:bold;
}
input:hover.basket {
	color:#E40050;
	font-weight:bold;
}
input.remove {
	display: block;
	clear: both;
	padding: .6em 0 .6em 0px;
	background: url(/_images/icons/remove_new.gif) left center no-repeat;
	border:none;
	font-size:1.1em;
	color:#7E7E7E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:105px;
	font-weight:bold;
}
input:hover.remove {
	color:#E40050;
	font-weight:bold;
}

/* recommended products */

#recomended-products {
	position: relative;
	zoom: 1;
	clear: both;
	border-top: 1px solid #bdbebe;
	width:740px;
}
#recomended-products h3 {
	margin: 1em 0;
	text-transform:uppercase;
}

#extra_info {
	clear:both;
	border-top:1px solid #bdbebe;
	position:relative;
	padding-top:40px;	
	width:740px;
}

#extra_info div {
	padding-bottom:10px;
}

#extra_info ul {
	margin-top:0;
	margin-bottom:10px;
}

#extra_info a {
	display:block;
	height:16px;
	position:absolute;
	top:14px;
}

#extra_info a span {
	display:none;
}

#exportable_info {
	font-weight:bold;
	margin-bottom:4px;
	display:block;
}

#exportable_info_container {
	position:absolute;
	top:-16px;
	left:200px;
	width:160px;
}

#exportable_info_container ul li {
	color:#E40050;
}

#testimonials {
	width:105px;
	background:url(/_images/products/testimonials.gif);
	right:550px;
}
#beneficial_effects {
	width:137px;
	background:url(/_images/products/beneficial-effects.gif);
	right:345px;
}

#active_ingredients {
	width:141px;
	background:url(/_images/products/active-ingredients.gif);
	right:170px;
}

#application {
	width:93px;
	background:url(/_images/products/application.gif);
	right:30px;
}

#testimonials.off,
#beneficial_effects.off,
#active_ingredients.off,
#application.off {
	background-position:0px -32px;
}

#testimonials.on,
#beneficial_effects.on,
#active_ingredients.on,
#application.on {
	background-position:top;
}

#extra_info .other {
	background-position:0px -16px;
}

#testimonials:hover,
#beneficial_effects:hover,
#active_ingredients:hover,
#application:hover {
	background-position:0px -48px;
}

#testimonials_container,
#beneficial_effects_container,
#active_ingredients_container,
#application_container {
	width:480px;
	right:0;
	top:0;
	float:right;
}

#testimonials_container.off,
#beneficial_effects_container.off,
#active_ingredients_container.off,
#application_container.off,
#exportable_info_container.off {
	display:none;
}

#testimonials_container.on,
#beneficial_effects_container.on,
#active_ingredients_container.on,
#application_container.on,
#exportable_info_container.on {
	display:block;
}

#mail_friend {
	clear:both;
	float:right;
	width:490px;
}

fieldset.column {
	float:left;
	margin-right:10px;
	clear:none;
}

fieldset {
	clear:both;
}

textarea {
	width:300px;
}

fieldset.controls {
	margin:0;
}

p.no_stock {
	clear:both;
	color:#E40050;
	font-weight:bold;
}

#back_to_product {
	clear:both;	
	margin-top:20px;
}

#extra_info ul {
	margin:0;
	padding:0;
}


#extra_info ul li {
	list-style:none;
	margin:0;
	padding:0 0 0 14px;
	background:url(/_images/bullets/default.gif) no-repeat 0px 3px;
}