/* Fixed Notification Bar */
.notifcation-bar{
	background: rgba(255,255,255,0.5);
	padding: 3px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	position: fixed;
	width: 100%;
	z-index: 999999;
	color: #fff;
	font-family: Helvetica;
	top: 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* General Fonts and Styles */
.gen { font-size: 12px; color: #000000; }
.gen select { font-size: 14px; color: #000000; padding:4px; min-width:80px;}
.genw { font-size: 12px; color: #ffffff; }
.genb { font-size: 12px; color: #000000; font-weight: bold; }
.desc { font-size: 13px; color: #000000; }
.details { font-size: 11px; color: #000000; }
.price { font-size: 14px; color: #000000; font-weight: bold; }
.big { font-size: 15px; color: #666666; font-weight: bold; }
.large { font-size: 18px; color: #000000; font-weight: bold; }
.slogan { font-size: 24px; color: #000000; }
.results { font-size: 14px; color: #800102; font-weight: bold; }
.options { font-size: 12px; color: #800102; font-weight: bold; }
.content { font-size: 12px; color: #000000; }
.contentbold { font-size: 12px; color: #000000; font-weight: bold; }
.description { font-size: 10px; color: #888; font-style:italic; }
.clear {clear:both;}

/* Line */
.tabline { height: 25px; border-bottom: 2px #4d91fe solid; }
.subtab { background: #F9F7F3; border-left: 1px solid #ADADAD; border-right: 1px solid #ADADAD; border-top: 1px solid #ADADAD; padding: 1px 3px 1px 3px; }
.subfont { font-family: Verdana,Arial,Tahoma; font-size: 18px; }
.tabicon { padding-left: 2px; padding-right: 3px; display: inline; float: left; }
#message { padding-top: 5px; padding-bottom: 15px; }
#messageInfo { width: 400px; background: #ffb; border: 1px solid #ADADAD; padding: 6px 5px 6px 5px; color: #ff0000; font-weight: bold; }

/* Email Alerts */
#alert_name, #alert_email, #alert_phone { width: 90px !important; }
#alert_text_inbox { padding-left: 100px !important; }

/* Breadcrumb Styles */
#breadcrumb { background: #EFEFEF; font-size: 12px; }
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover { font-size: 12px; }

/* Miscellaneous Styles */
.folder { display: inline; padding: 2px 0 0 22px; background: url(/website/images/icons/folder.gif) no-repeat center left; }
.search { font-size: 10px; color: #333333; width: 137px; height: 18px; border: 1px solid #999999; padding: 3px 3px 0px 3px; }
.footerbg { height: 24px; font-size: 10px; color: #ffffff; }

/* Blog Styles */
.blog { font-size: 16px; font-weight: bold; }
.blog-style { color: #000000; }
.blog-menu { margin: 0 0; background: #FBFAF5; border: 1px solid #ADADAD; color: #000000; }
.blog-category { font-size: 14px; font-weight: bold; }
.blog-links ul { text-align:left; list-style:none; margin:0px 0 4px 0; padding:0; }
.blog-links ul li { display:inline; padding:0 4px 6px 0 ; }
.blog-links ul li.icon-delicious { background:url("/website/modules/blog/images/delicious.gif") no-repeat 0 0; }
.blog-links ul li.icon-digg{ background:url("/website/modules/blog/images/digg.gif") no-repeat 0 0; }
.blog-links ul li.icon-twitter{ background:url("/website/modules/blog/images/twitter.png") no-repeat 0 0; }
.blog-links ul li.icon-reddit{ padding:0 0 0 2px; background:url("/website/modules/blog/images/reddit.gif") no-repeat 0 0; }
.blog-links ul li.icon-facebook { background:url("/website/modules/blog/images/facebook.gif") no-repeat 0 0; }
.blog-links ul li.icon-stumbleupon { background:url("/website/modules/blog/images/stumbleupon.gif") no-repeat 0 0; }
.blog-links ul li a { padding:0 0 0 18px; margin:0 3px 0 0px; }

/* Blog Comments */
.blog_comment_poster {
	font-weight: bold;
	padding-top: 5px;
	font-size: 13px;
}
.blog_comment_content {
	padding-top: 2px;
	padding-bottom: 2px;
}
.blog_comment_date {
	color: #666666;
	font-size: 10px;
	margin-top: -3px;
}
.blog_comment {
	padding-left: 7px;
}

/* Testimonials */
#testimonials {
	margin: 0 15px;
	margin-top:20px;
}

#testimonials img{
	margin: -10px 20px 30px 0;
}


#testimonials p {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;
	letter-spacing:1px;
	margin-top:-20px;
}

#testimonials p a {
	color:#4c90fe;
	font-size:16px;
}

#testimonials p a:hover {
	color:#888;
	text-decoration:none;
}

#testimonials strong {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:17px;
	font-weight:600;
	font-style:italic;
	margin-left:10px;
	margin-top:-10px;
	text-shadow:0 1px 0 #fff;
}

#testimonials .location {
	font-family: Arial, Helvetica, sans-serif;
	color:#888;
	font-size:14px;
	margin-left:10px;
	margin-top:8px;
}


/*##################################################################################*/
.post-wrapper {
   	background-color: #fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #ffffff), color-stop(1, #eeeeee) );
	background:-moz-linear-gradient(center top , #ffffff, #eeeeee);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding: 16px;
}


.mod-header {
    background: none repeat scroll 0 center transparent;
    height: 1%;
    position: relative;
}

.mod-header h3, .mod-header h1 {
    border-bottom: 1px solid #DDDDDD;
    color: #999;
    font-family: helvetica,arial,sans-serif;
    font-size: 26px;
    line-height: 24px;
    margin: 0 0 0 30px;
    padding: 0 0 6px;
	text-decoration:none;
}

.mod-header h3 a, .mod-header h1 a  {
	color:#444;
	text-decoration:none;
}

.mod-header h3 a:hover, .mod-header h1 a:hover  {
	color:#0068c9;
	text-decoration:underline;

}

.mod-header .datetime {
    background: url("/website/images/icons/icon_calendar_datetime.png") no-repeat scroll 0 0 transparent;
    font-family: helvetica,arial,sans-serif;
    font-weight: 700;
    height: 59px;
    left: -28px;
    position: absolute;
    top: -1px;
    width: 50px;
}

.mod-header .datetime .monthday {
    color: #DDDDDD;
    font-size: 11px;
    height: 17px;
    margin: 8px 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 41px;
}

.datetime .time {
    color: #444444;
    font-size: 14px;
    margin: 0 7px 7px;
    text-align: center;
    width: 41px;
}

.mod-header .datetime .time {
    color: #444444;
    font-size: 14px;
	margin: 0 0 7px 6px;
    text-align: center;
    width: 41px;
}

.mod-header .datetime .timeofday {
    color: #666666;
    font-size: 10px;
    margin: -13px 7px 7px;
    text-align: center;
    width: 41px;
}

.mod-header .sub-head {
    margin: 2px 0 0 30px;
    overflow: hidden;
    padding: 4px 0;
}

.mod-content {
	border: 0 none;
    color: #333333;
    font-size: 12px;
    padding: 2em;
	margin-top:10px;	
	overflow: auto;
	word-wrap: break-word;
}

.mod-footer {
   margin-bottom:60px;
}

.openadvanced {
	margin-bottom:13px;
}

/* ############################################################## */

/* Property Style */
.propertyimage, .thumbbg { 
	background: #F7F7F7; 
	border-color: #d9d9d9; 
	border-style: solid; 
	border-width: 1px; 
	color: inherit; 
	display: inline; 
	float: left; 
	margin: 6px; 
	padding: 5px; 
	position: relative; 
	-webkit-box-shadow: 1px 1px 1px 1px #d0d0d0;
	-moz-box-shadow: 1px 1px 1px 1px #d0d0d0;
	box-shadow: 1px 1px 1px 1px #d0d0d0;
}

/* Monthly Calendar */
.calendar { border-bottom: 1px solid #ccb; border-right: 1px solid #ccb; margin: 0 auto;}
.calendar td { border-left: 1px solid #ccb; border-top: 1px solid #ccb; padding: 5px; vertical-align: top; width: 100px; }
td.today { background: #ffb; }
tr.day { color: #665; font-size: 14px; height: 90px; width:160px; }
td.day { width:160px; }
tr.number { background: #eee; color: #998; font-size: 10px; height: 15px; text-align: right; vertical-align: middle; }
tr.week { background: #998; color: #fff; font-size: 11px; font-variant: small-caps; height: 15px; text-transform: capitalize; text-align: center; vertical-align: middle; }

/* Loan Application */
.app-fieldset, .loanapp-fieldset { clear: both; font-size: 100%; border-color: #000000; border-width: 1px 0 0 0; border-style: solid none none none; padding: 0px; margin: 0 0 0 0; }
.app-legend, .loanapp-legend { background: #EFEFEF; border: 1px solid #000000; padding: 3px 6px; font-size: 14px; font-weight: bold; }

/* Search and Pager */
#pager { font-size: 11px; color: #000000; display: inline; }
#pager #left { float: left; text-align: left; padding-left: 3px; }
#pager #right { float: right; text-align: right; padding-right: 3px; }

/* Similar Homes */
#map { width: 100%; height: 453px; border: 1px #979797 solid; }

/* Blue and Silver Tabs */
#tab1,#tab2,#tab3,#tab4,#listingTab1,#listingTab2 { 
	height: 23px; 
	padding-top: 4px; 
	font-size:16px;
	border-radius:4px 4px 0 0;
	
	}
.tab_selected{ 
	margin: 0 0;
	color: #ffffff; 
	background: -webkit-gradient( linear, left top, left bottom, color-stop(1, #4D90FE), color-stop(1, #4787ED) );
	background: -moz-linear-gradient( center top , #4D90FE, #4787ED );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#4787ED');
	background-color: #4d91fe;
	border: 1px 1px 0 1px solid #3079ED;
	text-shadow: 1px 1px 0px #3d6082;
	padding:5px 8px;
}
.tab_selected a.tab_link:link, .tab_selected a.tab_link:visited { color: #ffffff; text-decoration: none; }
.tab_selected a.tab_link:hover { 
	text-decoration: none; 
	}
.tab_normal{ 
	margin: 0 0;
	background: #EFEFEF; 
	color: #000000; 
	padding:5px 8px;
}
.tab_normal a.tab_link:link, .tab_normal a.tab_link:visited { 
	color: #3079ED; 
	text-decoration: none; 
	text-shadow: 1px 1px 0px #fff;
	}
.tab_normal a.tab_link:hover {
	color: #4d91fe;
	text-decoration: none; 
	}

.tab_normal:hover{
	background-color: #cccccc;
}
	

/* ------  RM PROPERTY VIEW -------------------- */

#rm-propertyview {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

	#rm-propertyview .headertitle {
		margin-bottom:10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-transform:uppercase;
		background-color:#5182ae;
		font-size:14px;
		color:#fff;
		padding:8px;
		font-family:Arial, Helvetica, sans-serif;	
	}
	
	#rm-propertyview .headertitle .price {
		color:#fff;
		float: right;
	}

	#rm-propertyview .tools {
		padding-bottom:15px;
	}
	
		#rm-propertyview .tools img {
			border:0;
			padding-bottom:4px;
		}

		#rm-propertyview .tools a:link, #rm-propertyview .tools a:visited {
			display:block;
			padding:8px 0;
			margin-right:2px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;	
			border-radius: 4px;
			border-left:1px solid #e0e0e0;
			float:left;
			text-align:center;
			text-decoration:none;
			width:90px;
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			color:#333;
		}

	    #rm-propertyview .tools a:hover {
			background:#e0e0e0;
			border-left:1px solid transparent;
		}

	#rm-propertyview .photo {
		float:left;
		width:210px;
		padding-bottom:20px;
	}

		#rm-propertyview ul {
			margin:0;
			padding:0;
			display:inline;
		}

		#rm-propertyview .gallery li {
			float:left;
			display:inline;
			text-decoration:none;
			padding-top:4px;
			padding-right:8px;
			padding-left:0;
			margin:0;
		}


		#rm-propertyview .photo img {
			border:2px solid #ccc;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
		
		#rm-propertyview .photo img:hover {
			border:2px solid #999;
		}
		
	#rm-propertyview .info {
		margin-left:220px;
		padding-left:20px;
		padding-bottom:20px;
		margin-bottom:10px;
		border-left:1px dashed #ccc;
	}
	
	#rm-propertyview .realtor {
		border:1px solid #ccc;		
	}
	
		#rm-propertyview .realtor .realtorinfo {			
			padding-bottom:10px;
		}
	
	#rm-propertyview .details {
				
	}
	
		#rm-propertyview .details p {
			padding:2px 0;
			margin:0;
		}


	#rm-propertyview .faded {
		color:#666;
	}

	#rm-propertyview .subtitle {
		border-bottom:1px solid #DBDBDB;
		padding-bottom:2px;
		margin-bottom:5px;
	}

	#rm-propertyview .features {
		font-size:11px;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		border:1px solid #ccc;
		border-bottom:1px solid #999;
		padding:5px 0;
		font-family:Arial, Helvetica, sans-serif;
	}

		#rm-propertyview .features p {
			padding:0;
			margin:1px;
			margin-left:4px;
			margin-bottom:0;
			float:left;			
			width:32.5%;
			border-bottom:1px solid #ccc;
		}
		
		#rm-propertyview .features strong {
			width:100px;
			font-size:11px;
			display:block;
			margin-right:4px;
			font-weight:bold;
			float:left;
			padding:5px;
			padding-right:0;
			color:#333;
			border-right:1px solid #aeaeae;
			background-color:#ebebeb;
		}
		
		#rm-propertyview .features span {
			padding-top:4px;
			display:block;
		}

/* Slide Down */

#slide_realtor {
	border-top:0;
	border-:none;
	height: 380px;
	display: none;
}

#slide_realtor .container {
	float: left;
	width: 50%;
}

#slide_realtor .container-left {
	float: left;
	width: 30%;
}

#slide_realtor .container-left {
	float: left;
	width: 70%;
}

#slide_features {	
	display: none;
}

	#slide_features .title {	
		padding:15px 5px;
		padding-bottom:5px;
		font-weight:bold;
		font-size:14px;
	}

	.slide_featuresdiv, .slide_realtordiv {
		margin: 0;
		padding:0 6px;
		padding-left:10px;
		border:1px solid #999;
		border-top:none;
		margin-right:10px;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		background-color:#CCC;
		float:right;
	}
	

