/* @override http://dev.randb.com.au/henry/readersplace.co.uk/workspace/styles/cta-bookclub.css */

.section .line .step-1 .column-s1 .block,
.section .line .step-2 .column-s2 .block,
.section .line .step-3 .column-s3 .block {
	background: #a194ab url('../images/form-bg.png') no-repeat;
	color: #ffffff;
}

.map-wrap h2 { color: #4A2E55}

form p.field-error {
	background: #DA4558;
	padding:4px 10px 10px 10px;
	width:309px;
	margin: 12px 0;
}

form p .field-error-message {
	display: none;
}


form p.field-error .field-error-message {
	display: block;
	margin: 8px 0;
}

form.add-previously-read-books-form p select,
form.create-book-club-step-3-form p select {
	width:60px;
	margin-right:10px;
}

#step-3-map {
	width:100%;
	height: 500px;
	float:left;
}

#map-container {
	width: 100%;
	height:0px;
	overflow: hidden;
	clear: both;
}

#mapdescription {
	margin: 10px 0;
}

.formatted #mapdescription p {
	color:white;
}

#search-address-form-overlay {
	width: 100%;
	height: 30px;
	background-color: #2e2e2e;
	top: -30px;
	position: relative;
	opacity: .8;
	filter: alpha(opacity = 80);
}

#search-address-form {
	width: 100%;
	height: 30px;
	top: -60px;
	position: relative;
}

#book-clubs-map {
	width:100%;
	height:520px;
}

#search-address-form {
	line-height: 26px;
	vertical-align: middle;
	text-align: right;
}

#ie #search-address-form {top:-57px;}

#search-address-form input,
#search-address-form label,
#search-address-form button {
	display: inline;
	vertical-align: middle;
	margin-right:10px;
	text-align: left;
}

#search-address-form label {
	color: white;
	font-weight: bold;
}

#book-clubs-map p {
	margin: 1px 0;
	line-height: 1.3;
}

#cta-bookclub {
	background: #A296A9 url(/henry/readersplace.co.uk/workspace/images/special-bg.png) repeat-x;
}

#cta-bookclub h2 {
	color: #442b57;
	height: 55px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 15px 0 15px;
	position: relative;
}

#cta-bookclub h2 em {
	bottom: 0;
	color: #ffffff;
	font-size: 2em;
	left: 15px;
	position: absolute;
}

#cta-bookclub dl {
	width: 170px;
	float: right;
	padding: 6px 10px 0 6px;
	xborder-left: 1px dotted white;
	margin-bottom: 10px;
}

#cta-bookclub dd,
#cta-bookclub dt {
	display: block;
	clear: both;
	text-indent: 0;
	padding: 0 0 0 6px;
	margin: 0;
}

#cta-bookclub dt {
	font-weight: bold;
}

#cta-bookclub dt:first-child {
	padding-top: 6px;
	border-top: 1px dotted #ccc;
}

#cta-bookclub dd {
	color: #f7f7f7;
	margin-bottom:  6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #ccc;
}

div.clearer {
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;
}

#cta-bookclub .formatted p {
	color: white;
}

#cta-currentlyreading p.date {
	float: right;
}

#cta-currentlyreading h2 {
	font-size: 2.5em;
	/* font-style: italic; */
	line-height: 1.2;
	margin: 0;
}

#cta-currentlyreading img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/*
#previouslyread {
}

#previouslyread .previousbook {
	width: 248px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

#previouslyread .previousbook .contents {
}
*/

#cta-upcomingmeetings ul,
#cta-bookclubmembers ul {
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
	list-style: none;
}

#cta-upcomingmeetings ul li,
#cta-bookclubmembers ul li {
	display: block;
	padding: 6px 10px;
	margin: 0;
	border-top: 1px dotted #ccc;
	position: relative;
	zoom:1;
}

#cta-bookclubmembers ul li:hover {
	background: #fcfcfc;
}

