.helpcentertreeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.helpcentertreeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(/opencms/opencms/sites/default/mynccontent/images/helpcenter/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.helpcentertreeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(/opencms/opencms/sites/default/mynccontent/images/helpcenter/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.helpcentertreeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.helpcentertreeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.helpcentertreeview a:link, a:visited {
		color: #090A74;
		text-decoration: none;
}

.bottom_border2_white{margin-bottom:3px;}
.bottom_border_white{border-bottom:1px solid #ffffff;}
.border_blue_center{border:1px solid #B5CEE6;}

.hr_hxxxh {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-left: 1px;
}
.f_12_jc{
	font-size: 12px;
	font-weight: bold;
	color: #666666;}
	
.hr_sxx {border-right-width: 1px;border-right-style: dashed;border-right-color: #9B9B9B;}
.f_12_lj{
	font-size: 12px;
	color: #E59C00;}
a.link_more3:link {font-family:宋体;font-size:12px;color:#E59C00;text-decoration:none;}
a.link_more3:visited {font-family:宋体;font-size:12px;color:#E59C00;text-decoration:none;}
a.link_more3:hover {font-family:宋体;font-size:12px;color:#D93336;text-decoration:none;}
a.link_more3:active{font-family:宋体;font-size:12px;color:#E59C00;text-decoration:none;}

/*显示首页广告的CSS*/
.axx
{
    padding:1px 7px;
    border-left:#cccccc 1px solid;
    font-size:12px;
}
a.axx:link,a.axx:visited
{
    text-decoration:none;
    color:#fff;
    line-height:12px;
    font:9px sans-serif;
    background-color:#666;
}
a.axx:active,a.axx:hover
{
    text-decoration:none;
    color:#fff;
    line-height:12px;
    font:9px sans-serif;
    background-color:#999;
}
.bxx
{
    padding:1px 7px;
    border-left:#cccccc 1px solid;
}
a.bxx:link,a.bxx:visited
{
    text-decoration:none;
    color:#fff;
    line-height:12px;
    font:9px sans-serif;
    background-color:#009900;
}
a.bxx:active,a.bxx:hover
{
    text-decoration:none;
    color:#fff;
    line-height:12px;
    font:9px sans-serif;
    background-color:#ff9900;
}
a.bxx:active,a.bxx:hover
{
    text-decoration:none;
    color:#fff;
    line-height:12px;
    font:9px sans-serif;
    background-color:#ff9900;
}