#main_content table.basket form input.submit {
	margin:0;
	padding:0;
	width:80px;
}

#main_content td.actions {
	width:82px;
}

td {
	padding:2px 4px;
}

#main_content table.basket th {
	padding:8px 4px;
	text-align:center;
}

td.size, td.stock, td.qty {
	text-align:center;
}

td.price, td.total {
	text-align:right;
}


table.basket {

	position:relative;
	font-size:0.9em;
}

td a {
	text-decoration:none;
}

td a:hover {
	text-decoration:underline;
}

td {
	border-top:1px solid #F3EDE6;
}

td.item, td.qty, td.total {
	background:#F1F1F1;
}

.row_style_2 {
	background:#F1F1F1;
}

td.row_style_2.item, td.row_style_2.qty, td.row_style_2.total {
	background:#CCCCCC;
}

td.warning p {
	padding:4px 8px;
	background:#BF3019;
	color:#fff;
}

td.vat {
	text-align:right;
}

form.voucher {
	position:relative;
	margin-right:10px;
}

form.voucher label {
	width:350px;
}

#main_content form.voucher input {
	float:left;
}

#main_content form.voucher input.submit {
	margin:0 0 0 10px;
	padding:0px 4px;
}

input.qty {
	width:30px;
	text-align:center;
}

#main_content form.qty {
	padding:0;
	margin:0;
	width:120px;
}

#main_content td.qty {
	width:120px;
}

body.confirm #main_content td.qty {
	width:40px;
}


body.confirm #main_content form.pay input.submit {
	padding:6px;
	width:auto;
}