/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ol, ul {
	list-style: none;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:13px;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	background: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

#master {
	width: 990px;
	margin: 0 auto;
}

/* Header */
#header {
	width: 990px;
	margin: 0 auto;
	height: 108px;
}

#logo {
	float: left;
	width: 403px;
	height: 85px;
	margin-top: 13px;
}

#topBanner {
	float: right;
	width: 572px;
	height: 95px;
	margin-top: 4px;
}

/* Menu */
#menu {
	width: 990px;
	margin: auto;
	height: 44px;
	background: url(../images/menu_back.gif) 0 0 no-repeat;
	text-align: center;
}

#menu ul {
	padding: 0 20px;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	float: left;
}

#menu ul li a:hover {
	background: url(../images/menu_hover.gif) 0 1px no-repeat;
}

#menu ul li a span {
	padding: 7px 8px 7px 0px;
	float: left;
	display: block;
	cursor: pointer;
}

#menu ul li a:hover span {
	background: url(../images/menu_hover.gif) right 1px no-repeat;
}

/* Footer */
#footer {
	width: 962px;

	height: 32px;
	background: url(../images/footer_back.gif) 0 0 no-repeat;
	margin-top: 17px;
	margin-bottom: 15px;
	font-size: 11px;
	text-align:center;
	padding: 7px 10px 5px 18px;
}

.copyright {
	padding: 10px 0 0 19px;
}

.terms {
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
}

.terms a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}



#footer ul li {
height: 32px;
		display: inline;
	padding: 15px 10px 5px 18px;
}

#footer ul li a {

	color: #f2f2f2;
	text-decoration: none;
}

#footer ul li a span {
	padding: 4px 4px 4px 0px;
	cursor: pointer;
}


#footer a:hover {
	text-decoration: underline;
}

/* Content */
#content {
	width: 990px;
	margin: 0 auto;
}

/* Left column */
#leftColumn {
	width: 212px;
	float: left;
}

#leftTop {
	width: 212px;
	height: 5px;
	font-size: 0;
	background: url(../images/left_top.gif) 0 0 no-repeat;
}

#leftBot {
	width: 212px;
	height: 45px;
	font-size: 0;
	background: url(../images/left_bot.gif) 0 0 no-repeat;
}

#leftCenter {
	width: 212px;
	background: url(../images/left_center.gif) 0 0 repeat-y;
}

#leftColumn h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 24px 0 21px 0;
}

fieldset.psearch {
	background: url(../images/psearch_top.gif) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0 28px 0;
	position: relative;
}

fieldset.psearch label {
	display: block;
	padding: 0 0 1px 39px;
}

fieldset.psearch select {
	width: 138px;
	font-size: 12px;
	margin: 0 0 10px 37px;
	border: 1px solid #000;
}


fieldset.psearch option {
	padding: 1px 8px;
}

/* Special combos */

/*span.select {
  position: absolute;
  width: 114px;
  height: 21px;
  padding: 0 17px 0 8px;
  color: #000;
  font: 12px/21px arial,sans-serif;
  background: url(../images/select.gif) 0 0 no-repeat;
  overflow: hidden;
  left: 29px;
} */

.comboContainer {
	border: none;
	margin-left: 29px;
}

.comboBack {
	background: url(../images/select.gif) 0 0 no-repeat;
	color: #000;
	padding: 0px 2px;
}

.comboContent {
	top: 2px !important;
}

.comboButton {
	height: 22px;
}

.comboList {
	left: 29px !important;
	background: #fff;
	color: #000;
}

.comboList, x:-moz-any-link {
	margin-top: -22px !important;
}

.comboList {
	*margin-top: 0px !important;
}

fieldset.psearch input.inp {
	border: 1px solid #5d5d5d;
	font-size: 12px;
	background: #bfbfbf;
	margin-left: 29px;
	width: 134px;
	padding: 2px;
}

fieldset.psearch button {
	width: 78px;
	height: 20px;
	border: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

@media all and (min-width:0px) {
		head~body:last-child fieldset.psearch button { padding-top: 4px; }
}

fieldset.psearch button.btnClear {
	background: url(../images/btn_clear.gif) 0 0 no-repeat;
	color: #595858;
}

fieldset.psearch button.btnSearch {
	background: url(../images/btn_search.gif) 0 0 no-repeat;
	text-align: left;
	padding-left: 8px;
	color: #262626;
}

p.btns {
	text-align: center;
	padding-top: 15px;
}

/* Right column */
#rightColumn {
	width: 766px;
	float: right;
}

