/*Master style-sheet for books on edwinhopper.com*/

/*Styles from edwinhopper.com*/
P.counter {
	font-family: "Arial" sans-serif; 
	font-size: 0pt; 
	so-language: en-GB;
	text-align: center;
}

/*Div's*/
#top_logo {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 90px;
	height: 40px;
	text-align: center;
	background: white;
	z-index: 10;
}

#top_logo img {
	padding-top: 5px;
}

#top_links {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 98%;
	text-align: center;
	background: #f90;
}

#top_links ul {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	margin: 0;
	}


#top_links li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	color: black;
	}

#top_links a:link { 
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	}

#top_links a:visited { 
	text-decoration: none; 
	color: #FFF;
	margin-left: 0px;
	margin-right: 0px;
	}

#top_links a:hover, a:active { 
	text-decoration: underline; 
	font-weight: bold;
	color: #FFF;
	margin-left: 0px;
	margin-right: 0px;
	}

#google_top {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	height: 95px;
	text-align: center;
	background: transparent;
}

#pagecontent {
	position: absolute;
	left: 100px;
	right: 100px;
	top: 180px;
	bottom: 100px;
	background: transparent;
}

#pagecontent ul {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	margin: 0;
	}

#pagecontent li {
	list-style-type: none;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	color: black;
	}

/* This is used by the previous page link */
#prevpage {
	position: absolute;
	float: center;
	z-index: 100;
	background: #f90;
	top: 190px;
	left: 5px;
	padding: 0px;
	width: 90px;
	line-height: 1;
	font-family: Verdana, Arial;
  	font-size: 11px;
  	color: #fff;
	text-align: center;	
}

#prevpage a:link { 
	text-decoration: none;
	color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	}

#prevpage a:visited { 
	text-decoration: none; 
	color: #FFF;
	margin-left: 0px;
	margin-right: 0px;
	}

#prevpage a:hover, a:active { 
	text-decoration: underline; 
	font-weight: bold;
	color: #FFF;
	margin-left: 0px;
	margin-right: 0px;
	}

#prevpage ul {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	margin: 0;
	}


#prevpage li {
	list-style-type: none;
	padding-right: 0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
	color: black;
	}


/*Floats*/
.google_bottom {
	float: center;
	width: 100%;
	height: 93px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	}

.clearboth { clear: both; }

.topleft {
	background: url(http://edwinhopper.com/images/tl.gif) 0 0 no-repeat; 
}

.topright { 
	background: url(http://edwinhopper.com/images/tr.gif) no-repeat top right; 
}

.bottomleft {
	background: url(http://edwinhopper.com/images/bl.gif) 0 100% no-repeat; 	
}

.bottomright {
	background: url(http://edwinhopper.com/images/br.gif) 100% 100% no-repeat; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

