
.access {
    padding: 10px 0;
    display: none;
    z-index: 100;
    width: 100%;
        background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, white 0%, #ececec 51%, #d6d6d6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ececec), color-stop(0%, white), color-stop(51%, #ececec), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #ececec 0%, white 0%, #ececec 51%, #d6d6d6 100%);
    background: -o-linear-gradient(top, #ececec 0%, white 0%, #ececec 51%, #d6d6d6 100%);
    background: -ms-linear-gradient(top, #ececec 0%, white 0%, #ececec 51%, #d6d6d6 100%);
    background: linear-gradient(to bottom, #ececec 0%, #ffffff 0%, #ececec 51%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccd4d', endColorstr='#d6d6d6', GradientType=0 );
    line-height: 32px;
}
.access .active {
    position: relative;
}
.access .active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #000;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    z-index: 1000;
}
.panel-eye .access {
    display: block;
}
.fixed .access {
       position: fixed; 
}
.access dl {
    width: 25%;
    float: left;
}
.access dt {
    float: left;
    margin-right: 5px;
}
.search-panel a{

        color: #000;

}
.a-fontsize-small {
    font-size: 14px;
    border: 1px solid #000;
    height: 30px;
    text-decoration: none;
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
    color: #000;
}
.a-fontsize-normal {
    font-size: 16px;
    border: 1px solid #000;
    height: 30px;
    text-decoration: none;
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
    color: #000;
}
.a-fontsize-big {
    font-size: 18px;
    border: 1px solid #000;
    height: 30px;
    text-decoration: none;
    width: 30px;
    display: block;
    line-height: 30px;
    margin-right: 5px;
    color: #000;
    text-align: center;
    float: left;
}
.a-color1,.a-color2,.a-color3 {
     font-size: 14px;
    border: 1px solid #000;
    height: 30px;
    text-decoration: none;
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 5px;
    color: #000;
    float: left;
}
.a-color2 {
    background: #000;
    color: #fff;
}
.a-color3 {
    background: #9dd1ff;
    color: #000;
}
.a-images a {
    height: 27px;
    display: inline;
    float: left;
    background-image: url(../img/toggle.png);
    position: relative;
    top: 3px;
    text-decoration: none;
    width: 90px;
        background-position: 0 -27px;
}
.a-imagesoff-body .a-images a  {
       background-position: 0 0;
}