/* hard-coded colors layout colors and image. */
 
/* --- Header --- */ 
#navContainer 
	{
	border: 1px solid #ccc;
	background-color: #FDFFF5;
	}   
#searchBox 
	{
	BORDER-LEFT: 1px solid #996 ;
	}	
#searchBox input 
	{
	color: #777;
	}	

/* --- Left Column --- */ 
#subContentA h4, #subContentB h4 
	{
	color: #748569;
	}

.selectMenu select, selectMenu option  
	{
	color: #777;
	background-color: #FDFFF5;
	border:1px solid ccc;
	}

/* News Ticker */	
#ticker {
	margin: 25px 0 0 0px;
	}
#tickerOne, #tickerTwo {
	margin:10px 0px 10px 0px; 
	padding:0;
	}
	

/* --- Left Column --- */ 

/* Shopping Cart roll-over button */
#navEcommerce 					
	{
  	height: 68px;
  	width: 150px;  
  	background-image: url('../images/bgShopping.gif');
	}
#navEcommerce a 
	{ 
	text-decoration: none;
	}
#navEcommerce a span 			/* hide the link text */
	{ 
	visibility: hidden; 
	text-decoration: none;
	}

a#navCart 						/* Define anchor areas */
	{
	position: absolute;
	height: 16px;
	width: 150px;
	}	
a#navWishlist 
	{
	position: absolute;
	top: 40px;
	right: 0;
	height: 29px;
	width: 149px;
	}		

a#navCart:hover 				/* Apply Hovers */
	{ 
	background-image: url('../images/bgShoppingCartOn.gif'); 
	}
a#navWishlist:hover 
	{ 
	background-image: url('../images/bgShoppingWishlistOn.gif'); 
	}

/* Required for bug in IE. OK to list all links together. */
a#navCart:hover, a#navWishlist:hover { border: none; } 

#basketTotal 
	{
  	position: absolute;
  	top: 19px;
  	right: 0px;
  	width: 148px;
  	text-align: center;
	}
#basketText 
	{
    position: absolute;
    top: -999em;
    left: -999em;
	}

	
/* Login Box  */

#loginForm fieldset 
	{
	border: none;
	}
#loginForm legend 
	{
	margin-left:-8px;
	color: #748569;
	} 
#loginForm .formField, #loginTable .formField 
	{
	BORDER: 1px solid #ccc;
	}
#loginForm .formFieldcheckbox 
	{
	COLOR: #ccc;
	BACKGROUND-COLOR: white;
	}
	 
#loginForm .submit
	{
	margin: 4px 0 4px 0;
	}
	
.formButton {
	BORDER: 1px solid #ccc;
	background-color: #FDFFF5;
	text-align : center;
	padding: 1px;
}




/* FOOTER */
#footerContainer 
	{
	border-top: 1px solid #ccc;
	color: #777;
	}
#footerContainer a 
	{
	color: #777;
	text-decoration: none;
	}
#footerContainer a:hover 
	{
	text-decoration: underline;
	}
#footerText 
	{
	margin-top: 5px;
	color: #777;
	text-decoration: none;
	}
#copyright p 
	{
	margin-top: 0;
	color: #777;
	text-decoration: none;
	}

.caution 
	{
	COLOR: #ff6600; 
	FONT-WEIGHT: bold;
	}

.adminLink 
	{
	COLOR: #DAA520;	
	}

.formField 
	{
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 4px;
	border: 1px solid #666666; 
	}
