/* CSS Document */

.module {
	clear: both;
	background-color: #F5F5F5;
	font-family: "ËÎÌå";
}
.module dl {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.module dl dt {
	background-color: #EBEBEB;
	margin: 0px;
}
.module dl dt a:link,.module dl dt a:visited {
	padding: 7px 0 7px 10px;
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	border-bottom:#CCCCCC 1px solid;
	border-right:#DFDFDF 1px solid;
}
.module dl dt a:hover {
	background-color: #E0E0E0;
	text-decoration: none;
}
.module dl dd {
	margin: 0px;
	clear: both;
	
}
.module dl dd a:link,.module dl dd a:visited {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	display: block;
	padding: 7px 0 3px 10px;
	height:16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
}
.module dl dd a:hover {
	background-color: #FFFFDF;
	text-decoration: none;
	height:14px;
	border: 1px solid #DFDFDF;
	padding: 7px 0 5px 10px;
}
.module dl dd .sele {
	background-color: #FFFFFF;
	text-decoration: none;
	height:14px;
	padding: 4px 0 2px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}
