@charset "utf-8";

body, html {
	height:100%;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: fixed;
	background-color: #FFFFFF;
	behavior:url("csshover.htc");
}
h1 {
	font-size:12px;
	font-weight:bold;
}
h2 {
	font-size:12px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
#main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 760px;
}
#nav {
	width: 150px;
	float: left;
	position: absolute;
	z-index: 1000;
}
#content {
	width: 610px;
	position: relative;
	left: 150px;
	z-index: 999;
	background-color: #FFFFFF;
}

#top_nav {
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	letter-spacing: 1pt;
	padding-top: 55px;
	padding-right: 10px;
}

#top_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#top_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


#paddedcontent1 {
	padding-right: 10px;
	padding-left: 10px;
}
#paddedcontent2 {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

#contentbody {
	padding: 15px;
	overflow: hidden;
	width: 580px;
}


a:link {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
.browse {
	font-size: 10px;
	font-weight: bold;
	color: #330000;
}
.footer_1 {
	font-size: 10px;
}
.footer_2 {
	font-size: 10px;
	color: #999999;
}

.header1 {
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}
.header2 {
	font-size: 14px;
	color: #330000;
}
#breadcrumb {
	font-size: 10px;
}
#bookcover {
	padding-right: 20px;
	width: 75px;
	float: left;
}
#listingcontainer {
	height: 170px;
}
#listingcontainer2 {

}

#bookinfo {
	float: left;
	white-space: normal;
	width: 485px;
}
#bookinfo2 {
	float: left;
	white-space: normal;
	width: 420px;
}

#bookcover2 {
	padding-right: 20px;
	width: 140px;
	float: left;
}
#loadingmsg {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: 250px;
}
.text1 {
	font-size: 10px;
}

