html{
	height: 100%;
	background: url(../images/bg-inner.gif) repeat-x;
}
body {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
	background: url('../images/bg-body.gif') repeat-x 50% 0;
	min-width: 1000px;
	height: 100%;
}
body.print {
	background: none!important;
} 
img {border: none;}
a{
	text-decoration: none;
	color: #960;
}
a:hover{text-decoration: underline;}
#wrapper{
	margin: 0 auto;
	width: 850px;
	position: relative;
	min-height: 100%;
}
* html #wrapper{height: 100%;}
/*header start*/
#header{
	width: 100%;
	height: 300px !important;
	padding-top: 86px;
	position: absolute;
	left: 0;
	top: 0;
}
/*logo start*/
.logo{
	margin: 0;
	position: absolute;
	left: 0;
	top:12px;
	z-index: 10000;
}
.logo a{
	display: block;
	text-indent: -9999px;
	width: 170px;
	height: 181px;
	overflow: hidden;
	background: url('../images/bg-logo.gif') no-repeat;
}
.header-item{
	width: 100%;
	overflow: hidden; 
}
.nav-up{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.nav-up li{
	float: left;
	background: url(../images/nav-up-separator.gif) no-repeat 100% 0;
	padding:1px 11px 0 20px;
	margin-right: -12px;
}
.nav-up li a{color: #666;}
.nav-up li a:hover{
	text-decoration: none;
	color: #960;
}
.header-holder{
	width: 100%;
	overflow: hidden;
	padding-top:10px;
}
.header-holder-new{
	width: 175px;
	overflow: hidden;
	padding-top:10px;
}
.photo-box{
	width: 666px;
	float: right;	
}
.photo-holder{
	width: 100%;
	height: 248px;
	position: relative;
}
.photo-holder .shadow{
	width: 100%;
	height: 83px;
	position: absolute;
	left: 0;
	bottom:0;
	background: url(../images/shadow-bg.png) no-repeat;
}
.photo-box img{display: block;}
.smile-photo{
	width: 218px;
	height: 23px;
	float: right;
	margin-top: 2px;
}
.nav-holder{
	width: 171px;
	float: left;
	padding-top: 97px;
	position: relative;	
	z-index: 100000;	
	
}
#nav{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:13px;
	line-height: 18px;
	font-weight: bold;
	border-top: 1px solid #907a67;	
}
#nav li.main{
	border-bottom: 1px solid #907a67;
	padding: 1px 0;
	display: block;
	height:18px;
    position: relative;	
}
#nav li a.main_a{
	padding: 0 0 0 8px;
	background: url(../images/nav-separator.gif) no-repeat left top;
	color: #fff;
	display: block;
	height:18px;
}
#nav li a.main_a:hover,
#nav li a.main_a.active{
	background: url(../images/nav-separator-hover.gif) no-repeat left top;
	color: #960;
	text-decoration: none;
}


#nav li div.sub{
    display: none;
/*    display: block;
    position: absolute;
    left: 100%;
    top: -1px;
    border: 1px solid #907a67;
    border-left: 0px;
    z-index: 100000;*/
}
#nav li div.sub a{
    display: block;
    white-space: nowrap;
}
div#left_sub_menu_holder{
    position: absolute;
    /*background-color: #FFFFFF;*/
    background-color: #996600;
    /*border: 1px solid #999999;*/
    z-index: 1000000;
    visibility: hidden;
    overflow: hidden;
}
div#left_sub_menu_holder a, div#left_sub_menu_holder a:visited{
    display: block;
    white-space: nowrap;
    text-decoration: none;
