@charset "utf-8";
#topBarDiv3 {
	height: 100px;
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	z-index: 10;
	left: 50%;
	background-image: url(jpegs/orderingBar.jpg);
	background-repeat: repeat-x;
	padding-top: 6px;
	top: 16px;
}
#topBarWandName {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FF9B00;
	position: absolute;
	z-index: 20;
	width: 550px;
	left: 0;
	top: 0;
}
#topBarWandPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	position: absolute;
	z-index: 30;
	width: 450px;
	left: 0px;
	top: 40px;
}
#returnDiv3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	position: absolute;
	z-index: 60;
	width: 450px;
	left: 0px;
	top: 76px;
}

#topBarAddToCart {
	position: absolute;
	z-index: 40;
	width: 152px;
	top: 12px;
	right: 0px;
	text-align: center;
}
#topBarViewCart {
	position: absolute;
	z-index: 50;
	width: 133px;
	top: 50px;
	right: 0px;
}
#wandDiv3 {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 126px;
	text-align: center;
}
#wandDiv4 {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 140px;
	text-align: center;
}

#shippingOptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #CCCCCC;
	position: absolute;
	z-index: 80;
	width: 260px;
	left: 570px;
	top: 15px;
	text-align: right;
}






.wandName {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
}
.wandPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
.drop-down-choice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	text-align: center;
}
