#resultTable img {
    behavior: url("/htc/pngbehavior.htc");
}

.contactNames {
    float: left;
    width: 7em;
}

.contactValues {
    padding-left: 7em;
}

/* SELECTION WRAPPER */
.selection-wrapper{
	position:relative;
}

/* SELECTION BOXES */
.real_estate_list_select{
	float: left;
	margin: 10px 0;	
	margin-left: 50px;	
	position:relative;
}

.bubble-arrow{
	background: url("../../images/cm2/bubble-arrow-top.png") no-repeat scroll center bottom transparent;
    height: 19px;
    left: 55px;
    position: absolute;
    top: -19px;
    width: 49px;
}

#howList,
#whereList,
#whatList{
	top:40px;
	left:0;
	width: 600px;
	background: #fff;	
	position:absolute;
	z-index: 99;	
	border: 1px solid #799fbd;
	padding: 10px;
	
	/* Shadow */
	-webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.25);        
    box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.25);     
    
	/* Rounded corners */
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

#whereList {
	left:-210px;
}

#whereList .bubble-arrow {
	left: 270px;
}

#whatList{
	left: -415px;
}

#whatList .bubble-arrow {
	left: 475px;
}
.real_estate_list_select h3{
	text-align: center;
}

.arrowRight{
	display: none;
}

#howList{
	width: 300px; 
	min-height:100px;
}

#whereList{
	
}

#whatList{
	
}
.box-bottom-link{
	border-bottom: none !important;
	font-weight: bold;
}

.immo-selection-item{
	width: 30%;
	float: left;
	margin: 3px 7px;	
}

#sell-name,
#city-name,
#object-name,
.single-item{
	display: block;
	margin: 2px 3px 2px 0 ;	
	padding-left: 12px;
	text-align: left;
	background: transparent url('../../images/cm2/bullet-red.gif') no-repeat center left;
}


#sell-name,
#city-name,
#object-name{
	margin-top: 15px;
	margin-left: 7px;
	font-size: 10px;
	font-weight: bold;
}

#sell-name:hover,
#city-name:hover,
#object-name:hover{
	border:0;
	width: 100px;
}

.close-icon,
.close-icon:hover{
	background: transparent url('../../images/cm2/icon-close-dialog.png') no-repeat bottom left;		
	height: 23px;
	width: 23px;
	float:right;
	margin: 3px 3px 0 0 ;
}

.close-icon:hover{
	text-decoration:none !important;
	border-bottom: none !important;
	background-position: 0px 0px;	
}

.search-header-wrapper{
	padding:0 5px 15px 5px;
}

.fieldset{
	line-height: 1.6em;	
	border: 1px dotted #d3d3d3;
	border-left:0;
	border-right:0;
	padding: 20px 0;	
	margin-bottom:20px;
}


.keys ul li {
	padding:0;
	margin-right: 7px;
	background: none;
	float: left;
}

/* RESULTS */
#resultTable{
	
}


.noDisplay{
	display: none;
}

#resultTable tr.list-item-top td,
#resultTable tr.list-item-bottom td{
	padding: 15px 10px;
}
#resultTable tr.list-item-bottom{
	border-bottom: 1px dotted #d3d3d3;	
}

#resultTable td.real_estate_result_image{
	text-align: center;
	width:150px;
}

#resultTable td.real_estate_result_image .no-immo-image{
	background: transparent url('../../images/cm2/bg-immo-no-image.png') no-repeat center left;
	width:100px;
	margin:0 auto;
	height:100px;
}

#resultTable td.real_estate_result_data,
#resultTable td.real_estate_result_description{
	padding-left:15px;	
}

#resultTable td div.data-item-title{
	font-family: "Arial", "Verdana", "Sans Serif";
	font-size: 14px;
	font-weight: bold;
}
#resultTable td div.data-item-city{
	font-weight: bold;
	margin-bottom: 10px;	
}

#resultTable td div.data-item-label,
#resultTable td div.data-item-value{
	width:100px;
	float:left;
}

#resultTable td div.data-item-value.large{
	width:300px;	
}

/* EXPOSÉ */ 

h2.letterpress-light.wide{
	width: 100%;
}

.expose-tab,
.expose-tab-active,
.expose-tab:hover{
	display: block;
	float: left;
	min-width: 50px;
	border: 1px solid #d3d3d3;
	border-bottom: 0;
	background: #fafafa;
	padding: 4px 7px;
	text-decoration: none;
	margin-right: 5px;
   	/* rounded corners */
    -webkit-border-radius: 5px 5px 0 0 ;
	border-radius: 5px 5px 0 0 ;
	outline:none;
}

.expose-tab-active{
	margin-bottom: -3px;
	border-bottom: 1px solid #fafafa;
	font-weight: bold;
	outline:none;
}

.real_estate_expose_details{
	background: #fafafa;
	border: 1px solid #d3d3d3;
	padding: 10px;
	
   	/* rounded corners */
    -webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

.expose-tab:hover{}

@media print {
	#mapDiv {
		page-break-before: always;
	}

	.baseEntryBorder, .baseEntryBorderSmall {
		border: 1px solid #799FBD;
		background-color: #ffffff;
	}

    BODY, DIV {
        font-size: 15px; 
    }

    H2 {
	    font-size: 18px;
    }

    H3 {
    	font-size: 16px;
    }

    H4 {
    	font-size: 15px;
    }

    *+HTML #firstPage {
        height: 29.4cm;
    }
}