#cta-joinbookclub {
}

/*Book Club Details*/

#cta-bookclubdetails {
}

table.book-club-details {
	border-collapse: collapse;
	margin: 10px 0;
}

table.book-club-details tr,
table.book-club-details th,
table.book-club-details td {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

table.book-club-details td,
table.book-club-details th{
	padding:  4px 8px;
}

table.book-club-details th{
	background: #f9f9f5;
	width: 150px;
	text-align: left;
}

table.meet-the-author-details th {
	background: #452855;
}

table.meet-the-author-details {
	width: 100%;
}

a.button {
	background: #f28113;
	padding: 0 10px;
	height: 18px;
	line-height: 18px;
	float: left;
	text-align: center;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #f28113;
	margin-right: 10px;
}

a.button:hover {
	background: #F78E26;
	color: white;
	text-decoration: none;
}

#cta-bookclubmembers a.remove {
	text-indent: -800em;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	background: url(../images/member_delete.png) no-repeat;
}

.book-club-item .split {
	background: #A194AB url(../images/cta-bookclubs.png) no-repeat bottom left;
	overflow: hidden;
	position: relative;
}

.book-club-item .top-split {
	/*height: 80px;
	overflow: hidden;*/
}

.book-club-item .split img {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

.book-club-item .split .book-details {
	margin: -5px 0 0 70px;
}

#ie.v6 .book-club-item .split .book-details {
	margin-top: -20px;
}
#ie.v6 .book-club-item .split img {
	left: 0px;
}

.book-club-item .split .book-details h3 {
	line-height: 1;
	margin:0;
	padding:0;
	font-size:1em;
	color: #F2A900;
	font-style: italic;
}

.book-club-item h2 {
	font-size: 1.4em;
	overflow: hidden;
}

.book-club-item .split .book-details strong {
	color: #442b57;
}

.book-club-item .split .book-details p {
	color: white;
}

button#book-club-search-button {
	width:23px;
	height:23px;
	padding:0;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/go-button.png);
	border:none;
	cursor: pointer;
}

#cta-flickrgallery img {
	width: 110px;
	margin: 10px 5px 10px 0;
}

#cta-youtubevideo .footer {
	background: #a194ab url('../images/cta-specialoffers.png') no-repeat bottom left;
	padding: 0.5em 10px;
	color: white;
}

#previouslyread {
	overflow: hidden;
	zoom: 1;
}
#cta-currentlyreading .book {
	display: none;
	overflow: hidden;
	padding: 0 0 2em 0;
	position: relative;
	zoom: 1;
}

#cta-currentlyreading .book span{
	display: block;
}
#cta-currentlyreading .book.active {
	display: block;
}
#cta-currentlyreading .book .next,
#cta-currentlyreading .book .prev {
	bottom: 1em;
	position: absolute;
}
#cta-currentlyreading .book .next {
	background: url('../images/arrow-right.png') no-repeat center right;
	font-weight: bold;
	padding: 0 10px 0 0;
	right: 15px;
}
#cta-currentlyreading .book .prev {
	background: url('../images/arrow-left.png') no-repeat center left;
	font-weight: bold;
	left: 15px;
	padding: 0 0 0 10px;
/* 	bottom:0; */
}

#cta-currentlyreading .title .sep {
	display: none;
}
#cta-currentlyreading .title .date {
	font-size: 0.8em;
	font-weight: normal;
	position: absolute;
	right: 15px;
}

#cta-currentlyreading h4 {
	color: #442b57;
}

#cta-currentlyreading h1 {
	border-bottom: 1px dotted #d8cddd;
	font-size: 1.7em;
	font-weight: bold;
	color: #F2A900;
	margin-bottom:10px;
	padding-bottom: 2px;
}

#cta-currentlyreading h2 {
	font-size: 1.5em;
}

.currently-reading-book-details-content-container {
	float:right;
	width: 380px;
}