/**********************************
 * Boite par defaut
 **********************************/
.box_top
{
	margin: 7px 0 0 7px;
	margin: 7px 0 0 0;
}

.box_bottom
{
}

.box_bg
{
	/*border: 			1px solid #CCC;*/
	padding: 			0;
	padding-top: 		0;
	text-align: 			left;
}

.box_bg .title
{
	text-align: 			left;
	background-color: 		#B90000;
	color: 					#FFF;
	font-size: 				8pt;
	font-weight: 			bold;
	padding: 				2px 5px;
	margin-bottom: 			1px;
	border: 				1px solid #D56666;
	margin-top: 			10px;
}

.box_bg ul,
.box_bg li
{
	margin: 				0;
	padding: 				0;
	list-style-type: 		none;
}

.zoom_left .box_bg a:link,
.zoom_left .box_bg a:hover,
.zoom_left .box_bg a:active,
.zoom_left .box_bg a:visited
{
	display: 				block;
	color: 					#333;
	background-color: 		#F3F1E7;
	margin-bottom: 			1px;
	font-size: 				8pt;
	padding: 				2px 4px;
	text-decoration: 		none;
	background-image: 		url(../images/product/context_menu_puce.png);
	background-repeat: 		no-repeat;
	background-position: 	5px;
	padding-left:			16px;
}
.zoom_left .box_bg a:hover
{
	background-color: 		#E2E0D6;
}

.zoom_left .box_bg a.selected:link,
.zoom_left .box_bg a.selected:hover,
.zoom_left .box_bg a.selected:active,
.zoom_left .box_bg a.selected:visited
{
	background-color: 		#D3CEB4;
	background-color: 		#EDEADD;
	background-color: 		#CEC6A1;

}

.zoom_left
{
	padding: 				0;
	width: 					200px;
	padding-bottom: 		20px;
	padding-left: 			0;
	padding-right: 			7px;
}

.category_list_notselected
{
	background-image: 		url(../images/product/context_othercategory.png);
	background-repeat: 		no-repeat;
	background-position: 	top left;
	padding-top:			12px;
	margin-top: 			10px;
}
.category_list_notselected .title
{
	margin-top: 			0;
	background-color: 		#2B2B2B;
	background-color: 		#EDEADD;
	border: 				1px solid #808080;
	border: 				1px solid #C4BFA8;
	border: 				0;
	color: 					#7F7B68;
}


.zoom_left .advertising_item
{
	margin: 				30px 0;
}
