#searchResults {
	float: left;
}

#searchResultsBanner {
	background-image: url('../../images/directory/resultsHeader.png');
	color: white;
	width: 655px;
	height: 27px;
	margin-bottom: 1px;
	text-align: center;
}
#searchResultsBanner span {
	position: relative;
	top: 5px;
}

#searchResultsTable {
	width: 655px;
	border-spacing: 0;
}

#searchResultsTable tr.header {
	height: 33px;
	background-image: url('../../images/directory/columnHeaderBackGround.png');
	width: 655px;
	border: 0px;
}

#searchResultsTable tr {
}

#searchResultsTable td {
	max-width: 200px;
	overflow: hidden;
}

#searchResultsTable tr.light {
	background-color: #ffffff;
}

#searchResultsTable tr.dark {
	background-color: #fafafa;
}

#searchResultsTable td.light {
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#searchResultsTable td.leftlight {
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#searchResultsTable td.rightlight {
	border-bottom: 1px solid #f2f2f2;
	white-space: nowrap;
}

#searchResultsTable td.dark {
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#searchResultsTable td.leftdark {
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#searchResultsTable td.rightdark {
	border-bottom: 1px solid #f2f2f2;
	white-space: nowrap;
}

#searchResultsTable th {
	font-size: 12px;
	text-align: left;
	padding: 0px 8px 0px 8px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: white;
}

#searchResultsTable a.tableHeader {
	color: white;
}

#searchResults th.left {
	border-left: none;
}

#searchResults th.right {
	border-right: none;
}

#searchResultsTable td {
	font-size: 12px;
	color: #000000;
	padding: 15px 8px 15px 8px;
}

#searchResultsTable img.buysafe {
	margin-top: 8px;
}

#searchResultsTable img {
	margin-right: 3px;
}

#searchResultsPagerControl {
	width: 655px;
	text-align: center;
	color: #000000;
	margin-top: 20px;
	vertical-align: middle;
	padding: 5px;
}

#searchResultsPagerControl div {
	padding: inherit;
}

#searchResultsPagerControl span.currentPage {
	color: #8ec73f;
}

