﻿a
{
	color:#000000;
}
.menu
{
	color:#000000;
	font-size:10pt;
	height:24px;
	font-weight:bold;
	padding-left:10px;
}
a:hover
{
	color:#BBBBBB;
}
body 
{
	margin: 5px 0 0 0;
	font-family:verdana;
	font-size:11px;
	background-color: #F6F6F6;
	background-image: url('/images/BG.jpg');
	background-repeat: repeat-x;
	height:100%;
	color:#000000
}
/* the .text class should be identical to the body tag*/
/* it is used inside other tags. i.e. <a class=text href=....  */
/* when we need to display the normal text*/
.text
{
	margin: 0 0 0 0;
	font-family:verdana;
	font-size:11px;
	color:#000000
}

.red_text
{
	font-family:verdana;
	font-size:11px;
	color:#E7322A
}

input
{
	background-color:#FFFFFF;
	color:#000000;
	
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	font-size:11px;
	font-family:verdana
}
.textarea
{
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-family:verdana
}

select
{
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-family:verdana
}
.page_title
{
	font-size:16pt;
	font-weight:bold;
	font-family:verdana;
	color:#000000
}
.message
{
	font-size:11pt;
	font-weight:bold;
	color:Red
}

.table_header
{
	background-color:#EEEEEE;
	font-size:9pt;
	font-weight:bold;
	font-family:verdana
}
.table_footer
{
	background-color:#AAAAAA;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:bold;
	font-family:verdana
}
.data_row
{
	background-color:#EEEEEE;
	font-size:8pt;
	font-family:verdana
}
.data_row_over
{
	background-color:#FF9999
}

.hidden
{
	border-width:0px;
	border-style:none;
	width:0px;
	height:0px
}

.footer_link
{
	font-family:verdana;
	top:-5px;
	position:relative;
	text-decoration:none;
	font-size:8pt;
	color:#FFFFFF
}
.footer_link:hover
{
	color:#F7D7A5
}
.product_search_title
{
	color:#000000;
	font-weight:bold;
	font-size:9pt
}
.product_search
{
	color:#000000;
	font-size:8pt
}

.retailer
{
	color:#000000;
	font-size:8pt
}
.retailer_over
{
	color:#000000;
	background-color:#000000;
	font-size:8pt
}
.retailer_link
{
	color:#000000;
	font-size:8pt;
	text-decoration:none
}
.menu_link
{
	color:#000000;
	font-size:8pt;
	text-decoration:none
}

.small_grey_bold
{
	font-weight:bold;
	font-size:8pt;
	color:#9D9D9D
}
.grey_bold
{
	font-weight:bold;
	font-size:10pt;
	color:#9D9D9D
}
.small_blue_bold
{
	font-weight:bold;
	font-size:8pt;
	color:#000000
}
.blue_bold
{
	font-weight:bold;
	font-size:10pt;
	color:#000000
}
.menu_button
{
	text-align:center;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:#FFFFFF
}
.menu_header
{
	color:#FFFFFF;
	padding-left:2px;
	height:22px;
	font-weight:bold;
	font-size:8pt
}
.footer
{
	color:#E7322A;
	font-size:8pt
}
.red_link
{
	color:#E7322A
}
.noborder
{
	border:none 0;
}