﻿/* Styles used in the Bookstore layout */

.search
{
	font-size: x-small;
	font-family: verdana,arial,helvetica,sans-serif;
}
.SearchPanel
{
	background-color: #dfe4c7;
	visibility:hidden;
	
}
.eyebrow
{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #0000ff;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
	background-color: #000099;
}
.indent
{
	margin-left: 1em;
}
.bullet
{
	color: #003399;
}
.tiny { font-size: x-small; font-family: verdana,arial,helvetica,sans-serif }

.tiny hr
{
	color: #0000ff;
	background-color: #000099;
	height: 5px;
}
.Panel
{
	background-color: #ffffff;
}
.BorderPanel
{
	background-color: #ffffff;
	
}
.TabPanel
{
	background-color: #000099;
}
.TopPanel
{
	background-color: #ffcc00;
}

.topnav
{
	font-size: 12px;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
}
.topnav A:link
{
	color: #003399;
	text-decoration: none;
}
.topnav A:visited
{
	color: #003399;
	text-decoration: none;
}
.topnav A:hover
{
	color: #cc6600;
	text-decoration: none;
}

.subnav
{
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.subnav:link
{
	text-decoration: none;
	color: #FFFFFF;
}
A.subnav:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
A.subnav:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
/* Styles copy from styles */
body {
	font-family: Arial, sans-serif;
	Font-size: 95%;
	width:960px;
	margin: auto;
	vertical-align:middle;
		}
p{	
	line-height: 1.3;
	}
.linespace {
	line-height: 1.3;
	font-size: 95%
	}

.bold {
	font-weight: bold;
	font-size: 120%;
	color: red;
	}
.italic {
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
	}

li a {

	line-height: 1.1;
	vertical-align:middle;
	margin-left: -4px;
	margin-bottom:2px;
	padding-bottom:4px;
	font-size:14;
	
		}

#left {
	float: left;
	width: 170px;
	
	}



h3{
	background-color: #ffcc00;
	font-size: 95%;
	color: #000;
	
	
	}
h3 a {
	color: #000;
	}
h2{
	color: #000;
	text-align: center;
	font-size: 125%;	
	}

#ad {
	border: 1px solid;
	padding: 0 6px 0 12px;
	font-size: 95%;
	margin-bottom: 12px;
	}

h2 sup {font-size:55%; vertical-align: top;} 

sup {font-size:60%; vertical-align: top;}