img#paypal {
	float: right;
/* 	margin: 20px; */
	border: 1px solid #ddd;
}

table#tbasket,
table#tbasket th,
table#tbasket td {
	border: 0 none;
}

table#tbasket {
	margin-bottom: 12px;
}

table#tbasket thead th {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

table#tbasket td {
	border-bottom: 1px solid #444;
}

table#tbasket td a.del {
	display: block;
	background-image: url(/images/trash.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -24000px;
	width: 20px;
	height: 20px;
}

table#tbasket th.qtty,
table#tbasket th.price,
table#tbasket td.qtty,
table#tbasket td.price,
table#tbasket td.totals {
	text-align: right;
}

table#tbasket tfoot {
	background: #f2f2f2;
	font-weight: bold;
}

td#cenvio {
	text-align: right;
}

input.inpt {
	text-align: right;
	width: 40px;
}

input.inpt,
select.inpt {
	font-size: 100%;
}