/* 
---------------------------------------------------------------
crumb
--------------------------------------------------------------- 
*/
.cCrumb {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom:5px;
	height: 18px;
}
.cCrumb a {
	color: #000000;
	font-weight: normal;
}
.cCrumb a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/*
---------------------------------------------------------------
node
--------------------------------------------------------------- 
*/
#cNodeCategory {
	padding-bottom:0px;
}
#cNodeCategory .cNodeCategoryTitle {
	font-size: 14px;
	color: #000000;
	display:none ;
}
#cNodeCategory .cNodeCategoryTitle strong {
	color:#000000;
}
#cNodeCategory .cNodeCategoryContent {
	background: url(../images/design/cNodeCategoryContent.gif) repeat-y;
	padding:10px 0px;
}
#cNodeCategory ul, #cNodeCategory ul ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}
#cNodeCategory ul a {
  display: block;
  text-decoration: none;	
}
#cNodeCategory ul li {
  margin-top: 1px;
}
#cNodeCategory ul li a {
	background: none;
	color: #000000;
	padding: 5px;
}
#cNodeCategory ul li a:hover {
	text-decoration: underline;
}
#cNodeCategory ul li ul li a {
	font-weight:lighter;
  background: none;
  color: #000;
  padding-left: 20px;
}
#cNodeCategory ul li ul li a:hover {
  background: none;
}
/*
---------------------------------------------------------------
--------------------------------------------------------------- 
*/
#cNode {
	text-align: left;
}
#cNode .cNodeTitle {
	display:none;
}
#cNode .cNodeTitle h1 {
	font-size: 14px;
	color: #000000;
}
#cNode .cNodeContent {
}
/* 
---------------------------------------------------------------
sitemap
--------------------------------------------------------------- 
*/
#cSitemap {
	text-align: left;
}
#cSitemap .cSitemapTitle {
	background: url(../images/design/cSitemapTitle.gif) no-repeat;
	height:15px;
}
#cSitemap .cSitemapTitle h1{
	display:none;
}
#cSitemap .cSitemapContent {
	background:#000000 url(../images/design/site_bg.gif) repeat-y;
	padding:20px 5px 100px;
	_height: 400px;
	overflow:hidden;
}
#cSitemap .cSitemapContent a {
	color:#ffffff;
}


#cSitemap .cSitemapTop {
	float:left;
	margin: 0;
	padding:0;
	overflow:hidden;
}
#cSitemap .cSitemapTop li {
	font-weight:bold;
	float:left;
	padding: 0 13px;
}
#cSitemap .cSitemapTop a {
	display:block;
}



#cSitemap .cSitemapMain {
	float:left;
	margin: 0;
	padding:0;
	overflow:hidden;
}
#cSitemap .cSitemapMain li {
	font-weight:bold;
	float:left;
	padding: 0 8px;
}
#cSitemap .cSitemapMain a {
	display:block;
}
#cSitemap .cSitemapMain li ul {
	float: none;
	margin: 0;
	padding:0;
}
#cSitemap .cSitemapMain li ul li {
	font-weight:lighter;
	float: none;
	padding-top:8px;
	clear:both;
	border-style: none;
}
#cSitemap .cSitemapMain li ul li a {
	border-bottom: none;
}


#cSitemap .cSitemapBottom ul {
	display:none;
}
#cSitemap .cSitemapBottom li {
	display:none;
}
/* 
---------------------------------------------------------------
traffic
--------------------------------------------------------------- 
*/
#cTraffic {
	visibility: hidden;
}
#cTraffic a {
	color:#663300;
	text-decoration:none;
	font-weight: bold;
	height: 20px;
	display:block;
	text-align: left;
	padding: 5px 0px 0px 5px;
}
#cTraffic a:hover {
	color:#663300;
	text-decoration:underline;
	font-weight: bold;
	height: 20px;
	display:block;
	text-align: left;
	background: #999900;
	padding: 5px 0px 0px 5px;
}
#cTraffic .cTrafficTitle {
	font-size: 12px;
	text-align: left;
	background: url(../images/design/left.gif) no-repeat left bottom;
	padding: 5px 0px 0px;
	height: 28px;
}
#cTraffic .cTrafficTitle strong {
  color: #FFFFFF;
	padding: 3px 0px 0px 20px;
	font-size: 12px;
	background: url(../images/module/icon_sort_01.gif) no-repeat left 3px;
}
#cTraffic .cTrafficTitle span {
	color: #CC9900;
	font-size: 12px;
}
#cTraffic .cTrafficContent{
	padding: 5px 20px 5px 5px;
}