/*    color: #996600; */
    color: #FFFFFF;
    cursor: pointer;
    padding: 0px 15px 0px 5px;
    margin: 2px 0 2px 0;
    font-weight: bold;
}
div#left_sub_menu_holder a:hover{
    color: #462202;    
}
div#left_sub_menu_holder div.separator{
    background: url(../images/nav-separator.gif) no-repeat left top;  
    width: 5px;
    height: 18px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 1px;
    left: -7px;
}
div#left_sub_menu_holder a{
    display: block;
    white-space: nowrap;
}
a.sb_menu{
    border-bottom: 1px solid #999999;
}









.boxes_holder_left{
    float:left;
    width:170px;
    overflow: hidden;
    height: 100%;
    display: block;
}
a.subs_srv,a.subs_srv:hover{
	display: block;
	background: url(../images/subs_srv.jpg) no-repeat left top; 
	width: 174px; 
	height: 22px;
	text-decoration: none;
	border:0px;
	margin-top: 165px;
}
a.subs_srv_inner, a.subs_srv_inner:hover{
	display: block;
	background: url(../images/subs_srv.jpg) no-repeat left top; 
	width: 174px; 
	height: 22px;
	text-decoration: none;
	border:0px;
	margin-top: 365px;
}
.box_left .header{
    font-size: 12px;
    font-weight: bold;
    color:#462202;
    border-bottom: 1px solid #999999;
    width:100%;
    
}
.box_left .form_line{
    width:100%;
    display:block;
    text-align: left;
    margin-top: 5px;
}
.box_left .form_line .line_header{
    font-size: 12px;
    font-weight: bold;
    width:auto;
    text-align: left;
    color:#960;
    padding:0px;
    line-height: 12px;
}  
.box_left .form_line .line_input{
    font-size: 12px;
    font-weight: normal;
    width:auto;
    text-align: left;
}  
.box_left .form_line .line_input .newslettergo{
    float:left;
    font-size: 9px;
    display:block;
    color:#FFF;
    background: #999;
    cursor: pointer;
    width: 20px;
    border:0px;
    height: 17px;
    margin-left: 3px;
    vertical-align: top;
    line-height: 10px;
}
.box_left .form_line .line_input .input_email{
    float:left;
    border:1px solid #999;
    display: block;
    font-size: 11px;
    padding: 1px 0px 1px 1px;
}    
.box_left .form_line .line_input .input_name{
    border:1px solid #999;
    display: block;
    font-size: 11px;
    padding: 1px 0px 1px 1px;
} 


