/* CSS for three column layout with absolutely positioned side columns and header */
body {
   background: white;
   font-size: 12pt;
   }
#header {
   display: none;
   }
#footer {
	display: none;
	}
#nav {
	display:none;
	}
#rightcolumn {
	display: none;
	}
	
	   
#content {
	font-size: 12pt;
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid #000;
   }
   
div#content h1 {
		color: black;
		font-size:18pt;
		}
div#content h2 {
		color: black;
		font-size:16pt;
		}
div#content h3 {
		color: black;
		font-size:14pt;
		}

#content2 {
	font-size: 12pt;
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content2 {
	width:auto;
	margin-left: 5%;
	padding-top: 1em;
	border-top: 1px solid #000;
   }
   
div#content2 h1 {
		color: black;
		font-size:18pt;
		}
div#content2 h2 {
		color: black;
		font-size:16pt;
		}
div#content2 h3 {
		color: black;
		font-size:14pt;
		}
	
div#content2 table {width:auto; border-collapse:collapse; }
div#content2 table td {width:15%;}
div#content2 table h3 {margin:0; font-size:.9em;}
div#content2 table a {color:#FFFF00; text-decoration:none;}
div#content2 table a:hover {color:#FFFF00; text-decoration:underline;}

div#content2 table p {font-size:.7em; text-align:left;}
div#content2 table img.thumb {display:none;}
div#content2 table td.detailname {width:35%; padding-left:3px;}
div#content2 table td.details {width:35%; padding-left:3px; vertical-align:top; }
div#content2 table td.logos {display:none; }
div#content2 table td.facilities {width:45%; padding-top:5px; vertical-align: top;}
div#content2 table td.facilities img {display:none; width:50px;}

div#content2 .b1 a {display:none; }

div#content2 .b2 a {display:none; }

div#content2 div#legend {display:none;} 

div#content2 div#pagecount {border-top:2px solid #000066; font-size:.8em; margin-bottom:5px; margin-top:5px; padding-left:5px;}

	
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.pubsulike.co.uk" attr(href) ") ";
   }

