#promo-area {
	clear: both;
	position: absolute;
	right: 146px;
	top: 0px;
	width: 175px;
	z-index: 5000;
}

#promo-top {
	background-color: #FFFFFF;
	height: 22px;
	padding: 11px 0 11px 8px;
}

#promo-input {
	border: 2px solid #412262;
	font-size: .9em;
	height: 20px;
	padding: 2px 4px;
	width: 112px;
}

#promo-go-btn {
	background-color: #412262;
	border: 2px solid #140E1B;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	height: 26px;
	padding: 2px;
}

#promo-btm {
	background-color: #412262;
	border-radius: 0 0 0 8px;
	cursor: pointer;
	height: 18px;
	padding: 7px 0;
	text-align: center;
}

#promo-btm img {
	margin-top: 4px;
}

#cart-area {
	background-color: #412262;
	border-radius: 0 0 8px 0;
	color: #fff;
	height: 32px;
	padding: 0;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 0;
	width: 136px;
	z-index: 5000;
}

#cart-area a:link,
#cart-area a:visited {
	color: #fff;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin-top: 2px;
	text-decoration: none;
}

#cart-area a:hover,
#cart-area a:active {
	text-decoration: underline;
}

#cart-area img {
	vertical-align: middle;
}