#main{
	width: 100%;
	padding:385px 0 52px;
	overflow: hidden;
}
#content{
	width: 666px;
	float: right;
	position: relative;
	z-index: 1000000;
	
}
.content-holder{
	width: 440px;
	float: left;
}
#content h1,
#content h2{
	color: #462202;
	margin:0 0 2px;
	font-size:17px;
	line-height: 20px;
	padding-left: 11px;
	background: url(../images/h2-separator.gif) no-repeat;
	font-weight: normal;
}
#content p{
	margin: 0;
	line-height: 21px;
}
.content-holder p{word-spacing: 1px;}
.news-holder{
	width:218px;
	float: right;
	padding-top:17px;
}
.news-list{
	margin: 0;
	padding:5px 0 0 1px;
	list-style: none;
	font-size:13px;
	line-height: 16px;
}
.news-list li{padding-bottom:15px;}
.news-list li a{
	color: #960;
	background: url(../images/news-list-separator.gif) no-repeat 0 6px;
	padding-left: 10px;
	display: block;
	word-spacing: -1px;
}
.news-list li a:hover{
	color: #462202;
	text-decoration: none;
	background: url(../images/news-list-separator-hover.gif) no-repeat 0 6px;
}
/* inner-page start */
.inner{background: url(../images/bg-inner-body.gif) no-repeat 50% 0;}
.inner #wrapper {width: 943px;}
.inner .logo {top:0;}
.inner .logo a {
	width: 171px;
	height: 183px;
	background: url(../images/inner-logo-bg.gif) no-repeat;
}
.inner #header {height: 97px;}
.inner .nav-up{
	margin-right:12px;
}
.inner .nav-up li{background: url(../images/inner-nav-up-separator.gif) no-repeat 100% 0;}
.inner .nav-up li a{color: #fff;}
.inner .nav-up li a:hover{color:#996600;}
.inner #main{padding:183px 0 52px;}
#sidebar{
	width: 171px;
	float: left;
	padding-top:27px;
}
.inner #nav{border-top: 1px solid #999;}
.inner #nav li{border-bottom: 1px solid #999;}
.inner #nav li a{
	background: url(../images/inner-nav-separator-hover.gif) no-repeat;
	color: #960;
}
.inner #nav li a:hover,
.inner #nav li a.active{
	background: url(../images/inner-nav-separator.gif) no-repeat;
	color: #462202;
}
.inner #content{
	width: 763px;
	float: right;
}
.text-holder{
	width: 540px;
	float: left;
}
#content .text-holder h2{margin: 0;}
#content .text-holder p{
	margin-bottom:20px;
}
.photo-item{
	width: 206px;
	float: right;
}
.photo-item img{display: block;}
#footer{
	width: 850px;
	height: 52px;
	position: relative;
	margin:-54px auto 0;
	background:url(../images/bg-footer.gif) repeat-x;
	z-index: 1;
}
.footer-logo{
	width: 185px;
	height: 52px;
	float: left;
}
.footer-logo img{display: block;}
.copy{
	font-size: 10px;
	line-height: 14px;
	color: #999;
	float: left;
	margin-top:33px
}
.copy a{
	color: #999;
}
.design{float: right;}
.inner #footer{
	width: 943px;
	height: 52px;
	position: relative;
	margin:-86px auto 0;
	padding-top:32px;
	background: url(../images/bg-inner-footer.gif) no-repeat;
}
.inner .copy{
	margin:33px 0 0 88px;
}
.inner .design{
	margin:33px 8px 0 0;
}
/*------------------------------------------------------------------------------------------*/
.clear_style{
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
	clear: both;
}
.page_text_green{
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #959414;
	color: #FFFFFF;
	white-space: nowrap;
	font-size: 14px;	
}
.page_text_green .inside{
	width: auto;
	margin-left: 5px;
	background-color: #959414;
	padding-left: 5px;
}
.page_text_green .inside_fl{
	width: auto;
	margin-left: 5px;
	background-color: #959414;
}
.page_text_green .inside_fl div.al_left{
	padding-left: 5px;	
	display: block;
	float: left;
	background-color: #959414;
}
.page_text_green .inside_fl div.al_right{
	display: block;
	float: right;
	margin-right: 5px;
	background-color: #959414;	
}	
.page_text_white{
	width: auto;
	background-color: #959414;
	border: 1px solid #959414;
	color: #959414;
	white-space: nowrap;
	font-size: 14px;	
}
.page_text_white .inside, .page_text_white .inside30{
	width: auto;
	margin-left: 5px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
}
.page_text_white .inside .inside_title, .page_text_white .inside30 .inside_title{
	float: left;
	padding-left: 5px;
	background-color: #FFFFFF;
	width: auto;
}
.page_text_white .inside .fl_right{
	display: block;
	float: right;
}
.page_text_white .inside .fl_right .a_top{
	display: block;
	width: 37px;
	height: 13px;
	background: url(../../../../images/widgets/top.gif) no-repeat left top;
	line-height: 12px;
	font-size: 0px;
	margin: 2px 5px 0 0;
}
.page_text_white .inside input{
	border: 0px;
	border-left: 1px solid #959414;
	background-color: #CCCCCC;
	width: 320px;
	margin: 0px !important;
	float: right;
	padding-left: 0px;
	padding-right: 0px;	
	height: 100%;
	display: block;
}
.page_text_white .inside30 span{
 	float: right;
 	margin: 0 5px 0 5px;
	padding-left: 0px;
	padding-right: 0px;		
}
.page_text_white .inside30 .input1{
 	border: 0px;
	border-left: 1px solid #959414;
	border-right: 1px solid #959414;	
	background-color: #CCCCCC;
	width: 145px;
	margin: 0px !important;
	float: right;
	padding-left: 0px;
	padding-right: 0px;	
	height: 100%;
	display: block;	
}
.page_text_white .inside30 .input2{
 	border: 0px;
	border-left: 1px solid #959414;
	background-color: #CCCCCC;
	width: 146px;
	margin: 0px !important;
	float: right;
	padding-left: 0px;
	padding-right: 0px;	
	height: 100%;
	display: block;	
} 
.button_green{
 	float: right;
 	background-color: #959513;
 	border: 1px solid #959513;
 	color: #FFFFFF;
 	font-size: 14px;
 	padding: 0px 10px 0px 10px;
 	cursor: pointer;
 	display: block;
}
.button_green:hover{
	text-decoration: none;
} 	
.without_marpad{
 	padding: 0px;
	margin: 0px; 	
}
.td_found_title{
 	white-space: nowrap;
 	color: #960;
 	width: 65px;
}
/*------------------------------------------------------------------------------------------*/
/*----------------------styles for pages----------------------------------------------------*/
div.pages{
	text-align: right;
	font-weight: normal;
	text-decoration: none!important;
}
div.pages a,div.pages span{
	margin-right:3px;
	margin-left:3px;
}
div.pages a:hover{
	color: #959513;
}
.current_page{
	font-weight: bold;
	color: #960;
	font-size: 16px;
	cursor: default;
}
/*------------------------------------------------------------------------------------------*/
/*---------------------- GM Crop Database ----------------------------------------------------*/
.gm_query_box{
	width: 100%;
	position: relative;
}
.gm_query_box .gm_query_img{
	position: absolute;
	background: url(../images/dbformfield.gif) left top no-repeat;
	width: 168px;
	height: 179px;	
	right: 0px;
	top: 105px;
}
.gm_query_box .gm_query_img .false_line{
	bborder-bottom: 1px solid #CCCCCC;
	bborder-top: 1px solid #CCCCCC;	
	width: auto;
	height: 28px;
	margin-bottom: 30px;
}
.gm_query_box .gray_line{
	width: auto;
    padding: 0px 0 5px 0;
	hheight: 30px;
	background-color: #CCCCCC;
	line-height: 29px;
}
.gm_query_box .white_line{
	width: auto;
    padding: 0px 0 5px 0;
	hheight: 30px;
	background-color: #FFFFFF;
	line-height: 29px;	
}
.line_title{
	float: left;
	width: 140px;
	margin-left: 10px;
}
.small_select{
	float: left;
	width: 200px;
	margin-top: 5px;
}
.big_select{
	float: left;
	width: 370px;
	margin-top: 5px;
}
.gm_query_box .butt_area{
	width: auto;
	background-color: #666666;
	height: 40px;
}
.gm_query_box .butt_area input{
	margin: 9px 3px 0 10px;
	border: 1px solid #ECE9D8;
}
/*------------------------------------------------------------------------------------------*/
/*---------------------- GM Database product description -----------------------------------*/
.db_pr_desc_box{
	width: auto;
 	margin-left: 10px;
}
a.db_pr_desc{
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	margin: 8px 0 8px 0;
	display: block;
}
.db_pr_desc_box .desc_box{
	width: auto;
	margin-bottom: 5px;
}
.db_pr_desc_box .desc_box .box_left{
	float: left;
	width: 70%;
}
.db_pr_desc_box .desc_box .box_right{
	width: 30%;
	float: right;
	text-align: right;
}
.db_pr_desc_box .desc_box .box_left .desc_line{
	width: 100%;
	font-size: 12px;
}
.db_pr_desc_box .desc_box .box_left .desc_line .title{
	width: 40%;
	float: left;
	white-space: normal;
	overflow: hidden;
	text-align: left;
	font-weight: bold;		
}
.db_pr_desc_box .desc_box .box_left .desc_line .desc{
	width: 60%;
	float: left;
	white-space: normal;
	overflow: hidden;
	text-align: left;
}

