#menu .item 
{
	background-color: #ccc;
}

#menu .item
{
	width: 225px;
	border: 1px solid #555;
}

#menu .item img
{
	border-bottom: 1px solid #999;
}

#menu .item p
{
	padding: 0px 0.8em;
	line-height: 1.2em;
	font-size: 0.9em;
}

#menu .item.left
{
	float:left;
}
#menu .item.right
{
	float:right;
}

#basket table td
{
	font-size: 0.75em;
	width: 120px;
}
#basket table tr.header
{
	font-weight:bold;
	border-bottom: 1px solid black;
}

#basket table tr.total
{
	font-weight: bold;
	background-color: #777;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#basket a img
{
	border: 2px solid #151;
}

