/**
 * 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:444px;
	height:86px;
	margin-top:692px;
	color: #bdbdbd;
	font-size:12px;
}

.comset a:link { color: #6b8eeb; }
.comset a:visited { color: #3d63c4; }
.comset a:hover { color: #b4e2ff;}
.comset a:active { color: #df4cff; }

.comset dl{
background:url(../image/list_icon.png) no-repeat 0px 6px;
border-bottom : solid 1px #2a2a2a; 
}

.comset dl dt{
font-weight: bold;
padding:0 0 0 10px;
line-height:1.5em;
margin:1px 0 0 0;
}

.comset dl dd{;
line-height:1.5em;
}
 
#container .news{
	background:url(../image/top_news.png) no-repeat;
	float:left;
}

#container .spnews{
	background:url(../image/top_special.png) no-repeat;
	float:right;
}

.dragdealer {
	position: relative;
	height: 30px;
	background: #EEE;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .bar {
	width: 10px;
	height: 10px;
	background: #686769;
	color: #eee;
	line-height: 10px;
	text-align: center;
}
.dragdealer .disabled {
	background: #898989;
}

