@charset "utf-8";
/* CSS Document */

div#shopper {
	width: 201px;
	position: absolute;
	top: 136px;
	font-size: 90%;
}

div#shopper div#dd {
	height: 26px;
	width: 100%;;
}

div#shopper div#items {
	width: 100%;
	background: url(../images/dropdown/dd-background.gif) bottom right no-repeat;
	clear: left;
	margin: 2px 0;
	display: none;
}

div#shopper div#items img {
	vertical-align: middle;
	margin-right: 4px;
}

div#shopper div#items a {
	display: block;
	padding: 1px 6px;
}
