/**
Name:global.css
Range:Global,layout
Anthor:C.G
Added Date:2010.8.17
Vesion:0.1
Modified Date:
Modified By:
Description:Site overall CSS style sheets.If you modify this document, please upgrade file version number.
**/

body{
	padding:0;
	margin:0;
	font:200 12px/18px 'Arial';
	color:#666666;
	background:#ffffff;
}
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#007700;
}
img{
	border:none;
}
.black,a.black,.black a,a#black,#black a{
	color:#000000;
}
.red,a.red,.red a,a#red,#red a{
	color:#ff3300;
}

.yellow,a.yellow,.yellow a,a#yellow,#yellow a{
	color:#ff9900;
}
.blue,a.blue,.blue a,a#blue,#blue a{
	color:#008CD5;
}
.green,a.green,.green a,a#green,#green a{
	color:#0D6600;
}

.underline{text-decoration:underline;}

.center{text-align:center;}
.white, a.white, .white a, a#white, #white a
{
	color:#fff;
}
.black{
	color:#000;
}

.orange{color:#FF8800;}
small{
	font-weight:100;
	font-size:12px;
}
.font18{
	font-size:18px;
}
.font16{
	font-size:16px;
}
.font14{
	font-size:14px;
}
.bold{
	font-weight:bold;
}
.font11{
	font-size:11px;
}
.font12{
	font-size:12px;
}
.italic{font-style:italic;}
.weight100{
	font-weight:100;
}
ul,li,ol{
	padding:0;
	margin:0;
	list-style:none;
}
h1,h2,h3,h4,h5,h6,h7,p,form,hr,dl,dd,dt{
	padding:0;
	margin:0;
}
input{
	font-family:'Arial';
	color:#666666;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.more{
	font-size:11px;
	font-weight:100;
	font-family:'Arial';
}
.more a{
	color:#999;
}
.date{
	font-size:11px;
	font-family:'Tahoma';
	color:#999;
}
.height5{
	height:5px;
}
.height10{
	height:10px;
}
.height20{
	height:20px;
}
span.blue a{
color:#007DCC;
}
.noborder{
	border:none;
}
/* Global end*/
select{
	font-size:11px;
	font-family:'Arial';
}
/*selectbox*/
div.selectbox-wrapper {
	position:absolute;
	margin-top:-1px;
	padding:0;
	font-size:11px;
	text-align:left;
	width:127px;
}
div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:129px;
	border:1px solid #419935;
	background:#fff;
}
div.selectbox-wrapper ul li.selected { 
	background:#f5f5f5;
}
div.selectbox-wrapper ul li.current {
	background:#80D375;
	color:#ffffff;
}
div.selectbox-wrapper ul li {
	list-style-type:none;
	width:119px;
	display:block;
	margin:0;
	padding:2px 5px;
	cursor:pointer;
	font-size:11px;
}
.selectbox{
	margin:0;
	padding:0 0 0 4px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	text-align:left; 
	background:url('/images/selectboxbg.gif') #f6f6f6 no-repeat right;
	height:23px;
	line-height:23px;
	cursor:pointer;
	border:1px solid #419935;
	color:#333;
	width:107px;
	
}
select {
	background: url('/images/selectboxbg.gif') #f6f6f6 no-repeat right;
}

/*selectbox end*/

/**layout style**/
.wrapper{
	width:980px;
	margin:0 auto;
}
#left_bar{
	width:190px;
}
#page{
	width:540px;
	margin:0 0 0 10px;
}
#right_bar{
	width:230px;
}

/**layout style end**/


#top_quick{
	height:20px;
	width:100%;
	padding:3px 0;
	left:0;
	top:0;
	background:url('/images/topquickbg.jpg') repeat-x;
}
.top_quick_content{
	width:980px;
	margin:0 auto;
}
.welcome a{
	color:#399c2a;
	margin:0 5px;
	font-weight:bold;
}
.welcome a:hover{
	color:#070;
}
.top_links a{
	color:#399c2a;
	margin:0 0 0 5px;
}
.top_links a:hover{
	color:#070;
}
.top_links a img{
	width:20px;
	height:13px;
}

/**back go top button style**/
.backtop{
	width:120px;
	height:90px;
	left:50%;
	margin-left:460px;
	z-index:100;
	text-align:center;
}
/**back go top button style end**/

/*box_title*/
h3.box_title{
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	height:22px;
	line-height:22px;
}

