.store_sub_cat, .product_wrapper  {
	width:160px;
	height:190px;
	float:left;
	text-align:center;
	padding-top:12px;
	padding-right:6px;
	border-top:1px solid #b7cb34;
}
/*	.store_sub_cat img, .product_wrapper  img {
		margin-bottom:.3em;
		border:1px solid #fff;
	}
*/

	.store_sub_cat img, .product_wrapper  img {
		margin-bottom:.3em;
		/*border:1px solid #fff; */
	}


	.store_sub_cat a:hover, .product_wrapper a:hover {
		text-decoration:none !important;
	}
	.store_sub_cat a:hover img, .product_wrapper a:hover img {
		border:1px solid #b7cb34;
	}

.store_item_discounted_price { display:none; }

.out_of_stock .product_page_name { color:#FF0000 !important; font-weight:bold; text-decoration:line-through; text-align:left;  }

.store_item_discounted .store_item_original_price { text-decoration:line-through; color:#BFBFBF;}
.store_item_discounted .store_item_discounted_price { font-weight:normal; color:#a60000; display:inline; }

.store_item_group_name { font-weight:bold; margin-bottom:.2em; }