/*
* Vertical Category Tree With Flyout Sub Cats (Channel Fireball menu)
* Version: 1
* Last updated by: Megan Plummer, 8-1-12
*/

/* ============================= */
/* ======= Category Tree ======= */
/* ============================= */

#vertical-flyout {
    width: 240px;
}

.collapsed ul {
    display: none;
}

#category_tree{
    position:relative;
    z-index:1000;
}

#category_tree,
#category_tree li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#category_tree li {
    line-height: 33px;
}

#category_tree a {
    display: block !important;
}

/* =========================== */
/* ===== Top Level links ===== */
/* =========================== */

#category_tree li.depth_1 {
}

#category_tree li.depth_1 a {
    color: #000;
    font: 14px/33px;
    padding: 0 20px;
    position: relative;
    /*
    text-shadow: 0 -1px 1px #1A1A1A;
    */
}

#category_tree li.depth_1:hover {
   -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
	background: rgb(47,44,44); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(47,44,44) 0%, rgb(20,17,17) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(47,44,44)), color-stop(100%,rgb(20,17,17))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(47,44,44) 0%,rgb(20,17,17) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(47,44,44) 0%,rgb(20,17,17) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(47,44,44) 0%,rgb(20,17,17) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(47,44,44) 0%,rgb(20,17,17) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2c2c', endColorstr='#141111',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
   text-decoration: none;
    z-index: 150;
    color: #fff;
}
#category_tree li.depth_1:hover a {
 	color: #fff;
 	text-decoration: none;
}
  

/* orange "arrow" */
#category_tree li.depth_1.nonleaf_category>a:hover:after {
   
}

#category_tree li.depth_1>.sub_category_tree_wrapper {
    display: none;
    position: absolute;
    margin: -35px 0 0 229px;
    width: 685px;
    z-index: 20;
}

#category_tree li.depth_1>.sub_category_tree_wrapper>.sub_category_tree {
    background: #000;
    border-left: 1px solid #222;
    -webkit-box-shadow: 0px 0px 5px 5px #333333;
    -moz-box-shadow: 0px 0px 5px 5px #333333;
    box-shadow: 0px 0px 5px 1px #222;
    float: left;
    margin: 0;
    padding: 0;
}

#category_tree li.depth_1:hover>.sub_category_tree_wrapper {
    display: block;
}

/* ======================================== */
/* == Second Level links (flyout tabs) ==== */
/* ======================================== */

#category_tree li.depth_2 {
    background: #000;
    width: 225px;
    float: left;
    display: block;
}

#category_tree li.depth_2 a {
    background: #000;
    border: 0;
    border-bottom: 1px solid #2A2A2A;
    font: 13px/33px;
    line-height: 33px;
    padding: 0 20px;
    color: #999;
    /*text-shadow: 0 -1px 1px #000000;
    filter: dropshadow(color = #000000, offx = 1, offy = 1);
    */
}

#category_tree li.depth_2 a:hover {
    /*
    text-shadow: 0 -1px 1px #9A3F0D;
    */
   
}

#category_tree li.depth_2.expanded a {
}

#category_tree li.depth_2.expanded a:hover {
    -webkit-box-shadow: inset 0px 0px 0px 0px;
    -moz-box-shadow: inset 0px 0px 0px 0px;
    box-shadow: inset 0px 0px 0px 0px;
}

#category_tree li.depth_2 a:hover:after {
    display: none;
}

#category_tree li.depth_2>.sub_category_tree {
    display: none;
}

/* ========================================= */
/* === Third Level links (tabs expanded )=== */
/* ========================================= */

#category_tree .placeholder {
    display: none;
   	width: 671px;
    overflow: hidden;
    float: left;
    background: #1f1f1f repeat;
    padding-top: 5px;
}

#category_tree .placeholder span {
    display: block;
    width: 600px;
}

#category_tree li.depth_3 {
    display: block;
    float: left;
    width: 200px;
}

#category_tree li.depth_3 a {
    background: none;
    border: 0;
    color: #ddd;
    font: 13px/33px;
    padding-left: 20px;
    margin: 3px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    
    /*
    text-shadow: 0 1px 1px #000;
    */
}

#category_tree li.depth_3 a:hover {
    border: 0;
    color: #fff;
     	background: #dd1b22;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*
    text-shadow: 0 1px 1px #000;
    */
}

#category_tree li.depth_3 a:hover:after {
    display: none;
}

/* ========================= */
/* ===== Toggle Arrows ===== */
/* ========================= */

#category_tree .toggle {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #717171;
    float: right;
    height: 0;
    margin: 12px 0 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 45;
}

#category_tree li.depth_1>a .toggle {}

#category_tree li.depth_2>a .toggle {
    border-left: 5px solid #fff;
    margin: 12px 5px 0 0;
    z-index: 55;
}

#category_tree li.depth_1.nonleaf_category>a:hover .toggle {
    display: none;
}

#category_tree li.depth_2>a:hover .toggle {
    margin: 12px 5px 0 0;
    z-index: 105;
}

#category_tree li.depth_2.expanded>a .toggle {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #fff;
    margin: 12px 5px 0 0;
    z-index: 105;
}