/* ------------------------- */
/* menu only section of css  */
/* ------------------------- */

/* sets up the page and background colour*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding : 0px;
	background: #fff;
	background-repeat: repeat-x;
	}

img {
	border: 0px;
}

/* controls how the normal text links look and feel */
A { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #4e4e4e; text-decoration: none;}
A:link { text-decoration: none; font-weight: bold; }
A:active { text-decoration: none; font-weight: bold; }
A:visited { text-decoration: none; font-weight: bold; }
A:hover { color: #4e4e4e; font-weight: bold; }

/* this controls the status bar's text and background colour */
.menubar {
	background-color: #7FCAF2;
	color: #FFFFFF;
	font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

.searchbox
{
width:80px;
height: 15px;
border: 1px solid #d0d0d0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9px; 
}

.dropdownbox
{
height: 15px;
border: 1px solid #d0d0d0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9px; 
}

/* controls the format of the menu text links */
.MENULINK { font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF; font-size: 8pt; color: #000000; text-decoration: none; font-weight: bold; }
.MENULINK:link { text-decoration: none; font-weight: bold; }
.MENULINK:active { text-decoration: none; font-weight: bold; }
.MENULINK:visited { text-decoration: none; font-weight: bold; }
.MENULINK:hover { color: #FFFFFF; font-weight: bold; }
.MENULINKLOGOUT { font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF; font-size: 8pt; color: #FF0000; text-decoration: none; font-weight: bold; }
.MENULINKLOGOUT:link { text-decoration: none; font-weight: bold; }
.MENULINKLOGOUT:active { text-decoration: none; font-weight: bold; }
.MENULINKLOGOUT:visited { text-decoration: none; font-weight: bold; }
.MENULINKLOGOUT:hover { color: #FFFFFF; font-weight: bold; }


/* controls the text displayed in the menu for titles such as Search For, etc. */
.menuTitlesText {
	color: #4e4e4e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
.searchTitlesText {
	color: #4e4e4e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	}
	
	
/* controls the text displayed as the basket count */	
.basketText {
	color: #000000;
	font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}	

/* controls the text displayed as the basket count when it is full. */
.basketFullText {
	color: #FF0000;
	font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: blink;
	}
	
.inbasket {
	color: #A6CCD0;
	font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF;
	font-size: 7pt;
	font-weight: bold;
}
	
/* ------------------------- */
/* 	   end menu section 	 */
/* ------------------------- */