@charset "utf-8";
@import url(screen.css);
/* CSS Document */

html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	color: #555555;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
}

a:link, a:visited {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #005da9;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

form {
	margin:0px;
	padding:0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {vertical-align:middle;}


/* global */
.img-media {
	border: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 4px;
}
a:hover .img-media{
	border: 1px solid #2978b1;
}


.b_bottom {
	border-bottom: 1px solid #cccccc;
}
.b_top {
	border-top: 1px solid #cccccc;
}
.b_left {
	border-left: 1px solid #cccccc;
}
.b_right {
	border-right: 1px solid #cccccc;
}
.b_box {
	border: 1px solid #cccccc;
}


.f_center {
	text-align: center;
}
.f_left {
	text-align: left;
}
.f_right {
	text-align: right;
}
.f_white {
	color:#ffffff;
}

.f_12 {
	font-size: 12px;
}
.f_14 {
	font-size: 14px;
}

.f_h_22 {
	line-height: 22px;
}
.f_h_26 {
	line-height: 26px;
}

.pd_top {
	padding-top: 10px;
}
.pd_bottom {
	padding-bottom: 10px;
}
.pd_left {
	padding-left: 10px;
}
.pd_right {
	padding-right: 10px;
}
.pd_box {
	padding: 10px;
}


.mg_top {
	margin-top: 10px;
}
.mg_bottom {
	margin-bottom: 10px;
}
.mg_left {
	margin-left: 10px;
}
.mg_right {
	margin-right: 10px;
}
.mg_box {
	margin: 10px;
}



#header {height:110px;}
#header #logo {height: 60px;}
#header #language {height:30px;}
#header #language li {float: right; margin-right:10px;}
#header #function {height:30px; background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/logo_rx_top_right.gif); background-repeat:no-repeat; background-position:top right;}
#header #function li {float: right; margin-right:5px;}
#header #topmenu {
	background-image: url(http://admin.reedsystem.net/upload/nepconchina2010/images/top-menu-bg.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
	width: 950px;
	overflow: hidden;
}
#header #topmenu ul {padding-left: 15px;}
#header #topmenu li {
	color:#ffffff;
	float: left;
	font-size:14px;
	font-weight: bold;
	height: 32px;
	line-height:32px;
	padding-left:15px;
	padding-right:15px;
}
#header #topmenu li a {
	color:#ffffff;
	font-size:14px;
	font-weight: bold;
	line-height:32px;
}
#header #topmenu li a:hover {
	color:#ffdd00;
}
#header #topmenu li.arrow {
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/arrow.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}
#header #topmenu li#search{
	padding-left: 120px;
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/search-bg.gif);
	background-color: transparent;
	background-position: 95px 4px;;
	background-repeat: no-repeat;
}
#header #topmenu #header-search-input{
	border:0px;
	background-color: transparent;
	width:110px;
	height:22px;
	margin-top:6px;
}


#left-menu {
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/left-menu-bg.gif);
	background-repeat:repeat-y;
	border-bottom: 1px solid #d7d7d7;
}
#left-menu h1 {
	font-size:12px;
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/left-menu-h2.gif);
	background-color: transparent;
	background-position: center center;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	padding: 0px 10px;
	margin-bottom: 5px;
}
#left-menu h1 a, #left-menu h1 a:hover  {
	background: none;
	padding: 0;
	line-height: 26px;
	color: #222222;
}

#left-menu h2 {
	font-size:12px;
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/left-menu-h2.gif);
	background-color: transparent;
	background-position: center center;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	padding: 0px 10px;
	margin-bottom: 5px;
}
#left-menu h2 a, #left-menu h2 a:hover  {
	background: none;
	padding: 0;
	line-height: 26px;
	color: #222222;
}

#left-menu li {
	padding: 0px;
	margin: 0px;
}

#left-menu li a {
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/left-menu-bg.gif);
	background-repeat:repeat-y;
	padding: 0px 10px;
	line-height: 26px;
	width: 170px;
	display: block;
}
#left-menu li a:hover {
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/left-menu-a-hover.gif);
	color:#ffffff;
}
#left-menu .menu-list {
	margin-bottom: 5px;
	display: none;
}

.left-menu-box {
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/left-menu-bg.gif);
	background-repeat:repeat-y;
	border-bottom: 1px solid #d7d7d7;
}
.left-menu-box h2 {
	font-size:12px;
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/left-menu-h2.gif);
	background-color: transparent;
	background-position: center center;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	padding: 0px 10px;
	margin-bottom: 5px;
}
.left-menu-box .left-menu-logo {
	padding: 5px;
	text-align:center;
}



