/************************头部导航样式**********************/
#mainheader {
    width:1000px;
    height:35px;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
    padding:0;
    background:#e9e9e9 url("/images/bg.gif")
    repeat-x bottom;
    font-size:93%;
    line-height:normal;
	font-family:黑体;
    }
#mainheader ul {
    margin:0;
    padding:10px 20px 0!important;padding:10px 9px 0;
    list-style:none;
    }
#mainheader li {
    float:left;
	  background:url("/images/norm_right.gif")
      no-repeat right top;
	  font-size:14px;
    margin:0;
    padding:0;
    }
#mainheader a {
    display:block;
	    background:url("/images/norm_left.gif")
      no-repeat left top;
    padding:5px 15px 4px;

    }
#mainheader .current {
    background-image:url("/images/norm_right_on.gif");
    }
#mainheader .current a {
    background-image:url("/images/norm_left_on.gif");
	padding-bottom:5px;
    }
.buttonitem{
	color: #000000;
	text-decoration: none;
}	
.buttonitem a:link {
	color: #000000;
	text-decoration: none;
}
.buttonitem a:visited {
	color: #000000;
	text-decoration: none;
}
.buttonitem a:hover {
	color: #FF9E00;
	text-decoration: underline;
}
.buttonitem a:active {
	color: #FF9E00;
	text-decoration: none;
}


/*=========////////////头部幅导航样式////////////==================*/
#menu_course{
    position:absolute;
    width:400px;
    height:20px;
	top:106px;
	left:inherit;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
    padding:0;
    repeat-x bottom;
    font-size:12px;
    line-height:normal;
	font-family:黑体;
	display:none;
}
#menu_course ul {
    margin:0;
    padding:10px 20px 0;
    list-style:none;
    }
#menu_course li {
    float:left;
    margin:0;
    padding:0 20px;
    }	
	
#menu_pocket{
    position:absolute;
    width:400px;
    height:20px;
	top:106px;
	left:inherit;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto; 
    padding:0;
    repeat-x bottom;
    font-size:12px;
    line-height:normal;
	font-family:黑体;
	display:none;
}
#menu_pocket ul {
    margin:0;
    padding:10px 20px 0;
    list-style:none;
    }
#menu_pocket li {
    float:left;
    margin:0;
    padding:0 20px;
    }
#mymenu{
	background-color:#ffffff;
}
#mymenu a:link {
	color: #000000;
	font-size:12px;
	text-decoration: none;
}
#mymenu a:visited {
	color: #000000;
	font-size:12px;
	text-decoration: none;
}
#mymenu a:hover {
	color: #FF9E00;
	font-size:12px;
	text-decoration: underline;
}
#mymenu a:active {
	color: #FF9E00;
	font-size:12px;
	text-decoration: none;
}
/*=================左侧菜单需要的样式==========================*/
.mp3Bg{
	display:block;
	width:182px;
	height:29px;
	margin:2px 0 2px 0;
	padding:5px 0 0 5px;
	background-image:url(/images/h_ruan_070613_28.gif);
	background-repeat: no-repeat;/*background-color:#f4f4f4;*/
}
.loginbutton{ font-size:12px; color:#474747; text-decoration:none;}

/*=================/news/view.php中需要的样式==========================*/
.titleview{
font-size:16px;
font-weight:bold;}

/*=================/product/my_.php中需要的样式==========================*/
#table {
	background-color: #CCCCCC;
	font-size:12px;
}
#th {
	height: 20px;
	font-size:12px;
	background-color: #e5f7f2;
}

#td {
	height: 20px;
	font-size:12px;
	background-color: #FFFFFF;
}
/*=================/product/product.php中需要的样式==========================*/

.mp3fontsize {
	font-size:14px;
	line-height:20px;
}
.helpcontent {
	font-size: 14px;
	line-height: 1.5em;
}