html, body { 
	color: black;
	font-family: Palatino Linotype, Helvetica, Sans-Serif;
	font-size: 16px;
	height: 100%; 
	text-align: center;
	margin: auto;
} 
.image { 
	border: none; 
	padding: 0px;
	margin: 0px;
	vertical-align: top;
} 
.bkgdImg {
	border: none; 
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
.productImg {
	margin: 10px;
}
h1 { 
	
	font-weight: bold;
	font-size: 22px;
	font-family: Palatino Linotype, Verdana, Helvetica, Sans-Serif;
}
h2{ 
	font-size: 16px;
	font-family: Palatino Linotype, Verdana, Helvetica, Sans-Serif;
}
#main {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	empty-cells: show;  
	overflow: hidden;	
	margin: auto;        
	width: 800px;
}
#main td, #main tr {
	margin: 0;
	padding: 0;
	border: none;
}
#subNote {
	margin: 0px auto;
	padding: 2px 5px;
	color: white;
	background: url(./images/subnote.gif) bottom left no-repeat;
	text-align: center;
	width: 440px;
	font-size: 80%;
	position: relative;
}
#subNote a {
	color: white;
}
#subNote a:hover {
	color: #ffffff;
}
#productList {
	float: right; 
	padding: 17px 7px 10px 5px;
	margin: 0px 0px 0px 7px; 
	text-align: left; 
	width: 20%; 
	font-size: 75%;
	border-left: 0px solid #ACDDFF;
	border-bottom: 0px solid #ACDDFF;
	
	background-color: #FFFFFF;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter: alpha(opacity=50);
}
#productList a {
	color: green;
}
#productList a:hover {
	color: black;
}
#productList ul {
	color: green;
	margin: 0;
	padding: 0px 5px 0px 25px;
}
#productList li {
	margin: 0;
	padding: 5px 0px;
}
#priceList {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px 5px 0px 25px;
	width: 403px;
}
#navigation {
	background-color: #FFFFFF;
	opacity: 0.5;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.0;
	filter: alpha(opacity=0);
}
#navigation a {
	color: #993333;
}
#navigation a:hover {
	color: #FF9999;
}
#priceList .priceListRow1T {background: url(./images/top1.png) bottom left no-repeat;}
#priceList .priceListRow1M {background: url(./images/mid1.png) top left repeat-y;}
#priceList .priceListRow1B {background: url(./images/bot1.png) top left no-repeat;}
#priceList .priceListRow2T {background: url(./images/top2.png) bottom left no-repeat;}
#priceList .priceListRow2M {background: url(./images/mid2.png) top left repeat-y;}
#priceList .priceListRow2B {background: url(./images/bot2.png) top left no-repeat;}
#display {
	text-align: left;
	margin: 28px 50px 40px 50px;
	padding: 0;
}
#footer {
	font-size: 75%;
	color: #A9A9A9;
	text-align: center;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	clear: both;
}
#footer a {
	color: #A9A9A9;
}
#footer a:hover {
	color: #808080;
}
.popUpLink {
	color: #660000;
	font-weight: bold;
}
#pageDimmer {
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: none;
	opacity: 0.0;
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	filter: alpha(opacity=0);
}
#moreInfo1, #moreInfo2, #moreInfo3, #moreInfo4, #moreInfo5, #moreInfo6, #moreInfo7, #moreInfo8, #moreInfo9, #moreInfo10, #moreInfo11, #moreInfo12, #moreInfo13, #moreInfo14, #moreInfo15,  #loyaltyInfo {
	position:absolute;
	z-index:3;
	display:none;
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	overflow:hidden;
}
.messageBox {
	margin: 0px;
	padding: 2px;
	border: 5px solid #660000;
	width: 100%;
}	
.messageBox td {
	padding: 5px;
	text-align: left;
	cursor: pointer;
}	
.smallNote {
	font-size: 90%;
	float: right;
	font-style: italic;
}
