/* Categories CSS*/

/* main category */
.m_cat{ 
 /*font: 12px Verdana; color: red;*/ }
/* main category selected */  
.m_cat_sel{
 /*font: 12px Verdana; color: blue; font-weight:bold;*/}
/* subcategory */ 
.s_cat{
 /*font: 10px Verdana; font-weight: bold; color: red;*/}
/* subcategory selected */
.s_cat_sel{
 /*font: 10px Verdana; color: green; font-weight: bold;*/
}