.slide_buttonrealtor, .slide_buttonfeatures, .slidebuttondummy {
	background: url(/website/modules/listings/images/plus_minus_icon.gif) no-repeat right 5px;
	text-align: center;
	padding-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:8px;
	height:22px;
	font-weight:bold;
	display: block;
	color: #000;
	text-decoration: none;
}

.slide_buttonrealtor:hover, .slide_buttonfeatures:hover {
	text-decoration:underline;
}

.slide_featuresdiv:hover, .slide_realtordiv:hover {
	background-color:#B1B1B1;
}

.slide_buttonrealtor, .slide_buttonfeatures {
	outline: none;
}

.minus_icon {
	background-position: right -33px;
}


/* ----------------   RM LISTING VIEW ------------------------- */

#rm-listings {
	padding:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
	
	#rm-results {
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#666;
		padding-bottom:3px;
	}
	
	#rm-pagenumbers {
		margin-bottom:10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:1px solid #CCC;
		font-size:11px;
		color:#333;
		padding:8px;
		background-color:#ededed;
		font-family:Arial, Helvetica, sans-serif;
	}
		
		#rm-pagenumbers .total {
			float:left;
			width:175px;
		}	

		#rm-pagenumbers .sorting {
			float:left;
			width:160px;
		}
			#rm-pagenumbers .sorting form {
				display:inline;
				
			}

			#rm-pagenumbers .sorting select {
				color:#666;
				border:1px solid #CCC;
				width:100px;
				font-size:11px;
			}

			#rm-pagenumbers .sorting select:focus {
				color:#000;
				border:1px solid #87ea84;
			}
			
		
		#rm-pagenumbers .numbers {
			float:right;
			width:500px;
			text-align:right;
		}

			#rm-pagenumbers .numbers .divider {
				color:#999;
			}

			#rm-pagenumbers .numbers a:link, #rm-pagenumbers .numbers a:active, #rm-pagenumbers .numbers a:visited {
				color: #225dd6;
				font-size:11px;
				padding:3px 5px;
				background-color: #fff;
				border:1px solid #dadbdb;
				text-decoration:none;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;	
				border-radius: 4px;	
				font-weight:bold;
				}
			
			#rm-pagenumbers .numbers a:hover {	
				background-color:#666;
				color:#fff;
			}
	

	#rm-property {		
		border:1px solid transparent;
		margin-bottom:1px;
	}
	
	#rm-property .innerborder {
		padding:10px;
		padding-bottom:11px;
		border-bottom:1px solid #e1e1e1;
	}

		#rm-property:hover .innerborder {
			border-bottom:1px solid transparent;
		}

	#rm-property:hover {
		border:1px solid #54ff50;
		cursor:pointer;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 3px  3px 3px #a5a5a5;
		-webkit-box-shadow: 3px 3px 3px #a5a5a5;
		box-shadow: 3px 3px 3px #a5a5a5;
	}

	#rm-property a:link, #rm-property a:active, #rm-property a:visited {
		color: #225dd6;
		font-size:11px;
		text-decoration:underline;
	}
	
	#rm-property a:hover {
		font-weight:bold;
	}

	#rm-pagenumber a:link, #rm-pagenumber  a:active, #rm-pagenumber  a:visited {	
		border:1px solid transparent;
		margin-bottom:1px;
	}

	#rm-pagenumber:hover {
		border:1px solid #54ff50;
		cursor:pointer;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 3px  3px 3px #b4b3b3;
		-webkit-box-shadow: 3px 3px 3px #b4b3b3;
		box-shadow: 3px 3px 3px #b4b3b3;
	}

	#rm-property .title{
		 font-weight:bold;
		 font-size:12px;
	}
	
	#rm-property .price{
		float:right;
		width:120px;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		font-weight:bold;
		background-color:#ebebeb;
		padding:2px;
		font-size:11px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
		#rm-property:hover .price {
			color:#000;
			background-color:#bfffb4;
		}
	
	#rm-property .price .green{
		color:#339a00;
	}
	#rm-property .openhouse{
		background-image: url('/website/modules/listings/images/openbg.png');
		bacgkround-position: top;
		background-repeat: no-repeat;
		width: 82px;
		height: 24px;
		float:right;
		color:#e6e6e6;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		font-size:11px;
		line-height: 14px;
		margin-right: 20px;
		margin-top: -3px;
	}
	
		#rm-property:hover .openhouse {
			color:#fff;
			background-position: bottom;
		}
	#rm-property .openhouse_date {
		font-size: 10px;
		display: block;
		margin-top: -3px;
	}
	
	#rm-property .type{
		 padding-top:4px;
		 color:#666;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:11px;
	}

	#rm-property .photo {
		border:1px solid #CCC;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		float:left;
		margin-right:10px;
	}
	
		#rm-property .photo img {
			border:1px solid #fff;
		}		
		#rm-property:hover .photo img, #rm-property:hover .photo {
			border:1px solid #87ea84;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			opacity : 1;
		}

	#rm-property .location{
		 color:#333;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:11px;
		 display: block;
	}
		
	#rm-property .description{
		font-size:12px;
		color:#999;
		padding-top:3px;
	}

	#rm-property .tools {
		float:right;
		width:26px;
		padding-bottom:10px;
		margin-left:20px;
		color:#999;
		font-size:10px;
		text-align:center;
	}

	#rm-property .divider {
		padding:0 5px;
		color:#71bb67;
	}

		#rm-property .tools .icon {	
			width:26px;
			float:left;
			background:url(/website/modules/listings/images/home.gif) top center no-repeat;
			opacity : .3;
		}


		#rm-property .tools .icon img {	
			height:32px;
			width:26px;
			border:0;
		}
		
		#rm-property:hover .tools .icon {
			opacity : 1;
			color:#000;			
		}
		
		#rm-property:hover .tools {
			color:#3c78f1;
			text-decoration:underline;
		}

		#rm-property .tools .icon:hover {
			background:url(/website/modules/listings/images/home_on.gif) top center no-repeat;			
		}

		#rm-property:hover .type{
			color:#000;
		}

			#rm-property:hover .type .property-highlight{
				color:#ba2a6e;
			}

		#rm-property:hover .description{
			color:#333;
			
		}

