/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-slider { position: relative; text-align: left; }

.ui-slider .ui-slider-range { 
	position: absolute; 
	z-index: 1; 
	font-size: .7em; 
	display: block; 
	border: 0; 
	background-position: 0 0; 
}

.ui-slider-horizontal { 
	height: 9px;
	background: #a9b3b7;
	border: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.8);
	   -moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.8);
	        box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.8);
}
.ui-slider-horizontal .ui-slider-handle {
	position: absolute; 
	z-index: 2; 
	width: 30px; 
	height: 30px; 
	background: url(images/handle.png) 0 0 no-repeat;
	cursor: pointer; 
	top: -6px; 
	margin-left: -15px;
	border: none;
}

.ui-slider-horizontal .ui-slider-range { 
	top: -1px; 
	height: 10px;
	background: #147db8 url(images/slider_range_fill.jpg) 0 0 repeat-x;
}
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

/*spinenr*/
.ui-spinner {
	border: none;
}
.count .ui-spinner-button {
	width: 23px;
	height: 23px;
	display: block;
	background: url(images/spinner_button.png) 0 0 no-repeat !important;
	cursor: pointer;
	position: absolute;
	top: 5px;
	text-indent: -9999px;
	border: none !important;
	margin: 0;
}
.count .ui-spinner-button span span {
	background: none !important;
}
.count .ui-spinner-up {
	background-position: 0 0 !important;
	right: 0;
}
.count .ui-spinner-up:hover {
	background-position: -23px 0 !important;
}
.count .ui-spinner-up:active {
	background-position: -46px 0 !important;
}

.count .ui-spinner-down {
	background-position: 0 -23px !important;
	left: 0;
}
.count .ui-spinner-down:hover {
	background-position: -23px -23px !important;
}
.count .ui-spinner-down:active {
	background-position: -46px -23px !important;
}

.count .ui-spinner-input {
	background: url(images/spinner_input.jpg) 0 0 no-repeat;
	height: 20px;
	width: 71px;
	text-align: center;
	font-size: 18px !important;
	line-height: 20px;
	padding: 6px 3px;
	border: none;
}

.ui-spinner-wrapper {
	width: 100px;
	position: relative;
	display: inline-block;
}

/*silver spinner*/
.spares-table-buy .ui-spinner-button {
	position: absolute;
	display: block;
	width: 20px;
	height: 13px;
	background: url(images/spares_table_buy_plus_minus.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -99999px;
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	margin: 0;
	border: none;
}

.spares-table-buy .ui-spinner-up {
	background-position: 0 0;
	right: 32px;
	top: 0;
}

.spares-table-buy .ui-spinner-down {
	background-position: 0 -13px;
	right: 32px;
	top: 13px;
	left: auto;
}

.spares-table-buy .ui-spinner-input {
	background: none;
	text-align: center;
	position: absolute;
	left: 7px;
	top: 2px;
	width: 32px;
	background: none;
	border: none;
	color: #575757;
	font-size: 14px;
	line-height: 16px;
	font-family: "Ubuntu", sans-serif;
	padding: 3px 0;
}