@charset "utf-8";
/* 代码整理：易站站长网 */
* {
	margin:0;
	padding:0;
	font-size:12px;
}
img {
	border:none;
}
ul, ol {
	list-style:none;
}
#content {
	margin:20px auto;
	border:1px solid #a5b5c0;
	width:188px;
	height:241px;
	background:url(../images/dot.gif);
	overflow:hidden;
}
#title {
	height:17px;
*height:16px;
	background:url(../images/dotline.gif) repeat-x;
	border-bottom:1px solid #a5b5c0;
	padding:3px 0 0 6px;
*padding:4px 0 0 6px;
	font-weight:700;
}
#title li {
	float:left;
	display:inline;
	width:92px;
}
#tit_l {
	float:left;
	width:92px;
	overflow:hidden;
	height:14px;
}
#tit_r {
	float:right;
	margin-top:-1px;
*margin-top:-2px;
}
#tit_r img {
	margin-right:4px;
	cursor:pointer;
}
#tit_r img:hover {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#text {
	clear:both;
	height:210px;
}
#text ul {
	background:url(../images/dotcount.gif) no-repeat 12px 4px;
	margin:6px 0;
}
#text li {
	padding-left:34px;
	line-height:21px;
}
#text li a {
	color:#123b8d;
	text-decoration:none;
}
#text li a:hover {
	text-decoration:underline;
}
