﻿div#basket table {
	border-collapse:collapse;
	width:650px;
}

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;
}

div#basket td.right {
	text-align:right;
}

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#recommendations {
	clear:both;
	border:1px gray dashed;
	padding:4px;
	margin:10px 0;
}

div#recommendations a {
	display:block;
	width:200px;
	float:left;
	margin:4px;
	padding:4px;
	font-size:0.8em;
}

div#recommendations a:hover {
	text-decoration:none;
}

span.title {
	font-size:1.15em;
	font-weight:bold;
}

div#recommendations a span.button {
	display:block;
	color:black;
	background-color:silver;
	border:1px gray solid;
	border-top-color:white;
	border-left-color:white;
	padding:2px 4px;
	text-align:center;
}

div#recommendations a:hover span.button {
	background-color:gray;
	color:white;
	border:1px gray solid;
	border-top-color:white;
	border-left-color:white;
}
