@charset "utf-8";
/* CSS Documentdd */
@import url(http://fonts.googleapis.com/css?family=Cabin);
/*ICONSWEET*/
@font-face {
	font-family: 'iconSweets';
	src: url('../fonts/icon_sweet/icon-webfont.eot');
	src: url('../fonts/icon_sweet/icon-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/icon_sweet/icon-webfont.woff') format('woff'), url('../fonts/icon_sweet/icon-webfont.ttf') format('truetype'), url('../fonts/icon_sweet/icon-webfont.svg#iconSweetsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;/*vertical-align: baseline;
	background: transparent;*/
	font-family:Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
	font:normal 12px Arial, Helvetica, sans-serif;
	background:#fff;
	/*background:url(../../images/frontend/body_bg.jpg) repeat-x;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
img {
	border:0;
	outline:0;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 {
	font-size: 26px;
	font-weight:bold;
}
h2 {
	font-size: 24px;
	font-weight:bold;
}
h3 {
	font-size: 22px;
	font-weight:normal;
}
h4 {
	font-size: 17px;
	font-weight:normal;
}
h5 {
	font-size: 14px;
	font-weight:normal;
}
h6 {
	font-size: 11px;
	font-weight:normal;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
	font-size: 13px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
	text-align: justify;
}
p {
	text-align: justify;
	font-size: 14px;
	padding-left:5px;
	padding-right:5px;
}
.nomar {
	margin:0!important;
}

.martop{ margin-top:30px;}
.nobg {
	background:none!important;
}
.nobdr {
	border:none!important;
}
.fleft {
	float:left!important;
}
.fright {
	float:right!important;
}
/*.............. RESET END ....................*/

#wraper {
	xoverflow:hidden;
	margin:0;
	padding:0;
}
.header {
	clear:both;
	margin:0;
	padding:0;
	background:url(../../images/frontend/header_bottom_bg.jpg) repeat-x left bottom;
	min-height:195px;
}
.header_inner, .banner_inner, .main_body, .affiliates_cont, .network_link {
	clear:both;
	width:940px;
	margin:0 auto;
}
.logo_div {
	float:left;
	width:170px;
	overflow:hidden;
}
.logo_div h1 {
	/*background:url(../../images/frontend/logo.png) no-repeat left top;*/
	width:160px;
	height:93px;
	/*text-indent:-9999px;*/
	margin:30px 0;
}
.header_row {
	float:left;
	width:770px;
}
.header_row ul {
	margin:0;
	padding:0;
	text-align:right;
	list-style-type:none;
}
.header_row ul li {
	display:inline;
	margin:0;
}
.header_row input[type=text] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:1px solid #d9d9d9;
	padding:7px 10px;
	color:#999;
	font-size:12px;
	margin:15px 0 0 0;
}
.header_row input[type=submit] {
	background:url(../../images/frontend/search_btn.png) no-repeat;
	width:22px;
	height:22px;
	border:none;
	cursor:pointer;
	margin-left:10px;
	text-indent:-99999em;
}
.header_row input[type=button] {
	background:url(../../images/frontend/search_btn.png) no-repeat;
	width:22px;
	height:22px;
	border:none;
	cursor:pointer;
	margin-left:10px;
}
.login {
	margin:12px 0px 0 0 !important;
	float:right;
}
.login li {
	padding-left:20px;
	padding-right:5px;
	background:url(../../images/frontend/nav_saperator.png) no-repeat left center;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.login li:first-child {
	background:none;
}
.login li a {
	color:#333;
	font-size:12px;
}
.login li a:hover {
	color:#000;
	text-decoration:underline;
}
/*------------------------------------ Slider -----------------------------------------------------------------------*/
.banner_inner {
	height:415px;
}
.nivo-controlNav, .nivo-directionNav {
	display:none;
}
#slider-wrapper {
	height:415px;
	overflow:hidden;
	position:relative;
	/*background:url(../../images/frontend/slider-bottom.jpg) no-repeat left bottom;*/
	margin:15px 0;
}
#slider {
	position:relative;
	background:url(../../images/frontend/ajax-loader.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav {
	position:absolute;
	width:845px;
	height:20px;
	left:15px;
	bottom:-31px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	width:18px;
	float:left;
	margin-right:3px;
	height:0;
	overflow:hidden;
	padding-top:18px;
	background-repeat:no-repeat;
	background-position:-21px top;
	background-image:url(../../images/frontend/nivo-pagination.png);
}
.nivo-controlNav a.active, .nivo-controlNav a.active:hover {
	background-position:left top;
}
.nivo-controlNav a:hover {
	background-position:-43px top;
}
.nivo-directionNav {
	width:52px;
	position:relative;
	height:24px;
	float:right;
	margin-right:13px;
}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	text-indent:-9999px;
	border:0;
	top:338px;
	background:url(../../images/frontend/direction_nav.png) no-repeat 0 0;
	z-index:9999;
}
a.nivo-nextNav {
	right:0;
	background-position:-28px 0;
}
a.nivo-nextNav:hover {
	background-position:-28px -24px;
}
a.nivo-prevNav {
	right:0;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -24px;
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}
.search_panel {
	position:absolute;
	width:342px;
	height:333px;
	z-index:70;
	background-color: rgba(255, 255, 255, 0.4);
	margin-top:-388px;
	margin-left:24px; /*opacity:0.6;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding:15px;
}
.search_panel label {
	text-transform:uppercase;
	margin-bottom:0px;
	width:130px;
	float:left;
	font: normal 18px Arial, Helvetica, sans-serif;
	color:#2e2521;
}
.search_panel h2 {
	text-transform:uppercase;
	margin-bottom:10px;
	width:35px;
	padding-top:33px;
	margin-left:12px;
	text-align:center;
	float:left;
	font: normal 18px Arial, Helvetica, sans-serif;
	color:#2e2521;
}
.search_panel span {
	float:left;
	width:120px;
	margin-right:10px;
}
.search_panel span.check {
	float:left;
	width:160px;
	margin-right:10px;
	margin-bottom:3px;
}
.search_panel input[type=text],select {
/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;*/
	border:1px solid #d9d9d9;
	padding:8px 10px;
	width:201px;
	color:#000;
	font-size:12px;
	margin:0px 0 0 0;
}

.mor-text {
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d9d9d9 !important;
	padding:8px 10px;
	width:180px;
	color:#000;
	font-size:12px;
	margin:0px 0 0 0;
}
.text_box select {
-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #D9D9D9;
	padding:8px 10px;
	width:201px;
	color:#999999;
	font-size:12px;
	margin:0px 0 0 0;
}

.matches select {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border:1px solid #d9d9d9;
	margin-bottom:10px;
	color:#878787;
	padding:0 !important;
	width:60px;
}

.list_table select {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border:1px solid #d9d9d9;
	margin-bottom:10px;
	color:#878787;
	padding:0 !important;
	width:80px;
}

.search_panel input[type=submit] {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin:12px 10px 0 5px;
	text-decoration:none;
	font-size:12px;
	display:block;
	background-color:#000;
	color:#fff;
	border:#000 solid 1px;
	float:left;
}
.for_button {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	border:#000 solid 1px;
}

.search_panel a {
	color:#0054a6;
	text-decoration:underline;
}
.search_panel a:hover {
	color:#000000;
	text-decoration: none;
}
.search_panel input[type=text] {
	padding:8px 10px;
	width:320px;
}
.search_panel select {
	padding:8px 8px 8px 10px;
	width:121px;
}
.width {
	padding:8px 10px;
	width:320px !important;
}
.width2 {
	padding:8px 10px;
	width:121px !important;
}
.w320 {
	width:320px;
	clear:both;
	margin-bottom:12px;
}
.main_body {
	position:relative;
	overflow: hidden;
}
.main_body .rightpanel {
	float:right;
}
.main_body .rightpanel .rightinner {
	width:300px;
	padding:0;
	margin:0 0 0 20px;
	overflow:hidden;
}
.main_body .mainholder {
	overflow: hidden;
}
.main_body .mainholder .maininner {
	width: 100%;
}
* html .main_body .mainholder {
	display: inline-block;
}
.socialnetwork {
	margin:10px 0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
.socialnetwork li {
	margin-left:21px;
	display:inline;
	width:32px;
	height:32px;
	float:left;
	margin-top:7px;
}
.socialnetwork li:first-child {
	margin-left:0px;
}
.award {
	float:left;
	xbackground:#000;
	xpadding:15px;
	width:300px;
	margin:10px 0;
	text-align:center;
}
.award h5 {
	font:normal 14px Arial, Helvetica, sans-serif;
}
.award h3 {
	font:normal 18px Arial, Helvetica, sans-serif;
}
.award h5, h3, h6 {
	text-align:center;
	color:#fff;
	margin:0;
}
.collection_comercial, .widget {
	overflow:hidden;
	margin-top:17px;
}
.collection_comercial h3 {
	background:#000;
	color:#fff;
	padding:8px;
	margin-bottom:0px;
	margin-top:-34px;
	opacity:0.6;
}
.widget {
	width:285px;
	border:1px solid #CCC;
	height:240px;
}
.widget h3 {
	margin-top:100px;
	color:#000
}
.affiliates_cont h3 {
	text-align:left;
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#999999;
	margin:15px 0 25px;
}
.affiliates_cont table tr td {
	xtext-indent:-9999px;
	margin-bottom:15px;
}
.affiliates_cont table tr td.luxury_hom {
	width:117px;
	height:84px;
	cursor:pointer;
	opacity:0.3;
}
.affiliates_cont table tr td.luxury_hom:hover {
	opacity:1;
}
.affiliates_cont table tr td.my_first_home {
	width:117px;
	height:84px;
	background:url(../../images/frontend/icon-firsthome-gray.gif) no-repeat;
	cursor:pointer;
}
.affiliates_cont table tr td.my_first_home:hover {
	background:url(../../images/frontend/icon-firsthome-color.gif) no-repeat;
}
.affiliates_cont table tr td.active_adult_life {
	width:117px;
	height:84px;
	background:url(../../images/frontend/activeadult-gray.gif) no-repeat;
	cursor:pointer;
}
.affiliates_cont table tr td.active_adult_life:hover {
	background:url(../../images/frontend/activeadult-color.gif) no-repeat;
}
.affiliates_cont table tr td.foreclosed_homes {
	width:117px;
	height:84px;
	background:url(../../images/frontend/foreclosedhomes-gray.gif) no-repeat;
	cursor:pointer;
}
.affiliates_cont table tr td.foreclosed_homes:hover {
	background:url(../../images/frontend/foreclosedhomes-color.gif) no-repeat;
}
.affiliates_cont table tr td.the_gift_of_home {
	width:117px;
	height:84px;
	background:url(../../images/frontend/icon-giftofhome-gray.gif) no-repeat;
	cursor:pointer;
}
.affiliates_cont table tr td.the_gift_of_home:hover {
	background:url(../../images/frontend/icon-giftofhome-color.gif) no-repeat;
}
.affiliates_cont table tr td.windy_city_life {
	width:117px;
	height:84px;
	background:url(../../images/frontend/windy_city_life.gif) no-repeat;
	cursor:pointer;
}
.affiliates_cont table tr td.windy_city_life:hover {
	background:url(../../images/frontend/windy_city_life_hover.gif) no-repeat;
}
.affiliates_cont table tr td.land_and_lot_finder {
	width:117px;
	height:84px;
	background:url(../../images/frontend/icon-landandlot-gray.gif) no-repeat;
	cursor:pointer;
}
.affiliates_cont table tr td.land_and_lot_finder:hover {
	background:url(../../images/frontend/icon-landandlot-color.gif) no-repeat;
}
.affiliates_cont table tr td.new_homes {
	width:117px;
	height:84px;
	background:url(../../images/frontend/newhomescol-icon-gray.gif) no-repeat;
	cursor:pointer;
}
.affiliates_cont table tr td.new_homes:hover {
	background:url(../../images/frontend/newhomescol-icon-color.gif) no-repeat;
}
.affiliates_cont table tr td.teachers_move {
	width:117px;
	height:84px;
	background:url(../../images/frontend/teachersmove-gray3.gif) no-repeat;
	cursor:pointer;
}
.affiliates_cont table tr td.teachers_move:hover {
	background:url(../../images/frontend/teachersmove-color3.gif) no-repeat;
}
.affiliates_cont table tr td.heroes_move {
	width:117px;
	height:84px;
	background:url(../../images/frontend/heroesmove-gray.gif) no-repeat;
	cursor:pointer;
}
.affiliates_cont table tr td.heroes_move:hover {
	background:url(../../images/frontend/heroesmove-color.gif) no-repeat;
}
.affiliates_cont table tr td.blue_fence_tv {
	width:117px;
	height:84px;
	background:url(../../images/frontend/icon-bftv-gray.gif) no-repeat;
	cursor:pointer;
}
.affiliates_cont table tr td.blue_fence_tv:hover {
	background:url(../../images/frontend/icon-bftv-color.gif) no-repeat;
}
.network_link h4 {
	color:#999999;
	margin:15px 0;
	text-align:center;
}
.network_link h4:hover {
	color:#000;
}
/*............................................................................... footer css ...................................................................*/

.footer {
	width:940px;
	padding:10px 0px;
	margin:0px auto;
	overflow:hidden;
	clear:both;
}
div.footer div:first-child {
	margin-left:0;
}
.just_listed {
	width:280px;
	float:left;
	margin-right:20px;
	background:#000000;
	color:#fff;
	margin-top:20px;
	padding-left:20px;
}
.footer .just_listed h4 {
	color:#fff;
	font-size:24px;
	margin:10px 0 0 0 !important;
}
.footer .just_listed h4 span {
	color:#fff;
	font-size:12px !important;
}
.footer .just_listed ul {
	margin-bottom:10px;
}
.footer .just_listed ul li {
	list-style:none;
	color:#fff;
	margin-left:0px;
	line-height:22px;
}
.footer .just_listed ul li a {
	color:#fff;
	text-decoration:none;
	font-size:8pt;
}
.footer .just_listed ul li a:hover {
	color:#fff;
	text-decoration:none;
	font-size:8pt
}
.link_box {
	xwidth:215px;
	float:left;
	margin-right:20px;
}
.link_box2 {
	width:190px;
	float:left;
	margin-left:20px;
}
.footer .heading_box {
	overflow:hidden;
	clear:both;
	height:30px;
	background:url(../../images/frontend/heading_bg.jpg) repeat-x 0px 0px;
	height:43px;
}
.footer h3 {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000;
	text-align:left;
	padding:10px;
}
.social {
	float:right;
	margin-top:10px;
}
.social img {
	margin:0px 3px;
}
.footer ul {
	padding:0;
	margin:20px 0 0 0;
}
.footer ul li {
	list-style:none;
	color:#404040;
	margin-left:0px;
	line-height:22px;
}
.footer .border {
	border-bottom:#000000 solid 1px;
	height:1px;
	width:130px;
	margin:10px 0;
}
.footer ul li a {
	color:#202020;
	text-decoration:none;
	font-size:8pt
}
.footer ul li a:hover {
	color:#000;
	text-decoration:none;
	font-size:8pt
}
.footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#404040;
	line-height:18px;
	margin:10px 0 0px 0;
	float:left;
}
.footer p strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
}
.footer p span {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.copyright {
	margin-top:20px;
}
/*............................................................................... inner_area css ...................................................................*/


.inner_area {
	width:940px;
	margin:0px auto;
	clear:both;
	overflow:hidden;
}
.inner_top {
	width:100%;
	margin-top:10px;
	clear:both;
	border-bottom:1px solid #000000;
	overflow:hidden;
}
.inner_top h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#211821;
	float:left;
	margin-bottom:18px;
	text-transform:capitalize;
}
.property {
	float:right;
}
.property a {
	color:#211821;
}
.property a:hover {
	color:#0053a5;
}
.status {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#211821;
	margin-top:10px;
}
.medium {
	font-size:11px !important;
	font-weight:bold;
	text-align:left;
}
.small {
	font-size:10px !important;
	font-weight:bold;
	text-align:left;
}
.right_area {
	width:202px;
	float:left;
	overflow:hidden;
	margin-top:20px;
}
.right_area table a {
	color:#000;
}
.right_area h5 {
	color:#000;
	font-size:18px;
	margin-bottom:5px;
}
.right_area table {
	text-align:left !important;
	font-size:11px;
}
.right_area h6 {
	color:#000;
	font-size:16px;
}
.black_box {
	xbackground-color:#000;
	padding:0px;
	display:block;
}
.black_box p {
	color:#fff;
	font-size:12px;
}
.reaquest_moreinfo {
	border:#000 solid 1px;
	margin:20px 0;
	padding:5px;
}
.reaquest_moreinfo p {
	font-size:11px;
	padding:0;
}
.reaquest_moreinfo form label {
	font-size:11px;
	text-align:left;
	width:60px !important;
}
.reaquest_moreinfo form input[type=text] {
	font-size:11px;
	text-align:left;
	width:180px !important;
	border:#9c9b9b solid 1px;
	padding:3px;
}
.reaquest_moreinfo form textarea {
	font-size:11px;
	text-align:left;
	border:#9c9b9b solid 1px;
	width:170px !important;
	border-radius:0px !important; /*border-radius*/
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

.reaquest_moreinfo form input[type=submit] {

	margin:10px 0 0 60px;
		cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	border:#000 solid 1px;

}
.calculator {
	margin-bottom:20px;
}
.mls {
	margin:10px 0 20px 0;
	font-size:16px;
	width:100%;
}
.left_area {
	width:718px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}
.left_col {
	width:218px;
	float:left;
	margin-right:20px;
	margin-top:20px;
}
.dollar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#211821;
	margin-bottom:10px;
}
.dollar span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#211821;
	width:100%;
	display:inline-block;
}
.left_col P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
	padding:0;
	margin:0;
	text-transform:capitalize;
	text-align:left;
}
.left_col .text {
	font-family:Arial, Helvetica, sans-serif;
	width:218px;
	font-size:12px;
	color:#000;
	line-height:18px;
	padding:0;
	margin:20px 0 0 0;
	text-transform:uppercase;
	font-weight:normal;
}
.gallary_box {
	width:480px;
	float:left;
	margin-top:20px;
	overflow:hidden;
}
.gallary_top {
	clear:both;
	overflow:hidden;
	border-bottom:#c6c6c6 solid 1px;
}
.listing_link {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#575a5e;
	margin-bottom:5px;
}
.virtual_tour {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#575a5e;
	text-decoration:underline;
}
.gallary_img {
	margin-top:20px;
}
.gallary_img table {
	margin-bottom:0px;
}