#rm-listings_large {
	padding:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
	
	#rm-results {
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#666;
		padding-bottom:3px;
	}
	
	#rm-pagenumbers {
		margin-bottom:10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:1px solid #CCC;
		font-size:11px;
		color:#333;
		padding:8px;
		background-color:#ededed;
		font-family:Arial, Helvetica, sans-serif;
	}
		
		#rm-pagenumbers .sorting {
			float:left;
			width:160px;
		}	
		
			#rm-pagenumbers .sorting form {
				display:inline;
				
			}

			#rm-pagenumbers .sorting select {
				color:#666;
				border:1px solid #CCC;
				width:100px;
				font-size:11px;
			}

			#rm-pagenumbers .sorting select:focus {
				color:#000;
				border:1px solid #87ea84;
			}
			
		
		#rm-pagenumbers .numbers {
			float:right;
			width:420px;
			text-align:right;
		}

			#rm-pagenumbers .numbers .divider {
				color:#999;
			}

			#rm-pagenumbers .numbers a:link, #rm-pagenumbers .numbers a:active, #rm-pagenumbers .numbers a:visited {
				color: #225dd6;
				font-size:11px;
				padding:3px 5px;
				background-color: #fff;
				border:1px solid #dadbdb;
				text-decoration:none;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;	
				border-radius: 4px;	
				font-weight:bold;
				}
			
			#rm-pagenumbers .numbers a:hover {	
				background-color:#666;
				color:#fff;
			}
	

	#rm-property_large {		
		border:1px solid transparent;
		margin-bottom:1px;
		text-align: left;
	}
	
	#rm-property_large .innerborder {
		padding:10px;
		padding-bottom:11px;
		border-bottom:1px solid #e1e1e1;
	}

		#rm-property_large:hover .innerborder {
			border-bottom:1px solid transparent;
		}

	#rm-property_large:hover {
		border:1px solid #54ff50;
		cursor:default;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 3px  3px 3px #a5a5a5;
		-webkit-box-shadow: 3px 3px 3px #a5a5a5;
		box-shadow: 3px 3px 3px #a5a5a5;
	}

	#rm-property_large a:link, #rm-property_large a:active, #rm-property_large a:visited {
		color: #225dd6;
		font-size:11px;
		text-decoration:underline;
	}
	
	#rm-property_large a:hover {
		font-weight:bold;
	}

	#rm-pagenumber a:link, #rm-pagenumber  a:active, #rm-pagenumber  a:visited {	
		border:1px solid transparent;
		margin-bottom:1px;
	}

	#rm-pagenumber:hover {
		border:1px solid #54ff50;
		cursor:pointer;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 3px  3px 3px #b4b3b3;
		-webkit-box-shadow: 3px 3px 3px #b4b3b3;
		box-shadow: 3px 3px 3px #b4b3b3;
	}
	
	
	

	#rm-property_large .title{
		 font-weight:bold;
		 font-size:12px;
	}
	
	#rm-property_large .price{
		float:right;
		width:120px;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		font-weight:bold;
		background-color:#ebebeb;
		padding:6px;
		font-size:12px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
		#rm-property_large:hover .price {
			color:#000;
			background-color:#bfffb4;
		}
	
	#rm-property_large .price .green{
		color:#339a00;
	}
	
	#rm-property_large .type{
		 padding-top:4px;
		 color:#666;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:11px;
	}

	#rm-property_large .photo {
		width:227px;
		height:152px;
		border:1px solid #CCC;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		float:left;
		margin-right:10px;
	}
	
		#rm-property_large .photo img {
			border:1px solid #fff;
		}		
		#rm-property_large:hover .photo img, #rm-property_large:hover .photo {
			border:1px solid #87ea84;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			opacity : 1;
		}

	#rm-property_large .location{
		 color:#333;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:11px;
	}
		
	#rm-property_large .description{
		font-size:12px;
		color:#999;
		padding-top:3px;
	}

	#rm-property_large .tools {
		float:right;
		width:26px;
		padding-bottom:10px;
		margin-left:20px;
		color:#999;
		font-size:10px;
		text-align:center;
	}

	#rm-property_large .divider {
		padding:0 5px;
		color:#71bb67;
	}

		#rm-property_large .tools .icon {	
			width:26px;
			float:left;
			background:url(/website/modules/listings/images/home.gif) top center no-repeat;
			opacity : .3;
		}


		#rm-property_large .tools .icon img {	
			height:32px;
			width:26px;
			border:0;
		}
		
		#rm-property_large:hover .tools .icon {
			opacity : 1;
			color:#000;			
		}
		
		#rm-property_large:hover .tools {
			color:#3c78f1;
			text-decoration:underline;
		}
		
		
		
		#rm-property_large .tools .icon:hover {
			background:url(/website/modules/listings/images/home_on.gif) top center no-repeat;			
		}



		
	#rm-property_large .openhouse{
		float:right;
		margin-right: 20px;
		width:90px;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		font-weight:bold;
		background-color:#EBEBEB;
		padding:2px;
		font-size:11px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}		
		#rm-property_large:hover .openhouse {
			background-color:#06F;
			color: #fff;
		}

		
	

		#rm-property_large:hover .type{
			color:#000;
		}

			#rm-property_large:hover .type .property-highlight{
				color:#ba2a6e;
			}

		#rm-property_large:hover .description{
			color:#333;
			
		}

