/* CSS Document */

/* main */
 

/* listing */
#prop_list #list_border{
	clear:both;
	width: 680px;
	height: 190px;
	overflow:hidden;
	border-bottom: 1px solid #dcdcdc;	
}
#prop_list #list{
	clear:both;
	width: 680px;
	height: 200px;
	overflow:hidden;
}
#prop_list #list_left{
	float:left;
	width:480px;
	text-align:left;
	margin-left:10px;
}
#prop_list #list_right{
	float:left;
	width: 180px;	
	text-align:right;
}
#prop_list .bname a:link{
	font-size: 19px;
	font-weight: bold; 
}
#prop_list .bname a:active{
 
}
#prop_list .bname a:visited{
 }
#prop_list .bname a:hover{
	color: #000;
	text-decoration:underline;
}
#prop_list .info{
	font-size: 15px;	
	padding-top:5px;
}
#prop_list .info td{
	font-size: 15px; 
}

#prop_list .info_bold{
	font-weight: 600;	
}
#prop_list .price{
  font-size:19px;
  color:#ff0000
}
#prop_list .ref{
	color: #808080;	
	padding-top:5px;
}
#prop_list .btns{
	cursor:pointer;	
}
#prop_list .igallery{
	text-align:center;	
	height: 20px;
	padding-top: 6px;
	padding-left:1px
}
#prop_list .picbr{
	width: 100%;
	overflow:hidden;
	
	text-align:center;	
	background-color:#e3e3e3;
	
}

#prop_list .pp{
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;	
}

/* nav */
#prop_list #nav_top{
	width: 680px;
	height: 30px;
	border-bottom: 1px solid #dcdcdc;	
	padding-bottom:10px;
	clear:both;
} 