body {
background: #ffffff;
margin: 0px;
font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
font-size: 11px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

h4 {
font-size: 13px;
}

img {
border: 0px;
}

p {
margin: 6px 0px;
}

#header {
width: 955px;
height: 50px;
margin: 5px auto 0px auto;
}

#header-logo {
margin: 0px;
}

#content-wrapper {
width: 955px;
margin: 0px auto;
padding: 25px 0px;
}

#map-header, #search-results-header, #search-details-header {
height: 65px;
margin-right: 5px;
}

#map, #search-results, #search-details {
background: #edf4f6;
height: 450px;
overflow-y: auto;
border: 1px solid #bbbbbb;
margin-right: 5px;
}

#search-results, #search-details {
overflow-y: auto;
position: relative;
font-size: 13px;
}

#map, #map-header {
float: left;
width: 345px;
}

#search-results, #search-results-header {
float: left;
width: 295px;
}

#search-details, #search-details-header {
float: left;
width: 285px;
}

#search-details a{
color: #666666;
text-decoration: none;
}

#search-details a:hover {
color: #ff6600;
}

.search-tip {
text-align:center;
width: 100%;
display: block;
padding: 30px 0px 0px 0px;
font-size: 16px;
font-weight: bold;
}

#search-results-loading, #search-details-loading {
position: absolute;
top: 1px;
right: 1px;
background: #a4d01e;
color: #ffffff;
font-weight: bold;
font-size: 12px;
padding: 3px 6px;
}

#search-wrapper {
display:none;
clear:both;
width: 215px;
margin: 0px auto;
padding: 3px 0px;
color: #333333;
background: #ffffff;
border: 1px solid #333;
text-align: center;
}

#extras {
clear:both;
width: 400px;
padding: 10px 0px;
margin: 0px auto;
text-align:center;
}

#extras h3 {
margin: 0px;
}

#extras a {
color: #5a5a5a;
}

#overlay-wrapper {
position: absolute;
display:none;
width: 100%;
margin: 0px;
top:0px;
left:0px;
}

#overlay-div {
position: relative;
width: 600px;
margin: 30px auto 0px auto;
background: #ffffff;
border: 1px solid #333333;
}

#close-button {
position: absolute;
top: -10px;
right: -10px;
}


#footer {
clear:both;
width: 940px;
margin: 0px auto;
font-size: 10px;
border-top: 1px dotted #B5B5B5;
padding-top:40px;
text-align: center;
}

#footer a {
color: #1879DC;
text-decoration: none;
}

a.pricetag {
text-align:center;
padding: 3px 6px;
background: #ff6600;
color: #ffffff;
}



/* Country Index Styling */
.content-element {
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align:left;
margin: 3px 0px;
}

.city-listing {
background: #f5f5f5;
font-size: 10px;
font-weight: normal;
width: 90%;
}