/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:-0.4em 0 0 0.5em !important; 
	padding:0;		
	float:left;
}

/* single tab */
ul.tabs li { 	 
	text-indent:0;
	margin:0 0 0.5em 0 !important;
	list-style-image:none !important; 
}
ul.tabs li.last{
	margin:0 !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:9px;
	display:block;
	height:79px;
	width:95px;
	text-decoration:none;
	color:#636561;
	line-height:1.4em;
	padding:0 10px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -330px 0px;	
	color:#000;	
	text-decoration:none;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -180px 0px;	
	cursor:default !important; 
	color:#000 !important;
	border-right:none;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}
div.find_books{
	background-color:#0E2A15;
}

div.find_books div.panes{
		width:27.2em;
		padding:0;
}
div.find_books div.panes div{
	background-image:none;
	padding:0.5em 5em 0 3em;
	height:19em;
	background-image:url(/images/template2010/findback.png);
	background-position:center right;
	background-repeat:no-repeat;
	width:20em;
	margin:-0.35em 0 0 0;
}
div.find_books div.panes h3{
	color:#063378;
	font-style:normal;
	letter-spacing:normal;
	background-color:transparent;
	margin-top:0em;
}
ul.tabs li a{
background-position:center left;
background-repeat:no-repeat;
}
ul.tabs li.ilink_tab a{
background-image:url(/images/template2010/ilink_tab.png);
}
ul.tabs li.worldcat_tab a{
background-image:url(/images/template2010/worldcat_tab.png);
}
ul.tabs li.ebsco_tab a{
background-image:url(/images/template2010/ebsco_tab.png);
}
.ilink{
	background-color:#f9f9df;
}
.worldcat{
background-color:#edebf6;
}
.ebsco{
background-color:#d5e8c5;
}
.text_field {
width:200px;
}
div.find_books a.advanced{
	display:block;
	text-align:right;
}
div.find_books a.slim{
	padding-top:0.2em;
}
button.lib_button{
margin:1em 0 0 0;
}
div.find_books div.ilink fieldset{
	margin-top:0;
}
ul.search_form{
	padding-top:1em;
}
ul.search_form li{
	width:100%;
	height:2.5em;
}
ul.search_form li.thin{
	width:100%;
	height:2em;
}
ul.search_form li.thin label{
	height:0;
}
select{
	float:none;
	font-size:1em;
}


