.shopProductLine, .shopProductLine2 {
	float: left;
	width: 334px;
	border-bottom: 1px solid #d7d7d7;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
}

.shopProductLine2 {
        width: 480px;
}
.shopProductLine.last, .shopProductLine2.last {
	border-bottom: 0;
}
.shopProductLine p {
	width: 150px;
	font-size: 11px;
}
.shopProductLine .btnLearnMore {
	margin-top: 5px;
}
.shopProductLine .shopCategoryImage {
	float: right;
	width: 178px;
}
.shopSpotlight {
	background-color: #f7f3e8;
	padding: 20px 15px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 30px;
}
.shopSpotlight p {
	width: 290px;
	font-size: 11px;
}
.shopSpotlight .shopSpotlightImage {
	float: right;
	width: 340px;
}
.shopProduct {
	width: 480px;
	clear: both;
}
.shopProduct p {
	font-size: 11px;
}
.shopProduct .shopPrice {
	font-size: 12px;
	font-weight: bold;
        padding:0px 0px 0px 0px;
}
.shopProduct .shopProductImage {
	float: right;
	width: 160px;
	padding: 0 0 0px 40px;
}
.shopProduct .btnAddToCart {
	clear: left;
	padding: 15px 0px 0px 0px;
}
.shopProduct .productDropdowns {
	margin-top: 8px;
}
.shopProduct .qtyDropdown {
	float: left; margin-right: 20px;
}
.purchaseTbl {
	margin-bottom: 15px;
}
