/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: none;
	background: #f3eee8;
	width: 100%;
	height: 8px;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: none;
	background: #3f3028;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	width: 11px;
	height: 20px;
	background: url(/public/i/handler_left.png);
	top:0;
}

.ui-slider-handle:last-of-type {background: url(/public/i/handler_right.png)!important;}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {}