/* ZOLL style sheet: ZollStore.css */

/* default text format */
body
{
	margin-top: 0px;
	color: #000000; 
	font-family:Arial;
	font-size: 12px;
}

.productdescription
{
	font-size:11px;
}

/* default links */
A {
	color: #3A7BBE; 
	font-family: arial; 
	font-size: 12px;
	text-decoration:none; 
}

/* standard page footer and links */
.footer {
	color: #959595; 
	font-family: arial;
	font-size: 11px;
}

/* Footer Links */
A.footerlinks {
	color: #636363; 
	font-family: arial; 
	text-decoration:none; 
	font-size: 12px;
	font-weight: bold; 
}
A.footerlinks:hover {
	color: #3A7BBE; 
	font-family: arial; 
	text-decoration:none; 
	font-size: 12px;
	font-weight: bold; 
}

/* product search results */
A.searchresults 
{
	color: #3A7BBE; 
	font-family: arial; 
	text-decoration:none; 
	font-size: 15px;
	font-weight: bold; 
}

A.searchresults:hover 
{
	color: #636363; 
	font-family: arial; 
	text-decoration:none; 
	font-weight: bold; 
	font-size: 15px;
}

.searchresults
{
	color: #3A7BBE;
	font-size: 15px;
	font-weight:bold;
}

.blue
{
	color: #3A7BBE;
}

.whiteonblueheading
{
	background-color: #3A7BBE;
	color: White;
	font-weight:bold;
	text-align:center;
}