.gallary_img_gallary {
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	border:#C6C6C6 solid 1px;
	width:480px;
}
.gallary_img ul {
	padding:0;
	margin:0;
}
.gallary_img ul li {
	list-style:none;
	display:inline-block;
	margin:10px 0 0 7px;
	float:left;
	border: 1px solid #C6C6C6;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.gallary_img ul li img {
	max-height:70px;
	max-width:84px;
        min-height: 70px;        
}



.inner_area h1 {
	font-size:26px;
	border-bottom:#000000 solid 1px;
	padding-bottom:20px;
	margin-top:40px;
	margin-bottom:20px;
}
.inner_search_box {
	overflow:hidden;
	margin-top:10px;
}
.inner_searc {
	float:left;
	width:264px;
}
.inner_searc ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.inner_searc ul li {
	display:inline;
	margin:0;
}
.inner_searc2 {
	float:left;
	width:400px;
	margin-left:10px;
}
.inner_searc2 .text {
	width:160px;
	float:left;
	text-align:right;
}
.inner_searc2 .text_box {
	width:230px;
	float:left;
	margin-left:10px;
}
.inner_searc3 {
	float:left;
	width:255px;
	margin-left:10px;
}
.inner_searc3 .agent_finder {
	font-size:18px;
	float:left;
}
.inner_searc3 .text {
	width:150px;
	float:right;
	font-size:7pt;
	line-height:12px;
	text-align:right;
}
.inner_search_box input[type=text] {
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;*/
	border:1px solid #D9D9D9;
	padding:5px 10px;
	width:201px;
	height:23px;
	color:#999999;
	font-size:12px;
	margin:0px 0 0 0;
}
.inner_searc input[type=button] {
	background:url(../../images/frontend/search_btn.png) no-repeat;
	width:22px;
	height:22px;
	border:none;
	cursor:pointer;
	margin-left:10px;
}
.agent_list_box {
	width:940px;
	overflow:hidden;
	margin-top:20px;
}
div.agent_list_box div:first-child {
	margin-left:0;
}
.agent_box {
	width:300px;
	margin-left:20px;
	float:left;
	overflow:hidden;
}
.agent_box2 {
	width:300px;
	margin-left:20px;
	float:left;
	overflow:hidden;
}
.agent_box img {
	width:100px;
	/*height:142px;*/
	float:left;
	/*border:#666666 thin solid;*/
	padding:5px;
}
.agent_box2 img {
	width:100px;
	/*height:142px;*/
	float:left;
	/*border:#666666 thin solid;*/
	padding:5px;
}
.agent_box p {
	
	line-height:18px;
	margin:0 0 -2px 5px;
	font-size:12px;
	
}
.agent_box2 p {
	
	line-height:18px;
	margin:0 0 5px 5px;
	float:left;
	width:180px;
	padding:0px;
}
.agent-text{float:left; width:180px; }
a.name {
	display:block;
	font-size:18px !important;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-bottom:5px;
}

