body.products #others, body.gidea #others { background-image: none !important; background-color: #495155 !important; filter: none; }
body.products #search-product input.txt, body.gidea #search-product input.txt { background-image: none !important; background-color: #495155 !important; filter: none; }


#years {
    float: left;
    margin: 40px 0;
    width: 100%;
}
#years li {
    border-bottom: 1px solid #555555;
    float: left;
    position: relative;
    width: 100%;
}
#years li .year {
    background-color: #333333;
    float: left;
    font-size: 17px;
    padding: 8px 0;
    text-align: center;
    width: 60px;
}
#years li .year.double {
    padding: 8px 0;
}
#years li .year.triple {
    padding: 16px 0;
}
#years li img {
    clear: both;
    float: left;
    height: 209px;
    margin: 0 0 5px 60px;
    width: 420px;
}
#years li p {
    color: #CCCCCC;
    font-size: 11px;
    height: 34px;
    line-height: 34px;
    margin: 0 0 0 70px;
    padding: 0;
    position: relative;
}
#years li p.double {
    height: 30px;
    line-height: 13px;
    padding-top: 4px;
}
#years li p.triple {
    height: 45px;
    line-height: 14px;
    padding-top: 4px;
}
#years.js li .year {
    cursor: pointer;
}
#years.js li p {
    color: #555555;
    margin-left: 90px;
}
#years.js li img {
    display: none;
}
#years.js li.active .year {
    background-color: #484949;
    color: #FFFFFF;
    font-size: 21px;
}
#years.js li.active p {
    background-color: #222;
    background-repeat: no-repeat;
    color: #CCCCCC;
    font-size: 13px;
    margin-left: 60px;
    padding-left: 30px;
    padding-right: 20px;
    z-index: 50;
    position: relative;
}
#years.js li.active img {
    clear: none;
    display: block;
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
#years.js li.top img {
    top: 0;
}
#years.js li.bottom img {
    bottom: 0;
}
