﻿#page .result_row {
    border-top:1px dashed #27477A;
    height:115px;
    width: 420px;
    padding-left:180px;
    padding-top:12px;
    position:relative;
    float:left;
}

#page .result_row p {
    display:block;
    width:400px;
}
#page .result_row .img_preview {
    left:24px;
    position:absolute;
    top:12px;
}
.img_preview {
    background-color:#666666;
    background-position:center center;
    background-repeat:no-repeat;
    border:1px solid #CCCCCC;
    display:block;
    height:88px;
    width:132px;
}
#mappa
{
    width: 620px; 
    height: 400px; 
    margin-right: 11px; 
    float: left; 
    position: relative;
    background-color: rgb(229, 227, 223);
}
#page{
    background-color: #fff;
    background-image: url(../immagini/box2_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 30px;    
}