/*
-----------------------------------------------------------------------------
Property Search Styles
-----------------------------------------------------------------------------*/
.teammember {
	position:relative;
	clear:both;
	margin-bottom:25px;
	height:150px;
}
.teammember h2 {
	border-top:1px solid #CCC;
}
.teammember h2 span {
	font-size:11px;
	font-weight:normal;
	color:#888;
}
.teammember img {
	position:relative;
	float:left;
	margin-right:10px;
	border:1px solid #AAA;
}
.teammember p {
	clear:none;
}
.teammember .position {
	position:absolute;
	right:10px;
	top:0px;
}
/*
-----------------------------------------------------------------------------
Property Search Styles
-----------------------------------------------------------------------------*/
.property-search ul {
	margin:0px;
	padding:0px;
}
.property-search li {
	list-style:none;
	clear:both;
}
.property-search label,
.property-search span {
	text-align:right;
	width:150px;
	float:left;
	padding:2px;
	margin:3px;
	color:#666;
}
.property-search p {
	padding:2px;
	margin:3px;
	color:#666;
	float:left;
	clear:none;
}
.property-search input, 
.property-search select, 
.property-search textarea {
	border:1px solid #999;
	padding:2px;
	margin:2px;
	float:left;
	color:#333;
	font-family:"Century Gothic", Arial, Verdana, sans-serif;
	font-size:11px;
}
.radio-button, .checkbox {
	border:none;
}
.property-search select {
	width:120px;
}
.property-search .button {
	cursor:pointer;
	padding:2px 10px;
	margin-left:162px;
	margin-top:20px;
	background-color:#F49D02;
	color:#FFF;
}
.property-search .error {
	background-color:#F66;
	color:#FFF;
	border:1px solid #900;
	float:left;
	padding:2px;
	margin:2px 2px 2px 162px;
}
.property-search .nolabel input {
	margin-left:162px;
}
.property-search h2 {
	clear:both;
	margin-left:156px;
}
.property-search .checkbox label {
	width:200px;
	text-align:left;
}
.property-search .checkbox input {
	margin-left:162px;
}
.property-search .checkboxes label {
	text-align:left;
	width:auto;
}
.property-search .location label {
	width:auto;
	text-align:left;
}
.property-search .location select {
	width:70px;
}
.property-search .hide {
	display:none;
	visibility:hidden;
}
.property-search option {
	padding:0px 4px;
}
/*
-----------------------------------------------------------------------------
Result Page
-----------------------------------------------------------------------------*/
.property {
	position:relative;
	margin-bottom:35px;
	width:539px;
	/*height:143px;*/
}
.propertytop {
	position:relative;
	width:539px;
	height:3px;
	background-image:url(../images/backgrounds/propertytop.png);
	background-repeat:no-repeat;
}
.propertymiddle {
	position:relative;
	width:537px;
	height:137px;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	background-image:url(../images/backgrounds/property.png);
	background-repeat:repeat-x;
	color:#111;
}
.propertybottom {
	position:relative;
	width:539px;
	height:3px;
	background-image:url(../images/backgrounds/propertybottom.png);
	background-repeat:no-repeat;
}
.property .details {
	position:absolute;
	right:5px;
	top:5px;
	width:320px;
	line-height: 1.2;
}
.property .available {
	position: absolute;
	bottom: 5px;
	left: 212px;
	font-size: 10px;
	color: #064F8B;
}
.property form {
	position:absolute;
	right:10px;
	bottom:10px;
}
.property .details h2 {
	color:#064F8B;
	width:230px;
	font-size:12px;
	padding-top:0px;
	font-weight:bold;
}
.property .details h2 a {
	text-decoration:none;
}
.property .details h2 a:hover {
	text-decoration:underline;
}
.property .image {
	position:absolute;
	left:2px;
	top:1px;
}
.property .image img {
	padding:5px;
	border:1px solid #D6D6D6;
	background-color:#FFF;
}
.property p {
	padding:0px 30px 5px 0px;
}
.property .pricebox {
	position:absolute;
	right:0px;
	top:0px;
	color:#F8A719;
	font-weight:bold;
	font-size:12px;
	padding-right:0px;
}
.pricebox span {
	font-size:10px;
}
.property .moredetails {
	position:relative;
	padding-left:20px;
	padding-bottom:30px;
	background-image:url(../images/backgrounds/property.png);
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
}
.property .moredetails h3 {
	color:#064F8B;
	width:230px;
	font-size:12px;
	font-weight:bold;
}
.property .moredetails ul {
	width:230px;
}
.property .moredetails .right {
	position:absolute;
	top:26px;
	left:280px;
}

