/* CSS Document */
	
	table {
		color: #000000;
		margin: 10px 0;
		border-top: 1px solid #DDDDDD;
		border-left: 1px solid #DDDDDD;		
	}

	td, th {
		border-right: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		padding: 2px 4px;
	}
	
	th {
		background-color: #CCCC99;
		height: 30px;
	}
	
	.product {

	}
	
	.code {
		width: 100px;
		text-align: right;
	}
	
	.price {
		width: 100px;
		text-align: right;
	}
		
	.qty {
		width: 60px;
		text-align: center;
	}
	
	input {
		text-align: right;
	}
	
	input#submit {
		text-align: center;
		}
	
	.right {
		float: right;
	}
		
	#subtotal {
	 margin-left: auto;
	 margin-right: 0;
   width: 250px;
	 text-align: right;
	 padding: 0;
	}
	
	#subtotal td {
		height: 20px;
	}
	
	#subtotal .label {
		font-weight: bold;
	}
	
	#subtotal .value {
		width: 60px;
	}
	
	.quicksale {
		font-size: 11px;
		font-weight: bold;
	}
	
	.quicksale em {
		color: #990000;
		font-style: normal;
	}
	
	.quicksale em.price {
		color: #000000;
		font-style: normal;
		font-weight: normal;
	}