@charset "utf-8";

.ibutton {
	background-repeat: no-repeat;
	width: 80px;
	height: 18px;
	border-style: none;
	border-width: 0px;
    cursor: pointer;
    float: right;
}

.ibutton:hover {
	background-position: 0px -18px;
}

.abutton {
	background-repeat: no-repeat;
	width: 80px;
	height: 18px;
	display: block;
	border-style: none;
	border-width: 0px;
    cursor: pointer;
    float: right;
}

.abutton:hover {
	background-position: 0px -18px;
}

.cartbutton {
	background-repeat: no-repeat;
	width: 100px;
	height: 18px;
	border-style: none;
	border-width: 0px;
    cursor: pointer;
}

.cartbutton:hover {
	background-position: 0px -18px;
}

.button1 {
	background-image: url("/src/button1.png");
}

.button2 {
	background-image: url("/src/button2.png");
}

.button3 {
	background-image: url("/src/button3.png");
}

.button4 {
	background-image: url("/src/button4.png");
}

.button5 {
	background-image: url("/src/button5.png");
}

.button6 {
	background-image: url("/src/button6.png");
}

.button7 {
	background-image: url("/src/button7.png");
}

.button8 {
	background-image: url("/src/button8.png");
}

.button9 {
	background-image: url("/src/button9.png");
}

.button10 {
	background-image: url("/src/button10.png");
}

.button11 {
	background-image: url("/src/button11.png");
}

.button12 {
	background-image: url("/src/button12.png");
}

.button13 {
	background-image: url("/src/button13.png");
}

.button14 {
	background-image: url("/src/button14.png");
}

.button15 {
	background-image: url("/src/button15.png");
}

.button16 {
	background-image: url("/src/button16.png");
}

.button17 {
	background-image: url("/src/button17.png");
}

.button18 {
	background-image: url("/src/button18.png");
}

.button19 {
	background-image: url("/src/button19.png");
}

.button20 {
	background-image: url("/src/button20.png");
}

.button_down {
	background-image: url("/src/button_down.png");
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	line-height: 18px;
	border-style: none;
	border-width: 0px;
	cursor: pointer;
}

.button_down:hover {
	background-position: 0px -18px;
}

.button_up {
	background-image: url("/src/button_up.png");
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	line-height: 18px;
	border-style: none;
	border-width: 0px;
	cursor: pointer;
}

.button_up:hover {
	background-position: 0px -18px;
}

.button_cancel {
	background-image: url("/src/button_cancel.png");
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	line-height: 18px;
	border-style: none;
	border-width: 0px;
	cursor: pointer;
}

.button_cancel:hover {
	background-position: 0px -18px;
}