﻿/* commnents */
body
{
    font-family:Arial;
    font-size:12px;
    margin:0px;
    background-color:White;
    background-image:url(/images/bg.gif);
	background-repeat:repeat-y;
    background-position:top left;
    color:Black;
}

.recentbook
{
	margin-bottom:5px;
}
h3#recent
{
	margin-bottom:8px;
	padding-left:4px;
	background-color:#008080;
	color:White;
	font-size:1.3em;
}

p
{
	color:Black;
}

.shigh
{
	font-weight:bold;
	font-size:12px;
	color:Blue;
}

.symbol {font-family: Symbol;}

.SrchRes {font-size:12px;}

a 
{
	text-decoration:none; 
	color:#006666; 
}

.pnt { cursor:pointer; }

@media print
{
	.notforprint { visibility:hidden; display:none; }
	.maincontent
	{
		margin-left:0px;
	}
}

@media screen
{
	.printonly { visibility:hidden; display:none; }
	.maincontent
	{
		margin-left:120px;
	}
}


textarea
{
	font-family:Arial;
	font-size:12px;
}

td
{
    font-family:Arial;
    font-size:11px;
    padding: 0px 4px;
    color:Black;
}

th
{
    font-family:Arial;
    font-size:11px;
}

.right
{
	text-align:right;
}


.Book_BookTitle
{ 
	font-size: 16px; 
	font-family: Arial, Helvetica; 
	font-weight: bold;
}

.Book_SubTitle
{
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica;
	font-weight: normal;
}
.Book_SubHead
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial, Helvetica;
    font-weight: bold;
}
.Book_SubHead2
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial, Helvetica;
    font-weight: bold;
    margin-bottom:2px;
}

.maintitle
{
	margin-bottom:15px;
	width:604px;
	height:24px;
}

.CheckoutTotal {background-color:#006666; color:white; font-weight:bold; font-size:13px;}
.CheckoutOrdernum {font-size:13px;}

.rowborder td
{
	border-bottom: #009060 1px solid;
}

.rowborderoff td
{
	border-style:none;
}
