/* search results page */
#SearchResults .wrapper {
	float: left;
	width: 946px;
}

.searchresultsheaderwrapper {
	float: left;
	/*width: 106px;*/
	margin-top: 0px;
	background: #222;
}

.searchheader {
	float: left;
	width: 104px;
	margin-left: 2px;
	background: #222;
}

.searchnavigator {
	float: left;
	width: 946px;
	height: 20px;
	background: #f17014;
}

.searchnavigator span {
	display: block;
	margin-left: 14px;
}

.searchresultsfooterwrapper {
	float: left;
	width: 946px;
	height: 20px;
	margin-top: 0px;
	background: #cecccc;
}

.searchresultsfooterwrapper div {
	margin-left: 14px;
}

.searchfooter {
	float: left;
	width: 104px;
	margin-left: 2px;
	background: #222;
}

.searchresultscontent {
	float: left;
	display: block;
	width: 928px;
	margin-left: 2px;
	padding-left: 12px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #fff;
}