/**
 Style sheet for Brand Block
 Cut down from the main stylesheet for the re-designed site
**/

#Brand {

	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

#Brand h1 {
	background-image: url(http://image.ebuyer.com/customer/images/navigation/stores/cat_header_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 8px 0px 0px 5px;
	height: 15px;
	border-right: 1px solid #333;
	letter-spacing: normal;
}

#SubBrand {
	border: 1px solid #666;
	font-size: 95%;
	margin: 0px 0px 10px 0px;
	background: #FFF;
}

#SubBrand ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#SubBrand li {
	display: inline;
	padding: 0px;
	margin: 0px
}

#SubBrand a {
	color: #333;
	background-color: #F4F4F4;
	display: block;
	padding: 1px 0px 3px 5px;
	margin: 1px 0px 0px 0px;
}

#SubBrand a:hover {
	color: #FF9900;
}
