@charset "utf-8";
/* CSS Document */

#Catalog{
	width:220px;
	height:auto;
	padding-bottom:7px;
	float:left;
	border:1px solid red;
	border-top:0;
	background:#fff;
	}
#Catalog i{
	width:220px;
	height:23px;
	float:left;
	font-style:normal;
	background:url(../img/bgt.png) repeat-x;}
#Catalog i em{
	width:20px;
	height:23px;
	float:left;
	background:url(../img/jian.png) no-repeat center center;}
#Catalog i b{
	width:200px;
	height:23px;
	line-height:23px;
	float:left;
	color:#fff;
	font-size:13px;}

#Catalog dl{
	border-bottom:1px dashed #666666;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	width:200px;
	background:url(../img/xiaojiantou.png) no-repeat 5px 12px;
	}
#Catalog dl dt{
	width:195px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	float:left;
	width:195px;
	}
#Catalog dl dt a:hover{
	color:red;
	text-decoration:underline}
#Catalog dl dd{
	width:200px;
	line-height:18px;
	width:192px;
	float:left;
	padding-left:8px;
	background:url(../img/heisanjiao.png) no-repeat left 6px;
	}
#Catalog dl dd img{
	float:right;
	margin-top:3px;}
#Catalog dl dd a:hover{
	color:red;
	text-decoration:underline;
	}