@charset "utf-8";
/* CSS Document */

.arrows {
	width: 15px;
	height: 32px;
	cursor: pointer;
}
.arrows div {
	background: url("input-stepper.png") no-repeat;
	width: 15px;
	height: 15px;
}
.arrows .arrup:hover{
	background-position: -15px 0;
}
.arrows .arrup:active{
	background-position: -30px 0;
}
.arrows .arrdown {
	background-position: 0 -16px;
}
.arrows .arrdown:hover{
	background-position: -15px -16px;
}
.arrows .arrdown:active{
	background-position: -30px -16px;
}

ul#selectquantity li {
	float:left;
	margin:0;
	padding:0;
	height:30px;
}

ul#selectquantity input {
	height:26px!important;	
	width:36px!important;	
	padding:0!important;
	line-height:24px!important;
	font-weight:bold!important;
	font-size:16px!important;
	text-align:right!important;
}