


html, body {
	height:auto;
	
}





body {
	min-width: 300px;
	color:#a3a19b;
	background: #fff;

}
#search-results{
	background: #fff;
	padding:0px 10px 0px 5px;
	overflow:hidden;
	 color: #bababa;
    font: 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;

}

.serch_title{
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	color: #2fa22f;
	margin-top: 60px;
}




#search-results iframe html{
	border:none;
}
#search-results iframe {
	min-width:300px;
}


.search_link {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #3c3c3c;
	text-transform: uppercase;
	margin-bottom: 55px;
	letter-spacing: 0px;
}

.search_link:hover {
	color: #2fa22f;
}

h4 {
margin-left: 0px;	
}


ol.search_list {
	list-style-type:none;
	counter-reset: ol;
	padding-left: 0;
	margin-left: 15px;
}
ol.search_list li:before {
	content: counter(ol) ".";
	counter-increment: ol;
	float: left;
	display: block;
	width: 20px;
	text-align: right;
	padding-right: 10px;
	margin: 0px 0px 0 -28px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 29px;
	font-weight: 400;
	color: #3c3c3c;
	text-transform: uppercase;
}
ol.search_list li {
	padding-bottom: 20px;
	margin-left: 15px;
	background: none !important;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: 500;
	color: #7a7d81;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
span.match {
	color: #2fa22f;
	font-size:11px;
	display:block;
	
	
}
span.search {
	color: #2fa22f;

}
.search_link:hover{
	text-decoration: underline;
}
