@charset "utf-8";
@media screen 
{

.containbg {
    height:30px;
	position:relative;
}
	.containbg-left {
		height: 30px;
		line-height: 30px;
		margin-right: 10px;
		color: #fff;
		text-decoration: none;
	}

/*-------------------------------------------------------------------- navigation 导航栏 */

#navigation {
}
#navigation li {
}

#navigation li a {
    text-decoration: none;
}
#navigation ul ul li a {
}
#navigation li.navselected {
}
#navigation li.navselected a.MenuBarItemSubmenu
{
}

#navigation .submenusign {
}
#navigation .navsplit { 
}

/*-------------------------------------------------------------------- 内容显示区 */

.border-top {
    height: 10px;
    background: url(../../images/cornet-top.gif) repeat-x right top;
}
	.border-top-left {
		height: 10px;
		background: url(../../images/cornet-top.gif) repeat-x left top;
	}

.border-bot {
    height: 10px;
    background: url(../../images/cornet-bot.gif) repeat-x right top;
}
	.border-bot-left {
		height: 10px;
		background: url(../../images/cornet-bot.gif) repeat-x left top;
	}

.border-lr {
    border-left: 1px solid #dcd5d5;
    border-right: 1px solid #dcd5d5;
}

.button-red {
    width: 122px;
	height: 25px;
	background: url(../../images/btn-bg.gif) no-repeat left top;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-family: Tahoma;
}

.sign { 
	display:block; 
	float:left; 
	width:20px; 
	height:23px; 
	background:url(../../images/sign04.gif) no-repeat center;
}
.sign-220 { 
	float:left; 
	width:30px; 
	height:28px; 
	background:url(../../images/220-2.gif) no-repeat center;
}
.sign-96-2 { 
	float:left; 
	width:18px; 
	height:15px; 
	background:url(../../images/96-2.gif) no-repeat center bottom;
}

/* -------------------------------------------------------------------- sidebar */

#sidebar {
	width: 250px;
}

#sidebar .containbg {
	height: 32px;
    background: url(../../images/title-bg.gif) no-repeat right top;
}

#sidebar .containbg-left {
	height: 32px;
	line-height: 32px;
	margin-right: 40px;
	font-size: 9pt;
	text-indent: 10px;
    background: url(../../images/title-bg.gif) no-repeat left top;
}

/* --start--  侧边栏菜单标题及列表按钮的 默认状态、鼠标移上效果、选中状态 */

.menulistcontainer { 
	clear: both; 
	margin: 10px;
}

.menulist { 
	margin: 0; 
	padding: 0; 
}
.menulist li { 
	list-style:none; 
	margin: 0;
	padding: 3px 0;
}
.menulist a { 
	display: block;
	width: 226px;
	height: 27px;
	line-height: 27px;
	text-decoration: none;
}

.menulist a:hover { 
	text-decoration: none;
	color: #fff;
	background: #666 url(../../images/btn-hover.gif) no-repeat center;
}
.menulist a:hover .menulistsign { 
	background: none;
}

.menulist .menulistsign { 
	float: left; 
	width: 27px; 
	height: 27px;
	background: url(../../images/arrow-red.gif) no-repeat center;
}

.menulist li.selected a{
	color: #fff;
	background: url(../../images/btn-hover.gif) no-repeat center;
}
.menulist li.selected .menulistsign { 
	background: none;
}

/* 下级菜单样式 */
.menulist .menulistsub {}
.menulist .menulistsub .menulistsign { margin-left:10px; width:18px; background: url(../../images/sign.gif) no-repeat center; }


/* -------------------------------------------------------------------- contentright */

#columntitle .titleb {
    background: url(../../images/titleb-gray.gif) repeat-x right top;
	top: -2px;
}
#columntitle .titlebl {
    background: url(../../images/titleb-gray.gif) repeat-x left top;
	text-indent: 15px;
	color: #333;
}

#columntitle a { 
	text-decoration: none;
}
#columntitle a:hover { }

.locationNavigation { position:absolute; right:5px; top:0px; }

#columncontent { padding:20px;}
#columncontent p { margin-bottom:12px; }


.category-contain:hover .category-left, .category-contain:hover .category {
		background-image: url(../../images/typical-red.gif);
}

.category {
    height: 30px;
    background: url(../../images/typical-black.gif) no-repeat right top;
}
	.category-left {
		height: 30px;
		text-align: left;
		text-indent:10px;
		background: url(../../images/typical-black.gif) no-repeat left top;
	}

/* -------------------------------------------------------------------- 首页样式 */

.h-typical-contain:hover .containbg, .h-typical-contain:hover .containbg-left {
		background-image: url(../../images/title-bg-black.gif);
}

.h-typical-contain .containbg {
	height: 32px;
    background: url(../../images/title-bg.gif) no-repeat right top;
}

.h-typical-contain .containbg-left {
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	font-size: 9pt;
	text-indent: 10px;
	text-align: left;
	text-indent:10px;
    background: url(../../images/title-bg.gif) no-repeat left top;
}

/*--------------------------------------------------------------------bottom 页面底部*/

#footer {
    margin-top: 6px;
}

#footer .containbg {
    height: 64px;
    background: url(../../images/footer-bg.gif) no-repeat right top;
}

#footer .containbg-left {
    height: 64px;
    background: url(../../images/footer-bg.gif) no-repeat left top;
	font-weight: normal;
}


}
/*******************************以下样式仅用于打印********************************/
@media print
{
}
