.spinner .add-on{padding:2px}
.spinner .add-on a.spin-up,.spinner .add-on a.spin-down{height:10px;overflow:hidden;display:block;text-align:center;position:relative;color:#999}
.spinner .add-on a.spin-up .icon-sort-down,.spinner .add-on a.spin-down .icon-sort-down{position:relative;top:-9px}
.spinner .add-on a.spin-up:hover,.spinner .add-on a.spin-down:hover{color:#555}
.spin-down:hover{
    background-color:#000;
}

.spin-up:hover{
	background-color:#165916;
}

.spin-up{
	width:22px;
	height:15px !important;
	background: #3cab3f url(../images/btn_up.gif) center center no-repeat;
	border-radius:  0 4px 0 0;
}
.spin-down{
	width:22px;
	height:15px !important;
	background: #000 url(../images/btn_down.gif) center center no-repeat;
	border-radius:  0 0 4px 0;
}
.input-append input, .input-append select, .input-append .uneditable-input {
    border-radius: 4px 0 0 4px;
	margin:0px;
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
	height: 26px;
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
	color:#5f432a;
}

.input-append, .input-prepend {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
	float:left;
	position:relative;
	top:3px
}
.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
	 margin-top: -2px;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    border-radius: 4px 0 0 4px;
}
.input-append input, .input-append select, .input-append .uneditable-input {
    border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
    border-radius: 0 4px 4px 0;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -2px;
}
#displatcher .spin-up, #displatcher .spin-down{
	width:28px;
	height:20px !important;
}
#displatcher #products .input-append, #displatcher #products .input-prepend{
	top:0px
}
#displatcher #products .input-append input{
	padding:4px 12px;
}
#displatcher #products .spin-up, #displatcher #products .spin-down{
	width:28px;
	height:18px !important;
}
#displatcher .input-append input{
	width:26px !important;
}