
@charset "utf-8";
/* CSS Document */
.searchpage{
	width:100%;

margin:auto;
background-color:#eaf2f4;

height:3000px;
}
.filterhead{
	margin:-10px 0px 0px 0px;
/*	margin-top:20px;
	margin-bottom:-40px;*/
}
.filterhead h3{
	margin:40px 0px -10px 10px;
	color:#014880;
}

.filter{
width:100%;
background-color:white;
	height:auto;

margin:5px 0px 0px 10px;

	border:1px solid #ccc;
		
/*border:1px solid #ccc;*/

}
.searchpage .filter1,.searchpage .filter2{
	height:150px;
	overflow-y:scroll;
	
}
.searchpage .filter h4{
	margin-left:10px;
}
.details .CompLogo img{
	width:125px;
	height:auto;

}
/*.listing{
	
	float:left;
	width:60%;
		background-color:#6fce65;
	text-align:center;
	border-radius:10px;
}
.listing h3{
	color:white;
	height:40px;
	font-size:20px;
}*/
.lists{
	width:80%;

	margin:auto;

height:auto;
background-color:white;
border:1px solid #ccc;

}
.lists h3{

padding:8px;
height:30px;
color:#014880;
margin-bottom:-5px;


	
}

.filter form{
	margin:10px;
	margin-top:10px;
}
.details{
display:inline-block;
	width:100%;

	margin:auto;
	height:auto;

/*border:1px solid #35a1a1;*/


}


.details img{

}
.details #Name{
		margin:5px;
	margin-left:40px;
	font-size:17px;
	font-weight:bold;
	color:#014880;
	margin-top:-18px;
}
.details > p{
	margin:5px;


}
.details .leftdetails > p{
	margin:5px;
	margin-left:40px;
}

.details .detailsbtn{

background-color: #014880;
text-align:center;

width:150px;
height:40px;
float:right;

margin-top:10px;
}
.details .detailsbtn p{
padding-top:10px;
}

.details a{
	color:white;

}
.searchpage hr{
border-width:2px;	


}