@charset "utf-8";
/* CSS Document */

#content #searchcontainer {
	display:inline-block;
	float:left;
	width:70%;
	margin:50px 15% 0px 15%;
	height:auto;
	position:relative;
}

#content #searchcontainertitle {
	font-family:'Open sans', sans-serif;
	display:inline-block;
	float:left;
	width:100%;
	height:auto;
	line-height:40px;
}

#content #searchcontainerinput {
	display:inline-block;
	float:left;
	width:100%;
	height:auto;
	margin:20px 0px 0px 0px;
}

#content #searchcontainerinput #searchinput {
	border:1px solid #333;
	height:45px;
	font-family:'Open Sans', sans-serif;
	border-radius:0px;
	outline:none;
	width:50%;
	font-size:17px;
	padding:0px 5px 0px 5px;
	display:inline-block;
}

#content #searchcontaineroptions {
	display:inline-block;
	float:left;
	width:51%;
	min-height:170px;
	margin:10px 0px 0px 24.5%;
}

#content #searchcontaineroptions .searchoption {
	display:inline-block;
	float:left;
	width:96%;
	background-color:#F4F4F4;
	height:auto;
	line-height:30px;
	padding:0px 2% 0px 2%;
	font-size:13px;
	text-align:left;
	margin:2px 0px 2px 0px;
}

#content #searchcontaineroptions .searchoption:hover {
	cursor:pointer;
	background-color:#e6e6e6;
}

#content #manual_search {
	display:inline-block;
	float:left;
	width:35%;
	height:auto;
	margin:50px 0px 0px 32.5%;
	background-color:#E7E7E7;
	line-height:50px;
	font-size:17px;
	font-weight:100;
	transition:all .2s ease-in-out;
}

#content #manual_search:hover {
	background-color:#D6D6D6;
	CURSOR:POINTER;
}

#banners_container {
	display:inline-block;
	float:left;
	height:auto;
	width:100%;
	margin:50px 0px 0px 0px;
}

#banners {
	display:table;
	width:auto;
	margin:auto;
	height:80px;
	line-height:80px;
	text-align:center;
}

#banners img {
	max-height:70px;
	width:auto;
	height:auto;
	margin:5px;
}


