/*GENERAL DEFINITIONS*/

body {
	font-family: Lucida Grande, Verdana, Sans-Serif;
	margin: 0px;
}

img {
	border: none;
}

a:link {
	color: #336600;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:visited {
	color: #336600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/* TOP BAR */
#top {
/*	background: url(../images/top.gif) no-repeat;*/
	height: 88px;
}

#top img {
	border: none;
}

#topfloatcontainer {
	margin-top: 23px;
}

.topfloat {
	margin-top: -23px;
	float:left;
}

.topfloat2 {
	float:left;
}

#alphabet {
	clear: both;
	padding-left: 10px;
}

#alphabet ul{
	margin: 0;
	padding: 0;
}

#alphabet ul li{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}

/* SPLASH PAGE */
#splash {
	text-align: center;
	padding-top: 30px;
}

#splash img {
	border: 0;
}

#isbnfooter {
	margin-top: 90px;
	text-align: center;
	color: #660000;
	font-size: 13px;
}

#isbnfooter a:link {
	color: #660000;
	text-decoration: none;
}

#isbnfooter a:active {
	text-decoration: underline;
}

#isbnfooter a:visited {
	color: #660000;
	text-decoration: none;
}

#isbnfooter a:hover {
	text-decoration: underline;
}


/* BOOK PROMO */
#distance_book { 
	width: 1px;
	height: 50%;
	margin-bottom: -328px; /* half of container's height */
	float: left;
}

#container_book {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 500px;
	width: 400px;
	clear: left;
}

#content_book {
	padding: 20px 10px 10px 0;
	font-size: 15px;
	color: #660000;
}

#content_book p {
	padding-top: 20px;
}


/* ORDERING INFORMATION */


#distance_order { 
	width: 1px;
	height: 50%;
	margin-bottom: -340px; /* half of container's height */
	float: left;
}

#container_order {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 680px;
	width: 660px;
	clear: left;
}

#content_order {
/*	padding: 10px 10px 10px 10px;*/
	font-size: 13px;
	color: #660000;
	width: 660px;
}

#content_order div {
	margin-top: 0px;
}

#content_order div.picright {
	float: right;
	text-align: right;
	width: 257px;
	font-size: 10px;
	color: #336600;
}

.subtitle {
	text-align: center;
}

#content_order div.textleft {
	float: left;
	text-align: left;
	width: 400px;
}

#content_order div.textfull {
	clear: both;
	margin: 20px 0 10px 0;
	text-align: left;
	width: 100%;
}

#content_order p {
	padding: 0 0 10px 0;
	font-size: 15px;
}

#content_order p.green {
	color: #336600;
}

#content_order h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0 3px 0;
}

#content_order table {
	width: 100%;
/*	border-top: 1px dotted #660000;
	border-bottom: 1px dotted #660000;*/
}

#content_order table th{
	text-align: left;
	padding-left: 1px;
	border-bottom: 1px dotted #660000;
}

#content_order table td{
	text-align: left;
	vertical-align: bottom;
	padding: 4px 0 4px 4px;
	border-bottom: 1px dotted #660000;
}

*.emph {
	font-weight: bold;
}

/* START */

#content_home {
	padding: 30px 10px 10px 10px;
	margin: 0 auto;
	width: 510px;
	color: #660000;
}

#content_home p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

#home_footer_left {
	padding-top: 33px; /* height of picture in rigth float */
	float:left;
}

#home_footer_right{
	float: right;
}


/* INDEX */

#index{
	padding-bottom: 3px;
}

.thin {
	font-weight: normal;
}

/* section heading */
.indexsection {
	font-size: 20px;
	font-weight: bold;
	color: #660000;
	margin: 17px 10px 10px 10px;
	border-bottom: 1px dotted #660000;
}

/*index items*/

.indexitem {
	font-size: 12px;
	margin: 8px 5px 8px 10px;
}

.indexitem a:link {
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}

.indexitem a:active {
	color: #336600;
	text-decoration: underline;
}

.indexitem a:visited {
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}

.indexitem a:hover {
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}


/* alias items*/
.aliasitem {
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	margin: 0 5px 0 10px;
}

.aliasitem a:link, .referenceitem a:link {
	color: #336600;
	font-weight: normal;
	text-decoration: none;
}

.aliasitem a:active, .referenceitem a:active {
	color: #336600;
	text-decoration: underline;
}

.aliasitem a:visited, .referenceitem a:visited {
	color: #336600;
	font-weight: normal;
	text-decoration: none;
}

.aliasitem a:hover, .referenceitem a:hover {
	color: #336600;
	font-weight: normal;
	text-decoration: underline;
}

/* reference items*/

.referenceitem{
	font-size: 12px;
	color: #888888;
	margin: -8px 5px 0 10px;
}

/* OVERVIEW PAGES*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -250px; /* half of container's height */
	float: left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 500px;
	width: 540px;
	padding: 0;
	clear: left;
}

#content img {
	margin: 0px 5px 10px 5px;
	border: 0;
	padding:  0 0 3px 0; /* for link image underline */
}

#content a img:hover, #content a img:active{
	background-color: #336600;
}

#content {
	font-size: 14px;
}

#content a:link {
	color: #336600;
	font-weight: normal;
	text-decoration: none;
}

#content a:active {
	color: #336600;
	text-decoration: underline;
}

#content a:visited {
	color: #336600;
	font-weight: normal;
	text-decoration: none;
}

#content a:hover {
	color: #336600;
	font-weight: normal;
	text-decoration: underline;
}

#prevlink {
	text-align: left;
	float:left;
	padding-left: 5px;
	margin-bottom: 3px;
}

#nextlink {
	float: right;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 3px;
}

#footer {
	clear: both;
	margin: 0px 5px 0 5px;
	border-top: 1px dotted #660000;
	clear: both;
	text-align: left;
	padding-top: 3px;
}

#footerleft {
	margin: -58px 0 0 0;
	float: left;
}

#footercenter {
	text-align: center;
	margin: 0 auto;
}

#footerright {
	margin: -58px 0 0 0;
	float: right;
	text-align: right;
}

#footer img {
	margin: 0;
	padding: 0;
}

/* DETAIL PAGES */
#distance_detail { 
	width: 1px;
	height: 50%;
	margin-bottom: -320px; /* half of container's height */
	float: left;
}

#container_detail {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 640px;
	width: 478px;
	clear: left;
}
/* links */
#detail a:link {
	color: #336600;
	font-weight: normal;
	text-decoration: none;
}

#detail a:active {
	color: #336600;
	text-decoration: underline;
}

#detail a:visited {
	color: #336600;
	font-weight: normal;
	text-decoration: none;
}

#detail a:hover {
	color: #336600;
	font-weight: normal;
	text-decoration: underline;
}

/* next/prev and label */
#detail *.piclabel {
	text-align:  center;
	font-weight: bold;
	color: #660000;
	padding: 10px 0 3px 0;
	border-bottom: 1px dotted #660000;
}

#detail *.prevlink {
	float: left;
	text-align:  left;
	padding-top: 6px;
}
#detail *.nextlink {
	float: right;
	text-align: right;
	padding-top: 6px;
}

#detail *.order {
	clear: both;
	font-size: 12px;
	padding-top: 8px;
	text-align: right;
}

#detail *.picnum {
	font-weight: normal;
	margin-left: 1em;
	color: #66000;
	white-space: nowrap;
}