/** buttons OVERALL WRAPPER **/
.category_tree_level_0, .category_tree_selected_level_0,
.category_tree_level_1, .category_tree_selected_level_1,
.category_tree_level_2, .category_tree_selected_level_2
{
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.5);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNmU3NCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjRkNTEiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(108,110,116,0.45) 0%, rgba(75,77,81,0.45) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,110,116,0.45)), color-stop(100%,rgba(75,77,81,0.45))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#736c6e74', endColorstr='#734b4d51',GradientType=0 ); /* IE6-8 */
	zoom: 1;
	background-color: #6b6d73;
}

/** CHILD #1 button OVERALL WRAPPER**/
.category_tree_level_1, .category_tree_selected_level_1
{
	padding-left: 15px;
}

/** CHILD #2 button OVERALL WRAPPER **/
.category_tree_level_2, .category_tree_selected_level_2
{
	padding-left: 30px;
}

/** button WRAPPER (anchor) normal and selected -- must be display block to wrap around elements**/
.category_tree_level_0 a, .category_tree_selected_level_0 a, 
.category_tree_level_1 a, .category_tree_selected_level_1 a, 
.category_tree_level_2 a, .category_tree_selected_level_2 a
{
	display: block;
	text-decoration: none;
}

/** button WRAPPER (anchor) normal **/
.category_tree_level_0 a,
.category_tree_level_1 a,
.category_tree_level_2 a
{
	background-color: #000000;
}

/** button WRAPPER (anchor) normal HOVER **/
.category_tree_level_0:hover a,
.category_tree_level_1:hover a,
.category_tree_level_2:hover a
{
	background-color: #404247;
}

/** button WRAPPER (anchor) selected **/
.category_tree_selected_level_0 a,
.category_tree_selected_level_1 a,
.category_tree_selected_level_2 a
{
	background-color: #ff8147;
}

/** button WRAPPER (anchor) selected HOVER **/
.category_tree_selected_level_0 a:hover,
.category_tree_selected_level_1 a:hover,
.category_tree_selected_level_2 a:hover
{
	background-color: #ff9f72;
}

/** button WRAPPER (anchor) normal and selected ACTIVE/PRESSED **/
.category_tree_level_0 a:active, .category_tree_selected_level_0 a:active,
.category_tree_level_1 a:active, .category_tree_selected_level_1 a:active,
.category_tree_level_2 a:active, .category_tree_selected_level_2 a:active
{
	background-color: #ff8147;
}

/** button CONTAINER **/
.category_tree_name_level_0, .category_tree_name_selected_level_0,
.category_tree_name_level_1, .category_tree_name_selected_level_1,
.category_tree_name_level_2, .category_tree_name_selected_level_2
{
	font-family: arial, helvetica, calibri, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height:1em;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.7);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNmU3NCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjRkNTEiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(108,110,116,0.45) 0%, rgba(75,77,81,0.45) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,110,116,0.45)), color-stop(100%,rgba(75,77,81,0.45))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#736c6e74', endColorstr='#734b4d51',GradientType=0 ); /* IE6-8 */
	zoom: 1;
	cursor: hand;
	width: 173px;
	display: table-cell;
	vertical-align: middle;
	padding: 8px 10px 9px 10px;
}

/** button CONTAINER #1 and #2 CHILD OVERRIDE **/
.category_tree_name_level_1, .category_tree_name_selected_level_1,
.category_tree_name_level_2, .category_tree_name_selected_level_2
{
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.7), -1px 0px 0px 0px rgba(255, 255, 255, 0.2), inset 1px 0px 0px 0px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.7), -1px 0px 0px 0px rgba(255, 255, 255, 0.2), inset 1px 0px 0px 0px rgba(0, 0, 0, 0.7);
}

/**** -------------------------------- END BUTTON -------------------------------- ****/



/**** -------------------------------- START BULLET -------------------------------- ****/
/** button BULLET **/
.category_tree_name_level_0 img, .category_tree_name_selected_level_0 img,
.category_tree_name_level_1 img, .category_tree_name_selected_level_1 img,
.category_tree_name_level_2 img, .category_tree_name_selected_level_2 img
{
	float: left;
	width: 18px;
	height: 18px;
	display: block;
	padding-top: 1px;
	padding-right: 10px;
}
/**** -------------------------------- END BULLET -------------------------------- ****/



/**** -------------------------------- START TEXT -------------------------------- ****/
/** button TEXT **/
.category_tree_name_level_0 .category_tree_text_wrapper, .category_tree_name_selected_level_0 .category_tree_text_wrapper, 
.category_tree_name_level_1 .category_tree_text_wrapper, .category_tree_name_selected_level_1 .category_tree_text_wrapper, 
.category_tree_name_level_2 .category_tree_text_wrapper, .category_tree_name_selected_level_2 .category_tree_text_wrapper
{
	float: left;
	width: 118px;
	padding-top: 4px;
	color: #ffffff;
	word-wrap: break-word;
}

