#spheres_list {
    behavior: url(/templates/AdSpheres/stylesheets/iepngfix.htc);
}
a.sphere img {
    border: none;
}
#paging {
    text-align: center;
    background-color: #BDBDBD;
    color: #fff;
    padding: 3px;
}
#paging a {
    color: #fff;
    font-weight: bold;
}
span.current a {
    color: #D18418 !important;
}
span.current {
    color: #D18418;
}
div.newest {
    position: absolute;
    top: -60px;
    right: -24px;
    width: 260px;
    z-index: 100;
    background-color: #555;
}
*+html div.newest {
    top: 5px;
}
*html div.newest {
    top: 5px;
}
div.newest a.slide {
    display: block;
    color: #fff;
    margin: 5px;
    background: #BDBDBD url(/templates/AdSpheres/images/newest_back.png) repeat-x scroll bottom left;
    text-decoration: none;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    padding-left: 10px;
}

div.newest a.slide:hover {
    color: #D18418;
}
#newest_memb, #newest_spher {
    display: none;
    border: 1px #fff solid;
    height: 100px;
    margin: 0 5px;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}
#newest_spher {
    margin-bottom: 5px;
}
.new_memb {
    color: #fff;
    background: transparent url(/templates/AdSpheres/images/new_user.jpg) no-repeat scroll top left;
    padding-left: 25px;
    margin: 2px 0 10px 2px;
    font-size: 11px;
    clear: both;
}
.new_sphere {
    color: #fff;
    background: transparent url(/templates/AdSpheres/images/new_sphere.jpg) no-repeat scroll top left;
    padding-left: 30px;
    margin: 2px 0 10px 2px;
    font-size: 11px;
    clear: both;
}
div.about a {
    color: #D18418;
}
div.about {
    position: absolute;
    top: -60px;
    left: 0px;
    width: 540px;
    z-index: 110;
    font-size: 12px;
    color: #9C9C9C;
}
*+html div.about {
    top: 5px;
}
*html div.about {
    top: 5px;
}
/* IE Fixes */
* html div.newest a.slide {
    height: 22px;
    line-height: 22px;
}