.db_pr_desc_box .desc_box .latin{
	font-style: italic;
}
table.sora_table{
	width: 100%;
	border-collapse: collapse;
}
table.sora_table th{
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	padding: 3px 0 3px 0;
	border: 1px solid #CCCCCC;
}
table.sora_table tbody tr td{
	border: 1px solid #CCCCCC;
	text-align: center;	
	padding: 0 2px 0 2px;
	font-size: 11px;
}
table.sora_table tbody tr td.country_padd{
	text-align: left;
	padding-left: 5px;
	font-weight: bold;	
}
table.sora_table tbody tr td.al_left{
	text-align: left;
	padding-left: 5px;
	font-weight: normal;	
}
table.sora_table tbody tr td.border_free{
	border: 0px;
	background-color: #FFFFFF;
}
table.sora_table tbody tr.gray_tr{
	background-color: #CCCCCC;
}
table.sora_table tbody tr.gray_tr td{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;	
}
.country_click{
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
}
.country_notes_box{
	width: auto;
 	margin-left: 10px;
 	font-size: 11px;	
}
.country_notes_box .notes_title{
	font-weight: bold;
	width: 100%;
	text-align: left;
}
.country_notes_box .country_name{
	text-align: left;
	padding-right: 20px;
}
.introd_text,.further_information{
	text-align: justify;
	width: auto;
 	margin-left: 10px;	
}
.further_information div.inf{
	padding:3px 0px 4px 0px;
}
.show_abst, .print_page, .show_abst:hover, .print_page:hover{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	float: left;
	display: block;
	margin-top: 1px;
}
.show_abst{
	background: url(../images/abst.gif) no-repeat 0 0px;
	padding-left: 20px;
}
.print_page{
	background: url(../images/print.gif) no-repeat 0 0px;
	padding-left: 21px;
	margin-left: 20px;
}
/*------------------------------------------------------------------------------------------*/

