/* styles for research pages */

#content ul li {list-style:none; }
.allDB{margin-top:17px;}
.allDB a{margin-right:20px;}




/* Provides Tabs and moves them up above the search box */
#searchTab{
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
}

#searchCatalogBox{
	padding: 0px;
	margin-top: 2px;
	background-color: #807459;
	height: 60px;
	width: 640px;	
}

#searchCatalogBoxAT{
	padding: 0px;
	margin-top: 2px;
	background-color: #BFA260;
	height: 60px;
	width: 640px;	
}

#searchCatalogBoxAT label{
	margin-left:20px;
	margin-right:10px;
	font-weight:bold;
}


#searchOxfordReference {
	background-image:url(../images/OxfordReferenceSearch.png);
	background-repeat:no-repeat;
	height:90px;
	width:276px;
	float:left;
	
}

#searchOxfordReference form{
	float:left;
	margin-top:52px;
	margin-left:90px;
	
}




/* Search By Tab */
li.searchTab{
	display: inline;
	background-color: #807459;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 25px;
}
li.searchTab a {color: #fff; text-decoration:none;}
li.searchTab a:hover {color: #000;text-decoration:none;} 

/* Author Title Search Tab */
li.searchTabAT{
	display: inline;
	background-color: #BFA260;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 25px;
}

li.searchTabAT a {color: #fff; text-decoration:none;}
li.searchTabAT a:hover {color: #000;text-decoration:none;} 




/* Search type box - moves box into position */
.searchtype{
	margin-left: 10px;
	margin-top: 10px;

}

/* makes text in search box normal weight and search box the same size and position as searchtype */
.searchtext{
	font-weight: normal;
	height: 19px;
	margin-top:10px;

}






/*CATALOG BUTTONS */
.catalogbutton a {

	color:#444;
	background:#ddd;
	text-decoration: none;
	float: left;
	margin:2px 3px 2px 0;
	padding:0.2em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;

}

.catalogbutton a:hover {

	background:#bbb;
	color: #fff;
	text-decoration: none;

}



/* Search Worldcat area  */

#worldcat {
	margin-top:0px;
	padding-top:0px;


}




div.clearfloats {
	clear: both;
}

/* END NEW catalog */

/* Vendor Names and descriptions in database and WWW listings */
.vendor {
	font-size: 0.8em;
	font-style: italic;
	color: #993333;
	margin-left: 10px;
	font-weight: normal;
}

.describe {
	font-size: .8em;
	margin-left: 10px;
	margin-top: 2px;
	padding-top: 0px;
}



/* New Materials List Page - Listing of all subjects */


#MaterialListWrapper {
	margin-left:2px;

}

#MaterialListWrapper h2 {
	margin-left:2px;
}

#MaterialListLeft table{
	border-collapse:collapse;
	width:90%;
}

#MaterialListLeft{
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:20px;
	float: left;	
	position:relative;
	width:250px;
}

#MaterialListLeft tr td{
	padding: 5px 0px 5px 10px;
	height: 20px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#MaterialListLeft a{
	text-decoration:none;

}

#MaterialListRight table{
	border-collapse:collapse;
	width:90%;
}

#MaterialListRight{
	padding: 0px;
	margin-top: 0px;
	margin-left:0px;
	float: left;
	position:relative;
	width:250px;
}

#MaterialListRight tr td{
	padding: 5px 0px 5px 10px;
	height: 20px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;		
}

#MaterialListRight a{
	text-decoration:none;
	text-align: center;
	
}


/* New Materials Individual Subject Pages*/
.newitem  {
	margin-left:20px;
	margin-top:2px;
	margin-bottom:2px;
}

.subject  {
	margin-top:20px;
	font-size: 1.1em;
	font-weight: bold;

}





