.content_store {
	width: 472px;
	padding-top: 185px;
	float: right;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../imgs/store/background_store.gif);
}

.content_store p { width: 400px; margin: 0 auto; }

.store {
	background-image: url(../imgs/store/background_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.store h2 {
	background-image: url(../imgs/store/tittle.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -1000px;
	height: 48px;
	padding-top: 30px;
}

ul {
	width: 170px;
	margin: 0 auto 130px;
	list-style: none;
}

ul li {
	margin: 5px 0 5px 0;
}

ul li a {
	text-indent: -10000px;
}

/* Gift Baskets */
ul li a:link.giftbaskets {
	display: block;
	height: 43px;
	background-image: url(../imgs/store/giftbaskets_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul li a:visited.giftbaskets {
	display: block;
	height: 43px;
	background-image: url(../imgs/store/giftbaskets_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

ul li a:hover.giftbaskets {
	background-position: 0 -43px;
}

ul li a:active.giftbaskets {
	background-position: 0 -86px;
}

/* Gift Cards */
ul li a:link.giftcards {
	display: block;
	height: 43px;
	background-image: url(../imgs/store/giftcards_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul li a:visited.giftcards {
	display: block;
	height: 43px;
	background-image: url(../imgs/store/giftcards_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul li a:hover.giftcards {
	background-position: 0 -43px;
}

ul li a:active.giftcards {
	background-position: 0 -86px;
}

/* Souvenirs */
ul li a:link.souvenirs {
	display: block;
	height: 43px;
	background-image: url(../imgs/store/souvenirs_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul li a:visited.souvenirs {
	display: block;
	height: 43px;
	background-image: url(../imgs/store/souvenirs_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

ul li a:hover.souvenirs {
	background-position: 0 -43px;
}

ul li a:active.souvenirs {
	background-position: 0 -86px;
}

/* Sauces */
ul li a:link.sauces {
	display: block;
	height: 43px;
	background-image: url(../imgs/store/sauces_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul li a:visited.sauces {
	display: block;
	height: 43px;
	background-image: url(../imgs/store/sauces_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul li a:hover.sauces {
	background-position: 0 -43px;
}

ul li a:active.sauces {
	background-position: 0 -86px;
}

/* Tshirts */
ul li a:link.tshirts {
	display: block;
	height: 43px;
	background-image: url(../imgs/store/tshirts_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul li a:visited.tshirts {
	display: block;
	height: 43px;
	background-image: url(../imgs/store/tshirts_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul li a:hover.tshirts {
	background-position: 0 -43px;
}

ul li a:active.tshirts {
	background-position: 0 -86px;
}

.menu_column_left {
	width: 46%;
	float: left;
	margin: 5px;
}

.menu_column_right {
	width: 46%;
	float: right;
	margin: 5px;
}

dl.product {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

dt.product_name {
	background-color: #FF9900;
	font-weight: bold;
	text-align: left;
	color: #990000;
	margin-bottom: 5px;
}

dd.product_picture {
	text-align: center;
}

dd.product_info {
	padding: 5px;
}

dd.product_cart_button {
	text-align: center;
}

span.price {
color: #FFFFFF;
}

.check_balance {
	background-image: url(../imgs/store/gift_card_balance.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.check_balance a {
	display: block;
	text-indent: -10000px;
}

.check_balance, .check_balance a {
	width: 241px;
	height: 241px;
}