#rightColumn h1 {

	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 20px 20px 10px;
	font-weight: normal;
}
#rightColumn h2 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0; 
	font-weight: normal;
}
#rightColumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	font-weight: normal;
}
#rightColumn p {
	font-size: 12px;
	line-height:1.5;
}
.contents ul {
	padding-left: 22px;
	padding-top:20px;
	font-size:13px;
}
.contents ul li  {
	background: url(../images/icon_office.gif) 0 3px no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	line-height:1.5;
	font-size:12px;
}
.contents ul li p {
	line-height:1.5;
	font-size:14px;
}

.contents ul li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.contents ul li a:hover {
	text-decoration: underline;
}
.contents ol {
	padding-left: 22px;
	padding-top:20px;
	font-size:13px;
}
.contents ol li  {
	padding-left: 20px;
	padding-bottom: 5px;
	line-height:1.5;
	font-size:13px;
}
.contents ol li p {
	line-height:1.5;
	font-size:14px;
}

.contents ol li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.contents ol li a:hover {
	text-decoration: underline;
}

/* Teasers */
#teasers {
	width: 766px;
	height: 174px;
	margin-bottom: 5px;
}

#teaserBlue {
	background: url(../images/teaser_blue.gif) 0 0 no-repeat;
	width: 253px;
	height: 169px;
	float: left;
	position: relative;
}

#teaserGreen {
	background: url(../images/teaser_green.gif) 0 0 no-repeat;
	width: 260px;
	height: 169px;
	float: left;
	position: relative;
}

#teaserRed {
	background: url(../images/teaser_red.jpg) 0 0 no-repeat;
	width: 253px;
	height: 169px;
	float: left;
	position: relative;
}

#rightColumn #teasers h1 {
	font-size: 20px;
	padding: 22px 22px 12px 22px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#teasers p {
	font-size: 11px;
	padding: 0 22px 10px 22px;
	font-weight: normal;
}

#teasers p strong {
	font-weight: normal;
	text-decoration: underline;
}

