﻿/*******************************************************/
/***************** Category menu ***********************/
/*******************************************************/


div#category_menu
{
	width:152px;
}
div#category_menu a
{
	text-decoration: none;
	color: #505050;
}
div#category_menu a.all_link
{
	margin-left: 20px;
}
div#category_menu span#CategoryMenu1_lblMainCategory
{
    display:block; 
	background-image: url('../images/category_menu_bck.gif');
	background-repeat:repeat-x;    
	padding-top: 4px;
	padding-left: 13px;
	font-size: 11pt;
	margin-top: 2px;
	color: White;
	font-weight: bolder;
	text-transform: uppercase;
	height: 36px;
	line-height: 1.1em;
}
div#category_menu a.main_category
{
    display:block; 
	background-image: url('../images/category_menu_bck.gif');
	background-repeat:repeat-x;    
	padding-top: 7px;
	padding-bottom:7px; 
	padding-left: 5px;
	font-size: 10pt;
	color: White;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 1.1em;
	background-color:#66696A; 
}

div#category_menu .accordionHeader, div#category_menu .accordionHeaderSelected
{
	padding-left: 5px;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 8px;
	background-color: #727272;
	height: auto;
	color: withe;
	font-weight: bold;
	background-image: url('../images/accordion_arrow_down.jpg' );
	background-position: right;
	background-repeat: no-repeat;
	border-bottom:1px solid #454545;
	border-top:1px solid #6D6C6C;
	font-size: 8,5pt;
	cursor:pointer;
}
div#category_menu .accordionHeaderSelected {
	background-image: url('../images/accordion_arrow_up.jpg' );
}
div#category_menu .accordion
{
/*	border-top: solid 1px #989999; */
}

div#category_menu .accordion div div {
	background-color: #454545;
	padding-bottom:3px;
}

div#category_menu .accordionContent a.all_link_selected {
	padding-left: 20px;
	color: #ffffff!important;
}

div#category_menu .accordionContent {
	overflow: hidden!important;
	padding-bottom:6px;
	padding-top:3px;
}
div#category_menu .accordionContent table td {

}
div#category_menu .accordion div div a{
	font-size: 8pt;
	color: #fff!important;
}
div#category_menu .accordion div div a:hover{
	font-size: 8pt;
	color: #E45A7B!important;
	/*background-image: url('../images/dot.gif' );
	background-position: left;
	background-repeat:no-repeat;*/
}
div#category_menu span.tree_node_selected {
	font-size: 8pt!important;
	color: #000!important;
	font-weight: bold;
}
div#category_menu .accordion div div a.tree_node_selected {
	font-size: 8pt!important;
	color: #E45A7B!important;
}
div#category_menu div.left_main_menu
{
	height: 23px;
	border: 1px solid #dcdcdc;
	text-transform: uppercase;
	margin-top: 4px;
	padding-top: 7px;
	padding-left: 10px;
}
div#category_menu div.left_main_menu a, div#category_menu  div.left_main_menu a:hover,div#category_menu  div.left_main_menu a:visited
{
	color: #fd612e !important;
	font-weight: 900;
}