a.name2 {
	font-size:12px !important;
	font-weight:bold;
}

.name2 {
	font-size:12px !important;
	font-weight:bold;
}
.agent_box p a {
	text-decoration:underline;
	color:#000000;
}
.top_menu {
	color:#9c9c9c;
	text-align:center;
	width:940px;
	margin:-15px 0 6px;
	font-size:12px;
}
.top_menu a {
	color:#9c9c9c;
	text-decoration:none;
	padding:10px 0px 10px 14px;
	font-size:12px;
}

.top_menu a:first-child{ padding-left:0px;}

.top_menu a:hover:first-child{ padding-left:0px;}
.top_menu a:hover {
	color:#000;
	text-decoration:none;
	padding:10px 0px 10px 14px;
}
.matches {
	xheight:46px;
	width:940px;
	background-color:#f7f7f7;
	border-bottom:#020100 1px solid;
	font-size:11px;
	padding:6px 0;
}
.matches a {
	color:#020100;
	text-decoration:underline;
}
.matches_textbox {
	width:65px;
	border:#abaaaa solid 1px;
	font-size:11px;
}
.matches_textbox2 {
	width:55px;
	border:#abaaaa solid 1px;
}
.matches_list {
	border:#abaaaa solid 1px;
	margin-top:10px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.matches .update {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	border:#000 solid 1px;
}

.update_new{ background-color:#F7F7F7; font-weight:bold; color:#000; border:#F7F7F7 solid 1px; font-family:Arial, Helvetica, sans-serif; font-size:14px; width:120px; }
.list_table {
	margin-bottom: 6px;
    margin-top: 6px;
}
ul {
	border:0;
	margin:0;
	padding:0;
}

#pagination ul {
	display: table;	
}
#pagination ul li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	display: table-row;
}

