
/************************************************** Availability search results *********************************************/

.left_pane{
/*	position:fixed;*/
	margin: 8px 0 0 8px;
	float: left;
	width: 315px;
}

/* FOR IE7 */
*+html .left_pane {
	position:absolute;
	top:0;
	left:0;
	z-index: 1000;
}

.right_pane{
	margin: 8px 8px 0 0;
	/*float: right;*/
	width:630px
	border:1px solid blue;
}

.stickyWrapper { /* required to avoid jumping */
	float: left;
	width:320px;
	margin: 0 0 0 0;
}

.sticky {
	margin: 0 0 0 0;
/*  position: absolute;*/
/*  border: 1px solid purple;*/
}

.sticky.fixed {
  position: fixed;
  top: 50px;
}

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

.townText h1{
	font-size:16px;
	font-weight:bold;
}

.info{
	background-color:#FFFFFF;
	float:right;
	width:650px;
	border:1px solid #6394BD;
	font-size:12px;
	background-color:#F8F8F8;
	margin-bottom:20px;
}

.info h3{
	margin:0;
	font-size:1.2em;
}

.info h3 a:link, .info h3 a:visited{
	color:#16476D;
	background-color:#B6D6EF;
	border-bottom:1px solid #6394BD;
	text-align:left;
	display:block;
	text-decoration:none;
/*	padding-left:225px;*/
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:1px;
}

.info h3 a:hover{
/*	background-color:#FDD01C;
	color:#406998;
	background-image:url(images/right_arrow_hover.png);*/
}

.badge_icon {
	padding:2px; background-color:#B6D6EF; border:1px solid #6394BD; position:absolute; margin:-10px 0 0 0; z-index:99;
}

.badge_icon img {
	display:block;
}

.club_icon {
	margin:-10px 0 0 60px;
}

.category {
	float: right;
	margin: 0 5px 0 0;
}

.star{
	float:right;
	margin: 2px 4px 0 0;
}

.photo{
	width:205px;
	height: 155px;
	float:left;
	margin:8px 0 8px 8px;
	border:1px solid #6394BD;
}

.details{
	float:right;
	margin:8px 8px 8px 0;
	padding:0;
}
	
.details p{
	padding:5px 0 5px 0;
	margin:0;
}

.description{
	float:right;
	margin:8px 9px 8px 0;
	padding:0 5px 0 5px;
	text-align:justify;
	width:405px;
	height: 107px;
	border:1px solid #6394BD;
	background-color:#FFF;
}

.description p{
	margin:0px;
	padding:0.3em;
}

.tel{
	cursor:pointer; 
	color:#008000;
	text-decoration:underline;
}

.phone{
	vertical-align:middle; 
	margin-right:0.5em;
}

.avtable{
	height:19em;
	overflow:auto;
}

.avdates{
	float:right;
	background-color:#FFFFFF;
	border-right:1px solid #6394BD;
	border-bottom:1px solid #6394BD;
}

.avdates td{
	border-left:1px solid #6394BD;
	border-top:1px solid #6394BD;
	padding-right:0.3em;
}

.avdates th{
	border-left:1px solid #6394BD;
	border-top:1px solid #6394BD;
	padding-right:0.3em;
	font-weight:normal;
}

.avdates thead th{
	font-size:1.3em;
	background-color:#B6D6EF;
	color:#16476D;
}

.avdates thead span{
	font-size:0.8em;
}

.avdates tr{
	border:1px solid black;
}

.avdates .avsym{
	width:1.9em;
}

/* READ MORE BUTTON * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.btn-readmore {
    background-color: #16476D;
    background-image: -moz-linear-gradient(top , #16476D 0%, #0b8ecb 100%);
    background-image: -webkit-linear-gradient(top, #16476D 0%, #0b8ecb 100%);
    background-image: -o-linear-gradient(top, #16476D 0%, #0b8ecb 100%);
    background-image: -ms-linear-gradient(top, #16476D 0%, #0b8ecb 100%);
	background-image: linear-gradient(top, #16476D 0%, #0b8ecb 100%);
    border:1px solid #16476D;
    
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    
    background-repeat: repeat-x;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 5px 5px;
    text-decoration: none;
}

.btn-readmore:hover {
	color: #FFFFFF;
}

.btn-readmore:link, .btn-readmore:visited {
	color: #FFFFFF;
	background-color: #0b8ecb;
    -moz-transition: background-position 0.2s linear 0s;
    -webkit-transition: background-position 0.2s linear 0s;
    -o-transition: background-position 0.2s linear 0s;
    -ms-transition: background-position 0.2s linear 0s;
    transition: background-position 0.2s linear 0s;
    background-position: 0 -40px;
}

hr{
	border: none;
	background-color: #6394BD;
	color: #6394BD;
	height: 2px
	margin:8px 0;
}

/* PAGINATOR BUTTONS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

a.paginator, a.paginator_selected{
	display:block;
	float:left;
	padding:5px;
	margin:0 5px 5px 0;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}

a.paginator_selected{
	border:1px solid #769DC0;
	background-color:#CFE5FA;
	color:#000000;
}

a.paginator:link, a.paginator:visited{
	border:1px solid #FFF;
	background-color:#FFF;
	color:#4A4A4A;
}

a.paginator:hover{
	border:1px solid #CFE5FA;
	background-color:#E9F4FE;
	color:#000000;
}

/********************************************************* Town text **********************************************************/

.affiliate{
 	margin:0 10px 0 10px;
	padding:10px 0 0 10px;
	border-top:1px dashed #555;
	text-align:justify;
}

.towntext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555;
	margin:10px 10px 0 10px;
	border-top:1px dashed #555;
}

.towntext p{
	margin:0.6em;
	text-align:justify;
}

.towntext h2{
	margin:0.6em;
	font-size:1em;
}

/******************     CSS design by   :   ben@site-designers.co.uk   :   http://www.site-designers.co.uk/     ******************/