﻿div#checkout_options {
	text-align:center;
	width:700px;
}

div#checkout_options td.box {
	width:150px;
	/*vertical-align:top;*/
}

div#checkout_options td.or {
	width:50px;
}

div#checkout_options div.option {
	font-weight:bold;
	color:gray;
	height:35px;
	background-color:white;
	border-bottom:1px gray solid;
}

div#checkout_options div.help {
	display:block;
	background-color:#ffffcc;
	color:black;
	height:100px;
	padding:2px;
}

div#checkout_options a {
	display:block;
	padding:2px 4px;
	color:black;
	text-decoration:none;
	text-align:center;
	background-color:silver;
	border:1px white solid;
	border-bottom:1px gray solid;
	border-right:1px gray solid;
	margin-bottom:2px;
}

div#checkout_options a:hover {
	background-color:gray;
	color:white;
}

div#basket table {
}

table.payment_options {
	margin:0 auto;
}
