

/* =============================== */
/* = Global styles, remove these = */
/* =============================== */
/*body {
    font: 11px tahoma;    
    color: #666;
}

h2 {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
    padding: 0;
}
p {
    margin: 0;
    margin-bottom: 5px;
    
}
*/
h2 {
    text-align: left;
}
.clear {
    clear: both;
}

/* ========== */
/* = Search = */
/* ========== */
.search table {
    margin-bottom: 30px;
}
.search table td {
    padding-right: 20px;
    font-size: 12px;
}
.search .submit {
    padding-top: 10px;
    text-align: right;
}
.search .submit input {
    width: 100px;
}
.search select {
    width: 170px;
}
.search .map {
/*    width: 520px;*/
    height: 400px;
    border: 1px solid #999;
}
.infowindowtext {
    padding-left: 120px;
}
.infowindow p {
    font-size: 11px !important;
    text-align: left;
    line-height: 13px;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}
.infowindow h2 {
    font-size: 12px !important;
    padding-bottom: 0px !important;
    margin-bottom: 2px !important;
}
.infowindow img {
    position: absolute;
    width: 110px;
}
.infowindowtext .readmore {
    text-align: right;
    padding-right: 10px !important;
}

/* ====================== */
/* = Search result list = */
/* ====================== */
.table.sortable {
/*    width: 522px;*/
    border-collapse: collapse;    
}
.table h2 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.table p {
    font-size: 11px !important;
    margin-bottom: 6px;
    margin-top: 4px;
}
.table img {
    float: left;
    border: none;
}
.table th {
    font-weight: bold;
    text-align: left;
}
.table td {
    vertical-align: top;
    padding: 0;
    padding-bottom: 20px;
}
.table a.view_details {
    font-size: 11px;
}

/* tablesorter */
.sortable thead th {
    cursor: pointer;
    font-size: 11px;
    padding-right: 4px;
}
.sortable .headerSortUp,
.sortable .headerSortDown {
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 9px;        
}
.sortable .headerSortUp {
    background-image: url(../images/arr-b1-up.gif);
}
.sortable .headerSortDown {
    background-image: url(../images/arr-b1-down.gif);
}    




/* ============ */
/* = Property = */
/* ============ */
.property p {
    font-size: 11px !important;
} 
.property h2 {
    margin-bottom: 10px;
}
h2 .gray {
    color: #999;
}
.property {
/*    width: 610px;*/
}
.property .images {
    width: 200px;
    float: left;
    overflow: hidden;
}
.property .images .large {
    width: 200px;
    margin-bottom: 6px;
}
.property .images .thumbnails a {
    width: 62px;
    height: 42px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}
.property .images .thumbnails img {
    width: 62px;
}
.property .images .thumbnails a.last {
    margin-right: 0px;
}
.property .details {
    width: 450px;
    float: right;
}
.property .map {
/*    width: 520px;*/
    height: 250px;
    padding-top: 20px;
    border: 1px solid #999;
    margin-top: 20px;
}
.property .details table {
    border-collapse: collapse;
    margin-bottom: 10px;
}
.property .details table th,
.property .details table td {
    padding: 0;
    padding-bottom: 2px;
}
.property .details table th {
    padding-right: 20px;
    text-align: left;
    color: #000;
    font-weight: normal;    
}
.property .hidden img {
    position: absolute;
    left: -10000px;
}
.property img {
    border: none;
}
.property p {
    font-size: 12px !important;
    text-align: left;
    line-height: 16px;
}
/*.gmnoprint {
    display: none;
}
#lmc3d.gmnoprint {
    display: block;
}*/


/* =============== */
/* = Street view = */
/* =============== */
#street {
    height: 470px;
    border: 1px solid #999;
    display: none;
    width: 690px;
}



