/*

	NORMAL PRODUCT LIST
	
*/
#product-listing-holder {
	margin-top: 15px;
}
.specials-img table, .product-img td {
	border: none;
	margin: 0;
	padding: 0;
}
.product-img table {
	border-collapse: collapse;	
}
.product-img tr {
	vertical-align: middle;
}
.product-img td {
	text-align: center;
	width: 250px;
	height: 155px;
}
a.product-img {
	border-bottom: 1px dashed #CCC;
	margin: 0 0 5px 0;
	padding: 0;
	width: 250px;
	height: 155px;
	display: block;
}
a.product-img img {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.product-name {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
}
.product-price {
	font-weight: bold;
	font-size: 13px;
	color: #7A7A7A;
}

/*

	SPECIALS

*/
.specials-product-name {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	text-transform: capitalize;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color: #7A7A7A;
}
.productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #FF9700;
}
.productSpecialPrice {
	font-weight: bold;
	font-size: 13px;
	color: #7A7A7A;
}
.productPriceDiscount {
	font-size: 11px;
	font-weight: normal;
}
/*

	PAGE INDICATOR

*/
.pageListing {
	border-bottom: 1px solid #B2B2B2;
	padding: 5px;	
}

/*

	ALL PRODUCTS
	
*/
.submitProducts {
	background: #ffffff url('../images/nav/add-selected.gif') no-repeat top right;
	float: right;
}

.submitProducts button {
	height: 49px;
	width: 329px;
	border: 0;
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	display: block;
}

.submitProducts .add-selected-over {
	background: url('../images/nav/add-selected.gif') no-repeat -115px -60px;
}