/** button TEXT #1 CHILD OVERRIDE (reduce width by amount of left padding **/
.category_tree_name_level_1 .category_tree_text_wrapper, .category_tree_name_selected_level_1 .category_tree_text_wrapper, 
.category_tree_name_level_2 .category_tree_text_wrapper, .category_tree_name_selected_level_2 .category_tree_text_wrapper
{
	width: 103px;
}

/** button TEXT #1 CHILD OVERRIDE (reduce width by amount of left padding **/
.category_tree_name_level_2 .category_tree_text_wrapper, .category_tree_name_selected_level_2 .category_tree_text_wrapper
{
	width: 88px;
}

/** button TEXT HOVER **/
.category_tree_level_0:hover .category_tree_text_wrapper, .category_tree_selected_level_0:hover .category_tree_text_wrapper,
.category_tree_level_1:hover .category_tree_text_wrapper, .category_tree_selected_level_1:hover .category_tree_text_wrapper,
.category_tree_level_2:hover .category_tree_text_wrapper, .category_tree_selected_level_2:hover .category_tree_text_wrapper
{
	color: #ffe0d2;
}
/**** -------------------------------- END TEXT -------------------------------- ****/



/**** -------------------------------- START COUNT -------------------------------- ****/
/** button COUNT **/
.category_tree_name_level_0 .category_tree_item_count_wrapper, .category_tree_name_selected_level_0 .category_tree_item_count_wrapper,
.category_tree_name_level_1 .category_tree_item_count_wrapper, .category_tree_name_selected_level_1 .category_tree_item_count_wrapper,
.category_tree_name_level_2 .category_tree_item_count_wrapper, .category_tree_name_selected_level_2 .category_tree_item_count_wrapper
{
	padding: 4px 0 3px 0;
	width: 27px;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.8);
	font-weight: bold;
	color: #bfbfbf;
	background-color: #404247;
}

/** button COUNT selected OVERRIDE **/
.category_tree_name_selected_level_0 .category_tree_item_count_wrapper,
.category_tree_name_selected_level_1 .category_tree_item_count_wrapper,
.category_tree_name_selected_level_2 .category_tree_item_count_wrapper
{
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.6);	
	background-color: #805440;
	color: #ffffff;
}

/** button COUNT HOVER **/
.category_tree_level_0:hover .category_tree_item_count_wrapper, .category_tree_selected_level_0:hover .category_tree_item_count_wrapper,
.category_tree_level_1:hover .category_tree_item_count_wrapper, .category_tree_selected_level_1:hover .category_tree_item_count_wrapper,
.category_tree_level_2:hover .category_tree_item_count_wrapper, .category_tree_selected_level_2:hover .category_tree_item_count_wrapper
{
	color: #ffffff;	
	background-color: #6e727a;
}

/** button COUNT selected HOVER OVERRIDE **/
.category_tree_name_selected_level_0:hover .category_tree_item_count_wrapper,
.category_tree_name_selected_level_1:hover .category_tree_item_count_wrapper,
.category_tree_name_selected_level_2:hover .category_tree_item_count_wrapper
{
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.5), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.6);	
	background-color: #a4735d;
	color: #ffffff;
}
/**** -------------------------------- END COUNT -------------------------------- ****/



/**** -------------------------------- START NOT CATEGORY RELATED -------------------------------- ****/
/** SIMPLE DISPLAY OPTIONAL BOXES **/
.category_box a:link, .category_box a:visited, .category_box a:active
{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 8px 8px 8px 8px;
	font-weight: bold;
}

.sub_category_box_separator
{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 8px 0px 8px 0px;
	font-weight: bold;
}

.category_box
{
}

.category_box a:hover
{
	background-color: #f0f0f0;
	font-weight: bold;
}

.category_box_wrapper
{
}

.sub_category_box_label
{
	font-weight:bold;
}



/** ADMIN NAV **/
.left_nav_link_wrapper a:link, .left_nav_link_wrapper a:visited, .left_nav_link_wrapper a:active
{
	display: block;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNmU3NCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjRkNTEiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(108,110,116,0.45) 0%, rgba(75,77,81,0.45) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,110,116,0.45)), color-stop(100%,rgba(75,77,81,0.45))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(108,110,116,0.45) 0%,rgba(75,77,81,0.45) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#736c6e74', endColorstr='#734b4d51',GradientType=0 ); /* IE6-8 */
	zoom: 1;
	background-color: #000000;
	padding: 5px;
	margin-top: 0px;
	width: 183px;
	font-size: 11px;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

.left_nav_link_wrapper a:hover
{
	color: #ffe0d2;
	background-color: #6B6D73;
	text-decoration:none;
}
/**** -------------------------------- END NOT CATEGORY RELATED -------------------------------- ****/