﻿.publi {
    background-repeat: repeat-y; 
    background-image: url(../images/publi_bg.gif); 
    background-color: #000; 
    height: 163px; 
    color: #fff; 
    z-index: 1;
}

.publi_item {
    margin: 0px 0px 0px 20px; 
}

.publi_text {
    color: #fff; 
    font-weight: bold; 
}

.news {
    position: absolute; 
    background-color: #2c3c4b; 
    width: 240px; 
    height: 200px; 
    top: 138px; 
    left: 650px; 
    padding: 5px; 
    z-index: 3;
}

.news_title {
    color: #979ea5; 
    font-weight: bold; 
    font-size: 11px; 
}

.news_text {
    color: #fff; 
    font-size: 10px; 
}

.profile {
    clear: both; 
    padding: 6px; 
    width: 650px; 
    text-align: center; 
}

.profile_item {
    float: left; 
    width: 33%; 
}

.search {
    position: absolute; 
    top: 108px; 
    left: 650px; 
    z-index: 2;
}

.search_text {
    width: 170px; 
    background-color: #fff; 
    border: 1px solid #900; 
    height: 18px; 
    vertical-align: bottom; 
    margin-right: 1px; 
    font-size: 12px; 
    color: #666; 
    font-weight: bold; 
}

#divTooltip	{
    position:absolute; 
    top:0px; 
    width: 300px; 
    visibility:hidden; 
    z-index:999; 
    background-color: #ffc; 
    color: #000; 
}