@charset "utf-8";
/* CSS Document */
/*This is the global button CSS. This CSS should be included in a global CSS THAT CHANGES BASED ON WHERE THE USER IS IN THE SITE. */
a.button {
	text-decoration: none;
	color:#fff;
	float:left;
	cursor:pointer;
}
.button .l, .button .r, .button .c {
	background:url(/productChooser/fh_theme/Button.png);
	float:left;
}
.button .l, .button .r {
	width:15px;
	font-size:1px;
	line-height:1px;
	height:30px;
}
.button .l {
	background-position: left top;
}
.button .r {
	background-position: right top;
}
.button .c {
	background-position: center top;
	font:bold 12px arial;
	padding-top:8px;
	height:22px;
}
.button.hover .l {
	background-position: left center;
}
.button.hover .r {
	background-position: right center;
}
.button.hover .c {
	background-position: center center;
}
a.button span {
	color:#FFF;
}
