/* Isotx V3 Headers CSS File
created by/mainted by Michael SMARTMLP
(C) 2007 ISOTX
This file contains some extra CSS headers used on some of the menus.
*/
#bestsellersTitle
{
	margin-left: 15px;
	height: 27px;
	width: 137px;
	background-image: url("images/shop/bestsellers.gif");
	background-position: bottom center;
	background-repeat:no-repeat;
	margin-bottom: 25px;
}
#bestsellersTitle span
{
	display:none;	
}
#featuredTitle
{
	margin-left: 10px;
	height: 27px;
	width: 137px;
	background-image: url("images/shop/featured.gif");
	background-position: bottom center;
	background-repeat:no-repeat;
	margin-bottom: 25px;
}
#featuredTitle span
{
	display:none;	
}
#specialoffersTitle
{
	margin-left: 10px;
	height: 21px;
	width: 137px;
	background-image: url("images/shop/specialoffers.gif");
	background-position: bottom center;
	background-repeat:no-repeat;
	margin-bottom: 25px;
}
#specialoffersTitle span
{
	display:none;	
}
#cartTitle
{
	margin-left: 10px;
	height: 20px;
	width: 137px;
	background-image: url("images/shop/cart.gif");
	background-position: bottom center;
	background-repeat:no-repeat;
	margin-bottom: 25px;
}
#cartTitle span
{
	display:none;	
}