@charset "utf-8";
/* CSS Document */
/* === HTML Section === */
.section-content ul li,
li{list-style: none!important;}


body{
	font-size:14px;
	color: #58666e;
	background:#fff;
}
.search-container{ 
	width: 100%px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: #FFF;
}
.search-header{
	width:auto;
	border-bottom:none;
}
.search-header h2{font-weight:500;}
.main-container{
	padding:0;	position:relative;

}
.data-container{	
	min-height:500px;
	max-height:12900px;
/*	overflow:scroll;*/
}
/* === List Section === */
ul.data-list{
	list-style:none;
}

ul.data-list p {
    font-size: 0.8rem;
}
ul.data-list li{
    width: 100%;
    height: auto;
    float: left;
    padding: 5px 0;
	border-bottom: 1px dotted #cbcbcb;
}
ul.data-list li:hover{
	background-color:#F5F5F5;
}
.list-img, .list-details{
	float:left;
}
.list-img{
	width:11%;
}
.list-details{
	width:90%;

}
.list-details a{
	font-weight:bold;
	color: #8d2514;
	text-decoration:none;
}
/* === Form Section === */
form.auto-suggest-form .input-field{ width:98%; margin:22px auto;}
form.auto-suggest-form .right-align{float:right;}
form.auto-suggest-form .left-align{float:left;}
form.auto-suggest-form fieldset{border:none;}
form.auto-suggest-form input{width:96.2%; padding:5px 4px;}
form.auto-suggest-form *:focus {outline: none;}
form.auto-suggest-form textarea{
	width:98.4%;
	padding: 5px 4px;
	}
form.auto-suggest-form select{width:99.5%; padding:5px 2px; color: #58666e;}

