@import url("/common/css/local/property/area/mapStyles.css");

#addLocationBox {
    background-color:#E4E4E4;
    border: 1px solid #BABABA;
}

#attractionSelector .attractionCategory {
    background-color: #e4e4e4;
	color: #666666;
}

#attractionSelector .attractionCategory:hover,
#attractionSelector .attractionCategory.selected {
	background-color: #603524;
}

html.sIFR-hasFlash #primaryContainer .propertyList h2,
html.sIFR-hasFlash #primaryContainer .propertyDetailContainer h2 {
    visibility: visible;
    padding-top: 7px;
    line-height: 16px;
}

html.sIFR-hasFlash #primaryContainer .propertyDetailContainer h2{
	padding-top: 0px
}

.localAreaMap .propertyDetailContainer h2 {
    padding-top: 0;
}

.addLocation label span::after{
	top: 15px;
}

.addLocation .searchLocation input[type="text"] {
    height: 38px;
}