@charset "utf-8";
/* CSS Document */

.leftColumn h1 {
	font-size:1.6em;	
	color:#03971d;
	padding:0.5em 0 0 0;
	margin:0;
}
#propertyMap {
	margin:0 0 6px 5px;	
	background-color:#99b3cc;
	width:702px;
	height:300px;
	display:none;
}


.innerLeft {
	float:left;
	width:485px;
}
.innerRight {
	border:0px solid black;
	float:left;
	width:222px;
	margin:0 0 10px 5px;
}
.innerRight .thumb {
	float:left;	
	margin:0 6px 6px 0;
}
.innerLeft .propertyDetails {
	margin:0 0 0 5px;	
}
.innerLeft p.price {
	font-weight:normal;
	font-size:1.2em;
	color:#616161;
	padding:0 0 0em 0;
	margin:0;	
}
.innerLeft td {
	padding:3px 0 3px 0;	
	font-size:0.7em;
}
.innerLeft tr.row0 {
	
}
.innerLeft tr.row1 {
	background-color:#d8fdde;
}
.innerLeft td.head {
	width:21%;	
	width:120px;
	padding-left:3px;
	margin-right:5px;
}
.innerLeft td.val {
	width:29%;	
	padding-right:3px;
}
.innerLeft table {
	border-bottom:4px solid #d8fdde;
	border-top:4px solid #d8fdde;
	border-left:1px solid #d8fdde;
	border-right:1px solid #d8fdde;
}

.innerRight .menu {
	background-color:#def3fb;
	margin:0 0 6px 0;
	background-image:url(/templates/images/property_detail_bg.gif);
	background-repeat:repeat-x;
}
.innerRight .menu ul {
	margin:0px;
	padding:6px;
}
.innerRight .menu ul li {
	display:block;
	background-image:url(/templates/images/arrow_blue_on_blue.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	padding:0 0 0 12px;
	font-size:0.7em;
	line-height:1.8em;
	color:#858585;
	cursor:pointer;
}
.innerRight .menu ul li a {	
	color:#858585;
}
.innerRight .menu ul li a:hover {
	color:black;
}
.innerRight .gray {
	background-color:#eef0f1;
	background-image:none;
}
.innerRight .block {
	padding-right:6px;	
}
.innerRight ul li.showImages {
	display:none;
}


.innerRight .search_control ul {
	margin:0px 0px 0px 6px;
	padding:0px;
}
.innerRight .search_control ul li {
	display:inline;
}
.innerRight .search_control ul li a {
	display:inline-block;
	color:#858585;
	font-size:0.7em;
	background-image:url(/templates/images/arrow_green.gif);
	background-repeat:no-repeat;
	padding:0 9px 0 11px;
	background-position:0 0.4em;
	color:#6b6a6a;
}
.innerRight .search_control ul li.backsearch a {
	padding-right:0px;
}
.innerRight .search_control ul li a:hover {
	background-image:url(/templates/images/arrow_dark_grey_on_white.gif);
	color:black;
} 
#largePropertyImage {
	background-color:#e8e8e8;
	text-align:center;
}

.sendtofriend_text {
	width:210px;	
}
.sendtofriend_textarea {
	width:210px;	
}
