﻿.NumericStepperContainer{
	width:30px;
	position:relative;
	vertical-align:middle;
}
.NumericStepper{
	width: 115px;
	height:55px;
	border-radius:0px;
	overflow:hidden;
	position:relative;
    background:rgba(0,0,0,0.1);
    font-family: 'brandon_grotesquebold';
}
.NumericStepperArrowDown{
	height: 27px;
	border:1px solid transparent;
	background-image:url('../images/divdown.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	cursor:pointer;
	width: 32px;
}
.NumericStepperArrowUp{
	width: 32px;
	height: 27px;
	border:1px solid transparent;
	background-image:url('../images/divdown.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	cursor:pointer;
	transform: rotate(180deg);
}
.NumericStepperArrowUp:hover,.NumericStepperArrowDown:hover {
	background-image:url('../images/divdown-1.png');
}
.limit-color {
	background-image:url('../images/divdown-2.png');
}
.limit-color:hover {
	background-image:url('../images/divdown-2.png');
}

