div.sdlist {
	width: 995px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../images/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdlist div {
	background: url(../images/title.gif) repeat-x;
	overflow: hidden;
}
div.sdlist div:first-child {
	background: url(../images/title.gif) repeat-x;
}
div.sdlist div.collapsed {
	height: 25px;
}
div.sdlist div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdlist div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdlist div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdlist div a.current {
	background : #ccc;
}
div.sdlist div a:hover {
 /* 	background : #066 ; url(../images/linkarrow.gif) no-repeat right center; */
	color: #fff;
	text-decoration: none;
}

.sdtable
{
	color:#066; 
 
}
.sdrow
{
	background-color:#FFF;
	color:#066;
}

.sdrow:hover
{
	background-color:#066;
	color:#FFF;
}

.sdback_tage
{
	color:#000;
	text-decoration:none;
}
.sdback_tage:hover
{
	color:#FF0;
	text-decoration:none;
}

