﻿

a:link, a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #CC0000;
    text-decoration: underline;
}

.w {
    margin: 0 auto;
    width: 990px;
}
.w1 {
    margin-bottom: 10px;
}

.ld {
    position: relative;
}
.ld s, .ld b, .ld .block {
    overflow: hidden;
    position: absolute;
}




#toppanel {
    position: relative;
    z-index: 1000;
}
#sidepanel {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
}
#sidepanel a, #sidepanel b {
    background-image:url(gb_ico.gif);
    background-repeat: no-repeat;
}
#sidepanel a {
    display: block;
    height: 66px;
    line-height: 14px;
    margin: 5px 0;
    padding: 28px 4px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 17px;
}
#sidepanel b {
    height: 16px;
    left: 4px;
    overflow: hidden;
    position: absolute;
    top: 9px;
    width: 17px;
}
#sidepanel a:link, #sidepanel a:visited {
    background-position: 0 -102px;
}
#sidepanel a:hover, #sidepanel a:active {
    background-position: 0 -3px;
}
#sidepanel .gotop:link b, #sidepanel .gotop:visited b {
    background-position: -52px -22px;
}
#sidepanel .gotop:hover b, #sidepanel .gotop:active b {
    background-position: -52px -3px;
}
#sidepanel .research:link b, #sidepanel .research:visited b {
    background-position: -30px -22px;
}
