/* Selection ranges */

ul.range {
	font-size: 85%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.range li {
	display: inline-block;
/*	float: left;*/
/*	width: 2em;*/
/*	background-color: lightblue;*/
/*	margin: 0px -.1em -.1em 0px;*/
	padding: 0px;
	height: 2.5em;
	line-height: 2.5em;
/*	height: 1.2em;
	line-height: 1.2em;
*/}

ul.range li a {
	display: block;
/*	height: 100%;*/
	padding: 0px 1em;
	background-color: #F5E3C6;
/*	border: solid .1em #A0735C;*/
	border: none;
/*	border-left-width: 0px;
	border-top-width: 0px;
*/	cursor: default;
	text-transform: uppercase;
}

ul.range li a.active,
ul.range li a.active:hover {
	color: #F5E3C6;
	background-color: #A0735C;
}

ul.range li a:hover {
	color: inherit;
	text-decoration: none;
}

ul.range li.all a {
	border-right: solid .3em #A0735C;
}

ul.range li.all a.active {
/*	border-left-width: .1em;*/
/*	float: left;*/
/*	height: 3.1em;*/
	border-right: solid .3em #F5E3C6;
}


/* Sliders */

.slider .track {
	position: relative;
	height: .5em;
	width: 19em;
	top: .5em;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5E3C6;
}

.slider .track .tick {
	display: block;
	position: absolute;
	background-color: #A0735C;
	width: .1em;
	height: .4em;
	top: 1.1em;
}

.slider .handle {
	width: .85em;
	height: 1.5em;
	background-color: #A0735C;
	top: -.5em;
}

.slider ul.labels {
	font-size: 80%;
	list-style-type: none;
	margin: 2em 0px 0px 0px;
	padding: 0px;
	position: relative;
}

.slider ul.labels li {
	width: 5em;
	text-align: center;
/*	background-color: lightblue;*/
}

.slider ul.labels li.min {
	position: absolute;
	left: 0px;
	top: 0px;
}

.slider ul.labels li.mid {
	margin-left: auto;
	margin-right: auto;
}

.slider ul.labels li.max {
	position: absolute;
	right: 0px;
	top: 0px;
}
