﻿/*******************************************************/
/***************** Category menu ***********************/
/*******************************************************/

div#category_menu {
	width: 176px;
	margin-bottom:20px;
}
div#category_menu a {
	text-decoration: none;
	color: #505050;
}
div#category_menu a.all_link {
	padding-left: 10px;
}
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; */
	background-color: #66669a;
	padding: 9px 0 9px 13px;
	font-size: 11pt;
	margin: 2px 0 10px;
	color: White;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 1.1em;
}

div#category_menu .accordionHeader, div#category_menu .accordionHeaderSelected {
	padding: 8px 17px 8px 15px;
	background-color: #666699;
	height: auto;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 11pt;
	cursor:pointer;
}
div#category_menu .accordionHeader {
	background-image: url('../images/accordion_arrow_down.jpg' );
	background-position: right center;
	background-repeat: no-repeat;
}
div#category_menu .accordionHeaderSelected {
	background-image: url('../images/accordion_arrow_up.jpg' );
	background-position: right center;
	background-repeat: no-repeat;
}
div#category_menu .accordion
{
/*	border-top: solid 1px #989999; */
}

div#category_menu .accordion div div {
	background-color: #ffffff;
}
div#category_menu .accordion div div table {
/*	margin-left: -10px; */
}
div#category_menu .accordionContent a.all_link_selected {
	padding-left: 10px;
	color: #000!important;
}
div#category_menu .accordionContent {
	overflow: hidden!important;
/*	border-top: dotted 1px #676767; */
	margin: 0 10px 0 0;
}
div#category_menu .accordionContent a.all_link_selected,
div#category_menu .accordionContent a.all_link,
div#category_menu .accordionContent a.all_link_selected:hover,
div#category_menu .accordionContent a.all_link:hover {
	background-image: url('../images/accordion_content_arrow_down.jpg' );
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: dotted 1px #d3d3d3;
	color: #5a71ac!important;
	font-size: 9pt;
	font-weight: bold;
}
div#category_menu .accordionContent div a {
	background-image: none;
}
div#category_menu .accordion div div a{
	font-size: 8pt;
	color: #4a4949!important;
}
div#category_menu .accordion div div a:hover{
	font-size: 8pt;
	color: #3d89bd!important;
	font-weight: bold;
}
div#category_menu span.tree_node_selected {
	font-size: 8pt!important;
	color: #3d89bd!important;
}
div#category_menu .accordion div div a.tree_node_selected {
	font-size: 8pt!important;
	color: #3d89bd!important;
	font-weight: bold;
}
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;
}