
#generic_text {
	font-family: Arial, sans-serif;
	font-size: 11px;

	line-height: 18px;
	
}

#prod_categories_text {
    font-family: Arial, sans-serif;
	font-size: 11px;

	line-height: 16px;
}
#prod_categories_text a {
  text-decoration: none;
  color: black;  
}


#hot_product_text {
  font-family: Arial, sans-serif;
	font-size: 11px;

 line-height: 16px;
  color: #ff9900;
}
#hot_product_text a {
  color: #ff9900;
  text-decoration: none;
}
#hot_product_text a:hover {
  text-decoration: underline;
  
}

#generic_text p {
	padding: 2px 10px 2px 10px;
	color: #333333;
}

  

#generic_text p a{
	color: #ff9900;
	text-decoration: none;
}
#generic_text p a:hover {
  text-decoration: underline;  
}

#generic_text a{
	color: #ff9900;
	text-decoration: none;
}
#generic_text a:hover {
  text-decoration: underline;  
}
#generic_text h1 { font-size: 15px; color: #333333; padding-left: 10px; padding-top: 10px; margin: 0px; }

#site_footer_text { 
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	
}

#site_footer_text a{
  color: #ff9900;
  text-decoration: none;
  
}
#site_footer_text a:hover {
  	text-decoration: underline;
  
}


