 /*Form
================================================== */	
	form#ebsco_search{
		padding-bottom:20px;
		margin-bottom:15px;
		float:left;
		border-bottom:1px dotted #333;
	}
	
	.ebsco_term_box {
		width:50%;
		float:left;
	}
	input#ebsco_search_terms {
		margin-top:15px;
	}
	.ebsco_term_box select,
	.ebsco_term_box input {
		max-width:80%;
	}
	
	.ebsco_term_box input[type="submit"] {
		float: left;
		color: #FFF;
		height: 32px;
		width: 20%;
		margin: 0 0 0 2%;
		padding: 0 5px;
		font-size: 13px;
		background: #298da7;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: #888 2px 2px 2px;
		-moz-box-shadow: #888 2px 2px 2px;
		box-shadow: #888 2px 2px 2px;
	}

 /*Subsub
================================================== */	
	#localIndexNav {
		display: block;
	}
	#localIndexNav a, #localIndexNav span { 
		display: block;
		line-height: 30px;
		float:left;
		padding: 0 10px;
		margin: 2px;
		text-align: center;
		border: 1px # solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	 #localIndexNav span {
		 background: #DDD;
	 }
	#localIndexNav a  {
		background: #DDD;
	}		
	#localIndexNav a:hover{
		color:#FFF;
		background: #3868aa;
	}
	
	
/*Search Resluts
================================================= */		
	.results-item {
		display: block;			
		border-bottom: 1px dotted #AAA;
		padding: 5px 0;
	}
	.results-item:hover {
		background: #FFF;
		border-bottom: 1px dotted #555;
	}
	.mod_1 {		
		background: #EEE;
	}
	.mod_0 {
		background: #ddd;
	}
	.results-digit {
		display: block;
		float: left;
		width: 5%;
		color: #999;
		font-size: 13px;
		font-weight: 700;
		text-align: center;		
	}	
	.results-text {
		float: right;
		width: 92%;
		font-size: 15px;
		display: block;
		padding: 2px 0 0 2%;
	}
	.results-text p {
		margin: 0 0 8px 0;
	}
	.pagination {
		width:100% !important;
	}
 /*Content Styles
================================================== */		
	#EIT_abody {
		clear: both;
		}
	.eit_section  { 
		clear: both;
		padding: 25px 0 0 0;
	}	
	.ebsco-results-output h1, h2,  h3, h4 {
		font-weight: 700;
	}
	.ebsco-results-output h1 {
		font-size: 23px;
	}
	.ebsco-results-output h2 {
		font-size: 20px;
	}
	.ebsco-results-output h3 {
		font-size: 18px;
	}
	.eit_section div { 
		padding: 10px 0; 
	}
	p.library-reference {
		 font-size: 0.75em;
		 line-height:1.25em; 
		 margin-bottom: 5px;
	}
	div.eit_section ul {
		padding-top:10px;
	}
	
