@charset "utf-8";

/* SOME GENERAL DECS*/
#cat_tree {overflow:hidden;width:156px;}
#cat_tree ul, #cat_tree li{margin:0;padding:0;position:relative; overflow:hidden;}


/* BASE LEVEL */
#cat_tree ul {background:#640a0a ;}
#cat_tree ul .item{background:url(../images/decor/thp_leftNav_blackLine.png) no-repeat bottom;}
#cat_tree ul a{color:#ffffff;text-decoration:none;font-size:12px;}

/* FIRST LEVEL */
#cat_tree ul ul{background:#ede2e2;}
#cat_tree ul ul .item{background:url(../images/decor/thp_leftNav_whiteLine.png) no-repeat bottom;}
#cat_tree ul ul a{color:#670a0a;text-decoration:none;font-size:12px;}

/* SECOND LEVEL */
#cat_tree ul ul ul{background:url(../images/decor/thp_leftNav_whiteLine.png) no-repeat bottom;padding:0 0 5px 0;}
#cat_tree ul ul ul .item{background:none; padding:0;height:13px;}
#cat_tree ul ul ul a{font-size:11px;padding-left:4px;color:#444444;}
#cat_tree ul ul ul .ct_current{height:13px;color:#670a0a;font-size:11px;padding:1px 0px 0px 18px;background:none;}


/* THIRD LEVEL */
#cat_tree ul ul ul ul{background:none;padding:0 0 1px 0;}
#cat_tree ul ul ul ul .item{background:none; padding:0;height:12px;}
#cat_tree ul ul ul ul a{font-size:10px;padding-left:8px;color:#444444;}
#cat_tree ul ul ul ul .ct_current{color:#670a0a;font-size:10px;padding:1px 0px 1px 22px;background:none;}



/* CURRENT ITEM */
#cat_tree .ct_current{
	background:#caabab;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	padding:1px 4px;
overflow:hidden;
}

/* ALL ITEMS/LI's AND HOVER*/
#cat_tree .item{height:15px;padding:3px 0; overflow:hidden; margin:0;}
#cat_tree .item a{vertical-align:top;}
#cat_tree .item:hover{background:#fbf9f9;}
#cat_tree .item:hover a{color:#670a0a;}

/* CURRENT HOVER PAW*/
#cat_tree .item:hover .cat_paw{width:12px;height:12px;background:url(../images/decor/thp_leftNav_paw_bckg.png) no-repeat;}
#cat_tree .item .cat_paw{ width:12px;height:12px;float:left;padding:1px;}



