div.itens div.produto
{
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px dashed #AAA;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 12px;
	color: #F00;
}

div.itens div.produto a
{
	float: right;
	border: 0px none;
}

div.itens div.descricao
{
	font-size: 10px;
	color: #666;
}

div.itens div.totalizador
{
	text-align: right;
	font-size: 9px;
}

div.itens div.totalizador span.qtde
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

div.itens div.totalizador span.valor
{
	font-size: 16px;
	color: #F00;
	font-weight: bold;
}

div.itens div.total
{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

div.itens div.total div.label
{
	font-size: 10px;
	color: #333;
	padding-right: 45px;
}

div.itens div.total div.valor
{
	font-size: 18px;
	color: #009933;
	font-weight: bold;
}

div.itens div.total img
{
	border: 0px;
}

div.itens div.total div.valor img
{
	vertical-align: middle;
}