/*
body {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
}
*/

.hidden, hr {
	display: none;
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

h4 {
	font-weight: bold;
	font-size: 18pt;
}

h5 {
	font-size: 14pt;
	line-height: 17pt;
	font-weight: bold;
}


p.introduction {
	font-size: 11pt;
	line-height: 14pt;
}

ul.normal li {
	font-size: 11pt;
}

.button span {
	line-height: 11px;
	font-size: 10pt;
}


.indent_container p {
	font-size: 11pt;
	line-height: 14pt;
	margin: 0;
}

p.indent_container {
	font-size: 11pt;
	line-height: 14pt;
}

#product_container #prod_nav_container #prod_nav ul li {
	font-size: 11pt;
	line-height: 11pt;
	text-transform: uppercase;
}


/* Latest sold and Latest articles -----------------------------------------*/

#latest_sold h3,
#latest_articles h3 {
	font-size: 11pt;
	line-height: 12pt;
}

#latest_sold dl dt,
#latest_articles dl dt {
	font-size: 11pt;
}

#latest_sold dl dd,
#latest_articles dl dd {
	font-size: 11pt;
}

.article p.byline {
	font-size: 11pt;
}

.article p.date {
	font-size: 11pt;
}

.article h4 {
	font-size: 36pt;
	line-height: 38pt;
}

.article h5 {
	font-size: 11pt;
	line-height: 14pt;
}

.article p {
	font-size: 11pt;
	line-height: 14pt;
}

.article p.introduction {
	font-size: 13pt;
	line-height: 16pt;
}

.article .fact h5 {
	font-size: 11pt;
}

.article .fact p {
	font-size: 11pt;
	line-height: 15pt;
}

#right_container .product_name h4.name,
#print_version .product_name h4.name {
	font-size: 16pt;
	line-height: 18pt;
}

#right_container .product_name span.type,
#print_version .product_name span.type {
	font-size: 16pt;
}

#right_container .product_name strong.price,
#print_version .product_name strong.price {
	font-size: 34pt;
}

/* Receipt ----------------------------------------------------------------*/

.receipt h4 {
	font-size: 18pt;
	line-height: 20pt;
	display: block;
}

.receipt h5 {
	margin: 0;
	font-size: 11pt;
	font-weight: bold;
}

.receipt .r_product {
	margin: 0 0 20px 0;
	width: 480px;
}

.product_listing {
	display: block;
	width: 500px;
	float: left;
	margin: 10px 0 0 -15px;
	padding: 1px 0 0 0;
	font-size: 1px;	
	page-break-after:always;
}


hr.receipt {
	display: block;
}

.receipt p {
	padding: 0;
	font-size: 10pt;
	line-height: 14pt;
}

.receipt p strong {
	display: block;
	font-weight: bold;
}

.receipt p.column_1 {
	clear: both;
	float: left;
	width: 250px;
}

.receipt p.column_2 {
	width: 220px;
	float: left;
}

.receipt p.total {
	padding-top: 5px;
	clear: both;
	width: 480px;
	font-size: 13pt;
	font-weight: bold;	
}

.receipt p.total strong {
	float: left;
}

.receipt p.total span {
	float: right;
}
.discountColorPrint {
	color: #ed0f00;
}
