/* product-list.tpl */
/*POLICES*/
@font-face {
 font-family: "Imprima";
 src: url('font/Imprima-Regular.ttf');
}
@font-face {
 font-family: "CreteRound";
 src: url('font/CreteRound-Regular.ttf');
}
ul#product_list {
	float: left;
    height: 200px;
    list-style-type: none;
    margin-bottom: 3em;
    margin-top: 3em;
}
#solution_gamme {
	background-color: #1C2557;
    float: left;
    height: 70px;
    list-style-type: none;
    margin-bottom: 3em;
    margin-top: 5.5em;
    padding: 5px 10px;
    width: 200px;
}
.txt_solution_gamme {
	color:#a3a4a6;
	font-size:18px;
	font-family:"CreteRound";	
}
.txt_titre_cat {
	color:white;
	font-size:18px;
	font-family:"CreteRound";

}
ul#product_list li {
	float: left;
    height: 160px;
    margin-bottom: 0.3em;
    overflow: hidden;
    padding: 6px;
    width: 140px;
}
* html ul#product_list li {
	height: auto !important;
	height: 130px
}
ul#product_list li a {
	color: #707173;
    font-family: Imprima;
    font-size: 13px;
    font-weight: lighter;
    text-decoration: none;
    text-transform: uppercase;
}
ul#product_list li .title_product {
	color: #707173;
    font-family: Imprima;
    font-size: 16px;
    font-weight: lighter;
    text-decoration: none;
    text-transform: uppercase;
	box-shadow: 0 0 7px #868889;
}
ul#product_list a.product_img_link {
	float: left;
	margin-right: 0.6em
}
ul#product_list a.product_img_link img {
	vertical-align: bottom;
	display: block
}

ul#product_list li h3 {
	background-color: white;
    box-shadow: 0 0 7px #868889;
    height: 20px;
    margin-bottom: 3px;
    margin-top: 135px;
    padding-top: 4px;
    text-align: center;
    width: 140px;
}

ul#product_list li .new {
	background: url("../img/flag_new_bg.jpg") repeat-x scroll 0 center transparent;
	border: 1px solid #488C40;
	color: white;
	display: none;
	font-size: 0.6em;
	font-weight: bold;
	margin: 0 1em 0 0;
	padding: 0 0.4em;
	text-transform: uppercase;
	vertical-align: 0.3em;
}
ul#product_list li p.product_desc {
	background: url("../img/bg_transparent.png") repeat scroll 0 0 transparent;
    font-size: 11px;
    font-weight: normal;
    height: 112px;
    padding-top: 10px;
    text-align: center;
    width: 130px;
}
ul#product_list li p.product_desc a{
	text-transform:lowercase;
	font-size:12px;	
	color:black;
}
ul#product_list li div.center_block {
	float: left;
	overflow:hidden;
}
ul#product_list li div.right_block {
	float: left;
	width: 11em;
	text-align: right;
	margin-left: 0.8em;
	margin-top: 0
}
ul#product_list li .discount, ul#product_list li .on_sale, ul#product_list li .online_only {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	display: block
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}
ul#product_list li .price {
	display: block;
	font-size: 1.5em;
	margin-bottom: 0.2em
}
ul#product_list li span.availability {
	color: #488c40;
	font-size: 0.9em
}
ul#product_list li a.button {
	margin-top: 0.5em
}
ul#product_list li p.compare input {
	vertical-align: text-bottom
}
.right_block {
	display:none;
}
