table.basket {
	width: 520px; padding: 0px; border-collapse: collapse; font-size: 150%;
	margin-top: 25px; 
	}
table.basket td, table.basket th {
	background-repeat: repeat-x; padding: 3px; text-align: left;
	}
table.basket th {
	background-image: url(../images/body/basket-bg.gif); border-bottom: 1px solid #efe6e0;
	background-position: bottom; height: 30px; padding: 0px; color: #d42;  font-size: 90%;
	}
table.basket td {
	background-image: url(../images/body/basket-bg-td.gif); font-family: 'Trebuchet MS'; background-position: bottom; 
	font-size: 90%; padding-top: 4px; padding-bottom: 4px; color: #a30; 
	}
table.basket td a {
	color: #a30; font-family: 'Trebuchet MS';
	}
input.qty {
	width: 25px;
	}
table.basket td.code {
	font-size: 80%; font-weight: bold; font-family: Verdana; letter-spacing: -1px;
	border-left: 1px solid #efe6e0;
	}
table.basket td.value {
	font-weight: bold; border-right: 1px solid #efe6e0;
	}
table.basket td.blank {
	background-image: none; border: none; border-top: 1px solid #efe6e0;
	}
table.basket td.none {
	background-image: none; border: none;
	}
table.basket td.none select {
	font-size: 80%;
	}
table.basket td.none form {
	display: inline; margin: 0px; padding: 0px;
	}

table.basket th.total {
	text-align: right;
	}
table.basket select.yesno {
	font-size: 80%; border: 1px solid c70#;
	}
form.checkout input {
	border: 1px solid #aaa;
	}
form fieldset {
	padding: 20px; padding-top: 0px;
	}
fieldset legend {
	font-size: 150%; font-weight: bold; color: #a30;
	}
div.element, div.element2 {
	margin-top: 10px;
	}
div.element label.title, div.element2 label.title {
	padding-right: 10px; text-align: right; font-size: 120%; font-weight: bold; width: 60px; display: block; float: left;
	}
span.req {
	color: #a21; font-size: 120%; font-weight: bold;
	}
div.element input {
	width: 200px; font-size: 110%;
	}
div.element input.req {
	background-color: #f4f4f4;
	}
div.element2 input.radio {
	width: 25px; border: none;
	}
div.element2 input.submit {
	border: none;
	}
div.element2 {
	font-size: 125%; font-weight: bold;
	}
div.element1 {
	font-size: 125%; padding: 10px; padding-left: 80px;
	}
fieldset fieldset {
	margin-top: 20px;
	}
fieldset select {
	font-size: 110%; 
	}


#voucher_box {
	font-size: 125%; line-height: 160%; padding: 0px; width: 450px; margin: 20px 50px; text-align: left;
	color: #4a2; font-weight: bold;
	}
#voucher_box span {
	color: #c00; font-size: 100%; letter-spacing: 1px;
	}
#voucher_box form {
	margin: 0px; display: inline; white-space: nowrap;
	}
#voucher_box form label {
	color: #272; font-size: 90%;
	}
#voucher_box form textarea {
	width: 200px; height: 40px;
	}
#voucher_box form input, #voucher_box form textarea {
	font-size: 90%; padding: 1px; border: 1px solid #cdc; background-color: #f4faf4;
	}
#voucher_box form input#voucher_id {
	width: 35px;
	}
#voucher_box form input#voucher_code {
	width: 70px;
	}
#voucher_box form input#use_voucher {
	vertical-align: top; border: 0px solid #fff;
	}


