/*** Main category wrapper ***/
#category {
	float: right;
	width: 605px;
}


/*** Category abstract left menu ***/
#leftMenu {
	float: left;
	width: 160px;
}
#leftMenu h1 {
	display: block;
	width: 160px;
	height: 41px;
	font: bold 12px/16px Verdana, Geneva, sans-serif;
	text-align: center;
	color: white;
	background: url(../../ximg/OO_leftmenu_header.jpg) no-repeat center top;
}
#leftMenu ol,
#leftMenu ol li {
	list-style-type: none;
}
#leftMenu ol.menu {
	width: 158px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
#leftMenu ol.menu li {
	position: relative;
	overflow: visible;
	width: 158px;
	line-height: 14px;
	padding: 2px 0;
	background: url(../../ximg/OO_leftmenu_puce.gif) no-repeat center left;
	border-top: 1px solid #cbcbcb;
}
#leftMenu ol li h2,
#leftMenu ol li h3 {
	margin-left: 30px;
	font-size: 11px;
	font-weight: bold;
	color: rgb(51, 153, 204);
	cursor: pointer;
}
#leftMenu ol.menu li h2 {
	width: 126px;
}
#leftMenu ol.menu li h2 a {
	font-size: inherit;
	color: inherit;
}
#leftMenu ol.submenu {
	display: none;
	position: absolute;
	top: -1px;
	left: 158px;
	width: 188px;
	background: white;
	border: 1px solid #cbcbcb;
	z-index: 99;
}
#leftMenu ol.submenu li {
	width: 188px;
	border: none;
}
#leftMenu ol.submenu li h3 {
	width: 156px;
	font-size: 11px;
	font-weight: bold;
	color: rgb(51, 153, 204);
}
#leftMenu ol.submenu li h3 a {
	font-size: inherit;
	color: inherit;
}


/*** Filtre criteres ***/
table.table-criteres {
}
table.table-criteres td.critere {
	text-align: center;
	vertical-align: top;
}
table.table-criteres td.critere div.univers_filter_top,
table.table-criteres td.critere div.univers_filter,
table.table-criteres td.critere div.univers_filter_bottom {
	margin: 0 auto;
}


/*** Promos ***/
table.category-promo {
	text-align: center;
	border: none;
}


div.category-promo {
	float: left;
	width: 200px;
	height: 340px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background: url(../../ximg/OO_promo_back.jpg) no-repeat 0 0;
	text-align: center;
}
div.category-promo a.product-photo,
div.category-promo h1,
div.category-promo div.price-wrapper,
div.category-promo p,
div.category-promo div.add {
	width: 172px;
	margin: 0 auto;
}
div.category-promo strong {
	display: block;
	width: 177px;
	height: 27px;
	margin: 11px 0 0 14px;
	font: bold 18px/26px Verdana, Geneva, sans-serif;
	color: white;
	text-align: center;
}
div.category-promo a.product-photo {
	display: block;
	height: 145px;
	line-height: 145px;
}
div.category-promo a.product-photo img {
	vertical-align: middle;
}
div.category-promo h1 {
	height: 2.5em;
	line-height: 1.2em;
	font-size: 12px;
	color: #336699;
	text-align: left;
}
div.category-promo h1 a {
	font-size: inherit;
	color: inherit;
}
div.category-promo div.price-wrapper {
	clear: both;
	overflow: hidden;
	height: 27px;
	margin: 0.5em auto 0 auto;
}
div.category-promo div.price-wrapper div.price {
	float: right;
	width: auto;
	height: 27px;
	padding: 0 3px;
	line-height: 27px;
	font-size: 18px;
	color: white;
	background: url(../../ximg/OO_fiche_prix_back.gif) repeat-x 0 0;
}
div.category-promo div.price-wrapper div.price span.label {
	font-size: 9px;
}
div.category-promo p {
	margin: 0.5em auto 1.5em auto;
	text-align: left;
}
