BODY { padding: 0; margin: 0 }

DIV.item-label {
	color:#000000; font-family: Tahoma, Verdana, sans-serif; font-size: 12pt;
	border: dotted 1px #cccccc;
	float: left; 
	width: 500px;
	height: 300px;
	padding: 20pt; 
}

DIV.title { 
 font-size: 14pt;
 margin-bottom: 5px;
 font-weight: bold;
}

DIV.anouns {
 margin-bottom: 10px;
}

DIV.brand {
 margin-bottom: 20px;
 font-size: 10pt;
}

DIV.price {
	margin-bottom: 20px;
}

SPAN.price {
	font-size: 18pt;
	font-weight:bold;
}

SPAN.old-price {
	text-decoration: line-through;
	font-size: 18pt;
	font-weight: bold;
	color: #999999;
}

SPAN.new-price {
	font-size: 18pt;
	font-weight: bold;
}

SPAN.discount {
	display: block;
	margin-left: 50px;
}

DIV.barcode { 
 float: none;
 position: absolute;
 margin: 10px 0 0 100px;
 padding: 0;
}

