@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------- */

/* wc_item_single Start */
#content h1.item_page_title {
	padding-bottom: 10px;
	font-size: 1.5em;
}
#itempage h2.item_name {
	height: auto;
	margin-bottom: 10px;
	/* margin-left: 310px; */
	padding: 5px;
	background-color: #878787;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	border-left:solid 5px #cc2727;
	clear:both;
}

.field_price {
	font-size: 1.2em;
	font-weight: bold;
	float: right;
}

.field_price em.tax {
    font-size: .7em;
	font-weight: bold;
	color: #ED5B14;
}