﻿div#basket table {
	border-collapse:collapse;
	width:580px;
	margin-left:5px;
	background-color:white;
}

div#basket th {
	vertical-align:bottom;
	text-align:left;
	background-color:silver;
	padding:2px 4px;
	border:gray 1px solid;
}

div#basket td {
	padding:2px 4px;
	border:gray 1px solid;
}

a.button {
	display:block;
	padding:5px 10px;
	text-align:center;
	background-color:silver;
	border:1px black solid;
	border-top-color:gray;
	border-left-color:gray;
	font-weight:bold;
	color:black;
	text-decoration:none;
	margin:2px;
}

a.button:hover {
	color:red;
	border-color:black;
	border-bottom-color:gray;
	border-right-color:gray;
}

div#checkout_options td {
	width:150px;
	vertical-align:top;
	padding:10px;
}

div.option {
	font-weight:bold;
}

div.help {
	min-height:60px;
}

div#checkout_options a {
	display:block;
	text-align:center;
	padding:4px;
	background-color:gray;
	border:1px black solid;	
	color:black;
	border-top-color:silver;
	border-left-color:silver;
}

div#checkout_options a:hover {
	color:silver;
}

div#suggestions {
	margin:5px;
	font-weight:bold;
	color:black;
	padding:5px;
	border:1px orange dotted;
}
