
/*-- ------------ CATEGORIES -------------- */
 #LeftPanel .v4acpcont {
     font-family: 'Roboto Condensed', Arial, sans-serif !important;
 }
#LeftPanel .v4title {
    display: none;
    background-color: #2a323e;
}
#LeftPanel .v4title h2 {
    padding: 8px 0 8px 11px;
    text-align: left;
}
#LeftPanel .v4mid {
    background-color: #e5e5e5;
    padding: 0px !important;
}
#LeftPanel table.v4midBox,
#LeftPanel table.v4nfc {
    border: 0 !important;
}
div.lcat {
    width: auto !important;
}
.lcat ul {
    margin: 0;
    padding: 0;
}

.lcat .ttl {
    display: none;
}
.lcat .lev1 > li {
    font-size: 16px;
    background-color: #2a323e;
    margin: 0 !important;
    border-bottom: 1px solid #dfdfdf !important;
    list-style-type: none;
}
.lcat .lev2 li {
    list-style-type: none;
}

.lev1 > li > span,
.lev1 > li > a,
.lev1 > li > a:visited {
    padding: 8px 0 8px 11px;
    color: #e49b0f !important;
    font-weight: normal;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    text-decoration: none !important;
    display: inline-block;
    height: auto;
}
.lcat .lev1 > li:hover,
.lcat .lev1 > li:focus {
    background-color: #e49b0f;
    color: #fff !important;
}
.lcat .lev1 > li:hover a,
.lcat .lev1 > li:hover span {
    color: #fff !important;
}
.lev1 > li > span:first-child {
    color: #fff !important;
}
.lev2 li {
    margin: 4px 0;
}
.lev2 > li > span,
.lev2 > li > a,
.lev2 > li > a:visited {
    font-size: 15px;
    color: #454545 !important;
    font-weight: bold;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    text-decoration: none !important;
    display: inline;
    height: auto;
    max-width: 150px;
}
.lev2 li a:hover,
.lev2 li a:focus {
    color: #e49b0f !important;
    text-decoration: none !important;
}
.lev2 > li > span:first-child {
    color: #e49b0f !important;
    font-weight: bold !important;
}
.lcat .lev3 {
    padding-left: 10px
}
.lev3 > li > span,
.lev3 > li > a,
.lev3 > li > a:visited {
    font-size: 14px;
    color: #454545 !important;
    font-weight: normal;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    text-decoration: none !important;
    display: inline-block;
    height: auto;
    max-width: 150px;
}
.lev3 > li > span:first-child {
    color: #e49b0f !important;
    font-weight: bold !important;
}
.lcat .cnt {
    font-size: small;
    padding: 0 5px 0 3px;
    text-align: right;
    width: auto;
}
.lcat .lev2 {
    padding: 5px 16px;
}
.lcat a.all_cats {
    display: none;
}
