.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;
}

.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;
}


.plugin_store_new {
	margin-top: 1px !important;
}

.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 !important;
	display: inline;
}

.store_item_group_name {
	font-weight: bold;
	margin-bottom: .2em;
}

.store_checkout_process { margin-top:2em; }
