.buttons {
	width: 740px;
}
.grid {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.tablegrid {
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-style: none;
	border-bottom-style: none;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#listings {
	height: 280px;
	width: 340px;
	overflow: auto;
}
#listings ul {
	list-style: none;
	margin: 0;
	border: none;
	padding: 0;
}

#listings li {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#listings a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	background-color: #CCCCCC;

}
	html>body #listings li a {
		width: auto;
		}

#listings a:hover {
	background-color: #EEEEEE;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-bottom: -10px;
}

