.searchTerms {
	font-weight: bold;
}

.resultsHeader {
	padding-bottom: 5px;
	border-bottom: 1px solid #B4B4B4;
	float: left;
	width: 100%;
}

.resultsHeader .resultsDesc {
	float: left;
}

.pageNavBar {
	float: right;
}

.pageNavBar .currentPage {
	font-weight: bold;	
}

.selectBar {
	clear: both;
	padding-top: 5px;
}

.resultsFooter {
	padding-top: 5px;
	clear: both;
}

.emptyMsg {
	clear: both;
	padding-top: 10px;
}

.productSummary {
	clear: both;
	width: 100%;	
	border-bottom: 1px solid #B4B4B4;
	padding: 10px 0 5px 0;
}

.productSummary .productImage {
	display: block;
	float: left;
	
	margin-right: 5px;
}

.productSummary .productTitle {
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
	
.productSummary .productDesc {
	width: 100%;
	vertical-align: top;
}