/* ---------------  TABS  ----------------------- */

.rm-tabs {
  color:#111;
}

.rm-tabs ul {
	margin:0;
	padding:0;
	display:inline;	
}


.rm-tabs li { list-style:none; float:left; margin-right:5px; padding-bottom:20px; }
.rm-tabs ul a {
	text-transform:uppercase;
	display:block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	padding:8px 20px 8px 15px;
	background:#CCC;
	text-decoration:none!important;
	margin-left:0;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

.rm-tabs ul a img {
	float:left;
	border:none;
	padding-right:5px;
}

.rm-tabs ul a:hover {
  color:#FFF;
  background:#111;
  }
.rm-tabs ul a.selected {
  margin-bottom:0;
  color:#fff;
  background:#5182ae;
  cursor:default;
  }


/* Rental Gallery */
.rental_gallery li {
	background: none repeat scroll 0 0 #EEEEEE;
	border-color: #DDDDDD #BBBBBB #AAAAAA #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
}

/* Community Gallery */
.community_gallery li {
	background: none repeat scroll 0 0 #EEEEEE;
	border-color: #DDDDDD #BBBBBB #AAAAAA #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline-block;
	float: left;
	margin: 5px;
	padding: 5px;
}

.community_gallery li:nth-child(6) {
	clear:both
}

ul.gallery_basic li {
	display: inline;
	float: left;
	margin: 5px;
	position: relative;
}

a.blog_readmore {
	text-decoration: none;
	font-size: 14px;
}
a.blog_readmore:hover {
	text-decoration: underline;
}


/* IDX Pro Styles */
#mapDiv {
	margin: 0;
	padding: 0;
	height: 300px;
	max-width: none;
	position: relative; 
	width:100%; 
	display: none;
}
#mapDiv img {
	max-width: none !important;
}

.gm-style .gm-style-iw {
	padding: 0;
	background-color:#fff;
  box-shadow: 4px 2px 10px rgba(0,0,0,.4);
	height: 120px;
  margin-top: 5px;
  text-align: left;
}

.infobox {
	position:static; 
	border:none; 
	box-shadow: none;
	background-color:#fff;
	color:#666;
	z-index: 1000;
  min-width: 350px;
}.infobox img {

}.infobox span {
	color: #DDD;
	padding: 2px;
}.infobox .gutter {
	padding-left:0px;
	padding-right:0px;
	margin-bottom:0px;
}.infobox .infobox_address {
	color: #3079ED;
	font-size: 14px;
	font-weight: bold;	
	margin-bottom: 2px;
	margin-top: 10px;
}.infobox .infobox_city {
    font-size: 12px;
	color:#999;
	margin-bottom: 2px;
}.infobox .infobox_price {
	color: #333;
    font-size: 14px;
    font-weight: bold;	
	margin-bottom: 0;
}
.infobox-location {
	position: absolute;
	/*border: solid 2px black;*/
	background-color:#fff;
	color:#666;
	/*opacity: 0.7;*/
	z-index: 1000;
	padding: 5px;
	white-space: nowrap;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.facetTitle {
  font-size: 16px;
	font-weight: bold;

	background-color: #EEE;
	color: #333;
	border: 1px solid #AAA;
	text-shadow:1px 1px 0px #fff;
	
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 7px;
	
	margin-bottom: 10px;
	margin-top: 10px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.facetTitle1 {
}
.facetBody {
	width: 175px;
	display: inline-block;
}
.facetWrapper {
	min-height: 42px;
}
#facetConstraints {
	margin-bottom: 15px;
}

.facetItem  {
	margin: 3px;
	margin-left: 5px;
	color: #333;
}
.facetItem a {
	font-weight:400;
	color: #09F;
	text-decoration: none;
	font-size:14px;	
}
.facetItem a:hover {
	text-decoration: underline;
}
.facetItem input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -4px;
	*overflow: hidden;
	margin-right: 3px;
}
.facetItem label {
	display: block;
	padding-left: 20px;
	text-indent: -20px;
	margin-bottom: 3px;
}

#facetFeatured {
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
}#facetFeatured label {
	color:#357AE8;
	font-weight:600;
	display: block;
	padding-left: 20px;
	text-indent: -20px;
	margin-bottom: 20px;
}#facetFeatured label input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -2px;
	*overflow: hidden;
	margin-right: 3px;
}

.facetItemCount {
	color: #999999;
	font-weight:400;
	font-size:13px;	
}
.facetMore {
	color: #09F;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 4px;
}

.facetItemMore {
}
.facetItemRemove {
	margin-bottom: 3px;
	color: #333;
}
.facetItemRemove a {
	background-image: url('../../includes/images/icons/raster/gray_light/x_11x11.png');
	background-repeat: no-repeat;
	background-position:center;
	
	display: block;
	float: left;

	width: 16px;
	height: 15px;
	
	margin-bottom: 3px;
	color: #357AE8;
	text-indent: -5px;	
	margin-right: 6px;
}
.facetItemRemove a:hover {
	background-image: url('../../includes/images/icons/raster/red/x_11x11.png');
}
	.facetItemRemoveLabel {
		font-size: 14px;
		font-weight: 400;
		padding: 0;
		margin: 0;
		vertical-align: bottom;
		position: relative;
		top: -4px;
		margin-right: 3px;
	}
	
	.facetItemRemoveValue {
		color: #09F;
		font-size: 14px;
		font-weight: 500;
		padding: 0;
		margin: 0;
		vertical-align: bottom;
		position: relative;
		top: -4px;
		margin-left: 20px;		
	}

.facetSelect {
	color:#09F;
	width:200px;
	max-width:200px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 34px;
}

.resultsPagination .disabled, .resultsPagination .disabled:hover {
    color: #ccc;
    text-decoration: none;
    background-color: #fff;
	cursor:default;
}
.resultsPagination a, .resultsPagination .currentPage, .resultsPagination .first, .resultsPagination .last, .prev_page, .next_page {
    font-weight: bold;
    font-family: Arial;
    font-size: 15px;
    text-decoration: none;
    margin-right: 2px;
    /*padding-top: 2px;*/
    min-width: 26px;
    height: 23px;
	line-height:23px;
    text-align: center;
    display: block;
    float: left;
    color: #999;
    background-color: #fff;
    border: 1px solid #DDD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.resultsPagination a:hover, .resultsPagination .currentPage  {
    text-decoration: none;
    color: #0099FF;
    background-color: #f1f1f1;
}

.currentPage {
    font-weight: bold;
    font-family: Arial;
    font-size: 15px;
    text-decoration: none;
    margin-right: 2px;
    min-width: 26px;
    height: 23px;
	line-height:23px;
    text-align: center;
    display: block;
    float: left;
    color: #0099FF;
    background-color: #f1f1f1;
    border: 1px solid #DDD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.active a, .arrow_disabled {
    font-weight: bold;
    font-family: Arial;
    font-size: 15px;
    text-decoration: none;
    margin-right: 2px;
    min-width: 26px;
    height: 23px;
	line-height:23px;
    text-align: center;
    display: block;
    float: left;
    color: #999;
    background-color: #fff;
    border: 1px solid #DDD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.active a:hover {
   text-decoration: none;
   color: #0099FF;
   background-color: #f1f1f1;
}

.gap {
    float: left;
    padding: 6px 10px 1px;
	cursor: default;
	line-height: 23px;
}
#search_sort_container {
	font-weight: bold;
	color: #999;
	font-size: 14px;
}
	#search_sort_container select {
		width: 200px;
	}
	#search_sort_container .chzn-container{
		vertical-align: middle;
	}

.refineTitle {
	color: #357AE8 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin-top: 14px !important;
	margin-bottom: 12px !important;
}
input.manualFacet {
	padding: 5px;
	color: #aaa;
	font-style: italic;
	border-color:#AAA;
	border-style:solid;
	border-width: 1px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	margin-bottom: 7px;
}
input.tip_hasinput {
	color: #444;
	font-style:normal;
}
input.manualFacet:focus {
	color: #444;
	font-style:normal;
	border-color:#999;
}
#manualQueryUpdate {
	color: #999999;
	display: none;
}

