* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-align: center;
}
a:link {
	color: #004499;
	text-decoration: none;
}
a:visited {
	color: #668fc2;
	text-decoration: none;
}
a:hover {
	color: #004499;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
}
#top {
	height: 70px;
}
#reg {
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	color: #E4E4E4;
	float: right;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
}
#reg a {
	color: #8C8C8C;
	text-decoration: none;
}
#logo {
	background-image: url(/skin/rising/index/images/bg-logo.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	clear: both;
	height: 41px;
	float: left;
}
#logo a {
	height: 41px;
	width: 160px;
	display: block;
}
#logo a span {
	display: none;
}
#search {
	float: right;
}
#search #search_form1 {
	margin-top: 5px;

}
/* css3 */
#search #search_form1 input[name*="word"] {
	height: 16px;
	width: 105px;
	color: #666666;
}
/* NavBox */
#NavBox {
	width:980px;
	height:35px;
	font-size: 14px;
	line-height: 35px;
	clear: both;
}
#NavBox #NavLinks {
	width:980px;
	height:35px;
	background:url(/skin/rising/index/images/bg-nav.png) 0 0 no-repeat;
	overflow:hidden;
	line-height: 35px;
}
#NavBox #NavLinks li { display:inline; }
#NavBox #NavLinks li a {
	float:left;
	width:140px;
	height:35;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	letter-spacing: 2px;
}
/* a */
#NavBox #NavLinks li a{
	background-image: url(/skin/rising/index/images/bg-nav.png);
	background-repeat: no-repeat;
	outline:none;
	background-position: 0px -35px;
}
 
/* a:hover */
#NavBox #NavLinks li a:hover { background-position: 0 -70px; }
 
/* a:active */
#NavBox #NavLinks li a:active {
	background-position: 0 -105px;
	color: #FFFFFF;
}
 
/* a:current */
#NavBox #NavLinks li a.current { background-position: 0 -140px; }
#SubNavBox {
	clear: both;
	height: 30px;
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #ededed;
}
#SubNavBox #SubNavBoxLinks {
	width: 980px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
#SubNavBox #SubNavBoxLinks li {
	display: inline;
}
#SubNavBox #SubNavBoxLinks li a {
	width: 140px;
	float: left;
	text-align: center;
	letter-spacing: 2px;
	color: #666666;
	text-decoration: none;
	outline: none;
	height: 30px;
}
#SubNavBox #SubNavBoxLinks li a:hover {
	background-image: url(/skin/rising/index/images/bg-subnav.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#SubNavBox  #SubNavBoxLinks  li a:active {
	background-image: url(/skin/rising/index/images/bg-subnav.png);
	background-repeat: no-repeat;
	background-position: center -60px;
}

#SubNavBox #SubNavBoxLinks li a.current {
	background-image: url(/skin/rising/index/images/bg-subnav.png);
	background-repeat: no-repeat;
	background-position: center -30px;
}
#nextpage {
	clear: both;
}
#nextpage a {
	border: 1px solid #AACCEE;
	margin: 2px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	text-decoration: none;
	color: #004499;
}
#nextpage  span {
	background-color: #004499;
	color: #FFFFFF;
	border: 1px solid #004499;
	cursor: text;
	margin: 2px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#copyright {
	word-spacing: 5px;
	text-align: center;
}
#copyright span {
	word-spacing: normal;
}
#copyright a {
	color: #666666;
}
/* tab */
.TabBox {
	height: 26px;
	line-height: 26px;
	clear:both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AACCEE;
	border-right-color: #AACCEE;
	border-left-color: #AACCEE;
	font-size: 14px;
}
.TabBox .TabLinks {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
	height: 26px;
	background-image: url(/skin/rising/index/images/bg-tab.png);
	line-height: 26px;
}
.TabBox .TabLinks li { display:inline; }

/* a */
.TabBox .TabLinks li a {
	float:left;
	width:83px;
	height:26px;
	text-decoration: none;
	text-align:center;
	color: #004499;
}
.TabBox .TabLinks li a{
	background-image: url(/skin/rising/index/images/bg-tab.png);
	background-repeat: no-repeat;
	outline:none;
	background-position: 0px -26px;
}

