@import url('global.css');
* {
	padding:0; margin:0; list-style:none; text-decoration:none;
}
.starContent {
	width:1030px;
}
.cateTitle {
	height:60px;
}
.cateTitle strong {
	background:url(../images/sign.gif) left -150px no-repeat;
	padding:5px 0 5px 35px ;
	color:#C00;
}
.cateList {
	padding:0 10px;
}
.cateList li {
	float:left;
	width:20%;
	height:22px;
	line-height:22px;
}
.cateList li a {
	font-size:1.1em;
}

.modHead {
	background:url(../images/bgContainerHead.gif) center bottom no-repeat;
	height:14px;
	margin-top:15px;
}
.modBody {
	background:url(../images/bgContainerBody.gif) center center repeat-y;
	padding:10px 10px 10px 30px;
	width:960px;
}
.modFooter {
	background:url(../images/bgContainerFooter.gif) center top no-repeat;
	height:12px;
}

.imgList li {
	width:235px;
	margin:0 0 10px;
	text-align:center;
}
.imgList li img {
	width:170px;
	height:170px;
	background:url(../images/bgStarElm.jpg) 0 0;
	padding:15px;
	background-color:#FFF;
}
.imgList li.hover img,
.imgList li:hover img {
	background:url(../images/bgStarElm.jpg) -200px 0;
}
.imgList li.hover a,
.imgList li:hover a,
.imgList li a:hover {
	color:#069;
}
