/** Defaults **/
html
{
	font-family: 'DejaVu Serif', 'bitstream vera serif', 'Times New Roman', times, sans-serif;
}

/** Misc **/
kbd
{
	font-family: monospace;
	font-style: italic;
}
img
{
	border: 0;
}

em
{
	font-style: italic;
}
strong
{
	font-weight: bold;
}
a
{
	color: #000;
}

/** Top **/
.top
{
	line-height: 1px;
	border-bottom: 1px solid #000;
}

.title h1, .title a
{
	font-weight: normal;
	text-decoration: none;
}

.subtitle
{
	font-size: small;
	line-height: normal;
}

.search
{
	display: none;
}

.menu
{
	display: none;
}

/** Middle **/

.middle a
{
	padding-left: 1px;
	padding-right: 1px;
}

/* Browse/Catalog */
.school
{
	padding: 0;
	margin: 0;
}
.majors
{
	padding: 0 5%;
	margin: 0;
}
.majors_hidden
{
	display: none;
}
.majors li
{
	list-style-type: square;
}
.majors strong
{
	display: block;
	float: left;
	min-width: 5ex;
	text-align: center;
	padding-right: 1ex;
}
.majors a, .majors a:hover
{
	text-decoration: none;
}
.book-basket
{
	text-align: right;
}
table
{
	border-top: 1px solid #000;
	background-color: #fafafa;
	width: 100%;
	text-align: left;
}
td
{
	font-size: small;
	vertical-align: middle;
	border: 1px solid #f0f0f0;
}
.professor
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: x-small;
}
.price
{
	font-size: large;
	text-align: right;
}
.isbn
{
	font-size: x-small;
}
.hidden
{
	display: none;
}
.print-hidden
{
	display: none;
}

/* Basket */
.total
{
	font-size: larger;
	text-align: right;
	vertical-align: middle;
	border-width: 2px;
	padding-top: 10px;
}
input.checkout
{
	font-size: large;
}
.transid
{
	font-size: xx-large;
	/*font-weight: bold;*/
	font-family: monospace;
}
/*form p
{
	text-align: right;
}*/

/** Bottom **/
.bottom
{
	margin-top: 50px;
	font-size: xx-small;
	text-align: center;
	clear: both;
}
.bottom a
{
	text-decoration: none;
	color: #666;
}
.bottom a:hover
{
	text-decoration: underline;
}

