@charset "utf-8";

#contentAreaInner {
    clear: both;
    margin: 0 auto;
    width: 990px;
}
#sitemapContents {
	background-color:#FFF;
	margin:10px auto 0 auto;
	width:990px;
	text-align: left;
}
#siteMapList{
	margin:0 auto;
	width:990px;
	clear:both;
}
#siteMapList .main {
	height: 30px;
	line-height:30px;
	background: url(/products/copier/img/sitemap/bg_root.gif) no-repeat left top;
	margin-bottom: 5px;
	padding: 0 15px;
	color: #fff;
	font-size: 114%;
}
#siteMapList .main a {
	color: #fff;
}
.siteMapSubList {
	width: 960px;
	margin-left: 30px;
}
.siteMapSubList .sub,
.siteMapSubList .sub_l {
	height: 30px;
	line-height:30px;
	background: url(/products/copier/img/sitemap/bg_lower_g.gif) no-repeat left top;
	padding: 0 10px;
	margin-bottom: 5px;
	color: #fff;
}
.siteMapSubList .sub_l {
	height: 25px;
	line-height: 25px;
	background: url(/products/copier/img/sitemap/bg_lower_l.gif) no-repeat left top;
	color: #494e52;
	margin-bottom: 10px;
}
.siteMapSubList .subListDetail {
	margin-bottom: 10px;
}
.siteMapSubList .subListDetail li {
	width: 460px;
	float: left;
	display: inline;
	padding-left: 10px;
	/*margin-bottom: 4px;*/
	line-height:1.8;
	font-size: 90%;
}
.siteMapSubList .subListDetail li p{
	margin-top: -8px;
}


