/*********** SELECTORS STYLES  ***********/
body { background:#fff; font-family:Arial, Helvetica; font-size:12px; line-height:1.3em; table-layout:fixed; }
body, fieldset, form, h1, h2, h3, h4, h5, h6, p { margin:0px; padding:0px; }
h1, h2, h3, h4, h5, h6, form { display:inline; }
h1 { font-size:1.6em; }
h2 { font-size:1.5em; }
h3 { font-size:1.4em; }
hr { height:1px; color:#ccc; background:#ccc; border:0; }
img { border:0px; }
li { margin-bottom:5px; }
ol { margin:5px 0 5px 30px; padding:0; }
ul { margin:5px 0 5px 30px; padding:0; }
ul ul, ol ol, ol ul, ul ol { margin-left:30px; }
blockquote { margin:5px 20px; }
fieldset { border:1px solid #ccc; }
table { border-collapse:collapse; border-spacing:0; }
input, select, textarea { font-size:1em; font-family:Arial, Helvetica, sans-serif; }
select { border:1px solid #ccc; }
textarea { border:1px solid #ccc; padding:2px; overflow:auto; }
a:link, a:visited { color:#000; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:none; color:#d00; }

.input { padding:1px 2px 1px 4px; border:1px solid #ccc; background:#fff !important; }
.button { background:#f1f1f1; border:1px solid #ccc; padding:0 5px; overflow:visible; }

/***** FONT STYLES *****/
.lh0em { line-height:0em; }
.lh02em { line-height:0.2em; }
.lh05em { line-height:0.5em; }
.lh1em { line-height:1em; }
.lh12em { line-height:1.2em; }
.lh15em { line-height:1.5em; }
.lh2em { line-height:2em; }
.lh23em { line-height:2.3em; }

.xsmall { font-size:0.8em; }
.small { font-size:0.9em; }
.large { font-size:1.1em; }
.xlarge { font-size:1.2em; }
.xxlarge { font-size:1.3em; }
.xxxlarge { font-size:1.6em; }

.ffan { font-family:"Arial Narrow", Arial; }
.ffh { font-family:Helvetica; }
.fft { font-family:Tahoma; }
.fftms { font-family:"Trebuchet MS", Arial; }
.ffv { font-family:Verdana, Arial, Helvetica, sans-serif; }
.geo { font-family:Georgia, "Times New Roman", Times, serif; }


.black, .black a:link, .black a:visited { color:#000; }
.black a:hover, .black a:active { color:#c00; }
.blue, .blue a:link, .blue a:visited { color:#00358e; }
.blue a:hover, .blue a:active { color:#036; text-decoration:underline; }
.blue2, .blue2 a:link, .blue2 a:visited { color:#09679d; }
.blue2 a:hover, .blue2 a:active { color:#036; }
.brown, .brown a:link, .brown a:visited { color:#900; }
.gray, .gray a:link, .gray a:visited { color:#626566; }
.gray a:hover, .gray a:active { color:#000; }
.green, .green a:link, .green a:visited { color:#060; }
.green a:hover, .green a:active { color:#f60; }
.maroon, .maroon a:link, .maroon a:visited { color:#c00; }
.maroon a:hover, .maroon a:active { color:#900; }
.orange, .orange a:link, .orange a:visited { color:#f60; }
.orange a:hover, .orange a:active { color:#f00; }
.red, .red a:link, .red a:visited { color:#f00; }
.red a:hover, .red a:active { color:#c00; }
.red2, .red2 a:link, .red2 a:visited { color:#f00101; }
.red2 a:hover, .red2 a:active { color:#c00; }
.silver, .silver a:link, .silver a:visited { color:#ccc; }
.silver a:hover, .silver a:active { color:#fff; }
.white, .white a:link, .white a:visited { color:#fff; }
.white a:hover, .white a:active { color:#fff600; }
.yellow, .yellow a:link, .yellow a:visited { color:#ff0; }
.yellow a:hover, .yellow a:active { color:#ff9; }

/***** ALIGNMENT STYLES *****/
.al { text-align:left; }
.ar { text-align:right; }
.ac { text-align:center; }
.aj { text-align:justify; }
.vat { vertical-align:top; }
.vam { vertical-align:middle; }
.vab { vertical-align:bottom; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.fo { float:left; width:100%; display:inline; }
.flwm { float:left; margin:0 10px 5px 0; display:inline; }
.frwm { float:right; margin:0 0 5px 10px; display:inline; }
.zero { width: 0px; height: 0px; line-height: 0px; margin: 0px; padding: 0px; font-size: 0px; }
.cb { clear:both; display:block; visibility:hidden; height:auto; line-height:0; content:'.' }
.cl { clear:left; }
.cr { clear:right; }

/***** ACCESSORIES STYLES *****/
.alpha50 { opacity:0.5; filter:alpha(opacity=50); }
.alpha75 { opacity:.75; filter:alpha(opacity=75); }
.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }
.uu a:link, .uu a:visited { text-decoration:underline; }
.uu a:hover, .uu a:active { text-decoration:none; }
.uo a:link, .uo a:visited { text-decoration:none; }
.uo a:hover, .uo a:active { text-decoration:underline; }
.n { font-weight:normal; font-style:normal; text-decoration:none; text-transform:none; }
.bcs { border-collapse:separate; }
.nw { white-space:nowrap; }
.ww { word-wrap:break-word; word-break:break-all; word-break/* */:normal; }
.ttc { text-transform:capitalize; }
.ttl { text-transform:lowercase; }
.ttu { text-transform:uppercase; }
.fvsc { font-variant:small-caps; }
.block { display:block; margin:0 auto; }
.inline { display:inline; }
.none { display:none; }
.absolute { position:absolute; }
.relative { position:relative; }
.pointer { cursor:pointer; }

.m0px { margin:0; }
.m1px { margin:1px; }
.m1px2px { margin:1px 2px; }
.m1px5px { margin:1px 5px; }
.m2px { margin:2px; }
.m2px5px { margin:2px 5px; }
.m2px10px { margin:2px 10px; }
.m5px { margin:5px; }
.m5px10px { margin:5px 10px; }
.m5px15px { margin:5px 15px; }
.m10px { margin:10px; }
.m15px { margin:15px; }
.mb1px { margin-bottom:1px; }
.mb2px { margin-bottom:2px; }
.mb5px { margin-bottom:5px; }
.mb8px { margin-bottom:8px; }
.mb10px { margin-bottom:10px; }
.mb15px { margin-bottom:15px; }
.mb20px { margin-bottom:20px; }
.ml5px { margin-left:5px; }
.ml10px { margin-left:10px; }
.ml15px { margin-left:15px; }
.ml14px { margin-left:14px; }
.ml20px { margin-left:20px; }
.ml25px { margin-left:25px; }
.ml35px { margin-left:35px; }

.p0px { padding:0; }
.p1px { padding:1px; }
.p1px2px { padding:1px 2px; }
.p1px5px { padding:1px 5px; }
.p2px { padding:2px; }
.p2px5px { padding:2px 5px; }
.p2px10px { padding:2px 10px; }
.p3px0px { padding:3px 0; }
.p5px { padding:5px; }
.p5px10px { padding:5px 10px; }
.p10px5px { padding:10px 5px; }
.p5px15px { padding:5px 15px; }
.p10px { padding:10px; }
.p20px { padding:20px; }
.p10px15px { padding:10px 15px; }
.p10px20px { padding:10px 20px; }
.p15px { padding:15px; }
.pl5px { padding-left:5px; }
.pl7px { padding-left:7px; }
.pl12px { padding-left:12px; }
.pl10px { padding-left:10px; }
.pl15px { padding-left:15px; }
.pl20px { padding-left:20px; }
.pl25px { padding-left:25px; }

/********** OTHER STYLES **********/
.w20 { width:20%; }
.w25 { width:25%; }
.w33 { width:33%; }
.w48 { width:48%; }
.w49 { width:49%; }
.w50 { width:50%; }

.bdr { border:1px solid #ccc; }
.bdr2 { border:1px solid #98c0eb; }
.bdr3 { border:1px solid #cbdff5; }
.bdr4 { border:1px solid #7694c5; }
.bdr4a { border:1px solid #7694c5; border-width:1px 1px 0; }
.bdrT { border-top:1px solid #ccc; }
.bdrR { border-right:1px solid #ccc; }
.bdrR2 { border-right:1px solid #e6eef5; }
.bdrB { border-bottom:1px solid #ccc; }
.bdrBWhite { border-bottom:1px solid #fff; }
.bdrL { border-left:1px solid #ccc; }
.bdrdBd {border-bottom:1px dotted #80afd9; }
.bdrWhite, .bdrWhite td, .bdrWhite th { border:1px solid #fff; }
.bdrAll, .bdrAll td, .bdrAll th  { border:1px solid #6a91b4; }
.bdrAll234, .bdrAll234 td, .bdrAll234 th  { border:1px solid #cce1f5; }
.bdrAll2, .bdrAll2 td, .bdrAll2 th  { border:1px solid #1f1f1f; }
.bdrAllCols { border:1px solid #e5e5e5; }
.bdrAllCols td, .bdrAllCols th  { border:1px solid #e5e5e5; border-width:0 1px; }
.bdrAllRows { border:1px solid #e5e5e5; }
.bdrAllRows td, .bdrAllRows th  { border:1px solid #e5e5e5; border-width:1px 0; }
.bdrN, .bdrN td, .bdrN th { border:0; }
.bdrBd { border-bottom:1px dashed #999; }
.bdrBd2 { border-bottom:1px dashed #6a91b4; }

.formHead { background:#be592a; color:#fff; padding:3px 5px; }
.star { color:#db1111; }

.hr1 { background:url(images/hr1.gif) repeat-x; }
.vr1 { background:url(images/vr1.gif) repeat-y; }
.mtb { margin:5px 0 12px; }

.bgGry1 { background:#f7f7f7; }
.bg1 { background:#fff; }
.bg2 { background:#004684; }
.bg3 { background:#f8fcff; }
.bg4 { background:#edf7ff; }
.bg5 { background:#e00b0b; }
.bg6 { background:#254b9a; }

.tlnk_bg { background:url(images/tlnk_bg.gif) repeat-x; height:21px; padding:4px 10px 0; }
.tlnk_bg a:link, .tlnk_bg a:visited { color:#000; text-decoration:none; }
.tlnk_bg a:hover, .tlnk_bg a:active { color:#004a95; text-decoration:none; }
.bdrB_tl { border-bottom:1px solid #95bee4; }
.cty_bg { background:url(images/cty_bg.gif) repeat-x; }
.ad_g1 { background:#fff url(images/ad_g1.gif) repeat-x bottom ; }
.why_bg { background:url(images/why_bg.gif) repeat-x; }
.ad_g2 { background:#fff url(images/ad_g2.gif) repeat-x top; padding:2px 8px; }
.ad_b1 { background:url(images/ad_b1.gif) no-repeat 2px 5px; }
.helpImg { background:url(images/helpImg.jpg) no-repeat left bottom; }
.learnBg { background:url(images/learnBg.gif) repeat-x; }
.footer {}
.footer .lnk1 { background:#fafafa; }
.footer .lnk1Bdr { border-top:1px dashed #6ba6df; border-bottom:1px solid #ccc; }

/******individual*******/
.ad_g5 { background:url(images/ad_g5.gif) repeat-y right; }
.lc_select { background:#fff; border-bottom:1px dashed #999; }
.lc_nsl { border-bottom:1px dashed #999; }
.lc_nst { border-top:1px dashed #999; }
.ad_b2 { background:url(images/ad_b2.gif) no-repeat 0px 5px; }
.ad_b3 { background:url(images/ad_b3.gif) no-repeat 0px 7px; }
.ad_g3 { background:url(images/ad_g3.gif) repeat-y right; }
.ad_head_bg { background:url(images/ad_head_bg.gif) repeat-x; }
.ad_g4 { background:#fff url(images/ad_g4.gif) repeat-x top; border:1px solid #d6e5f2; border-width:0 1px; }
.ad_head_bbg { background:url(images/ad_head_bbg.gif) repeat-x; }
.ad_inhead_bg { background:url(images/ad_inhead_bg.gif) repeat-x; }
.ad_inhead_bbg { background:url(images/ad_inhead_bbg.gif) repeat-x; }
.ad_inhead { background:#fff; border:1px solid #4a87bc; border-width:0 1px; }
.ad_b5 { background:url(images/ad_b5.gif) no-repeat 0px 3px; }

/****agent****/
.plp_bg { background:url(images/plp_bg.gif) repeat-x; }
.plp_bbg { background:url(images/plp_bbg.gif) repeat-x; }
.plp_main_bg { background:url(images/plp_main_bg.gif) repeat-x top; border:1px solid #d6e5f2; border-width:0 1px; }

.bdrTb { border:1px solid #aacbff; border-width:1px 0; }
.ad_g6 { background:url(images/ad_g6.gif) repeat-x; }

.rightBnr_blue { background:#e7f1f7; border:1px solid #85b2cd; }
.rightBnr_yellow { background:#f7ffc9; border:1px solid #d7e3b6; }
.rightBnr_purple { background:#fbe8fd; border:1px solid #d37bdd; }
.rightBnr_red { background:#ffeef3; border:1px solid #fb8f8f; }
.rightBnr_green { background:#f5fffb; border:1px solid #84e3ba; }
.rightBnr_brown { background:#fff6ed; border:1px solid #d4b878; }

.sagt_bg { background:#fff url(images/sagt_bg.jpg) no-repeat right center; }

/******Call Real Estate Advertisers free*****/
.cfBx_bg { background:url(images/cfBx_bg.gif) repeat-x; }
.cf_tlink { color:#fff; padding:7px 5px 0; }
.cf_tlink a:link, .cf_tlink a:visited { color:#fff; padding:0 10px; }
.cf_tlink a:hover, .cf_tlink a:active { color:#fff; text-decoration:underline; }
.cfBx_bdy { background:url(images/callfree_img_1.jpg) no-repeat left bottom; border:1px solid #9fb1c1; border-width:0 1px 1px; padding:9px; }
.cf_enq_bg { background:#ea0000; }
.sendEnq { color:#fff; padding:0 12px 7px; }
.bdrLR { border:1px solid #ea0000; border-width:0 1px; padding:5px; }
.call2SellerIForm .input,.call2SellerIForm textarea { padding:0 2px; border:1px solid #c99 }
.pdial_icon { background:url(images/pdial_icon.gif) no-repeat 0px 0px; padding:0 0 0 42px; }
.cf_b1 { background:url(images/cf_b1.gif) no-repeat 10px 7px; padding:0 0 2px 20px; }
.spdial_icon { background:url(images/spdial_icon.gif) no-repeat 5px 0px; padding:3px 0 0 42px; }
.cf_b2 { background:url(images/cf_b2.gif) no-repeat 0px 3px; }
.pl20px { padding-left:20px; }
.ml20px { margin-left:20px; }
.bdrbdR { border-bottom:1px solid #f00; }
.benifitsImg { background:url(images/benifitsImg.jpg) no-repeat 5px top; padding:20px 10px 10px 220px; }
.dial_img { background:url(images/dial_img.jpg) no-repeat 5px center; padding:10px 10px 10px 250px; }
.cf_b3 { background:url(images/cf_b3.gif) no-repeat 2px 5px; }
