/* 
  BASIC PUBLIC WEBSITE STYLE
  July 23, 2004
  (bill@siriusweblabs.com)

  Main Site Colors
  ----------------
  BLACK    #000000
  YELLOW   #EAAC22
  L.YELLOW #F7C950
  RED      #CC3333
*/

/* */

.AdCalloutContainer
{
  border: 1px solid #666666;
  width: 200px;
}
.AdCalloutTitle
{
  font-weight: bold;
  font-size: 12px;
  background-color: #F7C950;
  padding: 1px;
  padding-left: 10px;
}
.AdCalloutContent
{
  font-size: 10px;
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.AdCalloutLink
{
  text-align: right;
  padding: 1px;
  padding-right: 10px;
  background-color: #eeeeee;
  font-size: 11px;
}

a,tr.a,td.a
{
  font-size: 11px;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
a:hover,tr.a:hover,td.a:hover
{
  color: #D9AA35;
}
hr
{
  color: #eeeeee;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}
a.PagingLink
{
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
a.NormalLink
{
  font-size: 11px;
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}
a.NavTrailLink
{
  text-decoration: none;
  font-weight: normal;
}
a.NormalLink:hover
{
  color: #D9AA35;
}
body,tr,td
{
  font-family: arial;
  font-size: 12px;
}
.SmallArea
{
  font-family: arial;
  font-size: 10px;
}
a.cookieTrailItem
{
  text-decoration: none;
}
/* Avialable WYSIWYG Styles */

H1
{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
H2
{
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: black;
}
.Heading2
{
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: black;
}
H3
{
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: black;
}
.Heading3
{
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: black;
}
H4
{
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: #CC3333;
}
H6
{
  font-size: 10px;
  color: #CC3333;
  font-weight: bold;
}
a.Manufacturer
{
  text-decoration: none;
  font-weight: bold;
  color: #EAAC22;
}
.Manufacturer
{
  text-decoration: none;
  font-weight: bold;
  color: #EAAC22;
}
.Notice
{
  font-weight: bold;
  color: #000000;
}
/* TEMPLATE TABLE STLES */

.InfoTable
{
  border-collapse: collapse;
  border: 1px solid black;
}
.ColumnTitle
{
  font-weight: bold;
  font-size: 12px;
  background-color: #F7C950;
}
.RowTitle
{
  font-weight: bold;
}
.AltRowTitle
{
  font-weight: bold;
  background-color: #eeeeee;
}
.RowCell
{
  font-weight: normal;
}
.AltRowCell
{
  font-weight: normal;
  background-color: #eeeeee;
}
