/* properties.css 
 * Search, Property Details, and Mortgage Calculator
 * See searchResults.css for Property Summary stylesheet
 */

div#menu ul li#fap a {background-position:0 0;}
/** Search Our Listings **/
#search {
	border-top: 1px dotted #6b6b6b;
	padding: 20px 0;
	color: #484848;
	font-size: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#search div, #search select, #search option, #search input {
 	width: 135px;
	float: left;
}
#search option {
	float: none;
}
#search div, #search p {
	margin-top: 0;
	margin-bottom: 5px;
}
#search select, #search option, #search input {
	font-weight: normal;
}
#search p {
	clear: both;
}
#search .narrow {
	width: 17px;
}
#search .searchBtn, #search .saveSearchBtn {
	width: 131px;
	height: 19px;
	margin-top: 15px;
	margin-left: 135px;
}
#search .saveSearchBtn {
	margin-left: 10px;
}
/** >>Search Our Listings<< **/

/** Property Details Page **/
#propSearchLink {
	position: relative;
	padding: 36px 0 0 31px;
}
.propNav {
	text-align: right;
	padding-right: 29px;
}
#propSearchLink #propNavTop {
	position: absolute;
	right: 0;
}
h2.propTitle {
font-style:normal;
font-weight: normal;
font-size: 19px;
font-family: Arial, Helvetica, sans-serif;
border-bottom:none;
color:#6698d1;
}
#propPhotos, #propInfo {
	float: left;
}
#propPhotos {
	width: 369px;
}
.imgSlide {
	margin-right: 5px;
}
#slides li{
  float:left;
}
#sliderInstruct {
	background: url(/images/instruct-bg.gif) repeat-x center center;
	overflow:hidden;
	display:inline;
	float: left;
	padding: 0;
	margin: 0;
	height: 17px;
	width:275px;
	line-height: 17px;

	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	border-top: 1px solid #9abccd;
	border-bottom: 1px solid #9abccd;
}
ul#propPhotoTools {
	list-style-type: none;
	margin-top: 7px;
	margin-bottom: 30px;
}
ul#propPhotoTools li {
	display: inline;
	margin-right: 45px;
}
ul#propPhotoTools li a {
	color: #4d6d9c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-decoration: none;
}
#propInfo {
	width: 150px; /*Specified due to: /scripts/index.php?siteScript=propPages&siteScreen=details&propCurrID=57213*/
	padding-left: 17px;
	font-size: 12px;
}
#propInfo span {
	font-weight: bold;
	color: #6698d1;
}
#propInfo span#salesStatus {
color: #d0a703;
}
#propInfo #viewIslandInfo, #propInfo #viewIslandInfo a {
	color: #8c826d;
	font-size: 9px;
}
#propInfo p {
	margin-bottom: 10px;
	line-height: 19px;
}
ul#propTools {
	background: #87a0c2 url(../images/pro_dtl_proptools_bg.gif) repeat-x;
	list-style-type: none;
	text-align: center;
	margin: 7px auto;
	padding-left: 19px;
	padding-right: 9px;
}
ul#propTools li {
	border-bottom: 1px solid #ffffff;
	display: block;
	min-height: 30px;
	line-height: 30px;
} * html ul#propTools li {height: 30px;}
ul#propTools li, ul#propTools li a {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
ul#propTools li a:hover {
	color: #aafe73;
}
ul#propTools li#saveListing {
	position: relative;
}
ul#propTools li#saveListing img {
	position: absolute;
	top: 5px;
	left: -13px;
}
ul#propTools li#mortgageCalc {
	height: 35px;
	border-bottom: none;
	padding-top: 7px;
}
ul#propTools li#mortgageCalc, ul#propTools li#mortgageCalc a {
	line-height: 11px;
}
#propDescription {
	clear: both;
	font-size: 12px;
}
#propDescription #youtubeContainer{
  float: left;
  margin: 0 1em 1em 0;
}
#propDescription h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	font-style:normal;
	color: #262626;
}
/** >>Property Details Page<< **/

/** Mortgage Calculator **/
.mortgage {
	border-bottom: 1px dotted #6b6b6b;
}
.mortgage, #mortgageResult {
	background-color: #f8f6e9;
}
#mortgageResult {
	clear: both;
	position: relative;
	line-height: 50px;
	font-size: 12px;
	font-weight: normal;
	padding: 0 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mortgageResult span {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
	display: block;
	width: 180px;
	padding: 0 10px;
	position: absolute;
	top: 8px;
	left: 151px;
	_top: -10px;
	_left: 135px;
}

