.title{
font-weight:bold;
}

.author{
font-style:italic}

.image
{
border: 2px white solid;margin-right:5px}

.booktitle
{
font-size:13px;
font-family:arial;
font-weight:bold
}

.bookauthor
{
font-style:italic;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif
}

.header
{
font-size:22px;font-weight:bold;color:#D31E1C;padding-top:7px;padding-left:20px;font-family:arial
}

.price
{
color:#D31E1C;font-weight:bold
}

.thumbnail
{
border:0px none white;
width:60px
}

.title
{
	font-size: 11px;
	font-weight: bold;
	color: #126380;
	text-decoration: none; 
	}
	
	.click {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	}
	
.bodya
{
font-size:17px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.carttable
{
border:1px gray solid}

.divider
{
width:1px;
background-color:gray;
}

.navlist
{
list-style-type:none;
line-height:15px;
font-size:12px;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif
}
.navlistsub
{
margin-left:15px;
list-style-type:none;
line-height:15px;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif
}

.navlink
{
margin-left:15px;
color:white;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

td.search
{
color:white;
font-weight:bold
}

.searchbox
{
width:110px;
font-size:12px;
}

.searchbutton
{
width:30px;
border:solid white 1px;
background-color:white;
color:#1C7EA1;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold
}

body {
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color: #F9F5EA;
	scrollbar-arrow-color: #F9F5EA;
	scrollbar-base-color:  #F9F5EA;
	scrollbar-darkshadow-color: #F9F5EA;
	scrollbar-face-color: #1C7EA0;
	scrollbar-highlight-color:  #1C7EA0;
	scrollbar-shadow-color:  #1C7EA0;
	scrollbar-track-color:  #F9F5EA;
	background-color: #F9F5EA
}
body, td, th {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
form {
	padding: 0px;
	margin: 0px;
}
a.main-links {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
a.main-links:hover {
	text-decoration: underline;
}
a.red {
	color: #D31E1C;
	text-decoration: underline;
}
a.red:hover {
	text-decoration: none;
}
a.green {
	color: #508431;
	text-decoration: underline;
}
a.green:hover {
	text-decoration: none;
}
a.register {
	color: #2F444A;
	font-size: 10px;
	text-decoration: none;
}
a.register:hover {
	text-decoration: underline;
}
a.black {
	color: #000000;
	text-decoration: none;
}
a.black:hover {
	text-decoration: underline;
}
a.click {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a.click:hover {
	text-decoration: underline;
}
a.aqua {
	font-size: 10px;
	font-weight: bold;
	color: #126380;
	text-decoration: none; 
}
a.aqua:hover {
	text-decoration: underline;
}

.txt-h1 {
	color: #B43B0B;
	font-weight: bold;
	text-decoration: underline;
}
.txt-h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.txt-h3 {
	color: #F4E9CC;
}
.txt-11 {
	font-size: 11px;
}
.txt-12 {
	color: #2F444A;
	font-size: 12px;
	font-weight: bold;
}
.txt-register {
	color: #2F444A;
	font-size: 10px;
}
.txt-bottom {
	color: #FFFFFF
}
a.bottom-links {
	color: #FFFFFF;
	text-decoration: none;
}
a.bottom-links:hover {
	text-decoration: underline;
}
.f1 {
	font-family: Tahoma;
	font-size: 11px;
	height: 22px;
	width: 130px;
	border: 2px inset;
	padding: 2px;
}
.but-submit {
	background-image: url(images/button-submit.gif); 
	border: 0px;
	width: 47px;
	height: 16px;
}
.but-order {
	background-image: url(images/button-order.gif); 
	border: 0px;
	width: 66px;
	height: 18px;
}

#screenoverlay
{
    position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);

}

#topbox
{
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid #1C7EA0;
	background-color: white;
	z-index:1002;
	overflow: auto;

}