/* ------------ */
/* Product List */
/* ------------ */

.product_list {
	padding-top: 30px;
	width: 100%;
}

.product_list .button .stretch,
.product_list .link_button .stretch {
	width: 130px;
}

.product {
	float: left;
	width: 155px;
	height: 220px;
	overflow: hidden;
	padding: 5px 10px 10px 10px;
	margin: 0 17px 20px 17px;
	background-color: #f7f7f7;
}

.product .title {
	width: 100%;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-weight: bold;
}
.product .ref {
	width: 100%;
	margin:5px 0;
	overflow: hidden;
	font-weight: bold;
}
.product .title a {text-decoration: none;}
.product .thumb_image {
	width: 100%;
	height: 130px;
	overflow: hidden;
}

.product .manufacturer {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-weight: bold;
}
.product .price {
	width: 100%;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	color: #ED2A3A;
	font-weight: bold;
}
.product .price .original_price {
	text-decoration: line-through;
	color: #606060;
	font-weight: normal;
}
.product .buttons {
	text-align: center;
}

/* ------------ */
/* Product Sort */
/* ------------ */

.product_sort {float: left;}

/* --------------- */
/* Product filters */
/* --------------- */

.product_filters {
	float:left;
	margin-left: 10px;
}

/* ------------------------ */
/* Product Zoom - Highslide */
/* ------------------------ */

div.highslide-caption {}
div.highslide-caption div.title {font-weight: bold;}
div.highslide-caption div.sku {}
div.highslide-caption div.short_desc {}

/* ------------------------ */
/* Products Category Detail */
/* ------------------------ */

div.box.products_category_detail div.subs_item {
	float: left;
	width: 194px;
	padding-left: 10px;
}

/* -------------- */
/* Product Detail */
/* -------------- */

#product_detail {
	height: 1%; /* IE Bug */
}

/* Image */
#product_detail .image {
	margin-top: 40px;
	margin-left:20px;
}

/* Detail */
#product_detail .details {
	float: left;
	width: 100%;
	padding: 35px 0 20px 0;
}
#product_detail .details .title {
	font-size:150%;
	color: #1a171b;
}
#product_detail .details .detail {}
#product_detail .details .detail label {
	display: block;
	float: left;
	width: 150px;
}

#product_detail .details .sku {padding-bottom: 15px;}
#product_detail .details .manufacturer {padding-bottom: 5px;}
#product_detail .details .list_price {}
#product_detail .details .price {padding-bottom: 10px;font-weight: bold;}
#product_detail .details .original_price {text-decoration: line-through;}
#product_detail .details .pricing {padding-bottom: 15px;}
#product_detail .details .pricing label {padding-bottom: 5px;}
#product_detail .details .pricing table {clear: left;}
#product_detail .details .pricing td {border-width:1px; border-style: solid;}
#product_detail .details .pricing td.item {text-align: center;}
#product_detail .details .savings {padding-bottom: 15px;}
#product_detail .details .stock {padding-bottom: 5px;}
#product_detail .details .option {height: 15px;padding-bottom: 5px;}
#product_detail .details .quantity {padding-bottom: 15px;padding-top: 10px;}
#product_detail .details .quantity input {width: 30px;}
#product_detail .details .option input {vertical-align: middle;}

/* Product detail attributes "qualite" */

#product_detail .qualite_zone {
	width:auto;
	margin:0 auto;
}
#product_detail .qualite_zone .qualite {
	width:70px;
	float:left;
	position:relative;
	margin:0 5px 0;
}
#product_detail .qualite_zone .picto {
	text-align:center;
}
#product_detail .description {
	position:absolute;
	z-index:2;
	width:190px;
	height:179px;
	bottom:65px;
	left:50px;
	padding:5px;
	background: transparent url(../images/box/bulle_info.png) no-repeat scroll left center;
	filter:alpha(opacity=0); -moz-opacity:0; opacity:0;
}
#product_detail .description .content_scroll {
	height:82%;
	margin:5px 10px 0px -8px;
	overflow:auto;
	
}

/* Product Reviews */
.dijitTabPane.reviews label {font-weight: bold;}
.dijitTabPane.reviews .reviews {clear: left;}
.dijitTabPane.reviews .reviews .review {padding-bottom: 10px;}
.dijitTabPane.reviews .reviews .review div {padding-bottom: 7px;}
.dijitTabPane.reviews .add_review {
	background: transparent url(../images/note.png) no-repeat scroll left center;
	text-decoration: none;
	font-weight: bold;
	padding-left: 21px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
.dijitTabPane.reviews #revform select {width: auto;}

.dijitTabPane.full_desc {
	padding: 10px;
}
.dijitTabPane.images {
	padding: 10px;
}
