body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #5d5d5d;
}

td {
  line-height: 1.6em;
}


p {
  line-height: 1.6em;
  margin: 0.4em 0 1.2em 0;
}

h1 {
  font-size: 1.5em;
  color: #4B713A;
  margin: 0 0 0.3em 0;
}

h2 {
  font-size: 1.2em;
  color: #4B713A;
  margin: 1em 0 0.3em 0;
}

hr {
  display: none;
}

a {
  color: #5d5d5d;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #222;
  text-decoration: underline;
}



/*
 *  BOOK PAGE
 */

#bookdetails h1 {
  padding-bottom: 3px;
  border-bottom: 1px solid #888;
  margin-top:10px;
  margin-bottom: 0;
}

#bookdetails h1 span {
  color: #000;
  font-weight: normal;
  font-size: 0.75em;
}

#buyonline {
  border-bottom: 1px solid #888;
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
}

#bookdetails p {
  color: #000;
  margin: 4px 0 0 0;
}

#content .bookprice {
  color: #4B713A;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 3px;
}

#bookdetails #reviews{
	margin-top:-10px;
	float:right;
	overflow: auto;
	height: 32px;
}

#bookdetails #reviews a{
	display: block;
	height: 16px;
	color:#960808;
	font-weight:bold;
	text-align: right;
	font-size: 0.9em;
}

#titles{
	overflow:auto;
}

#titles li{
	width:189px;
	margin-bottom:15px;
	text-align: center;
	float: left;
}

#titles a{
  text-decoration: none;
}

#titles img{

}

#titles h2{
	display:block;
	color: #4B713A;
	padding-top:5px;
	margin-top:0;
}

#titles .bookprice{
  color: #960808;
	display: block;
}

#titles .isbn{
  display: block;
	margin-top:3px;
	font-size: 10px;
}


/*
 * TEMPLATE
 */
#container {
  background-image: url(../../images/template/background.jpg);
  background-repeat: no-repeat;
  width: 780px;
  height: 950px;
}

#header {
  position: absolute;
  top: 72px;
  left: 300px;
}

#nav {
  /* position */
  position: absolute;
  top: 72px;
  left: 85px;
  width: 127px;

  /* list style */
  list-style: none;

  /* text style */
  color: #4B713A;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  text-transform: lowercase;
  text-align: center;
}

#nav li {
  display: block;
  margin-bottom: 6px;
}

#nav li a {
  color: #4B713A;
  text-decoration: none;
}

#content {
  position: absolute;
  top: 200px;
  left: 247px;
  width: 430px;
}

#pagescroller {
  width: 410px;
  height: 630px;
  overflow: auto;
  padding-right: 20px;
}

#footer {
  position: absolute;
  top: 870px;
  left: 72px;
  width: 608px;
}

#footer p {
  color: #EAEAE0;
  text-align: center;
}

#footer p.email {
  font-size: 13px;
  margin: 5px 0;
}

#footer p.email a {
  color: #fff;
  text-decoration: none;
}

#footer p.legal {
  font-size: 10px;
  margin: 5px 0;
}

#footer p.developer {
  font-size: 10px;
  color: #555;
  margin: 15px 0;
}

#footer p.developer a {
  color: #555;
  text-decoration: none;
}



