.product_button, .product_button:hover {
	cursor:pointer;
	background-image:url("buy_button.png");
}
.product_button:hover {
	background-image:url("buy_button_active.png");
}
.button_transfer {
	position:absolute;
	background-repeat:no-repeat;
	background-image:url("transfer.png");
	background-position:center;
	width:26px;
	height:26px;
}

.shopping_cart {
	display:none;
	width:50px;
	height:50px;
}
.cart_button, .cart_button:hover {
	width:50px;
	height:50px;
	background-image:url("cart.png");
	cursor:pointer;
	position:relative;
}
.cart_button:hover {
	background-image:url("cart_active.png");
}
.cart_badge {
	position:absolute;
	width:26px;
	height:21px;
	left:30px;
	top:-8px;
}
.cart_badge_content {
	width:26px;
	height:19px;
	background-image:url("badge.png");
	padding-top:7px;
	font-family:'Arial','sans-serif';
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	display:none;
}

.store {
	text-align:left;
	width:500px;
	margin:0px auto;
}
.store table {
	width:100%;
}
.store td, .store th{
	text-align:left;
	padding:0 5px 5px 0;
}
.store form {
	margin:0;
	padding:0;
}
#cart_amount {
	text-align:right;
	font-weight:bold;
	border-top:1px solid #000000;
	padding-right:0;
	padding-bottom:0px;
}
.right {
	text-align:right;
}

.cart_field {
	padding:2px;
	border:1px solid #666666;
	width:54px;
	margin:0;
	text-align:right;
}
.cart_remove {
	cursor:pointer;
}

.input_text {
	padding:2px;
	border:1px solid #666666;
	width:494px;
}
.input_popup {
	width:500px;
}

.red {
	color:#ff0000;
	font-weight:bold;
}
#cart_form {
	margin:0;
	padding:0;
}