#pagination ul li a {
	display: table-cell;
	white-space: nowrap;
	width:auto;	
}

/* Added on 16/1/2013*/
/*#pagination li {
    border: 0 none;    
	 display: table-row;
    font-size: 11px;
    list-style: none outside none;
    margin: 0;
    padding: 0;	
} */
#pagination a {
	border:solid 1px #DDDDDD;
	margin-right:2px;
	background-color:#f7f7f7;
	color:#545454;
}
#pagination .previous-off, #pagination .next-off {
	color:#666666;
	display:block;
	float:left;
	padding:3px 4px;
}
#pagination .next a, #pagination .previous a {
	border:solid 1px #dedede;
}
#pagination .active {
	color:#545454;
	font-weight:bold;
	display:block;
	xfloat:left;
	padding:0px 6px;
	background:#cecece;
	border:solid 1px #DDDDDD;
	margin-right:2px;
}
#pagination a:link, #pagination a:visited {
	color:#545454;	
	display: inline; 
	xfloat:left;
	padding:0px 4px;
	text-decoration:none;
}


.list_table #pagination a:hover {
	border:solid 1px #666666;
}
.search_resul_box {
	border-top:#020100 1px solid;
	width:940px;
	overflow:hidden;
	padding:20px 0;
	position:relative;
}
.search_resul_image {
	float:left;
	margin-right:20px;
	border:#000 solid 1px;
	width:263px;
	height:188px;
	line-height:188px;    
    text-align:center;

}
.search_resul_image {
	vertical-align: middle \0/; /* IE8+9  */
	line-height:185px \0/; /* IE8+9  */;
	
}
.search_resul_image {
	display: block;
}
.search_resul_image span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
.search_resul_image span {
	display: inline-block;
	height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 
    /*.search_resul_image_new { height:100%;}*/
	.search_resul_image_new img{ margin-top:4px !important;}
	.search_resul_image {
vertical-align: middle ;
line-height: 185px ;
}
}

.search_resul_image_new img {
	max-height:186px;	
}

.search_resul_image_new img {
	max-height:186px;
        max-width:263px;
		border:none;
        vertical-align:middle;
		margin:-2px 0 0 0;
		
}


.search_resul_detials {
	width:350px;
	float:left;
	margin-right:10px;
}
.search_resul_detials p {
	color:#010000;
	margin-bottom:0;
	line-height:22px;
	font-size:12px;
	padding-left:0px;
}

.search_resul_detials_heading  {
	color:#010000;
	margin-bottom:0;
	line-height:20px;
	font-size:13px;
	width:60%;
	float:left;
	text-transform:capitalize;
}
.search_resul_detials_heading a  {
	color:#010000;
	text-decoration:underline;
}

.search_resul_detials_heading a strong  {
	font-size:14px;
}


.search_resul_detials p a {
	color:#010000;
	text-decoration:underline;
	
}
.search_resul_compare {
	width:160px;
	float:left;
	margin-right:10px;
        margin-top:5px;
        margin-left:15px;
}
.search_resul_compare p {
	color:#010000;
	margin-bottom:-2px;
	line-height:20px;
	font-size:12px;
}
.search_resul_compare p a {
	color:#010000;
}
.search_resul_compare p a:hover {
	color:#0555a5;
	text-decoration:underline;
}
.search_resul_company_logo {
	width:100px;
	float:right;
	margin-right:0px;
	margin-top:20px;
	position:absolute;
	right:0;
	bottom:19px;
	color:#BCBFD7;
	text-align:right;
}
.search_resul_company_logo_new {
	width:100px;
	float:right;
	margin-right:0px;
	margin-top:20px;
	position:absolute;
	right:0;
	bottom:94px;
	color:#BCBFD7;
	text-align:right;
}
.search_resul_company_logo_new img{ margin-bottom:10px;}
.search_resul_company_logo img{ margin-bottom:10px;}
.search_resul_link {
	width:600px;
	float:left;
	margin-top:10px;
}

.search_resul_link2 {
  bottom: 19px;
    float: left;
    left: 287px;
    margin-top: 10px;
    position: absolute;
}

.search_resul_link2-new {
  bottom: 19px;
    float: left;
    left: 287px;
    margin-top: 10px;
    xposition: absolute;
}
.search_resul_link img a {
	padding:0px !important;
}
.search_resul_link a {
	color:#010000;
	padding:0px 5px;
}
.search_resul_link a:hover {
	color:#0555a5;
	text-decoration:underline;
}

.search_resul_link2 a {
	color:#010000;
	padding:0px 5px;
}

.search_resul_link2 a:first-child{ padding-left:0px;}
.search_resul_link2 a:hover:first-child{ padding-left:0px;}
.search_resul_link2 a:hover {
	color:#0555a5;
	text-decoration:underline;
}
.pagi_footer {
	border-top:#020100 1px solid;
	border-bottom:#020100 1px solid;
	text-align:center;
	margin-top:20px;
	padding-top:10px;
	height:30px;
}
.pagi_footer a {
	color:#020100;
	padding:0px 5px;
}
.sold_list {
	border-top:#020100 1px solid;
	padding-top:10px;
	text-align:right;
	font-size:18px;
	font-weight:bold;
}
.map {
	text-align:center;
	width:940px;
	margin-top:20px;
}
.map_table {
	width:100%;
	font-size:12px;
	color:#6c6b6a;
	margin-top:20px;
}
.map_table table th {
	font-size:14px;
	font-weight:bold;
	border-bottom:#020100 1px solid;
}
.listingresult {
	border-top:#020100 1px solid;
	padding-top:20px;
}
.listingresult_gallery {
	margin-bottom:20px;
	overflow:hidden;
}
.listingresult_gallery .company_logo {
	float:right;
	margin-top:-60px;
	text-align:right;
}
.listingresult_gallery .company_logo img {
	margin-bottom:5px;
}
.listingresult_gallery .gallery_box {
	width:300px;
	margin-left:20px;
	float:left;
}
div.listingresult_gallery div:first-child {
	margin-left:0;
}
.listingresult_gallery .gallery_img {
	width:300px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border:#000 solid 1px;
	height:199px;
	line-height:199px;
}
.listingresult_gallery .gallery_box p {
	padding:0;
	margin:0;
	line-height:18px;
	font-size:11px;
}
.listingresult_gallery .gallery_box p a {
	color:#020100;
	padding:0 5px 0 0;
	text-decoration:none;
}
.agent_heading {
	background:url(../../images/frontend/header_bottom_bg.jpg) repeat-x left bottom;
	overflow:hidden;
}
.agent_heading p {
	padding:0;
	margin:0;
	text-align:right;
}
.agent_heading p a {
	color:#020100;
	font-size:14px;
}
.agent_heading h1 {
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 50px;
	padding-bottom: 18px;
	float:left;
	border-bottom:0;
}
.search_nav {
	float:left;
	width:100%;
}
.search_nav a {
	float:left;
	padding:5px 7px;
	margin-right:30px;
	text-decoration:underline;
	font-size:15px;
	color:#000;
	margin-bottom:20px;
}
.search_nav a:hover {
	text-decoration:none;
}
.search_nav a.nav_active {
	background:#000;
	color:#fff;
	text-decoration:none;
}
.agent_nav {
	float:right;
	margin-top: 50px;
}
.agent_nav a {
	color:#020100;
	font-size:14px;
	text-decoration:none;
	padding:0px 10px;
}
.agent_nav a:hover {
	color:#0554a5;
}
.agent-detials {
	width:940px;
	overflow:hidden;
	margin-top:20px;
}
.agent_left {
	width:460px;
	float:left;
}
.search_left {
	width:510px;
	float:left;
}
.agent_left img {
	float:left;
	margin-right:10px;
}
.agent_left p {
	padding:0;
	margin:0;
}
.agent_left .detials {
	float:left;
	width:174px;
}
.agent_right {
	width:460px;
	float:right;
}
.agent_right p {
	padding:0;
	margin:10px 0;
	font-size:12px;
}
.agent_right p img {
	padding:0;
	margin:0px 0;
	font-size:12px;
}

