body {
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: x-small;
  margin: 0px;
}

td, th {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: x-small;
}

.copyright {
  	font-style : italic;
	font-size : 8 pt;
}

.fineprint, .small {
	font-size : 8 pt;
}

.centered {
	text-align: center;
}

TH.centered {
	text-align: left;
	font-size : 20 pt;
}

#rightbar {
	width: 200px;
	float: right;
	border : 1px solid Green;
	font-size: xx-small;
	text-align: center;	
	padding : 1 2 1 2;		
}

#rightbar.index {
	border : 1px solid #333399;
}
#rightbar h2 {
    width: 100%;
	font-weight: bold;
	color: black;
	font-size: large;
	text-align: center;
    display: inline;
	text-decoration: none;
}

#rightbar h5 {
    width: 100%;
	font-weight: bold;
	background-color : Green;
	color: white;
	font-size: xx-small;
	text-align: center;
    display: inline;
	padding : 1 2 2 2;		
	
}
#rightbar.bluebox {
	background-color: #333399; 
	font-size: x-small; 
	font-weight: bold; 
	color: white;
	width: 97%;
}
#rightbar.greenbox{
	background-color: #008000; 
	font-size: x-small; 
	font-weight: bold; 
	color: white;
	width: 97%;
}
#rightbar a {
    font-size: x-small;
	font-weight: bold;
}
#rightbar.index h5 {
	background-color : #333399;
}

h1#producttitle {
		display: inline;
		font-size: medium;
}
h1 {
	font-size: large;
	display: inline;
}
h2 {
	font-size: medium;
	display: inline;	
}
h3 {
	background-color : #009933;
	font-size: x-small;
	color: white;		
	padding : 1 1 1 5;
	width: 175px;
	display: block;
}
#greenbox {
	background-color : #009933;
	font-size: x-small;
	color: white;		
	padding: 1 1 1 5;
	width: 175px;
	display: block;
}


hrbar {
	color:#009933;
	height: 1px;

	width: 500px;
}
h4 {
	display: inline;
	font-size: x-small;
	font-weight: bold;
}
h6 {
	display: inline;
	font-size: xx-small;
	font-weight: normal;
}

.editbutton {
   	color: #FFFFFF;
   	background: #009933;
   	border-color: #009933;
   	font-weight: bold;
	border-style: outset;
	border-width: thin thin thin thin;
	padding: 1 10 2 10;
	text-decoration: none;

}

.price {
	padding: 1 1 1 10;
}


input.button {
   	color: #FFFFFF;
   	background: #009933;
   	border-color: #009933;
   	font-weight: bold;
   	width : 125 px;
	margin: 3px;
}

.savings {
   	color: #C00000;
	font-weight: bold;
}

@media print {
.noprint {display: none;}
#rightbar {float: none;width: 100%;}
#rightbar h5 {
	color: green;
	font-size: small;
	text-align: center;
    display: inline;}
.editbutton {display: none;}
}
@import "/include/cart.css";