<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* main */
 

/* listing */
#prop_list #list_border{
	width: 100%; 
	border-bottom: 1px solid #dcdcdc;	
}
#prop_list #list{
	width: 100%;  
}
#prop_list #list_left{
	text-align:left; 
}
#prop_list #list_right{ 
 }
#prop_list .bname a:link{
	font-size: 14px;
	font-weight: 600;
	 
}
#prop_list .bname a:active{
 
}
#prop_list .bname a:visited{
 }
#prop_list .bname a:hover{
	color: #bf6c00;
	text-decoration:underline;
}
#prop_list .info{
	font-size: 12px;	
	padding-top:5px;
}
#prop_list .info td{
	font-size: 12px; 
}

#prop_list .info_bold{
	font-weight: 600;	
}
#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{
	max-width: 100%;
	overflow:hidden; 
	text-align:center;	
	background-color:#e3e3e3;
	
} 
#prop_list .picbr img{
	max-width: 100%;
	max-height:135px;  
} 

#prop_list .pp{
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;	
}



#prop_list .playicon{
	position: absolute;
  left:50%;
  top:45%;
}
#prop_list .playicon img{   
    width: 36px;
    height: 36px; 
    transform: translate(-50%, -50%);
}
#prop_list .div-icon {
  display: block;
  position: absolute;
}
#prop_list .div-icon .icon {
  float: left;
  position: relative;
  top: 10px;
  left:10px;
  margin-right: 6px;
  padding: 0px 10px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  background: rgba(35, 150, 245, 0.8);  
  font-size: 11px;
}

/* nav */
#prop_list #nav_top{
	width: 100%; 
	border-bottom: 1px solid #dcdcdc;	
	padding-bottom:5px;  
}
#prop_list #nav{
	float:right;
	margin-top:5px;
	text-align:right; 
	font-size:12px;
}
#prop_list #nav a{
	display:block;
	float:left;
	border:1px solid #CCC;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	margin-left:3px;
	margin-bottom:3px;
}
#prop_list #nav a:hover{
	TEXT-DECORATION: none
}
#prop_list #nav b{
	color:#F90
}

/* page number link */
#prop_list .stdPrevNext {
	COLOR: #000000;
}
#prop_list A.stdPrevNext:link {
	COLOR: #7e7e7e;
	TEXT-DECORATION: none
}
#prop_list A.stdPrevNext:visited {
	COLOR: #7e7e7e;
	TEXT-DECORATION: none
}
#prop_list A.stdPrevNext:active {
	COLOR: #7e7e7e;
	TEXT-DECORATION: none
}
#prop_list A.stdPrevNext:hover {
	COLOR: #ffff00;
	TEXT-DECORATION: none;
	background-color:#666
}

.navtotal{
	font-size:11px; color:#555555
}
@media (max-width: 500px){ 
	#prop_list #nav{
		float:none;
	}
 
}


@media (max-width: 767px) {
  #prop_list .playicon{
    top:40%;
  }
  #prop_list .playicon img{   
    width: 24px;
    height: 24px; 
  }
  #prop_list .div-icon .icon {   
    top: 8px;
    left:8px;
    margin-right: 4px;
    padding: 0px 6px;
    height: 17px;
    line-height: 19px;
    font-size: 9px;
  }
}</pre></body></html>