.my_listing {
	font-size:24px;
	margin-bottom:10px;
}
.agent_right .heading {
	border-bottom:#020100 1px solid;
	color:#020100;
	font-size:14px;
}
.C1 {
	display: block;
	overflow: hidden;
	padding-bottom:4px;
}
.C1 strong {
	display: block;
	float: left;
	width:60px;
}
.C1 span {
	display: block;
	float: left;
	width: 114px;
}
.video {
	float:left;
	margin:20px 0;
}
.school {
	border-top:1px solid #000;
	width:768px;
	float:left;
	margin-top:20px;
	padding-top:10px;
	text-transform:capitalize;
}
.school table th {
	font-size:18px;
	padding-top:10px;
}
.rooms {
	border-top:1px solid #000;
	width:768px;
	float:left;
	margin-top:20px;
}
.room_heading {
	font-size:16px;
	padding-top:20px;
}
.roomlist {
	width:768px;
	overflow:hidden;
}
div.roomlist div:first-child {
	margin-left:0px;
}
.rooms .left_room {
	width:374px;
	float:left;
	margin-left:20px;
}
.rooms table {
	margin-top:20px;
}
.rooms table th {
	font-size:12px;
	border-bottom:solid 1px #000;
	font-weight:normal;
}
.rooms table td {
	font-size:11px;
	font-weight:normal;
}
.additional {
	border-top:1px solid #000;
	width:768px;
	float:left;
	margin-top:20px;
}
.additional_heading {
	font-size:18px;
	padding-top:20px;
	font-weight:normal;
	margin-bottom:15px;
}
.register_area {
	width:940px;
	overflow:hidden;
	margin:0px auto 20px;
	clear:both;
	color:#7F7E7E;
}
#register h2 {
	text-align:center;
	font-size:20px;
	padding:0;
	margin:10px 0 20px 0;
	position:relative;
	color:#8C8C8C;
}
#register {
	float:left;
	position:relative;
	margin:50px 30px 0 0;
	width:400px;
	min-height:200px;
	z-index:100;
	padding:20px; /* My stipped background */
}
/** my "fake" background that will hover the stripes **/
#register:after {
	background:#F9F9F9;
	margin:10px;
	position: absolute;
	content : " ";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border:1px #E5E5E5 solid;
	/*border-radius*/ -webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

/** we remove the red glow around required fields since we are already using the red star */
#register input:required, textarea:required {
-moz-box-shadow:none;
-webkit-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
}
/** inputs and textarea**/
#register input:not([type="submit"]), textarea {
	outline:none;
	display:block;
	width:380px;
	padding:4px 8px;
	border:1px solid #d9d9d9;
	color:#3F3F3F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; /*border-radius*/
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	/*transition*/
-webkit-transition:background 0.2s linear, box-shadow 0.6s linear;
	-moz-transition:background 0.2s linear, box-shadow 0.6s linear;
	-o-transition:background 0.2s linear, box-shadow 0.6s linear;
	transition:background 0.2s linear, box-shadow 0.6s linear;
}
#register .width20 {
	width:10px !important;
}
#register input:not([type="submit"]):active, #register textarea:active, #register input:not([type="submit"]):focus, #register textarea:focus {
	background:#F7F7F7;
	border:solid 1px #969696; /*box-shadow*/
	-webkit-box-shadow:2px 2px 7px #E8E8E8 inset;
	-moz-box-shadow:2px 2px 7px #E8E8E8 inset;
	box-shadow:2px 2px 7px #E8E8E8 inset;
}
#register input:not([type="submit"]) {
	height: 20px;
}
/* placeholder */
#register ::-webkit-input-placeholder {
color:#BABABA;
font-style:italic;
}
#register input:-moz-placeholder, textarea:-moz-placeholder {
color:#BABABA;
font-style:italic;
}
#register textarea {
	min-height:150px;
	resize:vertical
}
#register label {
	color:#7F7E7E;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
#register label:hover {
	color:#191919;
}
#register label:before {
	color:#C1BFBD;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
#register label:hover:before {
	color:#969696;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
#register p {
	margin-bottom:20px;
}
#register .indication {
	color:#878787;
	font-size:12px;
	font-style:italic;
	text-align:left;
	padding-right:10px;
}
#register .required {
	color:#E5224C;
}
.required {
	color:#E5224C;
}
/** Styling the send button **/
.greenishBtn {
	xbackground: url(../../images/frontend/greenishBtn.png) repeat-x scroll 0 0 transparent;
	border: 1px solid #000;
	color: #FFFFFF;
	background-color:#000;
}
.button_small {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
}
.greyishBtn {
	xbackground: url(../../images/frontend/greishBtn.png) repeat-x scroll 0 0 transparent;
	border: 1px solid #000;
	color: #FFFFFF;
	background-color:#000;
}
a.greyishBtn {
	color: #FFFFFF !important;
}
/*.widget .widget_title span {
    
}
.iconsweet {
    font-family: iconSweets;
    font-weight: normal;
	color: #6C6C6C;
    float: left;
    font-size: 24px;
    padding: 3px 0;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 35px;
}*/


.iconic:before {
	font-size:18px;
	padding-right:3px;
	font-family: "iconSweets";
}
.iconic.name:before {
	content: 'a';
}
.iconic.password:before {
	content: "y";
}
.iconic.mail-alt:before {
	content: "A";
}
.logo-area {
	position:relative;
}
.logout {
	float:right;
	text-align:right;
	width:100px;
	position:absolute;
	right:0;
	bottom:5px;
}
.logout a {
	color: #000000;
	text-align:right;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
}
.logout a:hover {
	text-decoration:underline;
}
tr.msgRowDark {
	background-color: #F5F5F5;
}
/*............ ADD ON 25-5-12...............*/

.dashboard_header {
	float:left;
	width:914px;
	background:#000;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	padding:13px;
	position:relative;
}
.dashboard_header a {
	margin-right:12px;
	color:#fff;
	float:left;
}
.dashboard_header a span {
	text-decoration:underline;
	margin-right:10px;
}
.dashboard_header a span:hover {
	text-decoration:none;
}
.dashboard_header h5 {
	float:left;
	margin:0 10px 0 0;
	font-weight:bold;
	color:#fff;
	font-size:13px;
}
.dashboard_header h5 a:hover {
	text-decoration: underline;
}
.dashboard_header span {
	float:right;
}
.dashboard_header span h5 {
	font-weight:bold;
	color:#fff;
	font-size:12px;
	margin:0 !important;
}
.dashboard_header span h5 a:hover {
	text-decoration:none;
}
.search_box {
	float:left;
	width:auto;
	margin-bottom:20px;
}
.search_box a, .search_box_row a {
	float:left;
	line-height:33px;
	margin-right:10px;
}
.search_box label {
	font-size:10px;
	color:#666;
	float:left;
	margin-bottom:4px;
	width:100%;
}
.search_box_row {
	float:left;
	width:460px;
}
.search_box_row_half {
	float:left;
	width:123px;
}
.search_box_row_half h4 {
	float:left;
	margin-right:5px;
	line-height:26px;
}
.property_search input[type=text] {
	float:left;
	width:90px;
	padding:5px 10px;
	border:1px solid #CCC;
	color:#666;
	font-size:14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-bottom:13px;
}
.location {
	float:left;
	width:140px !important;
	padding:5px;
	border:1px solid #CCC;
	color:#666;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.property_search table {
	float:left;
	margin-bottom:5px;
	font-size:10px;
}
.fleft h5, .fright h5 {
	margin-bottom:3px;
}
.textbox_114 {
	width:90px !important;
}
.selectbox_136 {
	width:113px !important;
}
.property_search select {
	float:left;
	width:245px;
	padding:5px 10px;
	border:1px solid #CCC;
	color:#666;
	font-size:14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-bottom:13px;
}
.property_search input[type=button] {
	float:left;
	padding:5px 8px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	border:0;
border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
	margin-left:10px;
	font-weight:bold;
	
}
.property_search input[type=submit], .search_box_row input[type=submit] {
	float:left;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	border:#000 solid 1px;
}
.property_search .das input[type=submit]{
	float:left;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#fff;
	color:#000;
	border:none
}

