/* product.tpl */
#primary_block #pb-right-column{
	width:220px;
	float:left;
}
#primary_block #image-block img{
	border:#d0d1d5 solid 1px;
}
#primary_block #image-block #big{
	border:#d0d1d5 solid 1px;
	width: 100%;
	text-align: center;
}
#primary_block #image-block #big img{
	border: 0;
}
#primary_block #pb-left-column{
	float:left;
	margin-left:1.1em;
	width:233px;
}
#primary_block #pb-left-column #short_description_block h5 {
	padding: 0;
	padding-left: 20px;
	padding-top: 5px;
	margin: 0;
	background-image: url(../images/interface/puce.png);
	background-repeat: no-repeat;
	height: 22px;
}
#primary_block #pb-left-column #short_description_block .text {
	text-align: right;
	width: 100%;
}

/* price */
.price-discount { text-decoration: line-through; }
.price-pretax { color: gray; }
.price-ecotax { color:#488c40; }
img.icon { margin-right: 0.5em; vertical-align: middle; }
.price, .price-shipping, .price-wrapping {
	color: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}


/* Produits col droite */
table.products_right {
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
table.products_right tr {
	clear: left;
	margin-top: 0.2em;
	background: none;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 0px;
	display: inline;
}
table.products_right tr td.product_desc {
}
table.products_right tr td.product_image {
	vertical-align: top;
	margin-right: 0.2em;
}
table.products_right tr td h5 {
	display: inline;
	font-size: 0.9em;
}
table.products_right tr td h5 a:hover {
	color:#CF630A;
}
table.products_right tr td h5 a {
	color: #374853;
	font-size:0.9em;
}

/* Produits centre sur 1 colonnes */
.products_list1col {
	width: 480px;
	padding-bottom: 5px;
}
.product_list1col {
	width: 466px;
	margin-right: 5px;
}
.product_list1col .image {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}
.product_list1col td span.titre, .product_list1col td span.titre a:link, .product_list1col td span.titre a:visited {
	color: #333;
	font-weight: bold;
}

/* Produits centre sur 3 colonnes */
.products_list3col {
	padding-bottom: 5px;
}
.product_list3col {
	width: 150px;
	border: 1px solid #ccc;
	float: left;
	text-align: center;
	font-weight: bold;
	height: 300px;
}
.product_list3col .image {
	height: 150px;
	vertical-align: middle;
}
.product_list3col a:link, .product_list3col a:visited {
	color: #333;
}

/* Avis */
.avis {
	width: 100%;
	border: 1px solid #ccc;
}

.avis .title {
	width: 100%;
	font-weight: bold;
	background-color: #eee;
}