/**
 * Dragdealer JS v0.9.5
 * http://code.ovidiu.ch/dragdealer-js
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */

.dragdealer {
	position: relative;
	height: 20px;
	background: #EDEDED;  /* was #EEE */
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 70px;
	height: 20px;
	background: #CC0000;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
}
.dragdealer .disabled {
	background: #898989;
}
