﻿@import url("hotel-search-form.css");
@import url("hotel.css");

/* main containers */ 
div#containerLeft{
    width:165px;
    display:inline;
    float:left;
    text-align:center;
}
div#containerRight{
    width:800px;
    float:right;
    text-align:center;
}
img.ajax-loading{ width:137px; margin:3px 0 4px 0px; }
#mapCity{ width:150px; height:137px; overflow:hidden; border: solid 1px #aaa; }
#mapHotelList{ height:480px; width:500px; overflow:hidden; border: solid 1px #aaa; margin-bottom:10px; float:left; }
.left-half { border:solid 1px #ced7ed; background:#fff; padding:5px 5px 5px 5px; float:left; margin-bottom:5px;}
.left-half-header { width:100%; margin-bottom:5px; text-align:left;}
.left-half-header h2 { margin:0; padding:6px 5px 7px 20px; background:#354e81 url(_img/bg-dark-blue2.gif) repeat-x left top; font-size:11px; font-weight:bold; color:#fff;}
.left-half-header a { color: #fff; text-decoration:none; }
.left-half-header a:hover { text-decoration:underline; }
.left-half-inside { width:100%; float:left; background: url(_img/bg-container-inside.gif) repeat-x left top; padding:0px;}
.left-half-inside p { margin:4px 0px 2px 0px;}

#containerHotelListMap .sp1 { width: 480px; }