@charset "utf-8";

/* Some basic resets */
html {
    -webkit-overflow-scrolling: touch;
    font-size: 1em;
}

body {
	background-color:#fff;
	-webkit-overflow-scrolling: touch;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	color: #333;
	width: 72em;
}


body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
a{text-decoration:none;cursor:pointer;}
img {border: 0;}
ul{margin-top: 0;}

.clear {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

button {
	font-family: inherit;
	cursor: pointer;
}

.btn {
	cursor: pointer;
	font-weight: bold;
	background-color: #65ac1e;
	padding: 5px;
	color: #fff !important;
	border: 0;
}

a.btn {
	display: block;
	float: left;
}

.btn.primary {
	background-image: url(../images/linkInternalIcon_white.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding: 5px 5px 5px 18px;
	text-transform: uppercase;
}

.btn.primary:hover {
	background-color: #65ac1e;
}


h1 {
	color: #65ac1e;
	font-size: 2.4em;
	line-height: 1.042em;
	margin-bottom: 0.292em;
	padding-top: 0.208em;
}

h2 {
	color: #65ac1e;
	font-size: 1.8em;
	line-height: 1.111em;
	margin-bottom: 0.333em;
	padding-top: 0.278em;
}

.yield {
	color: #65ac1e;
	font-weight: bold;
}


.lightGrey {
    background-color: #EFEFEF;
}

.darkGrey {
    background-color: #999;
}

/* Styles copied from BASF Agricentre CSS */
.gridItemContainer {
	overflow: hidden;
}
/* Content - grid column & grid elemnts (fs:10px) */
.gridColumn {
	float: left;
	display: block;
}
.gridColumn.Column_1 {
	width: 18em;
}
.gridColumn.Column_2 {
	width: 36em;
}
.gridColumn.Column_3 {
	width: 54em;
}
.gridColumn.Column_4, .gridItemContainer {
	width: 72em;
}
.contentSection.specialContentSectionWidth_1 .gridColumn.Column_Special {
	width: 90em;
}
.contentSection.specialContentSectionWidth_2 .gridColumn.Column_Special {
	width: 108em;
}
.contentSection.specialContentSectionWidth_3 .gridColumn.Column_Special {
	width: 126em;
}
.contentSection.specialContentSectionWidth_4 .gridColumn.Column_Special {
	width: 144em;
}
.gridWidth_half, .gridImageBoxWidth_half {
	width: 8em;
}
.gridHeight_half {
	height: 8em;
}
.gridHeight_halfPlus {
	height: 9em;
}
.gridHeight_1 {
	height: 17em;
}
.gridWidth_1, .gridImageBoxWidth_1 {
	width: 17em;
}
.gridHeight_2 {
	height: 35em;
}
.gridWidth_2, .gridImageBoxWidth_2 {
	width: 35em;
}
.gridHeight_3 {
	height: 53em;
}
.gridWidth_3, .gridImageBoxWidth_3 {
	width: 53em;
}
.gridHeight_4 {
	height: 71em;
}
.gridWidth_4 {
	width: 71em;
}
.gridHeight_5 {
	height: 89em;
}
.gridHeight_6 {
	height: 107em;
}
.gridHeight_7 {
	height: 125em;
}
.gridHeight_8 {
	height: 143em;
}
.gridHeight_9 {
	height: 161em;
}
.gridHeight_10 {
	height: 179em;
}
.gridHeight_11 {
	height: 197em;
}
.gridHeight_12 {
	height: 215em;
}
.specialGridWidth_1 {
	width: 89em;
}
.specialGridWidth_2 {
	width: 107em;
}
.specialGridWidth_3 {
	width: 125em;
}
.specialGridWidth_4 {
	width: 143em;
}
.gridItem {
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
}
.gridItem.gridWidth_4 {
	overflow: visible;
}
.gridItem {
	margin: 1em 1em 0 0;
}

.gridItem .textBox, .gridItem .tableBox {
	padding-bottom: 0.5em;
}

.gridItem.lightGrey .textBox, .gridItem.darkGrey .textBox,
.gridItem.lightGrey .tableBox, .gridItem.darkGrey .tableBox,
.gridItem .lightGrey .textBox, .gridItem .darkGrey .textBox {
	padding-left: 1em;
	padding-right: 1em;
}

.gridItem p, .gridItem a, .gridItem span, .gridItem ul, .gridItem ol {
	font-size: 1.1em;
}

.gridItem p a, .gridItem p span,
.gridItem p input, .gridItem p select, .gridItem p textarea,
.gridItem p label, .gridItem table th a, .gridItem table td a, .gridItem table td span,
.gridItem table td label, .gridItem table td input,
.gridItem li span, .gridItem li a, .gridItem li label,
.gridItem span input, .gridItem label span, .gridItem span label {
	font-size: 1em;
}


.trial h3 {
	text-align: center;
}


/*** Result boxes ***/
.result, .result_img {
	position: relative;
	display: block;
}

.result input[type=checkbox] {
	position: absolute;
	bottom: 40px;
	right: 13px;
}

.result a.zoom {
	position: absolute;
	bottom: 35px;
	left: 8px;
}

.result img.overview {
	display: block;
}

.result p, .result_img + p {
	text-align: center;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 140px;
}

.tabContent .result_img + p {
	position: static;
}


#compare {
	text-align: center;
}


.result_img img.thumb {
	width: 100%;
}

.result_img .zoom {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -10px;
}

#result_footer a {
	color: #65ac1e;
}

/*** Tabs ***/
.idTabs{
	height: 32px;
}

.idTabs a{
	display: block;
	background-color: #999;
	width: 154px;
	height: 16px;
	padding: 8px;
	text-align: center;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 0 10px 0 0;
	position: relative;
}

.idTabs a.selected {
	background-color: #65ac1e;
}

.idTabs a.selected:after {
	width: 0;
	height: 0;
	content: ' ';
	position: absolute;
	border: 10px solid transparent;
	border-top-color: #65ac1e;
	margin-left: -10px;
	left: 50%;
	bottom: -20px;
}

.tabContent {
	display: none;
}



/** Overrides for fancyBox title overlay **/
.fancybox-title-float-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	height: auto;
	width: auto !important;
	margin: 5px;
}

.fancybox-title-float-wrap .child {
	display: block;
	margin-right: auto;
	padding: 5px;
	background: url(../images/fancybox_semitrans.png);
	background: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 48px;
}