.searchContainer {
	background-color: #f4f5f5;
	padding: 30px 15px;
}

#searchContainerHeading{
	font-family: 'Merriweather', serif;
	font-size: 28px;
	font-weight: bold;
}

.searchBox {
	padding:15px;
}

.searchCell {
	margin: 0px;
	padding: 0px;
}

.searchCell.q1 {
	border: 1px solid #29424F;
}

.searchCell.q2 {
	border-top: 1px solid #29424F;
	border-right: 1px solid #29424F;
	border-bottom: 1px solid #29424F;
	
}

.searchCell.q3 {
	border-left: 1px solid #29424F;
	border-right: 1px solid #29424F;
	border-bottom: 1px solid #29424F;
	height: 300px;
	overflow-y: auto;
}

.searchCell.q4 {
	border-right: 1px solid #29424F;
	border-bottom: 1px solid #29424F;
	position: relative;
}

.searchCell.q3, .searchCell.q4 {
	height: 300px;
	overflow-y: auto;
}

.searchField {
	border: 0px none;
}

.searchCell ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}



.searchCell ul li, .organismTypeSelector
{
	padding: 10px;
	background-color: #f4f5f5;
	border-bottom: 1px solid white;

}

.organismTypeSelector {
	font-size: 14px;
	text-transform: uppercase;
}

.searchCell ul li:hover
{
	background-color: #e5e8e9;
	cursor: pointer;
}

.searchCell ul li.pestOrg span, li.treatmentOrg span{
	display: inline-block;
	padding-left: 30px;
}

.searchCell ul li.pestOrg span{
	background: url(images/smiley_skadegjorer.png) no-repeat left center;
	background-origin: padding-box;
}

.searchCell ul li.treatmentOrg span {
	background: url(images/smiley_nytteorganisme.png) no-repeat left center;
	background-origin: padding-box;
}


.selectedCrop {
	font-weight: bold;
}

input[type=checkbox].slideCheck  {
  	display: none;
}

input[type=checkbox].slideCheck + label {
  	display: inline-block;
  	position: relative;
  	top: 2px;
  	width:28px;
    height:14px;
    margin: 0px 0px 0px 20px;
  	background: url('images/Switch_inactive.png') left top no-repeat;
}

input[type=checkbox].slideCheck.pest:checked + label {
  	background: url('images/Switch_active_pest.png') left top no-repeat;
}

input[type=checkbox].slideCheck.treatment:checked + label {
  	background: url('images/Switch_active_treatment.png') left top no-repeat;
}

#MSIEInfo {
	display: none;
	background-color: white;
	padding: 15px;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}


/* MEDIA QUERIES */
@media (max-width: 990px) {
	.searchCell.q2 {
		border-top: 0px none;
		border-left: 1px solid #29424F;
	}
	
	.searchCell.q3, .searchCell.q4 {
		height: 150px;
	}
	.searchCell.q4 {
		border-left: 1px solid #29424F;
	}
	
	
}