.linha {
	width:100%;
	background-color:#F3F3F3;
	height:100px;
	border: 1px solid #CCCCCC;
}

.img{
	padding: 10px;
	cursor:pointer;
}

.nome_produto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	color:#333333;


}
.informacoes{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#030;
	line-height:20px;
	padding-left:20px;
}
#qtd{
	float:left;
	width:50px;
	line-height:100px;

}
#remover{
	float:left;
	width:40px;
	line-height:100px;
}
.qtd{
	width: 40px;
	border: 1px solid #999999;
	text-align:center;
}
.preco_unitario{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
}
.subtotal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
}
#dadoscliente{
	width:100%;
	height:120px;
	padding-left: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#btcontinuar
{
	float:left;	
	width:180px;
}
#btfinalizar
{
	float:right;
	width:180px;
	margin-top:10px;
}
#btcontinuar2
{
	float:left;	
	width:180px;
}
#btfinalizar2
{
	float:right;
	width:180px;
}

.refresh{
	line-height:10px;	
	
}

.prod_titulo{
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#006600;
	color:#FFFFFF;

}
.totais{
	height:25px;
	background-color:#CCCCCC;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}
.caixacep{
	border: 1px solid #999999;
	width: 70px;
}
.frete{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	color:#333333;
	height: 25px;
}
.vermelho
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
}