#manualQueryUpdate input[type="submit"]{
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-family: Arial;
	font-size: 15px !important;
	font-weight: bold;
	padding: 6px 15px !important;
	text-decoration: none !important;
	line-height: normal;
	cursor: pointer;
	border:none !important;
}

#manualQueryUpdate input[type="submit"]:hover {
	border:1px solid #fec64d;
}

#manualQueryUpdate a {
	color: #09F;
	text-decoration: none;
}


.button_base {
/*-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;*/
	display:inline-block;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none !important;
	line-height:normal;
	cursor:pointer;
  white-space: nowrap;
}.button_base:hover {
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}.button_base:active {
	position:relative;
	top:1px;
}.button_base img {
	border: none;
	vertical-align: middle;
	position:relative;
	top: -2px;
}.button_base input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	position:relative;
	top: -2px;
}

.button_blue {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #4D90FE), color-stop(1, #4787ED) );
	background:-moz-linear-gradient( center top , #4D90FE, #4787ED );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#4787ED');*/
	background-color:#4d91fe;
	border: 1px solid #4d91fe !important;
	color:#ffffff !important;
	/*text-shadow:1px 1px 0px #3d6082;*/
}.button_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #4D90FE), color-stop(1, #357AE8) );
	background:-moz-linear-gradient(center top , #4D90FE, #357AE8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#357AE8');
	background-color:#357AE8;
	border: 1px solid #2F5BB7;
}
.button_gray_light {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #F5F5F5), color-stop(1, #F1F1F1) );
	background:-moz-linear-gradient( center top , #F5F5F5, #F1F1F1 );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F1F1F1');
	background-color:#F4F4F4;
	border: 1px solid #ddd !important;
	color:#565656 !important;
}.button_gray_light:hover {
	background-color:#f8f8f8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #f8f8f8), color-stop(1, #f1f1f1) );
	background:-moz-linear-gradient(center top , #f8f8f8, #f1f1f1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f1f1f1');
	border: 1px solid #c6c6c6;
	
	-moz-transition: all 0.2s ease 0s;
}
.button_gray_blue {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #F5F5F5), color-stop(1, #F1F1F1) );
	background:-moz-linear-gradient( center top , #F5F5F5, #F1F1F1 );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F1F1F1');
	background-color:#F4F4F4;
	border: 1px solid #BBB;
	color:#565656 !important;
}.button_gray_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #4D90FE), color-stop(1, #357AE8) );
	background:-moz-linear-gradient(center top , #4D90FE, #357AE8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#357AE8');
	background-color:#357AE8;
	border: 1px solid #2F5BB7;
	color:#ffffff !important;
	text-shadow:1px 1px 0px #3d6082;
}

/*************************************************************************/

.submitbutton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #4D90FE), color-stop(1, rgba(76,144,254,0.3)) )!important;
	background:-moz-linear-gradient( center top , #4D90FE, rgba(76,144,254,0.3) )!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='rgba(76,144,254,0.3)')!important;
	background-color:#4d91fe!important;
	border: 1px solid #3079ED !important;
	color:#ffffff !important;
	text-shadow:none !important;
	padding:8px 22px !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
	margin:0 !important;
}
.submitbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, rgba(76,144,254,0.3)), color-stop(1, #4D90FE) )!important;
	background:-moz-linear-gradient(center top , rgba(76,144,254,0.3), #4D90FE)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(76,144,254,0.3)', endColorstr='#4D90FE')!important;
	background-color:#357AE8 !important;
	border: 1px solid #2F5BB7 !important;
	position:relative;
	top:1px;
	cursor:pointer;
}

/*************************************************************************/

.button_small {
	padding:3px 7px !important;
	font-size:12px !important;
}.button_small img {
	position:relative;
	bottom: -1px;
}
.button_micro {
	padding:0px 0px !important;
	font-size:12px !important;
	height: 12px;
	line-height: 12px;
	width: 12px;
	text-align: center;
}
.button_subtle {
	opacity : .6;
}.button_subtle:hover {
	opacity : 1;
}
.button_ui {
	padding:0px 0px !important;
	height: 13px;
	width: 13px;
	line-height:normal;
	text-align: center;
	position: relative;
	cursor:pointer;
}
.button_ui_x span {
	display: block;
	width: 7px;
	height: 7px;
	background-image:url('/includes/images/icons/raster/black/x_7x7.png');
	background-repeat: no-repeat;
	position:absolute;
	top: 2px;
	left: 2px;
}
.button_ui_x:hover span {
	display: block;
	width: 7px;
	height: 7px;
	background-image:url('/includes/images/icons/raster/white/x_7x7.png');
	background-repeat: no-repeat;
	position:absolute;
	top: 2px;
	left: 2px;
}
.expandContactLink {
	padding:0px 0px !important;
	font-size: 14px;
	font-family:sans-serif;
	font-weight: bold;
	height: 12px;
	width: 12px;
	line-height:normal;
	text-align: center;
	position: relative;
}.expandContractContract span {
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	line-height: 0px;
}.expandContractExpand span {
	display: block;
	position: absolute;
	top: 6px;
	left: 2px;
	line-height: 0px;
}

.manualFacetPrice {
	width: 51px;
}
.manualFacetLabel {
	color: #999;
	font-size: 16px;
	margin-right: 2px;
}
#search_navigation {
	margin-bottom: 15px;
	height: 30px;
	line-height:30px;
}



/* Property Results */
.search_property {		
	margin-bottom: 10px;
	text-align: left;
	display: block;
	text-decoration:none !important;
	position: relative;
}
.search_property_featured_orange {	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;

	/*border:1px solid #d9ebeb;*/
	border: 1px solid #ffd24e;
	background-color: #fff;
	/*background-image: -moz-linear-gradient(#fff6db, #ffe69b);*/
	background-image: -moz-linear-gradient(#fff6db, #ffe69b);
	border-bottom-color: #e7ad00;
	border-top-color: #ffdc74;
}.search_property_featured_orange:hover {	
	border: 1px solid #e7ad00 !important;
}.search_property_featured_orange .innerborder {	
	border-bottom: 1px solid transparent !important;
}

.search_property_featured {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;

	border:1px solid #d9ebeb;
	background-color: #fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #ffffff), color-stop(1, #e8f1f7) );
	background:-moz-linear-gradient(center top , #ffffff, #e8f1f7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8f1f7');

	border-bottom: 1px solid #c7ddeb !important;
}.search_property_featured .innerborder {	
	border-bottom: 1px solid transparent !important;
}
.search_featured_ribbon {
	background-image:url('../modules/listings2/images/featured_ribbon.png');
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 1;
}

.search_newlisting_ribbon {
	background-image:url('../modules/listings2/images/justlisted_ribbon.png');
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
}

.search_property .innerborder {
	border-bottom:1px solid #e1e1e1;
	position: relative;
}

	.search_property:hover .innerborder {
		border-bottom:1px solid transparent;
	}

.search_property:hover {
	cursor:pointer;
	background-color: #fff;
}

.search_property a:link, .search_property a:active, .search_property a:visited {
	color: #225dd6;
	font-size:11px;
	text-decoration:underline;
}

.search_property a:hover {
	font-weight:bold;
}

.search_property .title{
	 font-weight:bold !important;
	 font-size:16px !important;
	 color: #3079ED !important;
	 font-style:normal !important;
}

.search_property .price{
	float:right;
	width:145px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	background-color:#ebebeb;
	padding:8px 6px 9px;
	margin-top:-10px;
	font-size:15px;
	-moz-border-radius:0 0 0 2px;
	-webkit-border-radius:0 0 0 2px;
	border-radius:0 0 0 2px;
}

	.search_property:hover .price {
		background-color:#ffffff;
	}
	
.search_property .price .green{
	color:#339a00;
}

.search_property .reduced{
	float:right;
	font-size:11px;
	margin-right: 5px;
	padding:2px;
	width:120px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	background-color:#339a00;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}		
	.search_property:hover .reduced {
		background-color:#ebebeb;
		color: #339a00;
	}

.search_property .type{
	 padding-top:4px !important;
	 color:#666 !important;
	 font-family:Arial, Helvetica, sans-serif !important;
	 font-size:11px !important;
	 font-style:normal !important;
}

.search_property .photo {
	width:227px;
	height:152px;
	border:1px solid #CCC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float:left;
	margin-right:10px;
	position:relative;
}

	.search_property .photo img {
		border:1px solid #fff;
	}		
	.search_property:hover .photo img, .search_property:hover .photo {
		opacity : 1;
	}

.search_property .location{
	 font-family:Arial, Helvetica, sans-serif !important;
	 font-size:11px !important;
	 color:#a2a2a2 !important;
	 font-style:normal !important;
}
	
.search_property .description{
	font-size:12px;
	color:#999;
	padding-top:3px;
}


.search_property .tools {
	position:absolute;
	bottom: 7px;
	right: 8px;
	display: none;
}
.search_property:hover .tools{
	display: block;
}
.search_property .tools a {
	display: inline-block;
	margin-left: 6px;
}

.search_property .tools_fade_link {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.search_property .tools_fade_link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.search_property .divider {
	padding: 0 5px;
	color:#71bb67;
}
.search_property .distance {
	margin: 5px 0;
	font-weight: bold;
	color: #666;
}
#similar_properties .button_compare {
	display: none;
}


	
.search_property .openhouse{
	float:right;
	margin-right: 5px;
	width:90px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	background-color:#EBEBEB;
	padding:2px;
	font-size:11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}		
	.search_property:hover .openhouse {
		background-color:#06F;
		color: #fff;
	}

	


	.search_property:hover .type{
		color:#000;
	}

		.search_property:hover .type .property-highlight{
			color:#0099FF;
		}

	.search_property:hover .description{
		color:#333;
		
	}
	
#openhouseSearch .highlight{
	background: #e8f1f7 !important;
	background-color: #e8f1f7 !important;
}

div.photo_count {
	position: absolute;
	bottom: -4px;
	left: -4px;
	
	/*background-color:#F90;*/
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	
	padding-left: 4px;
	padding-right: 4px;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	background-color: #FFD040;
 	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #FFE38D), color-stop(1, #FFD040) );
    background-image: -moz-linear-gradient(#FFE38D, #FFD040);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE38D', endColorstr='#FFD040');
    background-repeat: repeat-x;
    border-bottom-color: #FFC40D;
	
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #333333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);	
}.photo_count img {
	border: none !important;
	padding-left: 3px;
	margin-top: 3px;
}

#searchDockContainer {
	position:fixed;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index: 2000;
}
#searchDock {
	height: 39px;
	border: 1px solid #BBBBBB;
	-moz-border-radius:2px 2px 0px 0px;
	-webkit-border-radius:2px 2px 0px 0px;
	border-radius:2px 2px 0px 0px;
	border-bottom: none;

	background-color: #DDD;
	background: -moz-linear-gradient(center top , #FFFFFF 0pt, #E0E0E0 100%);
 	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #FFFFFF), color-stop(1, #E0E0E0) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0E0E0');
	text-align: center;
	vertical-align: middle;
	
}#searchDock a {
	margin: 3px auto;
}
.searchDockPanel {
	display: none;
	width: 100%;
	height: 118px;
	overflow: hidden;

	background-color: #222;
 	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #222222), color-stop(1, #111111111) );
    background-image: -moz-linear-gradient(#222222, #111111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111');
	/*border-top: 1px solid #000;*/

	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;

	text-align: center;
	vertical-align: middle;
	/*
	background-color: #EEE;
	border-top: 1px solid #BBBBBB;
	*/
}.searchDockPanel h2 {
	text-shadow: 1px 1px 0 #000;
	color: #555;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 118px;
}.searchDockPanel .infobox {
	box-shadow: none;
	position: relative !important;
	display: inline-block;
	min-width: 0px !important;
	width: 32%;
	margin: 1px !important;
	text-align: left !important;
}
.searchDockPanelScrollable {
	/*overflow-x: scroll !important;
	text-align: left;*/
	height: auto;
}
.searchDockPanelScrollableVertical {
	/*overflow-x: scroll !important;
	text-align: left;*/
	height: 118px;
	overflow-y: scroll;
}
.infobox_compare {
	height:19px;
	line-height: 19px;
	display: inline-block;
	margin-right: 3px;
	
}.infobox_compare label {
	color: #999;
}.infobox_compare input {
	padding:0px;
	margin: 0px;
	vertical-align: middle;
}
#mapControls {
	float: right;
	padding: 2px;
	height: 20px;
	line-height: 20px;
}


#search_loader {
	position:fixed; top:375px; left:50%;right:50%; 
	width: 72px;
	display: none;
}
.loader {
	background-color: #222222;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    height: 31px;
    padding: 12px 25px;
	padding-left: 66px;
    position: absolute;
    text-align: left;
    text-shadow: 1px 1px 1px #000000;
    width: auto;
    z-index: 1000;
	background-image: url('/includes/images/ajax-loading.gif');
	background-repeat: no-repeat;
	background-position:22px 50%;
	line-height: 31px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#search_loader2 {
	text-align:center; 
	font-size: 18px; 
	color:#555; 
	width: 200px; 
	border-color:#666; 
	border-style:solid; 
	border-width: 1px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	background-color:#fff; 
	padding:10px; 
	position:fixed; 
	top:375px;
	left:50%;
	right:50%; 
	display:none;
}
#search_disclaimers {
	color:#bbb;
	font-size:10px;
	padding: 10px;
}#search_disclaimers font {
	color:#bbb;
	font-size:10px;
	float: right;
}#search_disclaimers img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Comparison */
.comparisonMetricTitle {
	background-color:#E5E5E5;
	border: none;
	border-top: 1px solid #FFF;
	padding: 8px;
	color:#333;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-align: right;
	width: 146px;
	min-width: 146px;
}.comparisonMetricTitle a {
	color: #0099FF !important;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}.comparisonMetricTitle a:hover {
	text-decoration: underline;
}
.comparisonPhoto {
	border: 1px solid #ccc;
	width: auto;
	margin-bottom: 5px;
}.comparisonPhoto img {
	border: 1px solid #fff;
}
.comparisonItem {
	padding: 8px;
	font-size: 16px;
	color:#666;
	background-color:#EFEFEF;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	vertical-align: middle;
}
.comparisonItem em {
	color: #CCC;
}
.comparisonItemHeader {
	color: #3079ED;
	font-size: 18px;
}
tr.comparisonRowAlt td {
	background-color: #F5F5F5;
}
div.fixedTable {
	background-color:#ccc;
}
#comparisonContainer {
	overflow-x: hidden;
	border: 1px solid #ccc;
}
.fixedTable table {
	border-collapse:collapse;
}
.fullPageNotice {
	font-size: 24px;
	font-color: #222;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	text-shadow:1px 1px 0px #fff;
}.fullPageNotice a {
	color: #0099FF !important;
	text-decoration: none;
}.fullPageNotice a:hover {
	text-decoration: underline;
}

