			/****************************************
			*				SEARCH RESULTS
			****************************************/

.search_res
{
    position:relative;
    width:473px;
    height:85px;
    overflow:hidden;
    float:left;
}

.search_res .nick_texts
{
    padding-left:80px;
}
.search_res_edit .search_res .nick_texts
{
    padding-left:100px;
}

.search_res .nick_info
{
    position:relative;
    width:385px;
    margin:0;
    padding:0;    
    padding-top:10px;
    overflow:hidden;
    color:#666666;
    font-size:11px;
}

.search_res .nick_info a
{
    font-size:16px;
    font-weight:bold;
    margin-right:5px;    
}

.search_res .nick_info b
{
    font-weight:bold;
    margin-right:5px;        
    color:#333333;
}

.search_res .nick_desc
{
    width:385px;
    height:20px;
    margin:0;
    padding:0;
    overflow:hidden;
    font-size:13px;
    color:#333333;
}

.search_res .thumb
{
    position:absolute;
    left:18px;
    top:0px;
}
.search_res_edit .search_res .thumb
{
    left:38px;
}

.search_res .approx
{
    position:absolute;
    top:0px;
    left:80px;
    font-size:9px;
    color:#999999;
}
.search_res_edit .search_res .approx
{
    left:100px;
}

.online
{
    /*color:#008800;*/
    background-position:0px 0px;
    background-repeat:no-repeat;
    padding-left:25px;    
    padding-bottom:2px;
}

.online_sr
{
    color:#008800;
}

.search_res_edit .search_res .checkbox
{
    position:absolute;
    left:12px;
}

