/* CSS Document */

body {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  font-style: normal;
  line-height: 125%;

}

a
{
  outline: none;
}

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

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

a:hover {
  text-decoration: none; 
  color: #666666;
  
}

a:active {
  text-decoration: none; 
  color: #666666;
   
}
a:href{
  text-decoration: none; 
  color: #CCCCCC;
   
}



/*
** list page
*/



div.booklist table {
  background-color: #FFFFFF; 
}



div.booklist table tr {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  width:5cm;
}


div.booklist table th, div.booklist table td {
  margin: 2px;
}



div.booklist table tr.head th {
  background-color: #FFFFFF;
}



div.booklist table tr.odd td {
  background-color: #FFFFFF;
}



div.booklist table tr.even td {
  background-color: #FFFFFF;
}


div.booklist table th {
  text-align: left;
}



div.booklist table td {

  font-size: smaller;
}



/*
** single-item pages
*/

div.book {
  width:10em;
  border: #FFFFFF;
  
}



div.book img.Cover {
	float: top;	
	padding: 0.15em;
}



div.book table {
  width: 35em;
}



div.book table th {
	text-align: left;
	vertical-align: top;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	padding: 0.15em;
	line-height: 120%;
}



div.book table th.Description {
  clear: both;
  p.big: line-height: 150%;
  word-spacing: 3px;
  line-height: 125%;
}
