<!--
  Styles used by vendo.
  Do NOT change this file!
  You can override these styles in site.css
-->
.addressFooter
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 8pt;
  width : 70%;
}

.checkoutNav
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 8pt;
}
.checkoutNavCurrent
{
  color : blue;
  text-transform : uppercase;
 	font-weight : bold;
}

.listprice
{
  text-decoration: line-through;
 	font-weight : bold;
}
.ourprice
{
  color : green;
 	font-weight : bold;
}
.saleprice
{
  color : green;
  text-decoration: blink;
 	font-weight : bold;
}
.chargeprice
{
  color : red;
 	font-weight : bold;
}

  .infomsg  
, .warningmsg 
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 9pt;
 	line-height : 11pt;
 	font-weight : bold;
	color : green;
  margin-left: 25px;
}
  .criticalmsg  
, .errormsg 
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 9pt;
 	line-height : 11pt;
 	font-weight : bold;
	color : red;
  margin-left: 25px;
}

.footer
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 8pt;
  text-align : center;
}
.little
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 8pt;
}

.active { color: green; }

A.active:link    { color: green; }
A.active:visited { color: green; }
A.active:active  { color: green; }
A.active:hover   { color: green; }

.inactive { color: red; }

A.inactive:link    { color: red; }
A.inactive:visited { color: red; }
A.inactive:active  { color: red; }
A.inactive:hover   { color: red; }

.adminfootnote {
  color: red;
  font-weight: bold;
  font-size: 8pt;
}

