/* modal divs smf maybe searchpages descriptions */


div.modal {
	width:630px;
	height:700px;
	background:URL(/images/inplace/shadow.png) no-repeat;
	text-align:center;
	padding-top:10px;
	position:absolute;
	top:100px;
	left:100px;
	_background:URL();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/inplace/shadow.png', sizingMethod='scale');
	display:none;
	z-index:10;
	overflow:hidden;/*must have*/
	}
div.modal iframe, div#mapsearch iframe{
	display:none;
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:620px;/*must have for any big value*/
	height:600px/*must have for any big value*/;
	}
div.modalContent {
	display:none;
	position:absolute;
	top:100px;
	left:100px;
	width:630px;
	height:700px;
	margin:auto;
	z-index:13500;
	}
div.modalContent1 {
	display:none;
	position:absolute;
	top:70px;
	left:50px;
/*	width:730px;
	height:700px;*/
	margin:auto;
	z-index:14000;
	}
div.modalContent1 div {
/*	width:710;
	height:690px;*/
	margin:10px 0 0 10px;
	z-index:14000;
	background:#fff;
	border:1px solid silver;
	}
div.modalContent button.modalClose, div.modalContent1 button.modalClose {
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	width:21px;
	height:21px;
	border:0;
	background:URL(/images/inplace/map/close_pop.png) no-repeat;
	_background:URL();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/inplace/map/close_pop.png', sizingMethod='scale');
	}
div.modalContent button.modalClose:hover, div.modalContent1 button.modalClose:hover {
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	width:21px;
	height:21px;
	border:0;
	background:URL(/images/inplace/map/close_pop_over.png) no-repeat;
	_background:URL();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/inplace/map/close_pop_over.png', sizingMethod='scale');
	}
div.modalContent h2 span.modalContentH2 {
	background:URL(/images/inplace/general_bar.gif) no-repeat;
	width:608px;
	height:30px;
	line-height:30px;
	font-size:12pt;
	font-weight:bold;
	color:#fff;
	padding-left:7px;
	position:absolute;
	left:11px;
	top:10px;
	text-align: left;
	}
div.modalContent h2 div.modalContentH2div {
	position:absolute;
	right:20px;
	top:17px;
	font-size:11pt;
	color:#fff;
	font-weight:bold;
	}
div.modalContent h2 div.modalContentH2div span {
	font-size:10pt;
	color:#fff;
	font-weight:normal;
	}
div.modalContent h2 div.modalContentH2div span.modalContentH2divspan {
	font-size:11pt;
	color:#fff;
	font-weight:bold;
	}
div.modalContent div.allcontent {
	background:#fff;
	width:600px;
	_width:608px;
	height:632px;
	_height:640px;
	position:absolute;
	left:11px;
	top:40px;
	padding:4px;
	}
	
	
	


div.allcontentPhoto {
	position:absolute;
	left:5px;
	top:5px;
	width:201px;
	height:134px;
	}
div.allcontentText {
	position:absolute;
	left:215px;
	top:5px;
	width:385px;
	height:150px;
	}
div.allcontentText * {
	text-align:left;
	}
div.allcontentText h3 {
	font-size:11pt;
	padding-bottom:9px;
	}
div.allcontentText p.allcontentTextMain {
	margin-bottom:9px;
	height: 86px;
	width: 385px;
	overflow: auto;
	}
div.allcontentText p.allcontentTextSpecial, div.allcontentText p.allcontentTextSpecial span {
	font-size:8pt;
	color:gray;
	}
div.allcontentType {
	position:absolute;
	right:5px;
	top:5px;
	text-align:right;
	font-size:13px;
	}
div.allcontentButtons {
	position:absolute;
	left:5px;
	top:165px;
	height:40px;
	}
div.allcontentButtonsDynamic {
	position:absolute;
	left:5px;
	top:215px;
	width:595px;
	height: 420px;
	text-align:center;
	}
div.allcontentButtonsDynamicPhoto {
	width:585px;
	height:390px;
	margin:0 auto;
	margin-bottom:5px;
	position: relative;	
	}
	
h3#div_panel_apartment_details {
	float:left;
	}
div#div_panel_apartment_total {
	float:right;
	font-size:8pt;
	color:gray;
	padding-top:2px;
	padding-left:5px;
	text-align:right;
	}
div#div_panel_apartment_total * {
	text-align:right;
	}
p#div_panel_long_description {
	float:none;
	clear:both;
	margin-top:5px;
	}