#content .div-flash-img {
	width: 590px;
	height: 180px;
	display: block;
	overflow: hidden;
}

#content #div-value-pro {
	text-align:justify;
}

#content .box-head-maxlength {
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/box-head-maxlength-bg.gif);
	background-color: transparent;
	background-position: center center;
	background-repeat:no-repeat;
	height: 27px;
	overflow: hidden;
}
#content .box-head-tab {
	height: 27px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	overflow: hidden;
	float: left;
	font-size:12px;
	font-weight: bold;
	line-height: 26px;
	margin-right:5px;
	cursor: pointer;
	text-align:center;
	padding: 0px 10px;
}
#content .box-head-tab.focus {
	color:#ffffff;
	background-color: transparent;
	background-position: left;
	background-repeat: repeat-x;
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/box-head-tab-focus.gif);
}
#content .box-head-tab.blur {
	color:#555555;
	background-color: transparent;
	background-position: left;
	background-repeat: repeat-x;
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/box-head-tab-blur.gif);
}

#content .box-content-320 {
	height: 320px;
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	overflow: hidden;
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/box-content-bg.gif);
	background-color: transparent;
	background-position: top;
	background-repeat:repeat-y;
}
#content .box-content-200 {
	height: 200px;
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	overflow: hidden;
	background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/box-content-bg.gif);
	background-color: transparent;
	background-position: top;
	background-repeat:repeat-y;
}




#content .box {
	float: left;
	width: 290px;
	margin-right: 10px;
	overflow: hidden;
}
#content .box .box-icon{float: left; padding:0px 5px; height:26px; line-height: 26px; width:15px;	background-color: transparent; background-position: center right; background-repeat:no-repeat; display: block;}
#content .box .box-title{float: left; padding:0px 5px; font-size:14px; font-weight: bold; height:26px; line-height: 26px; color:#333333;}
#content .box .box-more{float: right; padding-right:10px; font-size: 12px; font-weight: normal; height:26px; line-height: 26px;}
#content .box li {height:26px; line-height: 26px; padding: 0px 10px; width: 260px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
#content .box li.box-li-title {background-image:url(http://admin.reedsystem.net/upload/nepconchina2010/images/box-li-title-bg.gif); background-color: transparent; font-weight: bold; color:#333333; padding-right: 0px; width: 280px;}

#content .last{
	margin-right: 0px;
}



#content .sub-title {
	width: 590px;
	height: 120px;
	background-color: transparent;
	background-position: -2px -20px;
	display: block;
	overflow: hidden;
}

#content .sub-title .sub-title-top {
	height: 96px;
	display: block;
}

#content .sub-title .sub-title-content {
	height: 24px;
	display: block;
}
#content .crumbs{float: left; padding:0px 20px; font-size:12px; font-weight: bold; height:24px; line-height: 24px; color:#222222;}
#content .function{float: right; padding-right:10px; font-size: 12px; font-weight: normal; height:24px; line-height: 24px; color:#222222;}
#content .function a{color:#000000;}

#article { color:#333333;}
#article a:link, #article a:visited {
	color: #005da9;
	text-decoration: none;
}
#article a:hover {
	color: #ff6600;
	text-decoration: none;
}
#article, #NewsIndex {
	font-size: 14px;
}

#article li, #NewsIndex li {
	list-style-image: url(http://admin.reedsystem.net/upload/nepconchina2010/images/li2.gif);
	list-style-position: inside;
	padding-left: 20px;
}
#article ul, #NewsIndex ul {
	list-style-type: none;
}
#article h3, #NewsIndex h3 {
    background-attachment: scroll;
	background-image: url(http://admin.reedsystem.net/upload/nepconchina2010/images/li3.jpg);
	background-repeat: no-repeat;
	color:#00529C;
	font-size:14px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8D33;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}










.banner-ad {border: 1px solid #dddddd; text-align:center; padding:0px;}
.banner-ad img {padding:0px; border:none;}

#footer {
	border-top: 1px solid #d7e0e5;
	text-align:center;
}

/* coda-slider */

	.coda-slider-wrapper { padding:0; }
	.coda-slider { background: #ebebeb; width:590px; height: 180px; overflow: hidden; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { width: 590px; height: 180px; overflow: hidden;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 590px; }
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 590px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0}
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0;}
	
	/* Preloader */
	.coda-slider p.loading { padding-top: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
