/**
 * Dragdealer JS v0.9.5
 * http://code.ovidiu.ch/dragdealer-js
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */

.comset{
	width:568px;
	height:192px;
	color: #bdbdbd;
	font-size:12px;
	float:left;
}

.comset a:link { color: #6b8eeb; }
.comset a:visited { color: #3d63c4; }
.comset a:hover { color: #b4e2ff;}
.comset a:active { color: #df4cff; }

.comset ul li{
	border-bottom:dashed 1px #999999; 
}

.dragdealer {
	position: relative;
	height: 152px;
	background: #EEE;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .bar {
	width: 10px;
	height: 10px;
	background: #ACF;
	color: #eee;
	line-height: 10px;
	text-align: center;
}
.dragdealer .disabled {
	background: #898989;
}

