div#listings {
	width: 100%;
}

div#paidlistings {
	width: 100%;
	margin-bottom: 20px;
}     


div.box {
	padding: 0 1px;
	margin: 0 12px 12px 2px;
	width: 445px;
float: left;
}

div.boxhead, div.boxhead-paid { text-align: left; }

a.boxhead, a.boxhead-paid {
position: relative; top: 5px;
	font-size: 12pt;
}

div.boxhead {
	border-top: 2px solid #aaa;
	border-bottom: 1px solid #999;
	background-color: #dfdfdf;
	height: 30px;
}

a.boxhead {
	padding: 0 2px;
	line-height: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	letter-spacing: -1px;
}

div.boxhead-paid {
  border-top: 2px solid #9bd19a;
  border-bottom: 1px solid #74d645;
  background-color: #e8fce2;
	height: 30px;
}

a.boxhead-paid {
  padding: 0 2px;
  line-height: 13pt;
  font-weight: bold;
  text-decoration: none;
  color: #1a7124;
  letter-spacing: -1px;
}

#searchtop {
	width: 98%;
	min-height: 60px;
}

select.hs {
	display: none;
}