/** footer style**/
.footer{
	text-align:center;
	font-size:11px;
	line-height:22px;
	padding:15px 0;
}
.footer a{
	color:#399c2a;
	margin:0 5px;
}
.footer a:hover{
	color:#007700;
}
#sub_page{
	width:730px;
}
.curved5{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
}
.curved10{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.curved2{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.curved3{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.bs_input0{
	width:200px;
	height:24px;
	border:none;
	background:url('/images/bs_input.png') no-repeat 0 -33px;
	font-size:12px;
	line-height:24px;
	padding:0 5px;
}
.bs_input1{
	width:126px;
	height:24px;
	border:none;
	background:url('/images/bs_input.png') no-repeat 0 0;
	font-size:12px;line-height:24px;
	padding:0 5px;
}
.bs_submit0{
	width:64px;
	height:27px;
	border:none;
	background:url('/images/bs_input.png') no-repeat 0 -70px;
	color:#fff;
	font-weight:bold;
}
.bs_submit1{
	width:64px;
	height:27px;
	border:none;
	background:url('/images/bs_input.png') no-repeat -88px -70px;
	color:#fff;
	font-weight:bold;
}

/**submenu**/
.global_menu{
	background:url('http://www.agropages.com/images/global.gif') no-repeat;
	width:540px;
	height:55px;
}
.global_menu_a{
	height:24px;
	padding:6px 0 0 0;
}
.global_menu_a ul li{
	float:left;
	line-height:16px;
	text-align:center;
}
.global_menu_a ul li.g_home{
	width:60px;
}
.global_menu_a ul li.g_agronews{
	width:88px;
}
.global_menu_a ul li.g_buyer{
	width:110px;
}
.global_menu_a ul li.g_blog{
	width:118px;
}
.global_menu_a ul li.g_data{
	width:100px;
}
.global_menu_a ul li.g_chinese{
	width:60px;
}
.global_menu_a ul li a{
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
.global_menu_a ul li a:hover{color:#f00;}
.global_menu_s{
	height:24px;
	text-align:center;
	line-height:22px;
}
.global_menu_s a{
	color:#888888;
	font-size:11px;
	margin:0 5px;
}
.global_menu_s a:hover{color:#f00;}

/* member card */
.shareit-box {
	position:absolute;
	display:none;
}
.shareit-header {
	width:230px;
}
.shareit-body {
	width:200px; height:130px;
	background:url('/images/shareit.png');
	padding:17px 15px 25px 15px;
	margin:-180px 0 0 0;
}
.shareit-img{width:48px;height:48px;border:1px solid #ccc;padding:1px;}
.shareit-title{padding:0 0 0 5px;line-height:14px;width:140px;overflow:hidden;}
.shareit-title a{font-weight:900;font-size:11px;}
.shareit-content{line-height:14px;font-size:11px;color:#000;}
.shareit-content strong{font-weight:900;}

/**New global top Editdate:2011.5.5 **/
.sitetop{
	
	background:#ffffff url('/images/topquickbg.jpg') repeat-x center 6px;
	color:#000000;
}
.sitetop-content{
	width:980px;
	margin:0 auto;
}
.sitetop-loginbox{
	width:630px;
	padding:4px 0 0 20px;
	background:url('/images/icons/user-silhouette.png') no-repeat left center;
}
.sitetop-language{
	width:300px;
	text-align:right;
	font-size:11px;
	padding:6px 0 0 0;
}
.sitetop-loginbox div{padding:0 3px 0 0;}
input.sitetop-loginbox-input{
	width:115px;
	padding:0;
	margin:0;
	height:20px;
	line-height:20px;
	border:1px solid #8E8E8E;
	background:#ffffff url('/images/inputtext.gif') repeat-x left top;
}
input.sitetop-loginbox-submit{
	width:50px;
	padding:0;
	margin:0;
	height:22px;
	line-height:18px;
	border:1px solid #8E8E8E;
	color:#000;
	background:#ffffff url('/images/topquickbg.jpg') repeat-x center bottom;
	font-size:11px;
	font-weight:bold;
}
input.sitetop-loginbox-submit:hover{
	background:#191919;
	color:#ffffff;
	border:1px solid #191919;
}
.sitetop-language img{
	width:20px;
	height:13px;
}
.sitetop-menu{width:980px;margin:0 auto;}
.sitetop-menu,.sitetop-focus{
	padding:10px 0;
	line-height:16px;
	color:#C5C5C5;
	height:16px;
	overflow:hidden;
}
.sitetop-focus{
	text-align:right;
}
.sitetop-menu a,.sitetop-focus a{
	color:#000000;
	font-weight:bold;
	margin:0 1px;
}
.channelsponsor{
	width:980px;
	margin:0 auto;
	height:90px;
	overflow:hidden;
}
.sitetop-menu a.on{color:#f00;}

#jsddm{
	margin: 0;
	padding: 0;
}
	
#jsddm li{
	float: left;
	list-style: none;
	
}

#jsddm li a{
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding:2px 3px;
}

#jsddm li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}

#jsddm li ul li{
	float: none;
	display: inline
}

#jsddm li ul li a{
	width: 80px;
	background: #f3f3f3;
	padding:2px 10px;
	color:#000000;
	font-weight:100;
	border:1px solid #fff;
}

#jsddm li ul li a:hover{
	background: #ABE0A3;
	color:#000;
}
#jsddm li.on a{color:#f00;}
#jsddm li.on li a{color:#000;}

/**New global footer Editdate:2011.5.5 **/
.sitefooter{
	border-top:3px solid #C4C4C4;
}
.sitefooter-links{
	padding:20px;
	border-bottom:1px solid #c4c4c4;
}
.sitefooter-links ul li{float:left;padding:0 40px 0 0;}
.sitefooter-copyright{
	padding:20px 20px 20px 250px;
	background: url('http://www.agropages.com/images/logo-gray.gif') no-repeat 20px center;
}
.newc{position:absolute;margin:-12px 0 0 -8px;z-index:0;}


a.ch1{font-size:20px;}
a.ch2{font-size:18px;}
a.ch3{font-size:16px;font-weight:900;}
a.ch4{font-size:14px;font-weight:900;}
a.ch5{font-size:12px;font-weight:900;}

/** Latest updata time: 2011.8.17 10:40 **/

.global-menu{background:#fff;}
.global-menu-c{width:980px;margin:0 auto;}


/** add style **/
.cg20111104001{padding:0 0 10px 0;text-align:center;}

/** editers style: **/

#editers ul{background:#ffffff;}
#editers ul li{
width:100%;
background:#ffffff url('http://www.agropages.com/images/ico5.gif') no-repeat left 7px;
padding:0 0 0 12px;margin:0 0 0 10px;
}

#editers ul li li{background:#ffffff url('http://www.agropages.com/images/ico8.gif') no-repeat left 7px;}

#editers ul li li li{background:#ffffff url('http://www.agropages.com/images/ico2.gif') no-repeat left 7px;}


.tabBoxrt01 ul{background:#ffffff;}
.tabBoxrt01 ul li{
width:100%;
background:#ffffff url('http://www.agropages.com/images/ico5.gif') no-repeat left 7px;
padding:0 0 0 12px;margin:0 0 0 10px;
}

.tabBoxrt01 ul li li{background:#ffffff url('http://www.agropages.com/images/ico8.gif') no-repeat left 7px;}

.tabBoxrt01 ul li li li{background:#ffffff url('http://www.agropages.com/images/ico2.gif') no-repeat left 7px;}


/**Tools style, add at 2012.2.29**/
.ap-tools{padding:10px;}
.ap-tools a{color:#005595;padding-left:20px;margin:0 10px 0 0;}
.ap-tools a:hover{color:#ff4400;}
.ap-tools a.ap-tools-print{background:url('http://www.agropages.com/images/tools/print.gif') no-repeat left center;}
.ap-tools a.ap-tools-forward{background:url('http://www.agropages.com/images/tools/email.gif') no-repeat left center;}
.ap-tools span.ap-tools-share{background:url('http://www.agropages.com/images/tools/share.gif') no-repeat left center;color:#005595;padding-left:20px;margin:0 10px 0 0;}
.ap-tools a.ap-tools-comment{background:url('http://www.agropages.com/images/tools/comment.gif') no-repeat left center;}

span.ap-tools-share a{padding-left:0px;margin:0 1px;}
span.ap-tools-share img{vertical-align:middle;}


/**2012.6.7**/
.home-bg-box{
	height:281px;
	background:url('/images/home-right-0607001.gif') no-repeat;
	padding:84px 0 0 0;
}
.home-bg-box ul li{text-align:center;line-height:30px;height:30px;font-weight:bold;border-bottom:1px dotted #FFBF99;}
.home-bg-box ul li a{color:#B83200;}
.home-bg-box ul li a:hover{color:#000000;}

/**2012.6.27**/
.myagroages-botton{
	padding-right:20px;
	background:url('http://www.agropages.com/images/ldown.gif') no-repeat right center;
}
.myagroages-botton-click{
	padding-right:20px;
	background:url('http://www.agropages.com/images/lup.gif') no-repeat right center;
}

.top-ubox{
	width:216px;
	z-index:9999;
	position : absolute;
	top:25px;
	margin-left:150px;
	z-index:9999;
}
.top-ubox-t{
	background:url('http://www.agropages.com/images/ubox-t.png') no-repeat;
	height:18px;
}
.top-ubox-m{
	background:url('http://www.agropages.com/images/ubox-m.png') repeat-y;
	min-height:50px;

}
.top-ubox-m ul{padding:0 7px 0 1px;}
.top-ubox-m ul li{
	line-height:30px;
	height:30px;
	border-bottom:1px solid #46A874;
	padding-left:33px;
	color:#ffffff;
	font-weight:bold;
}
.top-ubox-m ul li a{color:#ffffff;}
.top-ubox-m ul li a:hover{text-decoration:underline;}
.top-ubox-m ul li span{padding-right:5px;}
.top-ubox-m-1{background:url('http://www.agropages.com/images/icons/balloon-left.png') no-repeat 10px center;}
.top-ubox-m-2{background:url('http://www.agropages.com/images/icons/shopcart.png') no-repeat 7px center;}
.top-ubox-m-3{background:url('http://www.agropages.com/images/icons/document--pencil.png') no-repeat 9px center;}
.top-ubox-m-4{background:url('http://www.agropages.com/images/icons/balloons-box.png') no-repeat 9px center;}
.top-ubox-b{
	background:url('http://www.agropages.com/images/ubox-b.png') no-repeat center bottom;
	height:15px;
}
.top-ubox-gotou{
	padding:9px 7px 0 1px;
	text-align:center;
}