.property .moredetails .bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	width:539px;
	height:3px;
	background-image:url(../images/backgrounds/propertybottom.png);
	background-repeat:no-repeat;
}
.bottomtab {
	position:absolute;
	right:0px;
	bottom:-25px;
	width:83px;
	height:22px;
	padding:3px 0px 0px 32px;
	background-image:url(../images/backgrounds/bottomtab.png);
	background-repeat:no-repeat;
}
.bottomtab a {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 1px #940;
}
.pagination {
	position:relative;
	margin-bottom:3px;
}
.pagination p {
	padding:0px 0px 2px 2px;
}
.pagination ul {
	position:absolute;
	right:2px;
	top:0px;
}
.pagination li {
	display:inline;
	padding:0px;
}
.pagination a {
	text-decoration:none;
	padding:2px;
	margin:0px 1px;
}
.pagination a:hover {
	background-color:#074E8B;
	color:#FFF;
}
.pagination .current {
	border-bottom:2px solid #074E8B;
}
.bottom {
	text-align:right;
}
.bottom ul {
	position:relative;
}
/*
-----------------------------------------------------------------------------
Property Details Styles
-----------------------------------------------------------------------------*/
h1.details {
	padding-bottom:0px;
}
h2.details {
	padding:0px 0px 10px 0px;
	color:#666;
}
h1 span {
	float:right;
	color:#074E8B;
}
h1 span span {
	font-size:10px;
	float:none;
	color:#666;
}
#info-box {
	position:relative;
	height:458px;
	width:536px;
	z-index: 11;
}
#gallery {
	position:relative;
	width:300px;
	height: 456px;
	background-color:#F6F6F6;
	border:1px solid #e1e1e1;
	padding:0px 15px 0px 15px;
}
#gallery #large {
	position:relative;
}
#gallery #large .image {
	border:1px solid #e1e1e1;
}
#gallery h3 {
	padding: 6px 0px;
	font-weight: bold;
}
#gallery .zoom {
	background-image: url(../images/icons/zoom.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 20px;
	font-size: 9px;
	letter-spacing: -0.5px;
	float: right;
	font-weight: normal;
}
#gallery #thumbs {
	position: absolute;
	top: 226px;
	left: 15px;
	width:300px;
	padding-top: 15px;
}
#gallery #thumbs .image {
	float:left;
	margin:0px 16px 16px 0px;
	border:1px solid #e1e1e1;
}
#gallery #thumbs .end {
	margin:0px;
}
#gallery #large a:hover .image,
#gallery #thumbs a:hover .image {
	border:1px solid #F8A719;
	cursor: -moz-zoom-in;
}
#text-box {
	position:absolute;
	top:0px;
	right:0px;
	width:190px;
}
#available {
	position: relative;
	font-size: 13px;
	margin-bottom: 5px;
}
#features {
	position: relative;
}
#features h3 {
	padding-top:0px;
}
#features li {
	padding: 1px;
}
#propertymap {
	position:absolute;
	bottom:0px;
	right:0px;
	border:1px solid #e1e1e1;
	width:190px;
	height:142px;
}
#propertymap span {
	visibility:hidden;
	display:none;
}
#info-box #map-zoom {
	position: absolute;
	right: 0px;
	bottom: -20px;
	background-image: url(../images/icons/zoom.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	letter-spacing: -0.5px;
	z-index: 10;
}
#desc {
	position: relative;
	padding:10px 0px;
}
#fullmap {
	position: relative;
	width: 100%;
	height: 378px;
	border: 1px solid #e1e1e1;
}
/*
-----------------------------------------------------------------------------
Login Styles
-----------------------------------------------------------------------------*/
.login ul {
	margin:0px;
	padding:0px;
}
.login li {
	list-style:none;
	clear:both;
}
.login label {
	text-align:right;
	width:120px;
	float:left;
	padding:2px;
	margin:3px;
	color:#666;
}
.login input {
	border:1px solid #999;
	padding:2px;
	margin:2px;
	float:left;
	color:#333;
	font-family:"Century Gothic", Arial, Verdana, sans-serif;
	font-size:11px;
}
.login .button {
	cursor:pointer;
	padding:2px 10px;
	margin-left:132px;
	background-color:#F49D02;
	color:#FFF;
}
.login .error {
	background-color:#FF6666;
	color:#FFF;
	border:1px solid #990000;
	float:left;
	padding:2px 10px;
	margin:2px 2px 2px 132px;
}
.login .checkbox label {
	width:200px;
	text-align:left;
}
.login .checkbox input {
	margin-left:132px;
}
/*
-----------------------------------------------------------------------------
Register Styles
-----------------------------------------------------------------------------*/
.register ul {
	margin:0px;
	padding:0px;
}
.register li {
	list-style:none;
	clear:both;
}
.register label,
.register span {
	text-align:right;
	width:150px;
	float:left;
	padding:2px;
	margin:3px;
	color:#666;
}
.register p {
	padding:2px;
	margin:3px;
	color:#666;
	float:left;
	clear:none;
}
.register input, 
.register select, 
.register textarea {
	border:1px solid #999;
	padding:2px;
	margin:2px;
	float:left;
	color:#333;
	font-family:"Century Gothic", Arial, Verdana, sans-serif;
	font-size:11px;
}
.register select {
	width:120px;
}
.register .button {
	cursor:pointer;
	padding:2px 10px;
	margin-left:162px;
	margin-top:20px;
	background-color:#F49D02;
	color:#FFF;
}
.register .error {
	background-color:#FF6666;
	color:#FFF;
	border:1px solid #990000;
	float:left;
	padding:2px;
	margin:2px 2px 2px 162px;
}
.register .nolabel input {
	margin-left:162px;
}
.register h2 {
	clear:both;
	margin-left:156px;
}
.register .checkbox label {
	width:200px;
	text-align:left;
}
.register .checkbox input {
	margin-left:162px;
}
.register .checkboxes label {
	text-align:left;
	width:auto;
}
.register .location label {
	width:auto;
	text-align:left;
}
.register .location select {
	width:70px;
}
.register .hide {
	display:none;
	visibility:hidden;
}