.floatingMenuBar {
	width: auto;
	font-weight: bold;

	background-color: #EEE;
	color: #333;
	border: 1px solid #AAA;
	text-shadow:1px 1px 0px #fff;
	
	height: 29px;
	line-height: 29px;
	padding: 1px;
	
	margin-bottom: 10px;
	margin-top: 10px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
}
.savedSearch {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #ddd;

	font-family:Arial;
	font-size:12px;
	color:#565656;

	line-height:normal;
	margin: 2px;

	background-color:#F4F4F4;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #F5F5F5), color-stop(1, #F1F1F1) );
	background:-moz-linear-gradient( center top , #F5F5F5, #F1F1F1 );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F1F1F1');
	text-align: left;
}.savedSearch button.button_blue {
}.savedSearch button.button_ui_x {
	float: right;
	margin-right: 2px;
	margin-top: 2px;
}.savedSearch div {
	overflow: hidden;
	width: 85%;
	height: 15px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}

/* Proerty2 - New Property Page */
.property_title {
	color:#3079ED;
	font-size: 26px;
	margin-bottom: 4px;
	padding-top: 15px;
}

.property_title h1{
	color:#3079ED;
	font-size: 26px;
	margin-bottom: 4px;
	padding-top: 15px;
}

.property_title span{
	color:#444;
	font-size: 20px;
	margin-bottom: 4px;
	padding-top: 15px;
	opacity:.4;
	margin-left:10px;
} 
#property_header_left {
	width: 200px;
	vertical-align:top;	
}
ul#property_specs {
	margin: 0;
	padding: 0;
	margin-left: -14px;
	margin-right: -14px;
}
ul#property_specs li:last-child {
	border: none;
}
ul#property_specs li {
    border-color: #DDD;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 6px 20px;
}
ul#property_specs li strong {
	font-weight: bold;
	font-size: 19px;
}

ul#property_specs li strong .sold{
	color:#ed1c24;
}