.save-search {
	float:left;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	border:#000 solid 1px;
	line-height:14px !important;
}

a.save-search:hover{
	color:#fff;}


.v_all {
	float:left;
	padding:4px;
	font-size:9px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	border:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor:pointer;
	margin-left:6px;
	margin-top:3px;
	font-weight:bold;
}
.more_search {
	border:2px solid #dededf;
	margin-bottom:10px;
}
.more_search h5 {
	padding:0 0 10px 10px;
	/*background:url(../../images/frontend/search_arrow.jpg) 97% 5px no-repeat;*/
	margin-bottom:10px;
}
.more_search table {
	margin-bottom:8px;
	font-size:13px;
}
.more_search table tr td {
	padding:3px;
	text-align:left;
}
.box_250 {
	width:246px;
	position:relative;
}
.hi_250 {
	height:195px;
	overflow:auto;
}
.hi_120 {
	min-height:120px;
	overflow:hidden;
}
.box_396 {
	width:396px;
	margin-top:20px;
}
.fleft {
	float:left;
	margin-right:5px;
}
.fright {
	float: right;
	margin-left:5px;
}
.text_box_80 {
	width:80px;
	padding:4px;
}
.more_search label {
	text-align:left;
}
.more_search select {
	float:left;
	width:102px;
	padding:2px 4px;
	border:1px solid #CCC;
	color:#666;
	font-size:14px;
}
.spl {
	padding-left:25px !important;
}
.box_220 h5 {
	margin-bottom:7px;
}
.textbox_120 {
	width:120px;
	padding:5px 10px;
	float:left;
}
.button_black {
	float:left;
	padding:3px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	border:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor:pointer;
	margin:2px 0 8px 5px;
}
.agent_left .search_box_row {
	margin:10px 0;
}
.agent_left .search_box_row a {
	float:left;
	line-height:33px;
}
.agent_left .search_box_row input[type=submit] {
	float:left;
	padding:8px 15px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	border:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor:pointer;
	margin-left:10px;
	font-weight:bold;
}
.search_box_row span {
	float:left;
	margin-right:30px;
}
.search_box_row span img {
	margin:9px 5px 0 0;
	float:left;
}
.search_box_row span a {
	color:#000;
	text-decoration: underline;
}
.search_box_row span a:hover {
	text-decoration:none;
}
.quck_srch {
	float:right;
	width:400px;
}
.box_396 h4 {
	padding:5px;
	margin-left:20px;
}
.box_396 input[type="text"] {
	border: 1px solid #D9D9D9;
	border-radius: 5px 5px 5px 5px;
	color: #999999;
	font-size: 12px;
	margin:0 0 10px 15px;
	padding: 7px 10px;
}
.box_396 input[type="button"] {
	background: url("../../images/frontend/search_btn.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 22px;
	margin-left: 10px;
	width: 22px;
}

.box_396 input[type="submit"] {
	background: url("../../images/frontend/search_btn.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 22px;
	margin-left: 10px;
	width: 22px;
	text-indent:-9999em;
}
/*............ ADD ON 28-5-12...............*/

.mor_cal_cont {
	border: 1px solid #000000;
	margin: 20px 0;
	padding: 5px;
	overflow:hidden;
	font-size:10px;
}
.mor_cologo {
	xbackground:#000;
	margin: 5px 0;
	min-height:100px;
	padding: 5px;
}
.mor_cal_cont form label {
	width:100%;
	float:left;
}
.mor_cal_cont form label span {
	float:right;
	margin-right:60px;
}
.mor_cal_cont form input[type=text] {
	border: 1px solid #9C9B9B;
	font-size: 11px;
	padding: 3px;
	margin-bottom:3px;
}
.mort_spn {
	width:80px;
	float:left;
	text-align:left;
	margin-right:3px;
}
.small_txt {
	font-size:7px !important;
	color:#000 !important;
}
.mor_cal_cont input[type=button] {
	float:left;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	border:#000 solid 1px;
}
.mor_cal_cont input[type=reset] {
	float:left;
	padding:11px 7px;
	background:none;
	border:none;
	color:#000;
	cursor:pointer;
}
.mor_cal_cont input[type=reset]:hover {
	text-decoration:underline;
}
.mor_cal_cont h6 {
	font-size:14px;
	margin-bottom:10px;
	color:#000 !important;
}
.mor_cal_cont p {
	font-size:10px;
	line-height:12px;
	margin-bottom:8px;
}
.tab {
	font-size:11px !important;
}
.tab a {
	color:#000;
}
.tab a:hover {
	text-decoration:underline;
}
/*............ ADD ON 29-5-12...............*/
.dollar a {
	color:#000;
	margin-bottom:0px;
	text-decoration:none;
	border-bottom:solid 1px #000;
}
.dollar a:hover {
	border-bottom:solid 1px #000;
}
.pop_cal {
	float:left;
	width:202px;
	padding:5px 10px;
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -237px;
	width: 457px;
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}
.mform {
	padding:0 0 0 30px;
}
.mform input, textarea {
	width:390px;
	border:1px solid #dfdfdf;
	padding:5px 3px;
}
.mform .list {
	width:390px;
	border:1px solid #dfdfdf;
	padding:5px 3px;
}
.mform fieldset {
	margin-bottom:10px;
}
.mform label {
	display:block;
}
.mform .required {
	color:#FF0000;
}
.h2 {
	padding:0 0 0 30px;
	font-size: 20px;
	font-weight:normal;
	margin-bottom:10px;
}
.h4 {
	padding:0 0 0 30px;
	font-size: 17px;
	font-weight:normal;
	margin-bottom:10px;
}
.submit {
	width:120px !important;
	background-color:#000;
	color:#fff;
		cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;


}
.newborder {
	xborder:#CCCCCC solid 1px ;
	border-left:none;
	border-collapse:collapse;
	zcolor:#CCCCCC;
}
.newborder2 {
	xborder:#CCCCCC solid 1px;
	border-collapse:collapse;
	font-size:12px;
	font-weight:bold;
	color:#0052A6;
}
.div-border {
	overflow:hidden;

}
.div-border table td {
	padding:10px 2px;
	text-align:center;
	border:#CCCCCC solid 1px;
}
.font_size {
	font-size:11px !important;
}
.ajax1 {
}
.no_image {
	background:none !important;
}
a.cboxElement {
	color:#000000;
}
.cboxElement:hover {
	color:#000;
}
.search_letter {
	overflow:hidden;
	margin:20px 0;
}
.searc_name ul {
	padding:10px 0 0;
	margin:0;
}
.searc_name ul li {
	display:inline-block;
	list-style:none;
	margin:0 2px 0 0;
	background-color:#0054A6;
	padding:1px 4px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.searc_name ul li a {
	color:#fff;
}
.searc_name ul li a:hover {
	color:#000;
}
.search_letter_search {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:1px solid #d9d9d9;
	padding:7px 10px;
	color:#999;
	font-size:12px;
	margin:0px 0 0 0;
	width:200px;
}
.search_letter_submit {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	padding:7px 10px;
	color:#fff !important;
	background-color:#000;
	font-size:12px;
	margin:0px 0 0 0;
	font-weight:bold;
}
.col1, .endCol1 {
	float: left;
	margin-right: 15px;
	width: 154px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.sitemap-list {
	color: #0054a6;
	list-style-type: square;
	margin: 0px 0 10px 0px;
	padding: 0;
}
.sitemap-list li {
	margin-left:15px;
}
.sitemap-list li a {
	color:#000;
}
.sitemap-list li a:hover {
	color:#000000;
}
.schedule_viewing {
	font-size:12px;
	line-height:20px;
}
.schedule_viewing {
	font-size:12px;
	line-height:20px;
}
.schedule_viewing input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:1px solid #d9d9d9;
	padding:7px 10px;
	color:#999;
	font-size:12px;
	margin:0px 0 0 0;
	width:200px;
}
.schedule_viewing select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:1px solid #d9d9d9;
	padding:7px 10px;
	color:#999;
	font-size:12px;
	margin:0px 0 0 0;
}
.red {
	color:#F00;
}
.schedule_viewing table td {
	padding:5px 0;
}
/* form 1 */

	#con_form {
	margin:0em 0;
	padding-top:10px;
	xbackground:url(../../images/frontend/form_top.gif) no-repeat 0 0;
	overflow:hidden;
	width:400px;
}
#con_form fieldset {
	margin:0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	width:260px;
	margin-left:25px;
}
#con_form legend {
	display:none;
}
#con_form p {
	margin:.5em 0;
}
#con_form label {
	display:block;
}
#con_form input, #con_form textarea {
	border:1px solid #ddd;
	background:#fff url(../../images/frontend/form_input.gif) repeat-x;
	padding:3px;
	margin-bottom:10px;
}
#con_form textarea {
	height:125px;
	overflow:auto;
}
#con_form p.submit {
	clear:both;
	background:url(../../images/frontend/form_bottom.gif) no-repeat 0 100%;
	padding:0 25px 20px 25px;
	margin:0;
	text-align:right;
	width:560px !important;
}
#con_form button {
/*	width:150px;
	height:37px;
	line-height:37px;
	border:none;
	background:url(../../images/frontend/form_button.gif) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
	text-align:center;*/
	
		cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	border:#000 solid 1px;
	
}
.con_form{ margin-left:10px;}

