
/* -------------------------------------------------
	CARRINHO
   ------------------------------------------------- */
   
   #carrinho, .carrinho
   {
		width: 100%;
   }
   
	#carrinho th, .carrinho th
	{
		height: 25px;
		background-color: #F3F3F3;
		color: #666;
	}
	
	#carrinho td, .carrinho td
	{
		height: 85px;
		border-bottom: 1px dashed #666;
		border-right: 1px dashed #666;
		text-align: center;
	}
	
	#carrinho .smalltd, .carrinho .smalltd
	{
		height: 1px;
		border-bottom: 1px dashed #666;
		border-right: 1px dashed #666;
	}	
	
	#carrinho .subtotal, .carrinho .subtotal
	{
		height: 50px;
		font-weight: bold;
		text-align: right;
	}
	