/* a:selected */
.TabBox .TabLinks li a.selected {
	background-position: 0 -52px;
	font-weight: 900;
}
.TabBox .TabLinks li#special a {
	background-position: 0 0px;
}
.TabBox .TabLinks li#special a.selected {
	background-position: 0 -52px;
	font-weight: 900;
}

/* hidden */
.hidden {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
    background-color: #FFFFFF;
}
.hidden a {
	color: #666666;
	outline: none;
}
.hidden a:hover {
	color: #004499;
}
#indexhead_div_0 {
	position: absolute;
	left: 0px;
	top: 105px;
	z-index: 22;
	width: 118px;
}
#indexhead_div_1 {
	position: absolute;
	left: 140px;
	top: 105px;
	z-index: 22;
	width: 280px;
	background-image: url(/skin/rising/index/images/bg-hidden-line.png);
	background-repeat: no-repeat;
	background-position: 140px center;
}
#indexhead_div_1 li {
	float: left;
	width: 130px;
	text-align: left;
}
#indexhead_div_2 {
	background-image: url(/skin/rising/index/images/bg-hidden-ris.png);
	background-repeat: no-repeat;
	background-position: 170px 10px;
	position: absolute;
	left: 280px;
	top: 105px;
	z-index: 22;
	width: 360px;
}
#indexhead_div_2 #sn{
	position: absolute;
	left: 170px;
	top: 155px;
	z-index: 23px;
	width: 190px;
	text-align: center;
}
#indexhead_div_3 {
    background-image: url(/skin/rising/ep/images/bg-hidden-net.png);
	background-repeat: no-repeat;
	background-position: 120px 0px;
	position: absolute;
	left: 420px;
	top: 105px;
	z-index: 22;
	width: 300px;
}
#indexhead_div_3 #sn{
	position: absolute;
	left: 155px;
	top: 130px;
	z-index: 23px;
	width: 150px;
}
#indexhead_div_4 {
	position: absolute;
	left: 560px;
	top: 105px;
	z-index: 22;
	width: 160px;
}
#indexhead_div_5 {
	position: absolute;
	left: 700px;
	top: 105px;
	z-index: 22;
	width: 118px;
}
#indexhead_div_6 {
	position: absolute;
	left: 840px;
	top: 105px;
	z-index: 22;
	width: 118px;
}
.clear {
	clear: both;
}
.spacer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 10px;
}
.frame {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AACCEE;
	border-bottom-color: #AACCEE;
	border-left-color: #AACCEE;
}
.frame-bg-blue {
	background-color: #f8fcff;
	border: 1px solid #AACCEE;
	padding: 10px;
}
.frame-bg-white {
	border: 1px solid #AACCEE;
	padding: 10px;
}
.line-dot {
	font-size: 0px;
	line-height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cfcfcf;
	clear: both;
}
.hot {
	background-image: url(/skin/rising/index/images/bg-hot.png);
	background-repeat: no-repeat;
	background-position: right 20%;
	padding-right: 18px;
}
.more {
	background-image: url(/skin/rising/index/images/bg-more.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 6px;
	display: inline-block;
	text-indent: 0px;
}
h2 {
	font-size: 14px;
	color: #004499;
	line-height: 25px;
	height: 25px;
	background-image: url(/skin/rising/index/images/bg-h2.png);
	background-repeat: repeat-x;
	text-indent: 10px;
	border: 1px solid #AACCEE;
}
h2 span {
	float: right;
	margin-right: 10px;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #004499;
}
h2 span a {
	font-size: 12px;
	font-weight: normal;
	color: #004499;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
h3 a:link, h3 a:visited {
	color:#004499;
	text-decoration: none;
}
h3 img {
	margin-right: 10px;
}
h4 {
	font-size: 14px;
	font-weight: 900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/skin/rising/index/images/bg-h4.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	text-indent: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
ul li {
	list-style-type: none;
}
img.icon {
	float:left;
	margin-right: 10px;
}
img.buy {
	margin-left: 5px;
	float:right;
}
ul.news li {
	background-image: url(/skin/rising/index/images/bg-li-news.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 10px;
	line-height: 220%;
}
ul.news li span, ul.download li span {
	float: right;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul.download li {
	background-image: url(/skin/rising/index/images/bg-li-download.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 250%;
}
ul.download li:last-child { border-bottom:none;  }