﻿

body {
	font-family: Arial;
	font-size: 12pt;
	background-color: white;
}

h1 {
	color: blue;
}

.prodTitle {
	color: green;
}

.listingsTable {
	background-color: #CCFFCC;
	font-family: Verdana;
	font-size: 12pt;
}

.itemdescription {
	position: absolute;
	visibility: hidden;
	width: 200px; 
	z-index: 1;
	font-size: 11px;
	color: gray;
	background-color: #FFFFCC;
}

.itemdescription2 {
	position: absolute;
	visibility: hidden;
	width: 200px; 
	z-index: 1;
	font-size: 11px;
	color: gray;
	background-color: #FFDDCC;
	padding: 5px;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: teal;
	font-weight: bold;
}

.total{
	font-weight: bold;
	font-size: 12pt;
}

	
.viewsource
{
	font-size:8pt; 
	background:#e4e4e4; 
	border:1px solid black; 
	margin:5px 0;
	padding:5px;
	color:black !important;
}

.copyright   
{
	font-size:8pt; 
	margin:5px 0;
	padding:5px;
}

