body {
	top:0px;
	left:0px;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url("/images/background.jpg");
	background-repeat: repeat-x;
	font-family: Arial, sans-serif; 
}


h1 {
	font-size:130%;
	font-weight:bold;
}

h2 {
	font-size:120%;
	font-weight:bold;
}

h3 {
	font-size:110%;
	font-weight:bold;
}



a:link, a:visited, a:active a:hover { 
	text-decoration:underline; 
	color:#0000ff; 
	font-weight:bold;
} 

a.info{
	position:relative; /*this is the key*/
	z-index:24; 
	background-color:#eee;
	color:#000;
	text-decoration:none;
}

a.info:hover{
	z-index:25;
	background-color:#ddd;
}

a.info span{
	display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:0px;
	/* changed for new cart layout    left:-175px; */
	left: 175px;
	width:150px;
	border:1px solid #000;
	padding:2px;
	background-color:#fff;
	color:#000;
	font-size:smaller;
	text-decoration:none;
	font-weight:normal;
}



ol.withalpha { list-style-type: lower-alpha }
ol.withnumber { list-style-type: arabic }


.content{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;

}

.copyright{
	text-align:center;
	margin-top:25px;

}

.notes{
	float:right;
	border:1px solid #000000;
	padding:5px;
	margin:5px;
	width:250px;
}

.small{
	font-size:smaller;
}

.viewcart{
	float:right;
}

#topnav{

	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	
}

#topnav a:link, #topnav a:visited, #topnav a:active  { 
	text-decoration:none; 
	color:#ffffff;
	background-color:#000000; 
	border:1px solid #000000; 
	font-weight:bold;
	padding:2px;
	line-height: 2em;

} 

#topnav a:hover{ 
	text-decoration:none; 
	color:#000000;
	background-color:#ffffff;
	border:1px solid #000000; 
	font-weight:bold;
	padding:2px;

} 


/* Shopping Cart Styles */

.infoBox {
  background: #000000;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-size:smaller;
}