.tabcarrinho {
	font-family:Arial, Helvetica, sans-serif;	
	border:1px solid #e7e7e7;
}

.tabcarrinho td {
	padding:4px;	
	border-bottom:1px #efefef solid;
}


.tabcarrinho th {
	padding:4px;
	background:#dbddde;
	border-bottom:1px solid #d1d6d8;	
}


.valorTotal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#063;
	background:#e1e5e7;
	text-align:center;	
}

.iconUpdate {
	text-indent:-9999px;
	background:url(../../images/quote/btnUpdate.png) top no-repeat;
	width:28px;
	height:28px;
	display:block;
	float:right;
	margin-right:4px;
}

.iconRemove {
	text-indent:-9999px;
	background:url(../../images/quote/btnRemove.png) top no-repeat;
	width:28px;
	height:28px;
	display:block;
	float:right;
	margin-right:4px;
}

.djc_quote {
	clear:both;
	padding:4px;	
}

.flLeft {
	float:left;	
}
.flRight {
float:right;			
}

