@charset "ISO-8859-1";
.itemName {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #39C;
}
.ItemPrice {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #690;
	font-weight: bold;
}
#btnStore {
	margin: 0;
	padding: 0;
}
#btnStore a {
	background-image: url(../store/structure/btnStore.gif);
	display:block;
	width: 50px;
	height: 19px;
	margin: 0 auto;
}
#btnBasket {
	margin: 0;
	padding: 0;
}
#btnBasket a {
	background-image: url(../store/structure/btnBasket.gif);
	display:block;
	width: 80px;
	height: 19px;
	margin: 0 auto;
}
#btnCheckout {
	margin: 0;
	padding: 0;
}
#btnCheckout a {
	background-image: url(../store/structure/btnCheckout.gif);
	display:block;
	width: 69px;
	height: 19px;
	margin: 0 auto;
}

