.errorText
{
	font-style: arial;
	color: red;
	display : block;
}

.errorTextLarge
{
	font-style: arial;
	color: red;
	display : block;
	font-weight: bold;
	font-size : 10pt;
}

td     {
	font-size: 12px;
	font-family: Arial, helvetica;
	text-decoration: none;
	height: auto;
	font-weight: normal;

}
a      {
	font-size: 12px;
	font-family: Arial, helvetica;
	font-weight: normal;
}
body   { color: black; font-weight: bold; font-size: 10px; font-family: Arial, helvetica; text-decoration: none }
A:link, A:active
{
	COLOR: #000066
}

A:visited
{
	COLOR: #3333CC
}

.banner_heading
{
	font-style: verdana;
	font-size: 28pt; 
	COLOR: #ff0000;
	font-weight: bold; 
	text-decoration: none
}

.banner_text
{
	font-size: 10.5pt; 
	COLOR: #FFFF00;
	font-weight: bold; 
	text-decoration: none
}

.banner_text_white
{
	font-size: 10.5pt; 
	COLOR: #FFFFFF;
	font-weight: bold; 
	text-decoration: none
}
.banner_text_white_small
{
	font-size: 8pt; 
	COLOR: #FFFFFF;
	font-weight: 700; 
	text-decoration: none
}

.heading_standard
{
	COLOR: #bb0000;
	font-weight: bold;
	text-decoration: none;

}
.heading_standard2
{
	COLOR: #000066;
	font-weight: bold;
	text-decoration: none;

}

.table_column_heading
{
	font-size: 10pt; 
	COLOR: #000066;
	font-weight: bold; 
	text-decoration: none
}

.heading_white
{
	COLOR: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;

}

.table_border
{
	border: thin solid #CCCCCC;	
}

.table_bg_1
{
	background-color: #003399;
}
.table_bg_2
{
	background-color: #6699CC;
}
.table_bg_3
{
	background-color: #999999;
}
.table_bg_4
{
	background-color: #CCCCCC;
}
.table_bg_public_menu_bg
{
	background-color: #CCCCCC;
}

.text_normal
{ border: 1px solid black; color: black; font-weight: bold; font-size: 10px; font-family: Arial, helvetica; text-decoration: none }

.text_normal_small
{ color: black; font-weight: bold; font-size: 8px; font-family: Arial, helvetica; text-decoration: none }


.button_text
{
	font-style: arial;
	font-size: 7pt;
	COLOR: #ffffff;
	text-decoration: none;
	font-weight: 100;
	font-family: arial;

}
A.button_text:link
{
	font-style: arial;
    FONT-SIZE: 7pt;
    COLOR: #ffffff;
}
A.button_text:visited
{
	font-style: arial;
    FONT-SIZE: 7pt;
    COLOR: #ffffff;
}
A.button_text:hover
{
	font-style: arial;
    FONT-SIZE: 7pt;
    COLOR: #CCCCCC;
    text-decoration: underline;
}
input {
  border: none
}
.menu_side_text
{
   font-style: arial;
   font-size: 7pt;
   text-decoration: none;
   font-weight: bold;
   font-family: verdana;

}
A.menu_side_text:link
{
   font-style: arial;
   FONT-SIZE: 7pt;
    COLOR: #000066;
}
A.menu_side_text:visited
{
   font-style: arial;
   FONT-SIZE: 7pt;
    COLOR: #000066;
}
A.menu_side_text:hover
{
   font-style: arial;
   FONT-SIZE: 7pt;
   COLOR: #D81E26;
   text-decoration: underline;
}


.top_link_text
{
   COLOR: #ffffff;
   text-decoration: none;
}
A.top_link_text:link
{
   COLOR: #ffffff;
   text-decoration: none;
}
A.top_link_text:visited
{
   COLOR: #ffffff;
   text-decoration: none;
}
A.top_link_text:hover
{
   COLOR: #ffffff;
   text-decoration: underline;
}

/* Stlyes for Product Display */
.unitStyle {
}
.caseStyle {
}
.productHeading {
  font-style: arial;
  font-size: 20px;
  color: #bb0000;
  padding-top: 0;
}
.cartSeparator {
  background-color: #3973AC;
}


/* This is the cell that has the product in it */
.pictureCell {
  padding-top:3px;
}

.menuHeading, .menuItem {
	text-align:left;
	display: block;
	font-size: 11px;
	width:132px;
	color:#000066 !important;
	text-decoration:none;
	line-height:12px;
}	

a.menuHeading {
	background-image: url('/website/images/customer/heading_bg.gif');
	width:150px;
	height:35px;
	font-size:11px;
	font-weight:bold;
	margin-left:1px;
}	

div.menuHeading  {
	padding-top:10px;
	margin-left:8px;
	padding-left:10px;
}


a.menuItem {
	background-image: url('/website/images/customer/menu_square.gif');
	background-repeat:no-repeat;
	background-position: 5px center;
	border-bottom:1px solid #D81E26;
	width:150px;
}

div.menuItem {
	padding-left:13px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}