/* ====== Category Navigation Module (cnv) ====== */
.cnv {
    
}
.cnv li {
    line-height: 20px; /* <= IE8 */
    line-height: 2.0rem;
}
.cnv-level-1 {
    
}

.cnv-home .cnv-level-1-link {
    padding-left: 3px;
}
.cnv-name {
   /* background:#FFF;
     padding-left: 13px; */
}

a:hover .cnvicon_i-bulletDark{
    
}


.cnv a:hover,
.cnv a:focus,
.cnv a:active,
.cnv a:hover .cnv-items,
.cnv a:focus .cnv-items,
.cnv a:active .cnv-items {
    color: #091d61;
    text-decoration: none;
    
}

.cnv a:hover .total_items,
.cnv a:hover .cssicon{
    color: #091d61;
    text-decoration: none;
    
}

.cnv-home a:hover .cssicon{
    color: #FFF !important;    
}

.cnv-level-1.selected {
    
}
.cnv .selected > a,
.cnv .selected > a .cnv-items {
   /* color: #091d61;
    font-weight: bold;
    background-color: #e0e0e0;*/
}

.cnv .selected.error > a,
.cnv .selected.error > a .cnv-items {
    color: #999999;
    font-weight: bold;
    background-color: transparent;
}

.cnv-subCat-1,
.cnv-subCat-2,
.cnv-subCat-3,
.cnv-subCat-4,
.cnv-subCat-5,
.cnv-subCat-6,
.cnv-subCat-7,
.cnv-subCat-8,
.cnv-subCat-9 {
   /* margin-left: 2px;*/
}

.ie7 .cnv-subCat-1_no-segment {
    margin-top: -12px;
}

/* color of arrow icon (hover and selected) */
.cnv a:hover .i-arrowRight:before,
.cnv a:focus .i-arrowRight:before,
.cnv a:active .i-arrowRight:before,
.cnv .selected > a .i-arrowRight:before,
.cnv > li > a:hover.i-arrowRight:before,
.cnv > li > a:focus.i-arrowRight:before,
.cnv > li > a:active.i-arrowRight:before,
.cnv > li.selected a.i-arrowRight:before{
    border-left-color: #333;
}
.cnv a:hover .i-arrowBottom:before,
.cnv a:focus .i-arrowBottom:before,
.cnv a:active .i-arrowBottom:before,
.cnv .selected > a .i-arrowBottom:before {
    border-top-color: #333;
}
.cnv a:hover .i-bullet:before,
.cnv a:focus .i-bullet:before,
.cnv a:active .i-arrowBottom:before,
.cnv .selected > a .i-bullet:before {
    color: #333;
}