#cart {
	width: 200px;
	height: 500px;
	display: block;
	border: 0px;
	margin: 0px;
	float: none;
	background-color: #A3A4B6;
}

#cart p { 
	width: 200px;
	height: 20px;
	line-height: 20px;
	float: none;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#cart img { 
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#cart a, #cart a:visited, #cart a:active {
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

#cart a:hover {
	color: #FF0000;
}