ul#property_specs li strong .active{
	color:#089745;
}

ul#property_specs li strong .pending{
	color:#666;
}

.property_panel {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 14px;
	margin-top: 10px;
	position:relative;
	color:#666;
	font-size: 14px;
}
.property_panel .small {
	position:relative;
	top: -8px;
	width: 100%;
	margin-bottom: -5px;
	right: -8px;
	text-align: right;
	
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.property_panel .small_lft {
	position:relative;
	top: -8px;
	width: 100%;
	margin-bottom: -5px;
	left: -16px;
	text-align: left;
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.property_panel h2 {
	margin-top: 0px;
	font-weight: normal;
	color:#3079ED;
	font-size: 20px;
}
.property_panel a {
	color: #0099FF;
	text-decoration: none;
}.property_panel a:hover {
	text-decoration:underline;
}
.property_panel p {
	line-height: 1.4em;
}


.property_panel ul {
	margin: 0 -14px;
	padding: 0;
}
.property_panel ul li:last-child {
	border: none;
}
.property_panel>ul>li {
    border-color: #DDD;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 13px;
    list-style: none outside none;
    margin: 0;
    padding: 6px 20px;
}
.property_panel_grid {
	padding: 0px;
	background-color: transparent; 
	border-color: transparent;
}
.property_panel_grid .small {
	top: 0;
	right: 6px;
}
.property_panel_grid ul {
	margin:0;
	padding:4px;
	padding-bottom: 0px;
}
.property_panel_grid ul li, .property_panel_grid ul li:last-child {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #AAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 0;
	margin: 0;
	margin-right: 4px;
	margin-bottom: 8px;
}
.property_panel_grid ul .name {
	padding: 4px 8px;
	padding-right: 6px;
	display: inline-block;
	background-color:#DDD;
	border-right: 1px solid #A9A9A9;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.property_panel_grid ul .value, .property_panel ul .value {
	padding: 4px 8px;
	padding-left: 2px;
	display: inline-block;
	color: #3079ED;
	font-weight: bold;
}.property_panel_grid ul .value-only {
	padding-left: 24px;
	font-weight: bold;
	background-image:url("/includes/images/icons/raster/blue/check_12x10.png");
	background-repeat: no-repeat;
	background-position: 8px 0.5em;

}
.property_panel ul li strong {
	font-weight: bold;
}
.property_panel ul li .label {
	color: #999;
	font-size: 0.9em;
	margin-left: 5px;
}

/* Agent Photos */

.agent_photo a img {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
    max-width: 150px;
}

.agent_photo img {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}

.property_agent_image {
	border: 1px solid #CCCCCC;
	border-radius: 2px 2px 2px 2px;
	width: 102px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 5px;
}
.property_agent_image img {
	border: 1px solid #FFFFFF;
}

#property_mls_disclaimer div {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#fancybox-overlay {
	opacity: 0.8;
	filter: alpha(opacity=80);
} 

/* Nice Forms */
form.nice div.form-field input, form.nice input.input-text, form.nice input.input-search, form.nice textarea {
    border: 1px solid #BBBBBB;
    border-radius: 2px 2px 2px 2px;
}
form.nice div.form-field input, form.nice input.input-text, form.nice input.input-search, form.nice textarea {
    background: url("/includes/foundation/images/misc/input-bg.png") repeat scroll 0 0 #FFFFFF;
	color: #555;
    font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
    outline: medium none !important;
    padding: 6px 3px 4px;
}
form.nice div.form-field input:focus, form.nice input.input-text:focus, form.nice textarea:focus {
    background-color: #F9F9F9;
}
form.nice div.form-field input[disabled], form.nice input.input-text[disabled], form.nice textarea[disabled] {
    background-color: #DDDDDD;
}
form.nice fieldset {
    border-radius: 3px 3px 3px 3px;
}
form.nice input.input-text {
	color: #555;
	font-size: 14px;
	padding: 6px 8px;
	background: url("/includes/foundation/images/misc/input-bg.png") repeat scroll 0 0 #FFFFFF;
	outline: medium none !important;	
}

form.nice input.input-search {
	width: 100%;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	box-sizing: border-box;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	display: inline-block;
	height: 29px;
	line-height: 25px;
	margin: 0;
	padding: 0 8px;
	color: #888;
}

form.nice input.input-search:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);	
}

form.nice input.submit {
	background: url("/website/images/icons/search_icon.png") no-repeat scroll transparent;
	border: 0 none;
	position:relative;
	left:140px;
	top:-30px;
	cursor: pointer;
	display: block;
	font-size: 85%;
	height: 33px;
	text-indent: -1000px;
	width: 33px;
}

form.nice label {
	font-size: 16px;
	color: #888;
}
form.nice .inline-labeled {
	color: #999 !important;
	font-style: italic;
}

.security_disclosure{
	color:#F00;
}

#contact_agent .input-text {
	width: 300px;
	margin-bottom: 10px;
}
#contact_agent textarea {
	width: 350px;
	height: 6em;
	padding: 12px 8px;
	margin-bottom: 15px;
}

#advanced_form .input-text {
	width: 80%;
	border-radius:0;
}
#advanced_form textarea {
	width: 135px;
	height: 6em;
	padding: 12px 8px;
	margin-bottom: 15px;
}

.big_notice {
	font-size: 20px;
	color: #09F;
}

