/*Size and formatting of the box itself*/
.centerBoxContentsProducts {
 padding: 10px; 	border: 1px solid #ebebeb; width: 168px;   margin: 0 2px 2px 0; float: left; display:block; text-align: center;
}
@media screen and (max-width: 750px) {
.centerBoxContentsProducts {
width: 100%;
}
}
.listingDescription {
	text-align:left;
}
.listingDescription a {
	color: #EA9731; 
}
.productPrice {
	margin: 5px;
}
h3.itemTitle a {
	font-size: 90%;
}
.productImage {
	
}
.productModel {
	
}
/* this is the more info link made into a button */
.productRead a, .buynowButton3 a {
	display: block; width: 100px; height: 15px;  color: #000000; padding: 2px; margin: 0 auto 0; 
}
/*buy now input box */
input.buyNowInput {
	border: 1px solid red;
}
/* div the buy now button and the more info button are in */
.buynowButton {
	
}
/*if you are using image buttons, you can format the buy now button here */
.butnowButton img {
	
}
.productRead a:hover {
	background-color: #000000; color: #ffffff;
}
/*used for the sorter only */
#gridSorter { list-style: none; margin-left: 0; padding-left: 0;}
#gridSorter li {display: inline; padding-left: 2em;}