/*-----------------------------------------------------*/
ul.categories {
	padding:5px 0 0 0;
	margin:0;
	
}
ul.categories li {
	list-style:none; 
}

ul.categories li a,
ul.categories li a:visited {
	color:#666;
	font: bold 11px/20px Tahoma, Arial, Verdana;
	height:20px;
	/*background:url(images/lf_menu.gif) 3px  no-repeat;*/
	padding-left:10px;
	width:150px;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
	border-bottom:1px #fff dotted;
	display:block;
	margin:0 auto; 
}
ul.categories li a:hover {
	font-weight:bold;
	color:#FB5100;
	font-weight:bold;
	/*background:url(images/lf_menu.gif) 6px no-repeat;*/
	text-decoration:none;
	border-bottom:1px #FB5100 dotted;
}
/* -------------------------------------------------- */
ul.categorie {
	padding:0;
	
	margin:0;
}
ul.categorie li {
	list-style:none;
}

ul.categorie li a,
ul.categorie li a:visited {
	color:#666;
	font:100 10px/20px Tahoma, Arial, Verdana;
	height:20px;
	/*background:url(images/lf_menu.gif) 3px 5px no-repeat;*/
	padding-left:10px;
	border-bottom:1px #fff dotted;
	width:140px;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
	margin:0 auto; 
	display:block;
}
ul.categorie li a:hover {
	color:#f00;
	font-weight:100;
	/*background:url(images/lf_menu.gif) 6px no-repeat;*/
	text-decoration:none;
}
/* LEFT PRODUCT LIST */
#cate_title {
	width:178PX; /*background:url(images/bg_box_r.gif)*/ text-transform:capitalize;
}

#cate_title h2 {
	margin:0; padding:0; border-bottom:1px #fff solid;
}

#cate_title h2 a {
	color:#93691E; text-align:left; padding-left:3px; display:block; width:175px; height:24px; font:bold 13px/24px Tahoma, Verdana, Arial;
}
#cate_title h2 a:hover {
	color:#333; text-align:left; padding-left:3px; display:block; width:175px; background:#f1f1f1; text-decoration:none;
}
/* END LEFT PRODUCT LIST */