/*---------------------- Product right boxes -----------------------------------------------*/

.boxes_holder{
	width: 206px;
	float: right;
	margin-top: 22px;
}
.boxes_holder .box_element{
	width: auto;
	margin-bottom: 5px;
}
.boxes_holder .box_element .box_content{
	padding: 10px 0 0 12px;
	font-size: 12px;
}
.boxes_holder .box_element .box_content select{
	font-size: 12px;	
}
.boxes_holder a.box_a, .boxes_holder a.box_a:hover{
	text-decoration: none;
	color: #9b6310;
}
.boxes_holder a.doc_a, .boxes_holder a.doc_a:hover{
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
}
.boxes_holder a.button_a, .boxes_holder a.button_a:hover{
	text-decoration: none;
	color: #000000;	
	cursor: pointer;
}
.boxes_holder form{
	padding: 0px;
	margin: 0px;
}
.box_content .line{
	margin: 3px 0 0 0;
}
.box_content .doc_list{
	width: auto;
	color: #9b6310;
}
.box_content .doc_list .number{
	width: 10%;
	float: left;
	text-align: left;
}
.box_content .doc_list .doc_text{
	width: 90%;
	float: left;
	text-align: left;
}
.box_content .doc_text a, .box_content .doc_text a:hover{
	text-decoration: none;
}
.box_element .ru_box{
	border: 1px solid #94981d;
	padding: 0 3px 0 12px;
	text-align: justify;
	font-size: 10px;
	width: auto;
	color: #767676;
}
.box_content .symbol{
	width: 5%;
	float: left;
	text-align: left;
	color: #9b6310;	
}
.box_content .essi_text{
	width: 95%;
	float: left;
	text-align: left;
	color: #9b6310;	
}
.box_content .essi_text a, .box_content .essi_text a:hover{
	text-decoration: none;	
}
/*------------------------------------------------------------------------------------------*/

