<!--
.text_tiny  {
  font-family: Arial;
  font-size: 9px;
  } 

.text_small  {
  font-family: Arial;
  font-size: 11px;
  }

.text_medium  {
  font-family: Arial;
  font-size: 12px;
  }
  
.text_large  {
  font-family: Arial;
  font-size: 14px;
  }   

.text_huge  {
  font-family: Arial;
  font-size: 18px;
  } 

.text_header_main_nav  {
  font-family: Arial;
  font-size: 15px;
  }   
  
.link_header_sub_nav		{
		font-family: Arial;
		font-size: 12px;
		color: #eeeeee;
		text-decoration: none;
		}	
		
.link_header_sub_nav:hover, .link_header_sub_nav:active	{
		font-family: Arial;
		font-size: 12px;
		color: #dddddd;
		text-decoration: underline;		
		}	
		  
.link_header_my_account		{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: #d1eef9;
		text-decoration: none;
		}	
		
.link_header_my_account:hover, .link_header_my_account:active		{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;		
		color: #deecf2;
		text-decoration: underline;		
		}	
		
.link_header_checkout		{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: #d1f9d2;
		text-decoration: none;
		}	
		
.link_header_checkout:hover, .link_header_checkout:active	{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;		
		color: #def2df;
		text-decoration: underline;		
		}			  
		  
.link_title		{
		font-family: Arial;
		font-size: 14px;
		color: #777777;
		}		
.link_title:hover, .link_title:active		{
		font-family: Arial;
		font-size: 14px;
		color: #999999;
		}	  
  
.link_promo		{
		font-family: Arial;
		font-size: 11px;
		color: #6f4d4f;
		text-decoration: none;
		}		
.link_promo:hover, .link_white:active		{
		font-family: Arial;
		font-size: 11px;
		color: #a16d71;
		text-decoration: underline;		
		}	
		
.link_white		{
		color: #ffffff;
		text-decoration: none;
		}		
.link_white:hover, .link_white:active		{
		color: #eeeeee;
		text-decoration: underline;		
		}	    

.link_footer		{
		font-family: Arial;
		font-size: 11px;
		color: #777777;
		text-decoration: none;		
		}
.link_footer:hover, .link_footer:active		{
		font-family: Arial;
		font-size: 11px;
		color: #999999;
		text-decoration: underline;		
		}
		
.link_filter		{
		font-family: Arial;
		font-size: 12px;
		color: #777777;
		text-decoration: none;		
		}
.link_filter:hover, .link_filter:active		{
		font-family: Arial;
		font-size: 12px;
		color: #999999;
		text-decoration: underline;		
		}		
		
.text_sub_category_link		{
		font-family: Arial;
		color: #777777;
		text-decoration: none;
		}
.text_sub_category_link:hover, .text_sub_category_link:active		{
		font-family: Arial;
		color: #999999;
		text-decoration: underline;
		}			
.text_related_products		{
		font-family: Arial;
		font-size: 11px;
		color: #777777;
		text-decoration: none;		
		}
.text_related_products:hover, .text_related_products:active	{
		font-family: Arial;
		font-size: 11px;
		color: #aaaaaa;
		text-decoration: none;		
		}		
				
.text_product_list		{
		font-family: Arial;
		font-size: 12px;
		}
.text_product_title		{
		font-family: Arial;
		font-size: 15px;
		}			
		

.checkout_form_fields	{
	 border: 1px solid #7f9db9;
	 }

.cart_quantity	{
	 font-family: Arial;
	 font-size: 9px;
	 border: 1px solid #7f9db9;	 
	 }		
		
.highlight { font: bold; }
		


.pop_up_cart_info{
position: relative;
z-index: 0;
text-decoration: none;
}
.pop_up_cart_info:hover{
background-color: transparent;
z-index: 50;
}
.pop_up_cart_info span { /*CSS for enlarged image*/
position: absolute;
background-color: #eeeeee;
padding: 5px;
top: 30px;
left: -390px;
border: 1px solid #aaaaaa;
color: black;
text-decoration: none;
width:400px;
}

.shipping_options_off {
display: none;
}

.shipping_options_on {
display: table-row-group;
}

.shipping_options_selected {
display: table-row-group;
font-color: #000000;
background: #efeeb1;
}

.menu_bkg {
	background-image:url(http://www.elightbulbs.com/pics/bkg_menu.gif);
	background-color: #f5f5f5;
    background-repeat: repeat-x;	
}

 -->