@charset "utf-8";
#stageProducts {
	height: 3400px;
	width: 800px;
	background-color: #999999;
	margin-right: auto;
	margin-left: auto;
}

#stageProducts #product-navBar {
	height: 430px;
	width: 170px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	padding-left: 35px;
	left: 7px;
	top: 180px;
	padding-right: 22px;
	background-image: url(../images/navwhite.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}
#stageProducts #product-navBar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#stageProducts #product-navBar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#stageProducts #product-navBar a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#stageProducts #product-navBar a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0099FF;
}

#product-navBar #ordernote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: normal;
	font-size: x-small;
	line-height: 2.5ex;
}
table {
	margin-left: 120px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-color: #FFFFB2;
	border-top-width: .1px;
	border-right-width: .1px;
	border-bottom-width: .1px;
	border-left-width: .1px;
	margin-bottom: 100px;
}
caption {
	left: 0px;
	text-align: left;
	padding-left: 10px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: medium;
	background-color: #999999;
	font-variant: small-caps;
	font-weight: normal;
	background-image: url(../images/yellow-tab.png);
	vertical-align: baseline;
}
tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #FFF;
	background-color: #333;
}
#stageProducts #tablediv {
	height: auto;
	width: 800px;
	padding-top: 25px;
}

