html {
     overflow: -moz-scrollbars-vertical;
}
body{
	background-image:url('../img/bg.gif');
	/*background-repeat:no-repeat;*/
	margin:0px;
}
body, td, p, select{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	
}

h1{
	font-size:15px;
	color:#0066CC;
	border-bottom:1px dotted #0066CC;
	margin-bottom:5px;
	padding-top:5px;
	padding-left:24px;
	background-image:url('../img/h1.gif');
	background-repeat:no-repeat;
}
input,textarea{
	border:1px solid #0066CC;
	font-size:12px;
	padding:2px;
	font-family:Arial;
}
button{
	font-size:12px;
	background-color:#0066CC;
	color:#FFFFFF;	
}
a{
	color:#0066CC;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	text-align:justify;
}

#mainTable{
	background-color:#FFFFFF;
	width:940px;
	border: solid 2px #FFFFFF;	
}

#mainTd{
	vertical-align:top;
	padding-left:4px;
	padding-right:4px;
	width:780px;
}




h2 {
	color:#4F6AA8;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	padding-top:5px;
	border-bottom: dashed 1px #4F6AA8;
	padding-left:24px;
	background-image:url('../img/h1.gif');
	background-repeat:no-repeat;
}

#mainContainer{
	background-color:white;
	width:780px;	
	padding:4px;
}

.detailDesc {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	/*height:125px;
	vertical-align:middle;*/
	text-align:justify;
	padding-top:8px;
}

.detailTdLt, .detailTdRt{
	height:22px;
	border-bottom:1px solid #CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:2px 0px 0px 4px;
}
.detailTdRt {
	font-weight:bold;
}
.smallFont{
		font-size:11px;
}

.galleryThumbs {
	border:1px solid #4F6AA8;
	display:block;
	float:left;
	height:65px;
	width:74px;
	margin:0pt 4px 0px 0pt;
}

.selectedProp{
	border: 1px solid red;
}

.player{
	 padding-top:5px;
	 padding-bottom:5px;
	 align:center;
}

.priceDiv{
	width:200px;	
	border:solid 2px green;
	text-align:justify;
	padding:3px;
	background-color:#EEEEEE;
}



.buttonFullAd {
	background:transparent url(../img/re_btn_orange_bg.gif) repeat scroll 0%;
	cursor:pointer;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:18px;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	text-align:center;
	width:160px;
}
.button90 {
	background:transparent url(../img/re_btn_orange_bg_90.gif) repeat scroll 0%;
	width:90px;
}
.button75 {
	background:transparent url(../img/re_btn_orange_bg_75.gif) repeat scroll 0%;
	width:75px;
}
.buttonFullAd a{
	color:white;
	text-decoration:none;
}

#spanPrice{
	font-size:14px;
	font-weight:bold;
}

.footer{
	border-top:dashed 1px #4F6AA8;
	text-align:center;
	width:100%;
}

/**********************************************************************
 * List of properties
 **********************************************************************/

	.listProperties{
		background-color:#ECECEC;	
		padding:4px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px; 
	}
	.listProperties a{
		color:#0066CC; 
		text-decoration:none;
	}	
	.listProperties a:hover{
		text-decoration:underline;
	}		
	.listPropertiesSep{
		border-bottom: dashed 1px #0066CC;
	}	
	.listPropertiesTitle{
		font-size:13px; 
		font-weight:bold; 
		color:#0066CC;
		padding-bottom:4px;
	}

	.listPropertiesPrix{ 
		font-size:14px;
		font-weight:bold;
	}
	.listPropertiesRight{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;	
		text-align:right;
		width:270px;
		vertical-align:middle;
		padding:4px;
	}	
	.listPropertiesOdd{ 
		background-color:#FFFFFF;	
	}
	.photo{
		border: 2px solid #FFFFFF;
	}
	
/**********************************************************************
 * Search bar
 **********************************************************************/

	.searchBar{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px; 
		background-color:#ECECEC;
		border: 1px solid #0066CC;
		padding:2px;
		width:100%;
	}
	
	.searchBar a{
		text-decoration:none;
		color:#0066CC;
	}

	.searchBarMoveSelect{
		color:#FF0000;
		border: 1px solid #FF0000;
	}
	
	/**********************************************************************
 * Menu
 **********************************************************************/
 
 	.menuDiv{
		border:solid 1px #C5D2DB;
		width:150px
	}
	.menuTable{
		width:100%;
	}
  	.menu1{
		font-family: Arial, sans-serif;
		font-size:13px;
		text-align:left;
		background-image: url('../img/gradBlue.gif');
		background-repeat:repeat-x;
		font-weight:bold;
		color:#666666;
		padding-left:3px;
	}
	.menu1 a,
	.menu2 a{
		text-decoration:none;
		color:#666666;
	}
	.menu1 a:hover,
	.menu2 a:hover{
	color:#666666;
		text-decoration:underline;
	}		
	.menu2{
		font-family: Arial, sans-serif;
		font-size:12px;
		padding-left:12px;
		padding-top:1px;
		padding-bottom:3px;
		color:#666666;
		background-image: url('../img/bullet.gif');
		background-repeat:no-repeat;
	}
	
	.top{
		background-image:url('../img/top.jpg');
		background-repeat:repeat-x;
		vertical-align:bottom;
		height:130px;
	}
	
	.separator{
		border-bottom: 1px dashed #0066CC;
		padding-bottom:5px;
	}
	.separatorTop{
		border-top: 1px solid #0066CC;
	}

	/**********************************************************************
 * Favorite
 **********************************************************************/	
	.tdFavorite{
		background-color:#dfecf2;
		border:solid 1px #C5C2DB;
	}
 
