#results {
	float:left;
}

#results .vip {
	background:url(/img/basic/profile/bg_vip.gif) no-repeat;
}

#results div.resLft {
	border:1px solid #CBCDCE;
	cursor:pointer;
	width:257px;
	height:75px;
	margin-left:10px;
	margin-bottom:10px;
	overflow:hidden;
}

#results div.resLft:hover {
	border:1px solid #FF0000;
}

#results div.resRgt {
	border:1px solid #CBCDCE;
	cursor:pointer;
	width:257px;
	height:75px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
}

#results div.resRgt:hover {
	border:1px solid #FF0000;
}

#results div.description {
	text-align:right;
	margin:5px 10px 0 0;
}

#results a.headline {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.vipImgWrapper {
	width:75px;
	height:75px;
	padding:18px 0 0 10px;
}

.paginator {
	margin:10px 10px;
	float:left;
}
.paginator div.lft {
	width:60px;
}
.paginator div.ctr {
	width:386px;
	margin:0px 10px;
	text-align:center;
}
.paginator div.rgt {
	width:60px;
	text-align:right;
}
.paginator .current {
	font-weight:bold;
}
.paginator a {
	text-decoration:none;
}
.paginator a:hover {
	text-decoration:underline;
}
