 /* @include url(/Frameworks/Article/Styles/Purchase.css); */
div.Purchase div#buttons{
	height: 41px;
	width: 450px;
	background-image: url(/frameworks/article/images/purchase-sprite.gif);
	overflow: hidden;
	font-size: 9px;
}

div.Purchase ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

div.Purchase ul li a {
	display: block;
	position: relative;
	height: 41px;
}

div.Purchase ul li a:hover { background-image: url(/frameworks/article/images/purchase-sprite.gif); }

div.Purchase ul {
	height: 41px;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

div.Purchase ul span { display: none; }

div.Purchase li.sms a {
	top: 0px;
	left: 0px;
	width: 215px;
	background-position: 0px 0px;
}

div.Purchase li.phone a {
	top: -41px;
	left: 235px;
	width: 215px;
	background-position: -235px 0px;
}

div.Purchase li.sms a:hover {
	background-position: 0px -41px;
}

div.Purchase li.phone a:hover {
	background-position: -235px -41px;
}
