﻿.dcomp
{
	position:fixed;
	top:220px;
	right:0px;
	width:200px;
	border:1px solid #333333;
	background:#fff;
	display:none;
}

.dcomp .t
{
	height:24px;
	line-height:20px;
	background:#484848;
	color:#fff;
	padding-left:10px;
	font-weight:bold;
	font-family:Microsoft YaHei;
	font-size:13px;
}

.dcomp .t
{
	height:24px;
	line-height:20px;
	background:#484848;
	color:#fff;
	padding-left:10px;
	font-weight:bold;
	font-family:Microsoft YaHei;
	font-size:13px;
	position:relative;
}

.dcomp .t a
{
	position:absolute;
	display:block;
	color:#fff;
	border:1px solid #fff;
	width:13px;
	height:13px;
	line-height:11px;
	font-size:14px;
	top:4px;
	right:8px;
	text-align:center;
}

.dcomp .t a:hover
{
	background:#cc0000;
}

.dcomp .l
{
	padding:0px 2px;
	padding-top:2px;
}

.dcomp .l li
{
	border:1px solid #eeeeee;
	padding: 4px 16px 4px 4px;
	margin-bottom:2px;
	line-height:150%;
	position:relative;
}

.dcomp .l li a
{
	position:absolute;
	right:5px;
	top:3px;
	display:block;
	width:10px;
	height:10px;
	color:#bbbbbb;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #bbbbbb;
	font-size:10px;
	line-height:10px;
	text-align:center;
	margin-right:6px;
}

.dcomp .l li a:hover
{
	background:#cc0000;
	color:#fff;
}


.dcomp .l li a
{
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.dcomp .l li a:hover
{
	text-decoration:underline;
}

.dcomp .b
{
	text-align:center;
	padding:6px 0px;
}

.dcomp .b input
{
	cursor:hand;
	background:url(/Images/btn2.gif) repeat-x;
	border:0px;
	width:110px;
	line-height:22px;
	height:22px;
}