.con_form input, #con_form textarea {
	border:1px solid #ddd;
	background:#fff url(../../images/frontend/form_input.gif) repeat-x;
	padding:3px;
	margin-bottom:10px;
	width:100%;
}
.con_form textarea {
	height:125px;
	overflow:auto;
}
.con_form p.submit {
	clear:both;
	background:url(../../images/frontend/form_bottom.gif) no-repeat 0 100%;
	padding:0 25px 20px 25px;
	margin:0;
	text-align:right;
	width:560px !important;
}
.con_form input[type=button] {
/*	width:150px;
	height:37px;
	line-height:37px;
	border:none;
	background:url(../../images/frontend/form_button.gif) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
	text-align:center;*/
	
		cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	border:#000 solid 1px;
	background:#000;
	width:100px;
	
}
#scrollingDiv a {
	color:#fff;
}
.scrollingDiv a {
	color:#fff;
}
/* form 2 */
		
		#con_form2 h3 {
	font-size:24px;
	color:#000;
}
#con_form2 {
	margin:0em 0;
	padding-top:10px;
	xbackground:url(../../images/frontend/form_top.gif) no-repeat 0 0;
	overflow:hidden;
	width:600px;
}
#con_form2 fieldset {
	margin:0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	width:260px;
	xmargin-left:25px;
}
#con_form2 legend {
	display:none;
}
#con_form2 p {
	margin:.5em 0;
}
#con_form2 label {
	display:block;
}
#con_form2 input, #con_form2 textarea {
	width:252px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff url(../../images/frontend/form_input.gif) repeat-x;
	padding:3px;
	border-bottom:#000 solid 1px;
}

#con_form2 textarea {
	width:70%;
	background:#fff url(../../images/frontend/form_input.gif) repeat-x;
	padding:3px;
	border:#000 solid 1px;
}
#con_form2 textarea {
	height:125px;
	overflow:auto;
}
#con_form2 p.submit {
	clear:both;
	xbackground:url(../../images/frontend/form_bottom.gif) no-repeat 0 100%;
	padding:0 0px 20px 0px;
	margin:0;
	text-align:left;
	width:560px !important;
	background-color:#fff;
}
#con_form2 button {
/*	width:150px;
	height:37px;
	line-height:37px;
	border:none;
	background:url(../../images/frontend/form_button.gif) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
	text-align:center;*/
		cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#000;
	color:#fff;
	border:#000 solid 1px;
}
/* form 3 */

	#con_us {
	margin:50px 0 0 0;
	padding-top:10px;
	overflow:hidden;
	width:302px;
	background-color:#cccccc;
}
#con_us h3 {
	color:#000;
	text-align:left !important;
	font-size:16px;
	font-weight:bold;
	margin-left:10px;
}
#con_us fieldset {
	margin:0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	width:260px;
	margin-left:10px;
}
#con_us legend {
	display:none;
}
#con_us p {
	margin:.5em 0;
	padding:0;
}
#con_us label {
	display:block;
	font-size:12px;
}
#con_us input {
	width:274px;
	border:1px solid #000;
	padding:3px;
	height:28px;
}
#con_us textarea {
	height:125px;
	overflow:auto;
	width:274px;
	border:1px solid #000;
}
#con_us input[type="submit"] {
	width:71px;
	height:32px;
	line-height:37px;
	border:none;
	background:none !important;
	color:#fff;
	cursor:pointer;
	text-align:right;
	float:right;
	margin-bottom:10px;
	margin-right:10px;
		cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 16px 4px;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left:5px;
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	background-color:#000 !important;
	color:#fff;
	border:#000 solid 1px;
}
#scrollingDiv a {
	color:#fff;
}
.scrollingDiv a {
	color:#fff;
}
#scrollingDiv a {
	color:#fff;
}
.scrollingDiv a {
	color:#fff;
}
.scrollingDiv a:hover {
	color:#fff;
}
#more_search_option_div {
	float: left;
	margin-bottom: 20px;
	width: auto;
}
.more_search_option_div {
	float: left;
	margin-bottom: 20px;
	width: auto;
}
.width95 {
	width:95% !important;
}
.gallary_img_thum {
	border: 1px solid #C6C6C6;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height:100px;
	overflow:hidden
}
.por-table {
	width:240px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	text-align:left !important;
}
.nav-controls {
	overflow:hidden;
	margin-top:-20px;
}
.next {
	float:right;
}
.image-wrapper img {
	max-width:478px;
	
}
.ss-controls {
	text-align:center;
	margin-top:10px;
}
.controls2 {
	overflow:hidden;
	position:absolute;
	margin-top:150px;
	width:480px;
}
.leftpre {
	margin-left:10px;
	float:left;
	background:url(../../images/frontend/arrows.png) no-repeat 0 0;
	height:30px;
	width:30px;
	cursor:pointer;
}
.leftnext {
	float:right;
	background:url(../../images/frontend/arrows.png) no-repeat -30px 0px;
	height:30px;
	width:30px;
	cursor:pointer;
	margin-right:10px;
}
.open {
	background:url(../../images/frontend/btn-sticky-footer-close.png) no-repeat 0px 0px;
	height:23px;
	width:59px;
	text-indent:-9999em;
	cursor:pointer;
}
.close {
	background:url(../../images/frontend/btn-sticky-footer-close.png) no-repeat 0px -23px;
	height:23px;
	width:59px;
	text-indent:-9999em;
	cursor:pointer;
}
.open2 {
	background:url(../../images/frontend/btn-sticky-footer-close2.png) no-repeat 0px 0px;
	height:23px;
	width:59px;
	text-indent:-9999em;
	cursor:pointer;
}
.close2 {
	background:url(../../images/frontend/btn-sticky-footer-close2.png) no-repeat 0px -23px;
	height:23px;
	width:59px;
	text-indent:-9999em;
	cursor:pointer;
}
.office-box {
	width:620px;
	float:left;
}
.office-city {
	width:620px;
	overflow:hidden;
	margin-bottom:20px;
}
.office-city img {
	float: left;
	width:216px;
}
.office-city p {
	float: left;
	line-height: 18px;
	margin: 0 0 0px 5px;
	text-align:left;
	margin-left:20px;
	width:370px;
	font-size:12px;
}
.office-box h3 {
	color:#000;
	float:left;
	margin:20px 0;
}
.error_textbox {
	border:#F00 solid 1px !important;
	color:#F00 !important;
}
.management_box {
	width:620px;
	overflow:hidden;
	margin-bottom:20px;
}
div.management_box div:first-child {
	margin-left:0;
}
.agent_search_right {
	float:right;
	width:302px;
}
.agent_search_right ul {
	padding:0;
	margin:0;
	overflow:hidden;
}
.agent_search_right ul li {
	float:left;
	list-style:none;
	margin:0;
}
.agent_search_right input[type=text] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:1px solid #d9d9d9;
	padding:7px 10px;
	color:#999;
	font-size:12px;
	margin:0px 10px 0 0;
}
.agent_search_right input[type=submit] {
	background:url(../../images/frontend/search_btn.png) no-repeat;
	width:22px;
	height:22px;
	border:none;
	cursor:pointer;
	margin-left:10px;
	text-indent:-99999em;
}
.search_letter input[type=button] {
	background:url(../../images/frontend/search_btn.png) no-repeat;
	width:22px;
	height:22px;
	border:none;
	cursor:pointer;
	margin-left:10px;
	text-indent:-99999em;
}

