﻿/* MAIN MENU classes */
div.MainMenu
{
	width: 107px;
	height: 16px;
	vertical-align: bottom;
	border-left: #555555 1px solid;
}
div.MainMenuHover
{
	width: 107px;
	height: 16px;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border-left: #555555 1px solid;
}
div.MainMenuRight
{
	width: 107px;
	height: 16px;
	vertical-align: bottom;
	border-left: #555555 1px solid;
	border-right: #555555 1px solid;
}
div.MainMenuHoverRight
{
	width: 107px;
	height: 16px;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border-left: #555555 1px solid;
	border-right: #555555 1px solid;
}
a.MainMenuLink
{
	font-family: Arial, Comic Sans MS, technical;
	font-size: 11px;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #2f3587;
	text-transform: uppercase;
}
a.MainMenuLink:hover
{
	font-family: arial, Comic Sans MS, technical;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ff6800;
	text-transform: uppercase;
}

/* SUB MENU classes */
table.SubMenuTable
{
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 175px;
	border: none;
}
div.SubMenu
{
	position: absolute;
	z-index: 100;
	visibility: hidden;
}
div.SubMenuCell
{
	background-color: #829FB0; /*#8fa9b9;*/
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding: 0px 10px 0px 10px;
	height: 20px;
	vertical-align: middle; /*width: 175px;*/
	z-index: 100;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}
div.SubMenuCellHover
{
	background-color: #547385;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	height: 20px;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	z-index: 100; 
	cursor: hand;
}
a.SubMenuLink
{
	font-family: arial,comic sans ms,technical;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
a.SubMenuLink:link
{
	font-family: arial,comic sans ms,technical;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a.SubMenuLink:hover
{
	font-family: arial,comic sans ms,technical;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff; /*#2f3587;*/
	font-weight: bold;
}
a.SubMenuLink:visited
{
	font-family: arial,comic sans ms,technical;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

/* CheckoutTab */
table.CheckOutTab
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 196px;
	border: none;
}

td.CheckOutTab
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2f3587;
	width: 196px;
	height: 16px;
	text-align: center;
	left: 0px;
	top: 0px;
	position: relative;
	padding-left: 0px;
	vertical-align: middle;
	/*border-left: #555555 1px solid;
	border-right: #555555 1px solid;*/
}
td.CheckOutTabHover
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2f3587;
	width: 196px;
	height: 16px;
	text-align: center;
	left: 0px;
	top: 0px;
	position: relative;
	padding-left: 0px;
	vertical-align: middle;
	/*border-left: #555555 1px solid;
	border-right: #555555 1px solid;*/
	cursor: hand;
}
a.CheckOutTab
{
	font-family: Arial, Comic Sans MS, technical;
	font-size: 11px;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #2f3587;
	text-transform: uppercase;
}
a.CheckOutTab:hover
{
	font-family: Arial, Comic Sans MS, technical;
	font-size: 11px;	
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #ff6800;
	text-transform: uppercase;
}

/* Search Breakdown */
div#SearchContainer
{	
	position:absolute;
	overflow:hidden;
	width:210px;
	top:126px;
	z-index:999;
	visibility:hidden;
}
div.SearchBreakdown
{
	position:relative;
	z-index:1000;
	width:100%;
}
table.SearchBreakdown
{
	background-image:url(images/search_bd_body_gr.gif);
	width:210px;
}
td.SearchBreakdownMainGroup
{
	padding-left:0px;
	padding-top:5px;
}
td.SearchBreakdownSubGroup
{
	padding-left:5px;
	padding-top:5px;
}
.SearchBreakdownHeader
{
	padding-top:5px;
	padding-left:3px;
	padding-right:5px;
	height:25px;
}
.SearchBreakdownDefault
{
	font-family:Arial;
	font-size:10px;	
}
.SearchBreakdownFooter
{
    height: 8px;
    vertical-align: top;
    background-image: url(images/search_bd_foot_gr.gif);
    font-size: 1px;
    background-repeat: no-repeat;
}
.sub_search_textbox
{
	font-family: arial;
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-size: 11px;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	background-color: #FFFFFF;
	width:145px;
	height:18px;
}
a.SearchBreakdown_only
{
	font-size: 10px;
	color: #000000;
	font-family: arial;
	text-decoration: none;
}
a.SearchBreakdown_only:hover
{
	font-size: 10px;
	color: #000000;
	font-family: arial;
	text-decoration: underline;
}
.SearchBreackDownDropDownList
{
    font-family: Arial;
    font-size: 11px;
    width: 175px;
}
/* Orange MENU classes */
div.OrangeMenu
{
	width: 107px;
	height: 16px;
	vertical-align: bottom;
	border-left: #555555 1px solid;
	text-transform: uppercase;
}
div.OrangeMenuHover
{
	width: 107px;
	height: 16px;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border-left: #555555 1px solid;
	
}
a.OrangeMenuLink
{
	font-family: Arial, Comic Sans MS, technical;
	font-size: 11px;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ff6800;
	text-transform: uppercase;
}

a.OrangeMenuLink:link
{
	font-family: Arial, Comic Sans MS, technical;
	font-size: 11px;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ff6800;
	text-transform: uppercase;
}
a.OrangeMenuLink:visited
{
	font-family: Arial, Comic Sans MS, technical;
	font-size: 11px;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ff6800;
	text-transform: uppercase;
}
a.OrangeMenuLink:hover
{
	font-family: Arial, Comic Sans MS, technical;
	font-size: 11px;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #2f3587;
	text-transform: uppercase;
}


a.OrangeMenuLink:active
{
	font-family: arial, Comic Sans MS, technical;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ff6800;
	text-transform: uppercase;
}

