
#map-wrapper {
    overflow:hidden;
    width:670px;
}

#map-container {
    height:400px;
    width:570px;
    border:1px solid #ccc;
    overflow:hidden;
}

#map-loader {
    border-top:1px solid #dfdfdf;
    background:#fff;
    color:#000;
    width:572px;
    height:20px;
    overflow:hidden;
}

#loader-active {
    margin:0;
    font-size:11px;
    padding:0 25px;
    text-align:left;
    cursor:default;
    line-height:20px;
    background:url('images/ajax-loader.gif') no-repeat 5px 50% #fff;
    width:120px;
    float:left;
    color:#d00;
}

#loader-info {
    float:left;
    text-align:left;
    width:570px;
    font-size:11px;
    color:#666;
    line-height:20px;
	 font-weight:bold;
}

.map-legend {
    width:560px;
    padding:10px 0 0 10px;
    overflow:hidden;
    border-bottom:1px solid #ccc;
    color:#666;
    font-size:12px;
}

.map-legend span {
    padding:5px 10px 5px 30px;
    float:left;
    width:90px;
    line-height:14px;
    color:#666;
    font-size:11px;
    background-position:0 0;
    background-repeat:no-repeat;
}

.map-legend span img {
    position:relative;
    top:4px;
}

.map-tips {
    width:560px;
    padding:10px 0 0 10px;
    overflow:hidden;
    border-bottom:1px solid #ccc;
    line-height:14px;
    color:#666;
    font-size:11px;
}

.map-tips span {
    padding:0 10px 5px 0px;
    float:left;
    width:170px;
    background-position:0 0;
    background-repeat:no-repeat;
}

.map-tips img {
    float:left;
}

#map-filters {
    font-size:12px;
    width:562px;
    height:55px;
    padding:10px 0 0 10px;
    background:#f6f6f6;
    border-top:1px solid #ccc;
}

#map-filters label {
    width:48px;
    height:20px;
    float:left;
    line-height:20px;
}

#map-filters input.text {
    width:234px;
    margin:0 10px 7px 0;
    font-size:12px;
    float:left;
}

#map-filters input.submit {
    margin:29px 0 0 0;
    float:left;
}

#map-filters select {
    width:84px;
    margin:0 0 7px 0;
    font-size:12px;
    float:left;
}

#map-filters #symbol-filters {
    width:200px;
    float:left;
    overflow:hidden;
    height:50px;
    padding:12px 0 0 0;
}

#map-filters #symbol-filters input {
    margin:0 4px 1px 0;
}

/*  ------------------------------------------------------------------------    */
div.hotel-info-window {
    font-family:Arial, Tahoma, sans-serif;
    overflow:hidden;
    width:220px;
}

div.hotel-info-window a.name {
    font-size:14px;
    letter-spacing:-1px;
    text-decoration:none;
    font-weight:bold;
    line-height:16px;
    font-family:Georgia, 'Times New Roman', serif;
}

div.hotel-info-window p {
    font-size:11px;
    padding:0;
    margin:0;
    line-height:12px;
    color:#666;
    white-space:wrap;
    overflow:hidden;
}

div.hotel-info-window a span {
    color:#06F;
    font-weight:bold;
    font-size:20px;
    display:block;
    margin:0;
    padding:0;
    line-height:10px;
}

div.hotel-info-window a:hover {
    color:#D00;
}

div.hotel-info-window div.image-holder {
    background:#f9f9f9;
    padding:8px;
    width:200px;
    height:100px;
    text-align:center;
    overflow:hidden;
    margin:0 0 5px 0;
}

div.hotel-info-window img.hotel-image {
    margin:auto;
    height:100px;
    border:1px solid #444;
    display:block;
}

div.hotel-info-window.price-class-1 a.name {
    color:#4CCF3A;
}

div.hotel-info-window.price-class-2 a.name {
    color:#1C7CD6;
}

div.hotel-info-window.price-class-3 a.name {
    color:#FF9C00;
}

div.hotel-info-window p a {
    color:#06f;
    text-decoration:none;
    font-weight:normal;
    display:inline;
    font-family:Arial, Tahoma, sans-serif;
    font-size:12px;
}

div.hotel-info-window p a:hover {
    color:#F00;
}