.agent_search_right h3 {
	color: #000000;
	margin: 20px 0;
	text-align:left;
	font-size:18px;
}
.boder-bt{
	border-bottom:1px solid #000;
	font-size: 20px;
    font-weight: normal;
    margin: 10px;
	}
	
	
.succ_msg
{
	color:#006600;
	font-weight:bold;
	  
}

.err_msg
{
	color:#F00;
	font-weight:bold;
	  
}

.listing-ts {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: -34px;
    opacity: 0.6;
    padding: 8px;
	font-size:12px;
	font-weight:bold;
        line-height: 18px;
}

.additiona_table table{ list-style:14px; white-space:normal;}

.additiona_table td{ border-right:#000 solid 1px; padding:0 30px 0 10px;}
.additiona_table td:first-child{  padding-left:0px !important;}

.additiona_table td:last-child{ border-right:#fff solid 1px; }

.map-detials{ overflow:hidden; padding:5px; width:100%;}

.map-detials p{ }

.map-detials img{ }

.map-detials .textdetials{ float:left; width:100px; margin-right:5px;}

.map-detials .textdetials ul{ padding:0;margin:0;}
.map-detials .textdetials ul li{ list-style:none; font-size:11px;}

.map-detials .logo{ float:right; }

.open-house{ font-size:18px; color:#000;}

.mls p{ margin-bottom:0px; padding:0;}

.mls .search_resul_link{ float:right; width:330px !important; margin-top:0px; font-size:12px; padding:5px;}

.mls .active{ font-size:16px;}


.property_history{ overflow:hidden;}

.property_history p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 20px 0 0 0;
	border-bottom:#000 solid 1px;
}

.property_history ul{ float:left; padding:0; margin:0 40px 0 0;}

.property_history ul li{ list-style:none; font-size:12px; margin:0px}

.crime{font-size:12px; font-weight:bold; margin-top:20px;}

.crime a{font-size:14px; font-weight:bold; text-decoration:none;}

.blue-box{ background-color:#4055a5; border:solid 1px #000; min-height:250px;}

.also_like{background-color:#eef0f0;  min-height:500px; padding:5px; margin-top:20px;}

.por-map{ font-size:12px; text-transform:lowercase;}

.header-image{ text-align:center; margin-bottom:20px;}

.mortgage-box table{ font-weight:normal; }
.mortgage-box .font11{ font-weight:normal !important; font-size:11px !important; }
.mortgage-box td { padding:10px 10px 10px ;}

.mortgage-box p{ font-size:12px; padding:0px;}

.number{font-size:120px;line-height:100px; float:left; color:#ccc; }

.mortgage-text{font-size:18px;line-height:30px; float:left; margin-left:-30px; color:#666;}

.browne-line{ background-color:#929292; height:15px; float:left; width:60%; margin-left:30px; margin-top:10px;}

.mortgage-box .table-heading{ xposition:absolute; xoverflow:hidden; width:100%;}

.font-18{ font-size:18px; font-weight:bold;}

.font-14{ font-size:14px; }

.col-bdbec1{ color:#bdbec1;}
.maybe td{padding:5px 1px;}

.confirmation{ width:450px; float:left;}

.confirmation h2{ font-size: 18px;
    line-height: 22px;}
.confirmation a{ font-size: 18px;
    line-height: 22px;}	
.confirmation p{ padding:0;}

.add_table td{ 
width:230px; 
/*line-height:18px; 
padding-left:8px;*/
}

.add_table2 td{ 
width:230px; 
/*line-height:18px;*/ 
padding-left:12px;
}

.width-750{ width:750px;}

.ash-bg{ background-color:#d1d2d4; width:600px;}

.input-bor{ border:#939598 solid 1px !important; margin-top:10px !important;}

.iframe-button {
	background: url("../../images/frontend/search_btn2.png") no-repeat scroll 0 0 transparent !important;
	border: medium none;
	cursor: pointer;
	height: 22px;
	margin-left: 10px;
	width: 22px;
}

.balck-bg{ background-color:#000; padding:5px; width:300px; margin:10px auto; color:#fff; font-size:11px; text-align:center;}
.add-personal{ color:#000; text-align:center;}

.error{ color:#F00 !important; font-size:11px;}


#register input:not([type="submit"]).error {
	background:#F7F7F7;
	border:solid 1px #F00; /*box-shadow*/
	color:#BABABA !important;

}

ul.quick_search2{
    padding: 0px;
    margin: 10px 0px 0;
}

ul.quick_search2 li{
    list-style: none;
    float: left;
    margin-left: 0px;
    
}

.blue_agentinfo img{  padding:5px; float:left;}
.blue_agenttext{ width:136px; float:left; margin-top:18px;}
.blue_agenttext a.name2{
    color: #000000;
    display: block;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 2px;
    text-decoration: underline;
}

.blue_agenttext p {
    font-size: 11px;
    line-height: 18px;
    margin: -2px 0 -2px 5px;
	padding:0;
}

.blue_agenttext a.con{ margin-top:-6px; display:block;}

.button_new {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 10px 0 0 0px;
    padding: 4px 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.button_new_2 {
    background-color:#DFDFDF;
    border: 1px solid #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    /*font-weight: bold;*/
    line-height: 16px;
    margin: 10px 0 0 0px;
    padding: 2px 2px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.textarea_new{ width:99%;}
 .footertext p{margin-top:10px;  padding-top:10px; font-size:10px; width:718px; font-family:Arial, Helvetica, sans-serif;}
 
 .footertext {font-size:10px;  font-family:Arial, Helvetica, sans-serif;}
 
.reset-new input[type="button"]{
	 background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    float: left;
    font-weight: normal;
    margin-left: 10px;
    padding: 5px 0px 5px 8px;
    text-transform:capitalize;
	margin-top:3px;
	font-size:12px;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	 }
 




  
  @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 600px) {
.footertext p{font-size:7px !important; width:710px !important;}

.footertext {font-size:7px !important; width:710px !important;}
}
