#products_new_products {
	text-align:left;
}
#products_new_products a, #products_new_products a:visited{
	color : #336699;
	font-size:11px;
	font-weight:normal;
}

#products_view_product a:hover{
	color : #003366;
}


.categorizer_crumbs{
	width: auto;
	text-align:left;
	padding: 2px 2px 2px 2px;
}

.product_overview{
	border: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #FFEF3F;
	margin: 10px 0px;
	padding: 0px 10px;
	text-align:left;
}

.product_overview legend{
	padding: 0px 5px;
	font-weight: bold;
	color: black;
}

.product_overview p{

}

.product_overview div.image{
	float: right;
	clear: right;
	margin-left:10px;
}

.product_overview img.image{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
}

input[name=quantite]{
	width:22px;
}