a.goon {
	position: absolute;
	left: 22px;
	bottom: 14px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

ul.office {
	padding-left: 22px;
}

ul.office li {
	background: url(../images/icon_office.gif) 0 3px no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

ul.office li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

ul.office li a:hover {
	text-decoration: underline;
}

/* Round listing */
.listing {
	margin-top: 5px;
}

.roundTop {
	width: 766px;
	height: 14px;
	font-size: 0;
	background: url(../images/round_top.gif) 0 0 no-repeat;
}

.roundBot {
	width: 766px;
	height: 14px;
	font-size: 0;
	background: url(../images/round_bot.gif) 0 0 no-repeat;
}

.roundCenter {
	width: 766px;
	background: url(../images/round_center.gif) 0 0 repeat-y;
	position: relative;
}


.listing h2 {
	font-size: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 11px 18px 13px 18px;
	font-weight: normal;
}

.propertyImg {
	float: left;
	background: url(../images/propertyimg.gif) 0 0 no-repeat;
	width: 225px;
	height: 151px;
	margin-left: 16px;
	_margin-left: 8px;
}

.propertyImgBig {
	float: left;
	background: url(../images/propertyimg_big.gif) 0 0 no-repeat;
	width: 370px;
	height: 247px;
}

ul.propertyImgPreview li {
	float: left;
	background: url(../images/propertyimg_preview.gif) 0 0 no-repeat;
	width: 183px;
	height: 123px;
	margin: 0 0 1px 1px;
}

ul.propertyImgPreview li a {
	display: block;
}

.propertyImg .pic {
	width: 217px;
	height: 143px;
	overflow: hidden;
	margin: 4px 0 0 4px;
}

.propertyImgBig .pic {
	width: 362px;
	height: 239px;
	overflow: hidden;
	margin: 4px 0 0 4px;
}

.propertyImgPreview .pic {
	width: 175px;
	height: 115px;
	overflow: hidden;
	margin: 4px 0 0 4px;
}

.propertyInfo {
	float: left;
	padding: 0 17px 0 15px;
	width: 493px;
}
.propertyInfo p {
line-height:1.3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.propertyDetail {
	padding: 0 14px;
}

.propertyInfo .title, .propertyDetail .title {
	border-bottom: 1px solid #7a011c;
	margin-bottom: 13px;
	position: relative;
	line-height:1.5;
}

.propertyDetail .title {
	text-transform: uppercase;
}

.propertyInfo .title strong, .propertyDetail .title strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-right: 15px;
}

.propertyInfo .title .price, .propertyDetail .title .price {
	position: absolute;
	right: 0;
	_right: 17px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

button.fullDetail {
	width: 145px;
	height: 30px;
	background: url(../images/btn_fulldetail.gif) 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	right: 17px;
	bottom: 0;
}

@media all and (min-width:0px) {
		head~body:last-child button.fullDetail { padding-top: 8px; }
}

button.arrange {
	width: 214px;
	height: 30px;
	background: url(../images/btn_arrange.gif) 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	right: 17px;
	bottom: 23px;
}

@media all and (min-width:0px) {
		head~body:last-child button.arrange { padding-top: 8px; }
}

/* Description */
.description {
	margin-left: 14px;
}

.descriptionTop {
	width: 727px;
	height: 9px;
	font-size: 0;
	background: url(../images/descr_top.gif) 0 0 no-repeat;
}

.descriptionBot {
	width: 727px;
	height: 7px;
	font-size: 0;
	background: url(../images/descr_bot.gif) 0 0 no-repeat;
}

.descriptionCenter {
	width: 727px;
	background: url(../images/descr_center.gif) 0 0 repeat-y;
	margin-top: -1px;
}

.descriptionCenter p {
	padding: 0 23px 23px 23px;
	font-size: 14px;
}

ul.descriptionTabs {
	margin: 15px 0 -1px 14px;
	height: 36px;
}

ul.descriptionTabs li {
	float: left;
	display: block;
}

ul.descriptionTabs li a {
	float: left;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/descr_tab.gif) 0 0 no-repeat;
	width: 120px;
	padding: 11px 0 12px 0;
	color: #fff;
	
	text-decoration: none;
}

ul.descriptionTabs li.ui-tabs-selected a {
	background: url(../images/descr_tab_active.gif) 0 0 no-repeat;
}

ul.descriptionTabs li.empty a {
	background: url(../images/descr_tab_empty.gif) 0 0 no-repeat;
	float: left;
		display: block;
		text-align: center;
		text-transform: uppercase;
		font-size: 12px;
	font-weight: bold;
		padding: 11px 0 12px 0;
	font-size: 12px;
	
}


ul.descriptionTabs li a:hover {
	text-decoration: none;
}

.descriptionContent {
	position: relative;
	padding-top: 10px;
}

p.download {
	text-transform: uppercase;
}

p.download a {
	color: #fff;
}

/* Tabs related */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}




.tblRow
{
	width: 100%; min-height: 35px;
}

.tblTextBoxRow
{
	width: 100%; height: 85px;
}

.tblCellLeft
{
	margin-right: 10px; float: left; height: 25px; padding-top: 7px; width: 150px;
}

.tblCellRight
{
	margin-right: 10px; float: left; height: 25px;
}
.textContainer
{
	margin-top: 10px; margin-bottom: 10px;
}
.form fieldset {
	font-family: Arial, Helvetica, sans-serif;border: 1px solid #ccc;
	padding: 2px 0 15px 0;
}

.form fieldset label {
	display: block;
	padding: 0 0 1px 31px;
}

.formfieldset select {
	font-size: 12px;
	margin: 0 0 10px 29px;
	border: 1px solid #ccc;
}

.formfieldset option {
	padding: 1px 8px;
}


.paging_basic a.next{
	padding:0 15px 0 10px !important;
	border:none;
	background:transparent url(/i/arrow_block_right.gif) no-repeat center right !important;
}
.paging_basic a.prev{
	padding:0 10px 0 15px !important;
	border:none;
	background:transparent url(/i/arrow_block_left.gif) no-repeat center left !important;
}
.paging_basic a.results,
.paging_adv a.save_search,
.paging_adv a.change_search,
#crum_holder a.revise{
	padding:0 !important;
	border:none;
	background:transparent none !important;
}
.paging_adv a.save_search{
	background:transparent url(/i/icons/heart.gif) no-repeat left center !important;
	padding-left:17px !important;
}
.paging_adv a:hover.save_search{
	background:transparent url(/i/icons/heart_throb.gif) no-repeat left center !important;
}
.paging_adv a.change_search{
	background:transparent url(/i/icons/revise.gif) no-repeat left center !important;
	padding-left:17px !important;
}
.paging_adv a:hover.change_search{
	background:transparent url(/i/icons/revise_f2.gif) no-repeat left center !important;
}

#about_development{
	background:transparent url(/i/icons/revise.gif) no-repeat left center !important;
	padding-left:17px !important;
	font-weight:normal !important;
}

/* adv paging */
ul.paging_adv{
	height:30px;
	margin-bottom:20px;
}
.paging_adv li{
	display:block;
	float:left;
	margin:0 5px 0 0;
	padding:3px 0;
	font-size:75%;
}
.paging_adv a,
.paging_adv strong,
.paging_adv span{
	text-decoration:none !important;
	margin-right:5px;
	padding:1px 4px;
	border:1px solid #ccc;
	background-color:#000000;
	color:#ffffff;
}
.paging_adv span{
	background-color:#000000;
	color:#000;
}
.paging_adv strong{
	font-weight:normal;
	background-color:#A50127;
}
.paging_adv a:hover{
	background-color:#49587C;
	color:#ff9999 !important;
}
a.distance_from{
	background:transparent url(/i/icons/within.gif) no-repeat left center !important;
	padding-left:17px !important;
}



