/**
 * Dragdealer JS v0.9.5
 * http://code.ovidiu.ch/dragdealer-js
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */ 
#top{
	width:1043px;
	height:1100px;
	margin:0 auto;
	position:relative;
	background:url(../_image/top.jpg) no-repeat;
}
#news_bords{
	width:1000px;
	height:150px;
	margin:0 auto;
	top:785px;
	position:absolute;
}
.comset{
	width:500px;
	height:115px;
	font-size:13px;
}
#topfooter{
	top:1000px;
	left:380px;
	position:absolute;
}
.p_banner{
	width:200px;
	height:40px;
	display:inline-block;
}
#old_contents{
	top:934px;
	left:38px;
	position:absolute;
}
#old_contents li{
	margin-right:15px;
	float:left;
}
.comset a:link { color: #6b8eeb; }
.comset a:visited { color: #3d63c4; }
.comset a:hover { color: #b4e2ff;}
.comset a:active { color: #df4cff; }
.comset table{
	width:400px;
	border-collapse:collapse;
}
.cellline{
	border-bottom:1px #7E91CF solid;
}
.datecell{
	width:80px;
	color:#D81914;
}
.newscell{
	color:#314689;
}
.dragdealer {
	position: relative;
	height: 30px;
	float:left;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
	left: 1px;
	top: 3px;
}
.dragdealer .bar {
	width: 10px;
	height: 10px;
	background: #686769;
	color: #eee;
	line-height: 10px;
	text-align: center;
}
.dragdealer .disabled {
	background: #898989;
}