#basketarea {
	display: block;
	position: fixed;
	top: 10px;
	left: 10px;
}

#basketarea:hover {
	-moz-border-radius: 10px;
	background: #726961;
}

#basketfly {
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	background: white;
}

#basketdd {
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
}

#basketdd2 {
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	background: white;
}