/*---------------------- Listing of Query Results ------------------------------------------*/
.loqr_table{
	border-collapse: collapse;
	width: 100%;	
}
.loqr_table td{
	border-bottom: 1px solid #959414;
	vertical-align: top;
	padding-left: 3px;	
}
.loqr_head{
	background-color: #959414;
	color: #FFFFFF;
}
.loqr_head td{
	border: 0px;	
}


/*------------------------------------------------------------------------------------------*/
/*---------------------- INTRODUCTION TO THE STUDY -----------------------------------------*/
div.db_prod {
    clear:none;
    text-decoration: none;
	font-size:12px;
	font-weight: Normal;
	color: #595959;
	margin-bottom:10px;
	margin-left:2px;
	text-align:justify;
}
div.db_text {
    clear:none;
    text-decoration: none;
	font-size:12px;
	font-weight: Normal;
	color: #595959;
	margin-bottom:10px;
	margin-left:2px;
	text-align:justify;
}

div.db_text span.hdr1 {
	text-align:center;
    text-decoration: None;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 1.6em;
	line-height: 1.05em;
	font-weight: 600;
	color: #595959;
}				

div.db_text span.hdr2 {
	text-align:left;
    text-decoration: Underline;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: 600;
	text-indent: 0px;
	color: #595959;
}				

div.db_text span.hdr3 {
	text-align:left;
    text-decoration: None;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 600;
	text-indent: 0px;
	color: #595959;
}				

sup{
	font-size: 9px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color:#cc6600;
}
.dbPara {
	clear:none;
	text-decoration: none;
	font-size:11px;
	font-weight: Normal;
	color: #595959;
	padding-right:3px;
	text-align:justify;	  	
}

.gm_cdc td{
	padding-bottom: 5px;
	width: 33%;
}
.listing_hosts{
	margin-right: 10px;
}
/*------------------------------------------------------------------------------------------*/

/*---------------------- Listing of Articles -----------------------------------------------*/
.articles_table{
	border-collapse: collapse;
	width: 100%;	
}
.articles_table td{
	border-bottom: 1px solid #959414;
	vertical-align: top;
	padding-left: 3px;	
}
.articles_head{
	background-color: #959414;
	color: #FFFFFF;
}
.articles_head td{
	border: 0px;	
}
.articles_table tbody td{
	border-bottom: 1px solid #959414;
	vertical-align: top;
	padding: 3px;
	text-align: justify;	
}
.articles_table tbody td input{
	border: 1px solid #999999;
}
.doc_links{
	width: auto;
	margin: 10px 0 5px 0;
}
.html_link{
	float: right;
	background: url(../../../../images/widgets/icon_page.gif) no-repeat left 2px;	
	margin-left: 10px;
	padding-left: 20px;		
}
.pdf_link{
	float: left;
	background: url(../../../../images/widgets/pdf.gif) no-repeat left 2px;	
	margin-right: 10px;
	padding-left: 45px;
}
.clear_form{
	padding: 0px;
	margin: 0px;
}
.category{
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}
.category_item{
	padding: 5px 0px 5px 0px;
}
/*-----------------------------------------------------------------------------------------------*/

/*---------------------------------------- Home Page Slide Show (666 X 272) ---------------------*/
#galleryImage{
	margin-top: 1px;
	width: 666px;
	height: 273px;	
	display: block;
	overflow: hidden;
}
.galleryImage_img{
	width: 666px;
	height: 273px;	
	display: block;
	overflow: hidden;
}
/*-----------------------------------------------------------------------------------------------*/
span.search_word{
	background-color: #959414;
	font-weight: bold;
	color:white;
	padding:0px 3px 0px 3px;
}
