body
{
	height: 100%;
}

body {
	font: 12px "Palatino", "Times New Roman", Times, serif;
	line-height: 16px;
}

p, h1, h2, h3, h4, h5 {
  margin-bottom: 16px;
}

h1 a:link	{text-decoration:none }
h1 a:visited {text-decoration:none }
h1 a:hover {text-decoration:none }


div#header {
  padding: 20px 0 0 0;
}

div.book-wrapper {
  padding: 20px;
}

div.book-inner-wrapper {
  background: url('../images/book-container-background_02.gif');
}

div.book {
  display: block;
  float: left;
  height: 260px;
  background: #fff;
  margin: 0 20px 20px 0;
  position: relative;
}

div.book-info {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 8px 10px 0 10px;
  background: #fff;
}

div.book-info p {
   margin-bottom: 8px;
}

div.event {
  clear: both;
  margin-bottom: 16px;
}


.image {
	padding: 0 0 20px 0;
}

input {
	margin: 0 0 10px 0;

}

.soldout {
  background: url('../../assets/images/soldout_2.png');
  background-repeat:no-repeat;
  background-position:top right;
  color: #ed1e29;
}

div .soldout a:link	{ color:#ed1e29; text-decoration:none }
div .soldout a:visited { color:#ed1e29; text-decoration:none }
div .soldout a:hover { color:#ed1e29; text-decoration:underline }