
	/**
	* table
	*/
	table#cart {
		margin: 0;
		width: 500px;
		}
		
	table#cart th, table#cart td {
		border-top: 1px solid #E7E7E9;
		padding: 3px;
		}
		
	table#cart input {
		width: 30px;
		color: #5E5E5E;
		font-size: 1em;
		border: 1px solid #B4B4B4;
		}
		
	table#cart tr.noborder td {
		border: 0;
		}
		
	table#cart img {
		margin: 0;
		border: 0;
		}
		
	table#cart a {
		line-height: 18px;
		text-decoration: none;
		}
	
	table#cart input.btn {
		border: 0;
		background:0;
		width: auto;
		color: #8DC63F;
		cursor: pointer;
		height: 17px;
		line-height: 17px;
		}
		
	
	
	
	/**
	* buttons
	*/
	.delete {
		width: 9px;
		height: 9px;
		background: url(../../../images/layout/buttons/delete.gif);
		}
		
	table#cart input.update {
		width: 7px;
		height: 9px;
		border: 0;
		background: url(../../../images/layout/buttons/update.gif);
		}
		
	#send {
		width: 80px;
		height: 17px;
		float: right;
		text-align: left;
		margin: 10px 0 0;
		background: url(../../../images/layout/buttons/sendOrder.gif);
		}
		
	#payment {
		width: 92px;
		height: 17px;
		float: right;
		text-align: left;
		border: 0;
		color: #5b5b5b;
		margin: 10px 0 0 10px;
		}
		
	#edit {
		width: 115px;
		height: 17px;
		margin: 10px 0 20px 20px;
		background: url(../../../images/layout/buttons/editContact.gif);
		}
		
	#proceed a, #send a, #edit a {
		height: 17px;
		display: block;
		}
		
	.delete a, .update a {
		display: block;
		height: 9px;
		}
		