body {
    background-color:#ffffff; 
    color:#000000;
    margin: 0;
    padding: 0;
    height: 100%; /*IE hack since IE doesn't understand min-height */
}

#map {
    background-color:#FFFFFF; 
    width: 100%; 
    position : absolute; 
    left:0px; 
    top:61px ; 
    z-index : 1000;
    height: 100%; 
}

#divCoordM {
    width:50px; 
    height:50px; 
    overflow:auto; 
    position:absolute; 
    left:315px;
    top:193px;
    border:2px solid #7399b1;
    background-color : #a2b2d4 ;
}

#divCoordUL {
    width:125px; 
    height:55px; 
    overflow:auto; 
    position:absolute; 
    left:216px;
    top:160px;
    color:black;
    font-family: Verdana, Arial;
    font-size: 11px;
}

#divCoordUR {
    width:125px; 
    height:55px; 
    overflow:auto; 
    position:absolute; 
    left:373px;
    top:160px;
    color:black;
    font-family: Verdana, Arial;
    font-size: 11px;
}

#divCoordLL {
    width:125px; 
    height:55px; 
    overflow:auto; 
    position:absolute; 
    left:216px;
    top:250px;
    color:black;
    font-family: Verdana, Arial;
    font-size: 11px;
}

#divCoordLR {
    width:125px; 
    height:55px; 
    overflow:auto; 
    position:absolute; 
    left:373px;
    top:250px;
    color:black;
    font-family: Verdana, Arial;
    font-size: 11px;
}	

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#headerFiller {
    background-color:#fff ;
    background-image:url(images/header-fill.png);
    background-repeat : repeat-x ;
}

#productsDiv{
    background-color:white;
    background-image:url(images/product_bg.png);
    background-repeat:no-repeat;
    background-position:0% 100%;
    
    position: absolute;
    visibility : hidden;
    z-index : 1003;
    
    -moz-border-radius: 15px;
}

#listTitle {
    position:absolute; 
    left: 20px ;
    top: 25px ;
    color:black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold ;
} 

#divList {
    width:170px; 
    height:230px; 
    overflow:auto; 
    position:absolute; 
    left:20px;
    top: 55px;
    font-family: Verdana, Arial;
    font-size: 11px;
}

#divClose {
    top :327px;
    left : 767px;
    overflow:auto; 
    position:absolute; 
    color:black;
    font-family: Verdana, Arial;
    font-size: 11px;
}			

#divCountry{
    margin : 0 0 0 0 ;	
    padding : 0 0 0 0 ;
    top : 0px;
    left: 10px ;
    width: 470px; 
    position:absolute; 
    color:black;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold ;
}
	
#divQl {
    overflow:auto; 
    position:absolute; 
    top:16px; 
    left:488px; 
    width : 306px ;
    height : 306px ;
    font-family: Verdana, Arial;
    font-size: 11px; 
}

#imgQl {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 11px;
    border:2px solid #a0b2d6;
}
	
#divInfos {
    width:40%; 
    height:25%; 
    position:absolute; 
    top:32px; 
    left:208px; 
    color:black;
    font-family: Verdana, Arial;
    font-size: 11px;
}
	
#divOpacity {
    width : 100%;
    height : 100%;
    margin : 0px;
    left:0px;
    top:0px;
    position : absolute;
    visibility : hidden;
    background-color : #FFFFFF;
    z-index : 1002;
    
    display:block;
}
	
.property_title {
    text-decoration:underline;
}

.property_content {
}

.selectedProduct {
    background-color: #a0b2d6 ;
    color: black ;
    cursor: pointer;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-size: 11px;
}

.unselectedProduct {
    background-color:white ;
    color: black ;
    cursor: pointer;
    font-family: Verdana, Arial;
    font-size: 11px;
}
	
.hiddenInfobulle{
    position: absolute;	
    visibility : hidden;
    border: 0px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFCC;
}
	
.visibleInfobulle{
    position: absolute;	
    visibility : visible;
    border: 0px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFCC;
    color : black;
    z-index : 1001;
    
    background-image:url(images/tip_bg.png);
    -moz-border-radius: 5px;
}	
	
A:hover {
    color:red;
    cursor: pointer;
}


