
#body_content{
	width: 923px;
	background-image: url(../images/common/bg_menu_lateral.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #E3E3E3;
}

/*********** MENU ************/

#menu_lateral{
	width: 185px;
	background-color: #CDCDCD;
	background-image:url(../images/common/bg_top_menu_lateral.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	color: #666;
	text-align:left;
}

#menu_lateral a{
	text-decoration: none;
	color: #666;
}

#menu_lateral a:hover{
	color: #F1781E;
	text-decoration: underline;
}

#menu_lateral strong{color: #666;}

.line_sep_menu{
	width: 185px; 
	height: 1px; 
	background-color: #FFFFFF;
	overflow: hidden;
}

.model_products{
	width:185px;
	background-color: #e3e3e3;
	padding:  4px 0 5px 0;
}
.model_products_bg{
	width:185px;
	background-color: #e3e3e3;
}
.details_bg{
	width:185px;
	background-color:#eeeded;
}

.details_sub_bg{
	width:185px;
	background-color:#f5f5f5;
}

.pointer_big_active{
	width:9px; 
	height: 5px;
	background-image:url(../images/common/pointer_big_active.gif);
	background-position: 9px 5px;
	background-repeat:no-repeat;
	padding: 0 5px 0 9px;
}	

.pointer_medium_active{
	width:9px; 
	height: 5px;
	background-image:url(../images/common/pointer_medium_active.gif);
	background-position: 12px 5px;
	background-repeat:no-repeat;
	padding: 0 6px 0 10px;
}	

.pointer_small_active{
	width:9px; 
	height: 5px;
	background-image:url(../images/common/pointer_small_active.gif);
	background-position: 18px 5px;
	background-repeat:no-repeat;
	padding: 0 6px 0 15px;
}	

ul.products li{
	list-style-type: none;
	background-image: url(../images/common/pointer_big.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: White;
	width: 163px;
	height: 18px;
	padding: 2px 0 0px 22px;
	text-decoration: none;
	font-weight: bolder;
	color: #666;
}


ul.model li{
	list-style-type: none;
	background-image: url(../images/common/pointer_small.gif);
	background-repeat: no-repeat;
	background-position: 14px 8px;
	width: 160px;
	text-decoration: none;
	padding: 4px 0 4px 25px;
}

ul.details li{
	list-style-type: none;
	background-image: url(../images/common/pointer_small.gif);
	background-repeat: no-repeat;
	background-position: 18px 8px;
	width: 156px;
	text-decoration: none;
	/*padding: 4px 0 4px 29px;*/
	padding: 5px 0 5px 29px;
}


ul.details_sub li{
	list-style-type: none;
	background-image: url(../images/common/pointer_small.gif);
	background-repeat: no-repeat;
	background-position: 25px 8px;
	width: 150px;
	text-decoration: none;
	/*padding: 4px 0 4px 35px;*/
	padding: 5px 0 5px 35px;
}

.spacer_left{margin: 0 0 0 13px;}

.title_top{
	height: 15px;
	padding: 4px 0 2px 0;
}

.title_section_menu{
	height: 12px;
	padding: 4px 0 4px 0;
}



