#result_search{
    margin:0;
    padding:0;
}

#result_search .result{
    margin-bottom:10px;
    padding:0;
    border-bottom: 1px solid #eee;
}

#result_search .reparto a {
    padding:0 3px 0 3px;
    font-size: 0.9em;
    font-weight: bold;
    background-color: #0CB1B2;
    color:#FFFFFF;
}

#result_search .reparto {
    padding:0 3px 0 3px;
    font-size: 0.9em;
    font-weight: bold;
    background-color: #0CB1B2;
    color:#FFFFFF;
}

#result_search .title a {
    font-size: 1.2em;
    color: #0CB1B2;
}

#result_search .title {
    font-size: 1.2em;
    color: #0CB1B2;
}

#result_search .titolo {
    font-size: 1.2em;
    color: #0CB1B2;
}

#result_search .url{
    font-size: 0.9em;
    padding: 5px 0 3px 0;
}

#result_search .text    {
    font-size: 1.0em;
}

#searchbar {
    width: 100%;
    height: 80px;
    background-color: #f5f5f5;
}

#searchbar .search_button{
    
    border-right: 1px solid #eee;
    float:left;
    padding: 10px;
    width: 220px;
    height: 50px;
    
}


#searchbar .search_for{
    
    font-size: 1.8em;
    color:#969696;
    padding: 10px;
    margin: 20px;
    float:left;
    width: 420px;
    height: 30px;
    
    
}

#searchbar .searchforText{
    
    
    color:#03b2a3;
    
}


#total_space{
    
    float: left;
    width: 930px;
    margin:0;
    padding-right: 10px;
    border:0px solid red;
}
#total_space .content{
    
    margin: 0;
    padding: 0;
    border:0px solid green;
    
}

#paginator {
    
    border-bottom: 1px solid #eee;
    height:30px;
}

#paginator .totalResult{
    font-size: 0.9em;
    font-weight: bold;
    float:left;
    
}

#paginator .paginator{
    font-size: 0.9em;
    font-weight: bold;
    float:right;
}
#paginator .pages{
    float:left;
    width:20px;
    text-align: center;
    background: #e9e9e9;
    margin:2px;
}

#paginator .selected{
    
    
    border:1px solid #e9e9e9;
    background: #fff;
    
    
}


#paginator .pagesL{
    width:60px;
}

#paginator .pagesF{
    width:50px;
}

#result_search_medico{
    margin-bottom: 10px;
}
#result_search_medico .result
{
    height:100px;
    overflow: hidden;
    background: #e9e9e9;
    border-bottom:1px solid #fff;
}

#result_search_medico img{
    height:100px;
    width:100px;
    padding:1px;
    border:1px solid #e9e9e9;
}

#result_search_medico .photo{
    width:100px;
    float:left;
}


#result_search_medico .title{
    width:260px;
    float:left;
    border-right: 1px solid #fff;
    padding:30px 10px 0 10px;  
    height:100px;    
}

#result_search_medico .linkTitle{
    font-size: 1em;
	font-weight: bold;
    color: #0CB1B2;
}

#result_search_medico .reparto{
    width:260px;
    float:left;
    border-right: 1px solid #fff;
    padding:30px 10px 0 10px;
    height:100px;
}
#result_search_medico .descrizione{
    width:227px;
    float:left;
    border-right: 1px solid #fff;
    padding:30px 10px 0 10px;
    height:100px;
    padding:20px;
}