.ajax_loading {
	min-height: 50px;
	background-image:url('/includes/images/ajax-loader-light.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}
/* Button Tabs (id tabs) */
ul.button_tabs li a {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none !important;
	line-height:normal;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #F5F5F5), color-stop(1, #F1F1F1) );
	background:-moz-linear-gradient( center top , #F5F5F5, #F1F1F1 );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F1F1F1');
	background-color:#F4F4F4;
	border: 1px solid #ddd;
	color:#565656 !important;

	padding:7px;
	font-size:12px; 
	
}
ul.button_tabs li a:hover, ul.button_tabs li a.selected {
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);

	color:#ffffff !important;
	text-shadow:1px 1px 0px #3d6082;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #4D90FE), color-stop(1, #357AE8) );
	background:-moz-linear-gradient(center top , #4D90FE, #357AE8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#357AE8');
	background-color:#357AE8;
	border: 1px solid #2F5BB7;
	
}
ul.button_tabs li a.selected {
	padding:7px !important;
	font-size:12px !important;
}
ul.button_tabs li a:active {
	position:relative;
	top:1px;
}
#mapTabs {
	margin: 0 -14px -14px;	
	width: 100%;
}
.floatingMap {
	-moz-box-shadow: 0 4px 4px -2px #232323;
	-webkit-box-shadow: 0 4px 4px -2px #232323;
	box-shadow: 0 4px 4px -2px #232323;
}
.floating_active {
	position: fixed;
	top: 0;
	z-index: 999;
}
	.floating_active > div {

	}

	.property_panel .property_tools {
		margin: -15px;
	}
	
		.property_panel .property_tools img {
			border:0;
			padding-bottom:4px;
		}

		.property_panel .property_tools a:link, .property_panel .property_tools a:visited {
			display:block;
			padding:8px 0;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			border-left:1px solid #e0e0e0;
			float:left;
			text-align:center;
			text-decoration:none;
			width:90px;
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			color:#333;
		}

	    .property_panel .property_tools a:hover {
			background:#e0e0e0;
			border-left:1px solid transparent;
		}
#places_table th {
	text-align: left;
}
.place_row {
	color: #666;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
	.place_row .place_marker_link {
		margin-right: 10px;
	}
	.place_row .place_name {
		margin-right: 10px;
		font-weight: bold;
		color: #333;
	}
	.place_row .place_address {
		font-size: 10px;
		margin-right: 2px;
	}

/* Old Listings Styling */
.sectionHeader {
	width: 99% !important;
	font-size: 14px !important;
	font-weight: bold;
	color: #444 !important;
	background-color: #f9f7f3 !important;
}

/* New Quicksearch2 */
.quick_search_standalone {
	width: 100%;
	padding: 0 20px 0 40px;
}
	.quick_search_standalone td {
		vertical-align: middle;
	}
	.quick_search_standalone label {
		display: block;
	}
	.quick_search_standalone .chzn-container-single .chzn-single {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.quick_search_standalone .location_search {
		padding: 5px;
		color: #aaa;
		border-color:#AAA;
		border-style:solid;
		border-width: 1px;

		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.quick_search_standalone .inline_input {
		display: inline-block;
		vertical-align: middle;
	}
	.quick_search_standalone select {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;		
	}
	
	.chzn-search{
		display:none;
	}			
	
/* 	REGISTRATION FORM */
.rtReg{
	float: right; 
	margin-top: 20px;
	background: url("/website/images/reg_email.jpg");
	z-index:-1;
	width:471px;
	height:233px;
	-webkit-box-shadow: 1px 1px 2px 2px #d0d0d0;
	-moz-box-shadow: 1px 1px 2px 2px #d0d0d0;
	box-shadow: 1px 1px 2px 2px #d0d0d0;	
}

.regPhone{
	background: url("/website/images/reg_phone.png");
	z-index:1;
	width:169px;
	height:318px;
	position: relative;
	right: -250px;
}
		
.capOveride{
	font-size: 17px;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
}

.recaptcha_input_area input{
	width: 280px !important;
	color: #555 !important;
	font-size: 16px !important;
	padding: 10px !important;
	border: 1px solid #BBBBBB !important;
	border-radius: 2px 2px 2px 2px !important;
	background: url("/includes/foundation/images/misc/input-bg.png") repeat scroll 0 0 #FFFFFF;
	outline: medium none !important;	
}

.capcontainer ul {
	margin: 5px 10px;
	padding: 0;
	list-style-type: none;
	list-style: none;
}

.capcontainer ul li{
	float:right;
}

/* FEATURED PROPERTIES */

	#rm-homefeatured {
		padding-top:20px;
	}

		#rm-homefeatured .container {
			float:left;
			margin-right:12px;
			margin-bottom:15px;
			width:142px;
			padding:5px;
			/*background:#e2e1e1;*/
			background:#eeeeee;
			/*border-radius:.5em;
			-webkit-border-radius: .5em;
			-moz-border-radius: .5em;*/
			text-align:center;
			border:1px solid #ffffff;
			/*box-shadow: 2px 2px 5px 2px #c6c6c6;*/
			-webkit-box-shadow: 1px 1px 2px 2px #d0d0d0;
			-moz-box-shadow: 1px 1px 2px 2px #d0d0d0;
			box-shadow: 1px 1px 2px 2px #d0d0d0;			
		}	

		#rm-homefeatured .container:hover {
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dad9d9', endColorstr='#ffffff'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#dad9d9), to(#fff)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #dad9d9,  #fff); /* for firefox 3.6+ */
			cursor:pointer;
			/*border:1px solid #dbdada;*/
			-webkit-box-shadow: 1px 2px 3px 2px #d0d0d0;
			-moz-box-shadow: 1px 2px 3px 2px #d0d0d0;
			box-shadow: 1px 2px 3px 2px #d0d0d0;		
		}

		#rm-homefeatured .thumb {
		}	

			#rm-homefeatured .thumb img {
				margin: -5px;
				width:152px;
				height:114px;
				/*border:1px solid #fff;*/
			}
			
			#rm-homefeatured .thumb:hover img {
				/*width:142px;
				height:107px;
				float:left;*/
			}			
			
		#rm-homefeatured .price {
			color:#666;
			width:148px;
			font-family:Arial, Helvetica, sans-serif;
			text-align:center;
			font-weight:bold;
			background-color:#fff;
			padding:2px;
			padding-bottom:3px;
			font-size:11px;
			margin-top:6px;
			margin-left:-5px;
			/*border-radius:0 0 .5em .5em;
			-moz-border-radius:0 0 .5em .5em;
			-webkit-border-radius:0 0 .5em .5em;*/
		}
		
			#rm-homefeatured .container:hover .price {
				color:#000;
				background-color:#bfffb4;
			}
		
			#rm-homefeatured .price .green{
				color:#339a00;
			}
		
		#rm-homefeatured .type{
			 padding-top:4px;
			 color:#333;
			 font-family:Arial, Helvetica, sans-serif;
			 font-size:11px;
			 line-height:16px;
		}

		
			#rm-homefeatured .container:hover .type {
				color:#000;
			}
	
				#rm-homefeatured .container:hover .type .highlight{
					color:#ba2a6e;
				}

		#rm-homefeatured .divider {
			padding:0 10px;
			color:#666;
		}

		#rm-homefeatured .city {
			font-weight:bold;
			text-transform:uppercase;
		}	
		
/* AGENT PROFILE LISTINGS */

	#rm-agentlistings {
		padding-top:20px;
	}

		#rm-agentlistings .container {
			float:left;
			margin-right:12px;
			margin-bottom:35px;
			width:142px;
			padding:5px;
			background:#eeeeee;
			text-align:center;
			border:1px solid #ffffff;
			-webkit-box-shadow: 1px 1px 2px 2px #d0d0d0;
			-moz-box-shadow: 1px 1px 2px 2px #d0d0d0;
			box-shadow: 1px 1px 2px 2px #d0d0d0;			
		}	

		#rm-agentlistings .container:hover {
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dad9d9', endColorstr='#ffffff');
			background: -webkit-gradient(linear, left top, left bottom, from(#dad9d9), to(#fff));
			background: -moz-linear-gradient(top,  #dad9d9,  #fff); 
			cursor:pointer;
			-webkit-box-shadow: 1px 2px 3px 2px #d0d0d0;
			-moz-box-shadow: 1px 2px 3px 2px #d0d0d0;
			box-shadow: 1px 2px 3px 2px #d0d0d0;		
		}

		#rm-agentlistings .thumb {
		}	

			#rm-agentlistings .thumb img {
				margin: -5px;
				width:152px;
				height:114px;
			}
			
			#rm-agentlistings .thumb:hover img {
				/*width:142px;
				height:107px;
				float:left;*/
			}			
			
		#rm-agentlistings .price {
			color:#666;
			width:148px;
			font-family:Arial, Helvetica, sans-serif;
			text-align:center;
			font-weight:bold;
			background-color:#fff;
			padding:2px;
			padding-bottom:3px;
			font-size:11px;
			margin-top:6px;
			margin-left:-5px;
		}
		
			#rm-agentlistings .container:hover .price {
				color:#000;
				background-color:#bfffb4;
			}
		
			#rm-agentlistings .price .green{
				color:#339a00;
			}
		
		#rm-agentlistings .type{
			 padding-top:4px;
			 color:#333;
			 font-family:Arial, Helvetica, sans-serif;
			 font-size:11px;
			 line-height:16px;
		}

		
			#rm-agentlistings .container:hover .type {
				color:#000;
			}
	
				#rm-agentlistings .container:hover .type .highlight{
					color:#ba2a6e;
				}

		#rm-agentlistings .divider {
			padding:0 10px;
			color:#666;
		}

		#rm-agentlistings .city {
			font-weight:bold;
			text-transform:uppercase;
		}		

#agent_wrapper{
	float:left;
	height:200px;
	width:150px;
	display: block; 
	margin-left:17px; 
	margin-right:25px;	
}
		
.circle-cropper {
	float: left;
	margin-left: 17px;
	margin-right: 25px;	  
    width: 107px;  
    height: 107px;
    transition: all 0.2s;	
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;	  
 
}

.circle-cropper:hover {
    width: 109px;  
    height: 109px;
}
	
  
.circle-cropper a img {  
	display: inline;
	margin: 0 auto;
	height: auto;
	width: auto;  
}  

/* Popup */
#quicksearch_tabs .quicksearch_buttons {
    margin-left: 12px !important;
	text-align:left !important;
}	

#register_form{
    position: fixed;
    top: 50%;
    left: 50%;
}

#register_form .form_inner{
    margin-left:-375px;
    margin-top: -250px;
	width:750px;
}

.powered-by-aws{
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
  padding: 10px;
  max-height: 70px;
  background: #fff;
  margin-bottom: 30px;
}

.spinny,
.spinny:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.spinny {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(32,87,140, 0.2);
  border-right: 1.1em solid rgba(32,87,140, 0.2);
  border-bottom: 1.1em solid rgba(32,87,140, 0.2);
  border-left: 1.1em solid #20578c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 800px)
{
	
	#register_form .form_inner{
		float:left;
	    margin-left: -327px;
		margin-top: -270px;
		width:650px;
	}
	
	.capcontainer{
		display:none;
	}
	
}
@media (max-width: 610px)
{
	
	
	#register_form{
		left: 0px;
		top: 35%;
	}
	
	#register_form .form_inner{
		margin-left:0px;
		margin-top: -200px;
		width:100vw;
		height:300px;
	}	
	
}

@media (max-width: 570px)
{
	
	.leftfrm{
		text-align: center;
		width: 100%;
		float: left;	
	}
		
	.rtimg{
		display:none;
	}	
	
}


			
		
		
