/* CSS Document */

.finderContentBox {
	float:left;
	width:700px;
	background:#efefef;
	border-top:2px solid #ffffff;
	overflow:hidden;
}
.finderContentBox h3 {
	padding:3px;
}
.finderColLeft1 {
	float:left;
	width:160px;
	padding:10px;
	border-right:2px solid #fff;
	background-color:#e7e7e7;
}

.finderColRight2{
	float:left;
	width:510px;
	padding:7px 0;
}

.finderColLeft3{
	float:left;
	width:100%;
	padding:10px 0px 10px 10px;
}

.finderBoxTop {float:left;
	padding:3px 0px 0px 0px; 
	height:16px; 
}

.finderNoResult {color:#DA202C;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;}
	
.listPointCat strong {font-weight:normal; }

div.colLink{
	float:right;
	padding-top:3px;
}


