
a:link { 
color:#000;
text-decoration:underline; 
font-family:tahoma, verdana, arial, sans-serif; 
font-size: 10pt;
}
a:active { 
color:#66CCCC; 
text-decoration:none; 
font-size: 10pt;
}
a:visited { 
color:#5D478B; 
text-decoration:underline; 
font-size: 10pt;
}

a.nav:link { 
color:#000;
text-decoration:underline; 
font-family:tahoma, verdana, arial, sans-serif; 
font-size: 12pt;

}
a.nav:active { 
color:#66CCCC; 
text-decoration:none; 
font-size: 12pt;

}
a.nav:visited { 
color:#5D478B; 
text-decoration:underline; 
font-size: 12pt;

}

li {margin-bottom:5px; font-size:10pt; }
ul {
	list-style: round;
	margin-left: 0;
	padding-left: 2em;
	text-indent: 1pxm;
	}
	
li.nav {margin-bottom:8px; font-size:10pt; }
ol{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

/*in all search pages, the name of the page you're using*/
.headerpagename {font-size:12pt; font-weight:bold; margin-top:30px;}

/*in picturediv.php styles the spot art for each page*/
.spotart {float:left; margin-right:30px; width:313px; height:495px;}

/*in picturediv.php, styles the image next to the search options*/
#picturediv {width:305px; border:0px solid #000; float:left; height:510px;}

/*in all search pages, styles the search box and instructions*/
#instructionssearch {margin-top:5px; width:380px; float:left;  margin-left:15px; padding:5px; border:0px solid #000; background-color:#fff;}

#instructionssearchindex {margin-top:5px; width:380px; float:left; height:190px; margin-left:15px; padding:5px; border:0px solid #000; background-color:#fff; font-size:12pt; }

/*in navigation.php, styles the box of search options*/
#navigation { width:410px;  float:right; margin-left:5px;  border:1px dashed #ededed;  padding-left:0px;}

/*in navigation.php, styles the title above the description of search options*/
.searchdescheader {font-size:12pt; font-weight:bold;}

/*in navigation.php, styles the description of search options*/
.searchdesc {font-size:10px; font-weight:normal;}

/*in all search pages, styles the div containing the strip image*/
#imagedisplay {}


/*in all search pages, styles the two divs next to each other that contain the text about the strip*/
#stripinfo {width:350px; border:0px solid #ccc; float:left; margin-top:5px; font-size:small;}

/*in all search pages*/
#entrydivider {
border-top: 0px dashed #ccc;
border-bottom: 1px dashed #ccc;}


/*on the Book Search page*/
#bookcoverdisplay {
border-top: 0px dashed #ccc;
border-bottom: 0px dashed #ccc;
margin-top:15px;
margin-bottom:0px;
font-size:10pt;

}

/*styles the contents of the iframe that contains the book details*/
#bookentry
{font-family:tahoma, sans-serif; font-size:10pt;}


/*styles the navigation links and feedback at the bottom of the page*/
.pagination {font-family:tahoma, sans-serif; font-size:11pt; margin-top:10px; margin-bottom:20px;  border-top: 1px solid #ededed; padding-top:5px;}

/*styles the divs that tell people what they searched for and gives instructions if their search failed*/
.searchedfor {
font-family:tahoma, sans-serif; 
font-size:11pt; 
font-weight:bold;
margin-top:10px; 
margin-bottom:20px;  
border-top: 1px solid #ededed; 
border-bottom: 1px solid #ededed; 
padding:5px; 
background-color:#ffffff; 
}

