.store_sub_cat, .product_wrapper  {
	width:160px;
	height:190px;
	float:left;
	text-align:center;
}
	.store_sub_cat img, .product_wrapper  img {
		margin-bottom:.3em;
	}
	.store_sub_cat a:hover, .product_wrapper a:hover {
		text-decoration:none !important;
	}

.store_item_discounted_price { display:none; }

.out_of_stock .product_page_name { color:#FF0000 !important; font-weight:bold; text-decoration:line-through; }

.store_item_discounted .store_item_original_price { text-decoration:line-through; color:#666; }
.store_item_discounted .store_item_discounted_price { font-weight:bold; color:#CC6666; display:inline; }

.store_item_group_name { font-weight:bold; margin-bottom:.2em; }