@CHARSET "UTF-8";

/* houses panel */

.houseWrap{
	padding: 5px;
	width: 210px;
	border: 1px solid #e8d7bb;
	background-color: #fee9b4;
	margin-right: 0px;
	font-size: 0.8em;
}

#houseImage{
	padding-right: 0px;
	display: inline-block;
	float: left;
	height: 60px;
	width: 90px;
}

.houseDescription{
	font-size:9px !important;
	font-weight:normal !important;
	width: 21px;
	position: relative;
}
/******Mozilla**/
[id]#houseDescTitle{
	/*	position:relative; width:500px; height:500px; */ 

	position:relative;
	left:10px; top:0px; 
	width: 90px;
	text-align: left;
	/* left: 96px;*/
	font-size:9px ;
}
/**Für den IE-6*/
#houseDescTitle{
	position:static;
	left:0px; top:0px; 
	width: 90px;
	text-align: left;
	/* left: 96px;*/
	font-size:9px;
	
}
[id]#houseDescData{
	/* position: absolute;*/ 
	position:relative;
	left:10px; top:0px; 
	width: 50px;
	text-align: right;
	/*right: 0px; */
	font-size:9px;
}
/**Für den IE-6*/
#houseDescData{
	/* position: absolute;*/ 
	position:static;
	top:0px; 
	width: 50px;
	text-align: right;
	/*right: 0px; */
	font-size:9px;
}


.houseActions{
	font-size:9px ;
	width: 210px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 5px;
	/* clear: both; 	*/
}


#houseInfo{
	position:static;
	left:-500px; top:-50px; 
	width: 70px;
	text-align: left;	 
	color: #84260a;
	text-decoration: underline;
}
[id]#houseInfo{
	position:relative;
	left:0px; top:0px; 
	width: 50px;
	text-align: left;
	color: #84260a;
	text-decoration: underline;
}
/**Für den IE-6*/
#houseOrder{
	position: static;
	width: 100%;
	right: 0;
	color: #84260a;
	font-weight: bold;
	margin-left:48px;
	
	
}
[id]#houseOrder{
	position: relative;
	width: 100%;
	right: 0;
	color: #84260a;
	font-weight: bold;
	margin-left:55px;
	
	
}

.housePrice{
	font-size:9px !important;
	margin-top: 15px;
	padding-top: 5px;
	/*right: 0;*/
	background-color: #fef1d1;
	/*text-align: right;*/
	height: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	width: 100%;
}

.houseTitle{
	font-size:10px !important;
	padding-bottom: 10px;
	color: #84260a;
	font-weight: bold;
}

.houseTable{
	padding-left: 0px;
	margin-left: -2px;
	clear:both;
	padding-top:0px;
	margin-top:0px;
}

.housesNavi{
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top:0px;
	clear:both;
	width:442px;
	border: 1px solid #e8d7bb;
	background-color: #fee9b4;	
}

.image-bg{
	background-color: #ffffff; 
	border: 1px solid #e8d7bb; 
	width: 80px; 
	height: 80px;
}

.image-bg-upd{
	background-color: #ffffff; 
	border: 1px solid #e8d7bb; 
	width: 80px; 
	height: 110px;
}

.image-bg-big{
	background-color: #ffffff; 
	border: 1px solid #e8d7bb; 
	width: 420px; 
	height: 420px;
}