/* ------------ */
/* Product List */
/* ------------ */

.product_list {
	padding: 10px 0;
	position:relative;
	left:-20px;
}

#product_list_contener {
	width:820px; /* IE 7 bug */
}

#product_list_contener_home {
	width:820px; /* IE 7 bug */
	position:relative;
	top:-260px;
}

.product {
	background: transparent no-repeat 1px 0%;
	float: left;
	width: 155px;
	height: 210px;
	overflow: hidden;
	text-align:center;
	margin: 0px 14px -5px 14px;
	padding: 15px 10px 15px 7px;
}

.product.fond1 { background-image: url(../images/products/background_product1.png); }
.product.fond2 { background-image: url(../images/products/background_product2.png); }
.product.fond3 { background-image: url(../images/products/background_product3.png); }
.product.fond4 { background-image: url(../images/products/background_product4.png); }

.product .title {
	width: 92%;
	height: 34px;
	line-height: 16px;
	overflow: hidden;
	font-weight: bold;
	text-align:left;
	padding-left:6px;
}
.product .title a {text-decoration: none;}
.product .thumb_image {
	width: 100%;
	height: 110px;
	overflow: hidden;
}

.product .manufacturer {
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	font-weight: bold;
}
.product .price {
	width: 100%;
	line-height: 13px;
	overflow: hidden;
	color: #ED2A3A;
	font-weight: bold;
}
.product .price .original_price {
	text-decoration: line-through;
	color: #71453e;
	font-weight: normal;
}
.product .buttons {
	text-align: center;
}

#ak_layout_ContentPane_2 .product_list {left:0px}

/* ------------ */
/* Product Sort */
/* ------------ */

.product_sort {
	float: left;
	padding-top:26px;
	padding-left:20px;
}

/* -------------------- */
/* Product filter panel */
/* -------------------- */

.product_filters_panel {
	float: left;
	background-image: url(../images/menu/background_product_filters_panel.png);
	width:746px;
	height:54px;
	position:relative;
	left:10px;
}

.list_pages {
	float:right;
	padding-top:30px;
	padding-right:5px;
}

/* --------------------------- */
/* Product filter panel bottom */
/* --------------------------- */

.product_pagination_bottom {
	background-image: url(../images/menu/background_pagination_bottom.png);
	width:384px;
	height:40px;
	position:absolute;
	left:355px;
	bottom:166px;
}

.list_pages_bottom {
	float:right;
	padding-top:12px;
	padding-right: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 Zones */
/* ------------- */

#main #content #product_content {
	background: transparent url(../images/products/background_fiche.png) no-repeat 35px 0px;
	position: relative;
	float: left;
	width: 535px;
	padding: 30px 20px 30px 50px;
}

#main #content #product_related {
	float: left;
	width: 150px;
	position: relative;
}

#product_related .product_related_label {
	background: transparent url(../images/products/background_header_product_related.png) no-repeat;
	width: 162px;
	height: 39px;
	text-align: center;
	line-height: 40px;
}

	
/* -------------- */
/* Product Detail */
/* -------------- */

#product_detail {margin-bottom:10px;}

/* Image */
#product_detail .image {
	float: left;
	width: 250px;
	height: 250px;
	overflow: hidden;
}

/* Detail */
#product_detail .details {
	float: right;
	width: 250px;
	padding: 10px 0 10px 0;
}
#product_detail .details .title {
	font-weight: bold;
}
#product_detail .details .detail label {
	display: block;
	float: left;
	width: 120px;
}
#product_detail .details .sku {padding-bottom: 15px;}
#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: 15px;}
#product_detail .details .quantity {padding-bottom: 15px;}
#product_detail .details .quantity input {width: 30px;}
#product_detail .details .option {padding-bottom: 15px;text-transform : capitalize;}
#product_detail .details .option input {vertical-align: middle;}
#product_price {color:red;}

/* 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 {
	border-width: 1px;
	padding: 10px;
}
.dijitTabPane.images {
	border-width: 1px;
	padding: 10px 0px 0 49px;
}
.dijitTabPane.images .image_shadow {
	margin: 0 10px 10px 0;
}

