/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

a, a:visited
{
	text-decoration:none;
	color:#000000;
}

.item1
{
	background-color:#FF6600;
	float:left;
	height:35px;
	margin:5px;
	width:35px;
}

.item2
{
	background-color:#33FF33;
	float:left;
	height:35px;
	margin:5px;
	width:35px;
}

.item3
{
	background-color:#6699FF;
	float:left;
	height:35px;
	margin:5px;
	width:35px;
}

.item4
{
	background-color:#9966FF;
	float:left;
	height:35px;
	margin:5px;
	width:35px;
}

#cart
{
	border:1px solid black;
	height:175px;
	overflow:auto;
	width:250px;
}