/** Heal Fashion Lab
 *	E-Shop CSS
 *  Code by : 	Partikule Studio, http://www.partikule.net
 */


/* global */
a img,
a:hover img {
	padding:0;
	border:none;
	background-color:none !important;
	text-decoration: none;
}

h2 a,
h2 a:link,
h2 a:visited
{
	color:#000;
	text-decoration: none;
}
h2 a:hover
{
	text-decoration: underline;
}



/* E-Shop page  */
.page.eshop {
	padding-top:90px;
	overflow:hidden;
}

/* E-Shop article  */
.article.eshop {
	clear:both;
}

/* E-Shop product list */
.eshoplist-title {
	margin-left:24px;
}
.eshoplist-title h2 {
	border-bottom: solid 1px #eee;
}

.article.eshoplist {
	clear:both;
}
.eshoplist .picture {
	float:left;
	width:130px;
}
.eshoplist .description {
	position: relative;
	margin-left: 130px;
	padding:0px;
}


/* Legal & Paypal notice */
p.note {
	color:#666 !important;
	font-size:12px;
}

/* Payment notify */
h3.notify {
	font-size:12px;
	border-bottom: solid 1px #eee;
	margin:20px 0 15px 0;
}

table {
	font-size:12px;
	width:100%;
	border-collapse:collapse;
	margin:20px 0 0 0;
}
table thead {
	border-bottom: solid 1px #eee;
	background-color: #f3f3f3;
}
table thead tr th{
	text-align:left;
	padding:5px;
}
table tbody tr td{
	padding:5px;
	border-bottom: solid 1px #eee;
}
table tbody tr td.noborder{
	border-bottom: none;
}

/* DL */
.text dl {
	padding:0 0 5px 0;
	margin:0;
	font-size:12px;
}
.text dl dt {
	position: relative;
	float:left;
	width:120px;
	padding-right:10px;
	text-align:right;

}
.text dl dt span{
	padding:1px;
	padding-right:5px;
}
.text dl dd img {
	float:left;
	border:none;
}
.text dl dd {
	padding:0px;
	margin-left: 100px; 
	font-weight:bold;
}
.text dl ul {
	padding:0;
	list-style: none;
}
.text dl ul li {
	padding:1px;
}
/*
.text dl ul li:before {
	content: "\00BB \0020";
}
*/



/* Form elements
 */
button, .submit {
	border: solid 1px #ddd;
	background: url(images/button_bg.gif) repeat-x 50%;
	cursor: pointer;
	padding:2px 6px;		/* Valeur OK FF 3.0.5 */
}
a.button {
	color:#000;
	text-decoration: none;
	font-size: 12px;
}
a.button span{
	padding:4px 10px;
	border:solid 1px #ddd;
	background: url(images/button_bg.gif) repeat-x 50%;
}


/** Product detail
 * ------------------------------------ */
#zoom_column {
	float:left;
	width:200px;
}
#zoom_thumb_container {
}
#product_details {
	margin-left:200px;
}
#product_details .text {
	padding: 0 10px 0 0px;
	overflow: auto;
}
#product_details button{
	margin:10px 0 0 0px;;
}
#product_details .param {
	margin-bottom:10px;	
	clear:both;
}
#product_details label{
	display:block;
	float:left;
	margin-top:3px;
	font-size: 12px;
	width:100px;
}
#product_details p .price-label {
	width: 100px;
	display:block;
	float:left;
	font-weight:bold;
}
#product_details p .price {
	font-size:16px;
}
#product_details p .in-stock {
	font-size:16px;
	color:#c00;
}

/* Form elements 
 * ------------------------------------ */
.required {
	color:#c00;
}
#stock_status {
	float:left;
	width:180px;

}
.stock_value {
	color:#050;
	font-weight: bold;
	font-size: 16px !important;
}
.stock_no_stock {
	color:#c00;
	font-size: 16px !important;
}
#stock_status_text{
	color:#c00;
}
#stock_no_stock_text {
	display:none;
	color:#666;
}


/** Zoomer interaction elements (mini thumbs)
 * ---------------------------------------------- */
#minithumbs{
	clear:both;
}
.minithumb {
	display: block;
	float:left;
	margin: 15px 15px 0 0;
}


/** Zoomer
 * ------------------------------------ */

/* Image zoom styles */
.zoom_container { 
	display:none; 
	position:relative; 
	background:url(images/loading.gif) center center no-repeat #FFFFFF; 
	overflow:hidden; 
	cursor:move;
}
.zoomer_image {
	display:block; 
	position:absolute; 
}

/* Contains the thumb img to zoom on */
.zoomer_thumb {
	display:block; 
	position:relative;
	overflow:hidden; 
	float:left;
}
.zoomer_thumb img {
	display:block;
}
/* zoom showed area */
.zoomer_region {
	background:#fff; 
	border:solid 1px #666; 
	position:absolute; 
	top:0px; 
	left:0px; 
	cursor:move; 
}