h2.didYouMean a {
	color: #000;
}

div#primaryContainer {
	overflow: hidden;
}

div#byCategory {
	border-bottom: 1px solid #EEE; 
	padding-bottom: 20px; 
	margin-bottom: 10px;
	width:740px;
}

div#byCategory ul {

}

div#byCategory ul li {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 2px 20px 2px 20px;
	float: left;
	white-space: nowrap;
	background-color: #EEF1FD;
	font-weight: bold;
	color: #395c95;
}
div#byCategory ul li a {
	text-decoration: none;
	color: #395c95;
}
div#byCategory ul li a:hover {
	color: #C77405;
}

div#byCategory ul li.currentCategory {
	color: #EB8F00;
}
div#byCategory ul li.currentCategory a {
	color: #EB8F00;
	text-decoration: none;
}
div.productHorizontal {
	width: 760px;
	clear: both;
	margin-bottom: 7px;
	height: 125px; /*
	overflow: hidden; */
}
div.productHorizontal p.productDescription {
	margin-bottom: 3px;
}
div.productHorizontal p.itemNumber {
	margin: 0; 
	float: left;
	display: inline; 
	font-size: 11px; 
	background-color: #879BB4;
	padding: 0 3px;
}

div.productHorizontal p.itemNumber a {
	color: #fff;
	text-decoration: none;
}

p.price {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	font-size: 11px;
}

p.releaseDate {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	font-size: 11px;
}

div.productHorizontal h3 {
	font-size: 15px;
	margin-bottom: 3px;
	margin-top: 0px;
}
div.productHorizontal h3 a {
	color: #000;
}

div.productHorizontal img {
	border: 1px solid #000;
	float: left;
	margin-right: 20px;
}

.loadingCategory {
	background-image: url('../img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

#searchResults h2 {
	font-size: 17px;
}

div#pageInfo {
	float: right; 
	width: 250px; 
	font-size: 11px; 
	text-transform: uppercase; 
	margin-top: 5px; 
	text-align: right;
	height: 18px;
}

div#pageInfo div#pageCount {
	display: block;
	float: right;
	width: 100px;
	margin: 0;
	text-align: center;
	overflow: hidden;
	height: 18px;
	padding-top: 0px;
}

a.pageFlip {
	display: block;
	float: right;
	height: 18px;
	background-color: #0068A1;
	padding: 0 4px 3px 4px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
	display: inline-block;
}
