/**  **/

body {
  margin: 0;
  padding: 0;
  font:100% 'Lucida Grande',Verdana,Helvetica,sans-serif;
}
#threeColLayout {
  background-color:transparent;
}
#twoColLayout {
  background-color:transparent;
}
#oneColLayout {
  background-color:transparent;
}
/* default links */
a:link {
  background-color: transparent;
  text-decoration: none;
  color: #3300cc
}
a:visited {
  background-color: transparent;
  text-decoration:none;
  color: #330099
}
a:active {
  background-color: transparent;
  text-decoration:none;
  color: #000033
}
a:hover {
  text-decoration:underline;
  color: #000033
}
/* headers */
h1 {
  margin: 0;
  padding: 12px;
  font-size: 150%;
}
h2 {
  margin: 0 5px 0 5px;
  padding: 2px;
  font-size: 130%;
}
h3 {
  font-size: 92%;
  margin: 10px 5px 0 5px;
  padding: 2px;
}
h4 {
  margin: 10px 5px 0 5px;
  padding: 2px;
}
/* Main wrapper that holds it all centrally */
#wrapper {
  width:1000px;
  margin:0 auto;
  background-color: #ffffff;
  border-right:1px solid #DADADA;
  border-left:1px solid #DADADA;
  padding:0;
}
/* Content wrapper so the nav floats correctly */
#contentWrapper {
  width:995px;
  float:left;
  margin:0 auto;
  padding: 0;
}
/* Masthead header holding the banner */
#header {
  margin:0 10px 0 10px;
  height: 100px; /* Align Image Logo. Vertical Position */
  
/*  */
/*  */
  background:url(http://static.guestales.co.uk/images/background_glass_nologo_nine8zerox100.gif) no-repeat;
  /*  */
/*  */
}

/* header divide */
#headerdiv {
  background:url(http://static.guestales.co.uk/images/headerdiv_1x5_black.gif) repeat-x scroll right bottom;
  height: 5px;
  margin:0 10px 0 10px;
}
/* three main columns, named in order of importance and display when styles switched off */
#primaryContent {
  float:left;
  width:1000px;
  display:inline;
  margin: 0 0 10px 0;
}
#threeColLayout #primaryContent {
  float:left;
  width:350px;
  margin: 0 0 0 195px;
}
.catalogue#threeColLayout #primaryContent, .comment#threeColLayout #primaryContent  {
  clear:left; /* sidebar spacing */
  width:445px;
}
.event#threeColLayout #primaryContent, .comment#threeColLayout #primaryContent {
  clear:left; /* sidebar spacing */
  width:445px;
}
#twoColLayout #primaryContent {
  width:800px;
  float:left;
  margin: 0 0 10px 195px;
}
#twoColLayout #secondaryContent {
  display: none;
}
#secondaryContent{
  float:left;
  width:445px; 
  margin: 0 0 10px 5px;
}
.catalogue #secondaryContent, .comment #secondaryContent {
  width:350px;
}
.event #secondaryContent, .comment #secondaryContent {
  width:350px;
}
#thirdContent, .thirdContent {
  clear:left;
  float:left;
  width:800px;
  margin:0 0 0 195px;
}
#sideContent{
  float:left;
  width:180px;
  margin: 0 0 10px -990px;
}
/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */
#oneColLayout #secondaryContent, #oneColLayout #sideContent {
  display: none;
}
/* twoColContent - used to span two right-hand columns */
#twoColContent{
  width:800px;
  float:left;
  margin: 0 0 10px 195px;
}
/* controls non-rounded boxes in the sideContent */
.sdnav {
  _width:170px; /*  ie 6 */ 
  margin: 5px 0 0 10px;
  padding: 10px 0 5px 0;
  background: #FFF;
}
.sdnav p {
  margin: 0;
  padding: 0 5px 2px 5px;
  font-size: 90%;
  color: #666;
}
/* Hits */
.sdnav span.hits {
  font-size: .8em;
}

/* Shadow on sidebar headings */
.sdnavbggrad .grad {position:relative; width:100%}
.sdnavbggrad .grad {background:#fff url( /crystalbrew/resource/img/headergradient.gif ) repeat-x top left}

/* CSS for the ticked off links. Note, not ordering things in the LVHA way, 
as prefer the visited tick to work above the arrow once visited. */
.sdnav ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 3px;
  font-size:1.05em;
}
.sdnav li a:link {
  color:#333;
  line-height:1.5em;
  margin:4px 0;
  text-decoration:none;
  display:block;
  _width:162px; /* ie 6*/
  border-bottom: 1px solid #EDEAEB;
  /*  */
  background: transparent;
}
.sdnav li a:active {
  color:#333;
  line-height:1.5em;
  margin:4px 0;
  text-decoration:none;
  display:block;
  _width:162px; /* ie 6*/
  border-bottom: 1px solid #EDEAEB;
  /*  */
  background: transparent;
}
.sdnav li a:hover {
  color:#990000;
  line-height:1.5em;
  margin:4px 0;
  display:block;
  _width:162px; /* ie 6*/
  border-bottom: 1px solid #EDEAEB;
  background: transparent url(/crystalbrew/resource/img/ticksClick.gif) 0px -18px;
  /*background: transparent 0px -20px;*/
  text-decoration:none;
}
.sdnav li a:visited {
  color: #999;
  text-decoration:none;
  line-height:1.5em;
  margin:4px 0;
  display:block;
  _width:162px; /* ie 6*/
  border-bottom: 1px solid #EDEAEB;
  /*  */
}
/* Box the the area that holds the rounded corners */
.box {
  margin: 10px 0 0 0;
  padding: 5px 0 5px 0;
}   
/* Wrapper around rounded boxes */
.boxWrapper {
  margin: 0 5px 0 5px;
  padding: 0;
  line-height: 170%;
}
.boxWrapper p {
  margin: 0;
  padding: 0 5px 5px 10px;
  color: #333;
}
.boxWrapper div.mid {
  margin: 0;
  padding: 10px 5px 0 10px;
}
.boxWrapper div.mide {
  margin: 0;
  padding: 0 5px 0 10px;
}
.boxWrapper p.mid {
  padding:5px 8px 5px 8px;
}
.boxWrapper .mnr p {color:#666; }
.boxWrapper .mid span {padding:0 10px 0 0; }
.boxWrapper p.stamp, .boxWrapper span.stamp {
  font-size: smaller;
  color: grey;
}
.boxWrapper .mid span.darker {
  background: none repeat scroll 0 0 #F5F5F5;
  color: grey;
  font-size: 90%;
  padding: 0 5px;
}
.boxWrapper div.notes, .boxWrapper div.comment {
  background: none repeat scroll 0 0 #EEEEEE;
  margin: 5px;
  padding: 0 5px;
  color: #333333;
}
.boxWrapper .even div.notes, .boxWrapper .even div.comment {
  background: none repeat scroll 0 0 #F5F5F5;
}
.boxWrapper .odd div.notes, .boxWrapper .odd div.comment {
  background: none repeat scroll 0 0 #EEEEEE;
}
.boxWrapper div.notes.default {
  background: none repeat scroll 0 0 #FFFFFF;
}
.boxWrapper div.notes.by {
  background: none repeat scroll 0 0 #F5F5F5;
}
.boxWrapper div.ratings.bot {
  border-bottom: 5px solid #FFFFFF;
}
.boxWrapper div#formInline {
  margin: 0;
  padding: 0 5px 5px 8px;
  color: #333;
}
.boxWrapper p.search {
  padding: 0;
}
.boxWrapper p.left {
  float: left;
}
.boxWrapper p.right {
  float: right;
}
#oneColLayout .boxWrapper {
  margin:0 10px;
}
p {
  margin: 0;
  padding-top: 1em;
  line-height: 150%;
}
.formInline {
  display: inline;
}

/* Rounded corners Start */
.rndbWrapper {
  margin: 0;
}
.rndbWrapper .rndb-n {
  position: relative;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.rndbWrapper .rndb-n .rndb-e {
  position: relative;
  background: url( /crystalbrew/resource/img/panelURcorner.gif ) no-repeat top right;
  top: -1px;
  right: -1px;
}
.rndbWrapper .rndb-n .rndb-w {
  position: relative;
  left: -2px;
  background: url( /crystalbrew/resource/img/panelULcorner.gif ) no-repeat top left;
  height: 6px;
  font-size: 0px;
}
.rndbWrapper .rndb-s {
  position: relative;
  border: 1px solid #ccc;
  border-top: 0;
}
.rndbWrapper .rndb-s .rndb-e {
  position: relative;
  background: url( /crystalbrew/resource/img/panelLRcorner.gif ) no-repeat bottom right;
  bottom: -1px;
  right: -1px;
}
.rndbWrapper .rndb-s .rndb-w {
  position: relative;
  left: -2px;
  background: url( /crystalbrew/resource/img/panelLLcorner.gif ) no-repeat bottom left;
  height: 6px;
  font-size: 0px;
}
.rndbWrapper .rndb-head {
  position: relative;
  padding: 0 6px 4px 8px;
  border: solid #ccc;
  border-width: 0px 1px
}
.rndbWrapper .rndb-head {
  font-weight: bold;
  color: #5d5d5d
}
.rndbWrapper .rndb-heade {
  position: relative;
  width: 100%
}
.rndbWrapper .rndb-mid {
  position: relative;
  border: solid #ccc;
  border-width: 0px 1px
}
.rndbWrapper .rndb-mide {
  position: relative;
  width: 100%;
  padding: 1px 0;  /* To stop margins callapsing */
}
.rndb-h {
  position: relative;
  width: 100%;
  color: #5d5d5d
}
/* Rounded corners End */

/* Navigation Start */
#mainNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
#mainNav li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: auto;
}
div.mainNav {
  position:absolute;
  top:0;
  right:10px;
  margin:0;
  padding:0
}
.mainNav ul {
  margin: 0;
  white-space: nowrap;
  line-height: normal
}
.mainNav li a:active, .mainNav li a:link, .mainNav li a:visited, .mainNav li a:hover {
  color: #4B4B4B;
  font-weight: bold;
  font-size: .9em;
  white-space: nowrap;
  padding: 6px 5px;
  display: block;
  background: url( /crystalbrew/resource/img/headermainnav.gif ) repeat-x bottom left;
  border-right: 1px solid #ccc;
  text-decoration: none;
  position: relative;
  line-height: normal
}
li.fc a:active, li.fc a:link, li.fc a:visited {
  background: url( /crystalbrew/resource/img/headermainnavleft.gif ) no-repeat bottom left;
  padding: 6px 5px 6px 10px
}
li.lc a:active, li.lc a:link, li.lc a:visited {
  background: url( /crystalbrew/resource/img/headermainnavright.gif ) no-repeat bottom right;
  border-style: none;
  padding: 6px 10px 6px 5px
}
.mainNav li a:hover, .mainNav li.fc a:hover, .mainNav li.lc a:hover {
  color: #000;
  text-decoration: underline
}
/* Home First item */
body.home #mainNav a#home {
  color: #4B4B4B;
  background: transparent url( /crystalbrew/resource/img/headermainnavbghighlight.gif ) repeat-x scroll right bottom;
}
/* Middle item */
body.home #mainNav a:hover#home, body.about #mainNav a:hover#about {
  color: #4B4B4B; 
}
/* Last item */
body.about #mainNav a#about {
  color: #4B4B4B; 
  background: transparent url( /crystalbrew/resource/img/headermainnavrighthighlight.gif ) no-repeat scroll right bottom;
}
/* Navigation End */

/* Tabbed Navigation */

/* ieFix for menu tabs to show correctly */
#maintabbed * {
  margin:0;
  padding:0;
}
#maintabbed {
  padding: 5px 10px 0px 10px;
  margin-bottom: 5px;
  color: #222222;
  background-color: #f5f5f5;
  border-bottom: solid 1px #DADADA;
}
#maintabbed div {
  clear: both;
}
#maintabbed ul {
  display: block;
  position: relative;
  top: 1px;
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
#maintabbed ul li {
  position: relative;
  float: left;
  border: solid 1px #dadada;
  border-bottom: 0px;
  margin-right: 5px;
}
#maintabbed ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: inherit;
  color: #333333;
}
#maintabbed ul li a:hover {
  background-color: #0000FF;
  color: #fff;
}
#maintabbed ul li.active, #maintabbed ul li.active a {
  background-color: #ffffff;
  color: #333333;
}
#maintabbed ul li.active a:hover {
  text-decoration: underline;
}
#maintabbed .active {
  font-weight: bold;
}
/* Navigation End */

/* Logo bar at top Start */
/* logobar links overide for colour scheme Black */
.logobar a:link { color: #4B4B4B;}
.logobar a:visited { color: #FF0000; }
.logobar a:active { color: #CC0000; }
.logobar a:hover { color: #4B4B4B; }
.hdrCtr {margin-bottom:10px; position:relative; height: 1%;}
.hdrCtr img {border:0; vertical-align:bottom}
.logobar {margin-bottom:10px}
.greeting a:active, .greeting a:link, .greeting a:visited, .addlinks a:active, .addlinks a:link, .addlinks a:visited {font-size:smaller; text-decoration:none}
.greeting a:hover, .addlinks a:hover {text-decoration:underline}
div.logobar {
  position:absolute;
  top:0;
  right:0;
  left:0;
  margin: 0;
  padding:0
}
div.logobar ul {
  line-height:normal;
  margin:0;
  white-space:nowrap;
}
ul#logobar {
  margin-right:0;
  margin-top: 1.3em; /* Align Image Logo. Vertical position */
  padding: 0;
  /* color: #FFFFFF; xmas*/
  color: #4B4B4B;
}
#logobar li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: auto;
}
#logobar li.right {
  float: right;
}
#logobar .greeting {margin:0 0 0 25px; display:block; white-space:nowrap;} /* Align Image Logo.  Logged in as */
#logobar .addlinks {margin:30px 10px 0 0; display:block;} /* Align Image Logo.  Site Map */
#logobar .logoimg {margin-top: -15px;}
/* Website name */
#header #logo {
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  position: absolute;
  margin: 40px 0 0 15px;
  /*_margin:0 0 0 15px;*/
}
#logo span {
  color: #4B4B4B;
  font-size: xx-large;
}
#logo span.description {
  font-size: x-large;
  letter-spacing:-0.035em;
}
/* Logo bar at top end */

/* Advert banners Start */
.topPanel, .sidePanel {margin:0 auto; padding:5px 0 0 0; text-align:center;}
.topPanel img, .sidePanel img {border:0; vertical-align:bottom;}
.addlinks {white-space:nowrap}
.addlinks img {padding-right:5px}
.sidePanel span, .topPanel span {font-size: 70%}
#panelWrapper {min-height: 125px}
/* Advert banners advert End */

/* Search bar top Start */
.srchbar {margin:0 auto; padding:10px 10px 0 10px; font-family:Arial; font-size:.8em; font-weight:bold; color:#333}
.srchbar .bar_e {background:url( /crystalbrew/resource/img/searchleft_6x65.gif ) no-repeat top left; height:65px}
.srchbar .bar_w {background:url( /crystalbrew/resource/img/searchright_6x65.gif ) no-repeat top right; height:65px}
.srchbar .bar_m {background:url( /crystalbrew/resource/img/searchbg_1x65.gif ) repeat-x top; height:65px; margin:0 6px; padding:0 0 0 4px}
.srchbar .cntr {padding:15px 5px 0 5px; vertical-align:middle; white-space:nowrap}
.srchrslt {}
.srchrslt .countClass {font-family:Arial; font-size:medium; font-weight:bold; color:#ff2a2a}
.srchrslt .matchClass {font-family:Arial; font-size:small; font-weight:bold; color:#999}
.srchrslt .keywordClass {font-family:Arial; font-size:small; font-weight:bold; color:#000; background-color:#fff; white-space:nowrap; cursor:default}
div.srchrslt {padding: 5px 0 3px 10px}
/* padding for the top of the search page when initially clicked */
#emptys.status, #emptys.error {
  margin-top: 5px;
  text-align: left;
}
/* Search bar top End */

/* About page */
address {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Shaddow on footer */
.footerbggrad {
  position:relative;
  background:#fff url(/crystalbrew/resource/img/footer_gradient.gif) repeat-x top left;
}
.rndbfooter {
  clear:both;
  padding-top:10px;
}
.rndbfooter .rndb-mid {
  margin:0 10px;
}
.rndbfooter .rndb-e {
  position: relative;
  background: url(/crystalbrew/resource/img/footer_topright.gif) no-repeat top right;
}
.rndbfooter .rndb-w {
  position: relative;
  background: url(/crystalbrew/resource/img/footer_topleft.gif ) no-repeat top left;
  height: 50px;
}
div.footer {
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:0;
  width:100%;
}
#footer p {
  text-align:center;
  color:#333333;
  font-size: 0.9em;
}
/* For any images in the default boxes - we don't want the default border. */
.default img {
  border: 0;
}
.localeImage, .selectImage {
  position:relative;
  top: 5px;
  left: 8px;
}
.watchImage, .helperImage {
  position: relative;
  top: 4px !important;
  left: 2px;
  cursor: pointer;
}
.successImage {
  position:relative;
  top: 2px;
  left: 8px;
}
.favImage, .locale {
  position:relative;
  top: 2px;
}
#likes span, #helpers span, #watch span, #select > span, span.ratingclick {
  background: none repeat scroll 0 0 #ECEEF5;
  border: 1px solid #CAD4E7;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  font-family: 'Lucida Grande',Tahoma,Verdana,sans-serif;
  line-height: 1.75em;
  padding: 0.1em 0.5em 0 0.5em;
  text-align: center;
  font-size: xx-small;
}
#likes, #helpers, #select {
  padding: 0;
  cursor: pointer;
}
#likes img, #helpers img, #watch img, #select img {
  position: relative;
  top: 2px;
}
#watch {
  padding: 0 6px 0;
}
.fhlprs.going {
  color : green;
}
.fhlprs.gone {
  color : red;
}
/* Main image */
.mainImage {
  display: block;
  float: none;
  margin-top: 4px;
  border: 3px solid #C5BDBD;
}
.mainMax {
  max-width: 380px;
  max-height: 380px;
}
.altMax {
  max-width: 280px;
  max-height: 280px;
}
/* Drop shadow effect for the images */
.img-wrapper {
  margin: 20px 40px 0 0;
  background: url(/crystalbrew/resource/img/shadow.gif) no-repeat bottom right;
  float:left;
  line-height:0;
  display: inline;
}
.img-wrapper img {
  float:none;
  margin:0;
  background:#fff;
  padding:4px;
  border:1px solid #C5BDBD;
  position:relative;
  left:-4px;
  top:-4px;
}
/* Make sure main images align/spaced correctly when not set on website */
.img-wrapper#mainImage, .img-wrapper[id^="mainImage"] {
  margin: 10px 0 0 25px;
}
.img-nowrapper#mainImage img {
  margin: 25% 0 25% 48%;
}
.img-wrapper#thumbImage {
  margin: 10px 0 0 0;
}
.img-nowrapper#thumbImage {
  float:left;
  padding:20px 25px 30px 0;
}
/* spacer used immediately after image to ensure the box expands to hold them all */
.spacer {
  clear: both;
}
.img-thumb-wrapper {
  margin: 20px 40px 0 0;
  float:left;
  display: inline;
}
.img-thumb-wrapper#thumbText {
  margin: 20px 0 0 10px;
}
/* Highlighting external links ONLY in the main text areas, so as not to screw up the sdnav links */
.box.default a[href^="http:"], .box.default a[href^="https:"]:not(.noexternal) {
  background: url(/crystalbrew/resource/img/external.gif) no-repeat right top;
  padding-right: 10px;
}
.box.default a[href^="http://www.guestales.co.uk"] {
  background-image: none;
  padding-right: 0;
}
.mid a:hover .button {
  background-position: 0 -50px;
}
input.button {
  padding: 3px;
  background: #ECECEC url(/crystalbrew/resource/img/button_bg.gif) repeat-x left bottom;
  border: none;
  display: inline;
  font-size: 11px;
  color: #4F4F4F;
  display: inline;
}

/* form styling */
form {
  margin: 0;
  padding: 0;
}

input.text {
  margin-top:0;
  padding: 2px;
  border: 0;
  background: #D7E7E9;
  color: #333;
} 

textarea {
  margin-top:0;
  padding: 2px;
  border: 0;
  background: #D7E7E9;
  color: #333;
}

.default input {
  display: block;
}

input.submit {
  border: 0;
  margin-bottom: -6px;
  padding: 2px;
  background: transparent;
  font-size: 10px;
}

/* Search submit button */
input.searchButton {
  vertical-align: middle;
  background: transparent url(http://static.guestales.co.uk/images/schview.gif) no-repeat scroll 0 0;
  padding: 2px;
  width:24px;
  height: 22px;
  border: 0px;
}

/* Search box on navigator */
input#q  {
  margin-top:0;
  padding: 2px;
  border: 0;
  background: #D7E7E9;
  color: #333;
}

/* Search box on navigator with options */
#searchAgain .qs {
  width: 15em;
  border: 2px solid #FCC934;
  background: none repeat scroll 0 0 #FFFFFF
}
/* Search box on navigator without options */
#search .ql, #searchAgain .ql {
  width: 69%;
  border: 2px solid #FCC934;
  background: none repeat scroll 0 0 #FFFFFF
}

#searchForm {
  margin:10px 0px 0px 5px;
  padding: 0;
}

/* Search box text size/options */
.srchbox {
  font-size: 1.35em;
}
/* Toggle control Start */
div.controlToggle {
  width: 100%; 
  height: 25px;
}
a.controlToggle {
  margin: 5px; 
  padding: 5px;
  color: #5D5D5D;
  background: transparent;
  text-decoration: none;
}
a.controlToggle:link { 
  margin: 5px; 
  padding: 5px;
  color: black;
  background: transparent;
  text-decoration: none;
}
a.controlToggle:visited {
  margin: 5px; 
  padding: 5px;
  color: black;
  background: transparent;
  text-decoration: none;
}
a.controlToggle:hover {
  margin: 5px; 
  padding: 5px;
  color: black;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
/* Toggle control End */
/* Comment form Start */
div.comments-form {
  display: block;
  background: white;
  margin: 10px;
  padding: 5px;
}
div.comments-form span.status {
  display: block;
  color: green;
  border: 1px solid green;
  margin: 10px;
  padding: 10px;
  font-size: smaller;
  font-weight: bold;
}
div.comments-form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  position: relative;
  list-style-position: outside;
  width: 100%;
}
div.comments-form li {
  margin: 0;
  padding: 0px;
}
div.comments-form li.padb {
  padding: 0 0 10px 0;
}
div.comments-form li.padt {
  padding: 5px 0 0 0;
}
div.comments-form li.padtl {
  padding: 25px 0 0 0;
}
div.comments-form textarea {
  width:90%;
}
div.comments-form span.stamp {
  font-size: smaller;
  color: grey;
  font-weight: normal;
}
div.comments-form span.bid {
  display:inline-block;
}
div.comments-form span.bidwrapper {
  /* max-width: 450px; */
  /* display:inline-block; */
  vertical-align: top;
}
.auctionwinning {
  background: #00C000;
  border: 1px grey solid;
}
.auctionnotwinning {
  background: #FF0000;
  border: 1px grey solid;
}
.auctionreserve {
  background: #FF8000;
  border: 1px grey solid;
}
.status {
  display: block;
  background-color: #CCFFCC;
  border: 1px solid green;
  color: #000000;
  font-weight: normal;
  margin: 5px 10px 5px 10px;
  padding: 10px;
}
span.error {
  display: block;
  background-color: #fcc;
  color: #c00;
  border: 1px solid red;
  margin: 5px 10px 5px 10px;
  padding: 10px;
  font-weight: normal;
}
.status ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 3px;
}
span.error ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 3px;
}
div.notification span.status {
  display: block;
  color: green;
  border: 1px solid green;
  font-size: smaller;
  font-weight: bold;
  margin-top: 10px;
}
div.notification span.error {
  display: block;
  color: #c00;
  border: 1px solid red;
  font-size: smaller;
  font-weight: normal;
  margin-top: 10px;
}
div.notification span.green {
  display: block;
  background-color: #CCFFCC;
  color: #000000;
  border: 1px solid green;
  padding: 0px 5px;
}
div.notification span.amber {
  display: block;
  color: #000000;
  border: 2px solid #FF9900;
  padding: 0px 5px;
}
div.notification span.red {
  display: block;
  color: #000000;
  border: 2px solid #FFCCCC;
  padding: 0px 5px;
}
div.notification span.important {
  display: block;
  border: 2px solid #d3d7cf;
  padding: 0px 10px;
}
.refresh {
  position: relative;
  bottom: 20px;
}
.refreshni {
  position: relative;
  top: 4px;
}
/* Captcha spacing */
div.auth {
  padding:5px 0 0 0;
  font-size: smaller;
}
div#authenticator .refresh {
  color: grey;
  font-size: .8em;
}

#postbutton {
  padding:10px 0 0 0;
}

/* Comments form End */

/* Hide non css navigation */
#skip, #back {
  display: none;
}

/* Address Bar */
ul#add, ul#adddtls, ul#addIntro, ul.addInfo {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
/* Two backgrounds are used, the second being a hack for Internet Explorer */
#add li, #adddtls li {
  margin: 6px 0;
  padding-top: 1px;
  font: .9em 'Lucida Grande',Verdana, Helvetica, sans-serif;
  color: #777;
  /* letter-spacing: 1px;  Stops printer from working */
  background: url(/crystalbrew/resource/img/bg_dotted.gif) repeat-x 0 70% !important;
  background-position: 0 61%;
}
#add li p, #adddtls li p, .addInfo li p {
  background:#FFFFFF none repeat scroll 0%;
  float: left;
  color: #777777;
  text-decoration: none;
  padding: 1px 3px;
}
ul#add li span, ul#adddtls li span {
  background: #FFF;
  display: block;
  float: right;
  padding: 1px 3px;
  font-weight:bold;
}
ul#add li br, ul#adddtls li br, .addInfo li br {
  clear: both;
}
/* Override for the address */
.add#add li, .add#adddtls li {
  background: url(/crystalbrew/resource/img/bg_dotted.gif) repeat-x 0 1.2em !important;
  background-position: 0 .2em;
}
#addIntro li, .addInfo li {
  margin: 8px 0;
  padding-top: 1px;
  font: .9em 'Lucida Grande',Verdana, Helvetica, sans-serif;
  color: #777;
}
ul#addIntro li p, .addInfo li p {
  color: #777;
  display: block;
  padding: 1px 3px;
  font-weight:bold;
}
ul.rNavigationBar, ul.rMenu, ul.rFeeds, ul.rReferersList, ul.rEntriesList, ul.rFolder {
  list-style-type: none;
  padding: 1px;
  margin: 0;
  font-size:1.0em;
}
li.rNavItem a {
  padding-left: .2em;
  overflow-wrap: break-word;
}
li.rNavItem .item {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #EDEAEB;
  color: #333333;
  display: block;
  padding-left: .2em;
  line-height: 1.5em;
  margin: 4px 0;
}
ul.rFeeds li {
  background-image: url(http://static.guestales.co.uk/images/feed-icon-12x12.gif);
  background-repeat: no-repeat;
  background-position: 2pt .2em;
  border-bottom:1px solid #EDEAEB;
  color:#333333;
  padding-left: 20px;
  line-height: 1.5em;
  margin: 4px 0;
}
ul.rReferersList li.rReferersListItem {
  border-bottom:1px solid #EDEAEB;
  padding-left: .2em;
  font-size: 1.0em;
}
.rFeeds a, .rReferersList a {text-decoration:none}
.rFeeds * a:hover, .rReferersList * a:hover {text-decoration:underline}
ul.rFolder li {
  border-bottom:1px solid #EDEAEB;
  color:#333333;
  padding-left: .2em;
  line-height: 1.5em;
  margin: 4px 0;
}
li.rFolderItem img {
  border:0;
}
.rBookmark0 {
  font-size: inherit;
}
.rBookmark1 {
  font-size: xx-small;
}
.rBookmark2 {
  font-size: x-small;
}
.rBookmark3 {
  font-size: small;
}
li.rMenuItem a {
  font-weight: normal;
  padding-left: .2em;
}

/* Tables */
.odd {
  border: 1px solid #ccc;
  background: inherit;
  vertical-align: top;
  color: black;
}
.even {
  border: 1px solid #ccc;
  background: #EEEEEE;
  color: black;
  vertical-align: top;
}
.hdrMjr {
  background: transparent url( /crystalbrew/resource/img/panelbggradient.gif ) repeat-x scroll center bottom;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 10px;
  clear: left;
  padding: 6px 0px 6px 10px;
}
table.list-mjritm td.picture {
  width: 82px
}
table.list-mjritm td.pic {
  width: 82px
}
table.list-mjritm td.name {
  width: 104px
}
table.list-mjritm td.description {
  width: 222px
}
div.hr {
  height: 1px;
  margin:0 10px 0px 10px;
  border-bottom: 1px solid #ccc;
  line-height: 0;
}
div.hr.spacer {
  margin:5px 10px 0px 10px;
  border-bottom: 0;
}
.mjrnav, .mnrnav {
  font-size: smaller;
}

/* Major header (with images) table Start */
div.list-mjrhdr {
  border: solid;
  border-width: 1px;
  border-top-color: #fff;
  border-bottom-color: #b0b0b0;
  border-right: none;
  border-left: none;
  border-top: none;
  background-color: #f4f4f7;
  padding: 0 5px 0 0;
  margin-bottom: 2px
}
table.list-mjrhdr {
  padding: 0pt;
  width: 100%;
}
table.list-mjrhdr td {
  font-weight: bold;
}
table.list-mjrhdr tr.header td {
  padding-top:0;
  padding-bottom:0;
}
table.list-mjrhdr td.center {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: bottom;
}
table.list-mjrhdr td.left {
  padding-left: 0px;
  vertical-align: bottom;
}
table.list-mjrhdr td.right {
  padding-left: 10px;
  padding-right: 4px;
  vertical-align: bottom;
}
table.list-mjrhdr td.picture {
  width: 82px;
}
table.list-mjrhdr td.details {
  padding-left: 5px;
}
table.list-mjrhdr td.catalogue {
  padding-right: 5px;
}
table.list-mjrhdr td.categories {
  width: 108px;
}
table.list-mjrhdr td.descriptionE {
  width: 180px;
}
table.list-mjrhdr td.time {
  width: 150px;
}
table.list-mjrhdr td.picture {
  padding: 5px;
}
table.list-mjrhdr td.nameM {
  width: 192px;
}
table.list-mjrhdr td.categories span {
  font-weight: normal;
}
.list-wrapper {
  clear: both;
  width: auto;
}
.list-wrapper table {
  border-collapse: collapse;
  padding: 0px 2px;
  width: 100%;
}
.list-wrapper td.hr {
  padding: 5px 10px;
}
.list-wrapper td {
  padding: 5px;
  vertical-align: top;
}
.list-wrapper td.lt {
  padding-left: 10px;
}
.list-wrapper td.pic {
  width: 82px;
}
.list-wrapper td.details {
  vertical-align: middle;
}
.list-wrapper td.details div.group {
  color: #666666;
  padding-bottom: 2px;
  padding-top: 2px;
}
.list-wrapper td.details div.ratings {
  background: none repeat scroll 0 0 #EEEEEE;
}
.list-wrapper td.details div.notes {
  margin:5px 0 0;
  padding:0 5px;
}
.list-wrapper td.details div.comment {
  margin:5px 0 0;
  padding:0 5px;
}
.list-wrapper td.details div.stamp, .list-wrapper td.time div.stamp {
  font-size: smaller;
  color: grey;
  font-weight: normal;
}
ul.ratings {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ratings li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: auto;
}
.ratings li.rating, .ratings span.rating {
  line-height: 2em;
  padding: 0 10px 0 5px;
}
.ratings li.rating div {
  white-space: nowrap; /* To wrap correctly */
}
.list-wrapper td.type span.when {
  margin-left: 5px;
  font-family: Verdana;
  font-size: .8em;
  font-weight: bold;
  padding: 2px;
  text-align: left;
}
.when#soon {
  color: #FF7000;
}
.when#recent {
  color: #FF2A2A;
}
.list-wrapper td.descriptionE {
  width: 290px;
  vertical-align: middle;
}
.list-wrapper td.nameM {
  vertical-align: middle;
  width: 110px;
}
.list-wrapper td.time {
  text-align: left;
  width: 156px;
  vertical-align: middle;
}
.list-wrapper td.descriptionE div.darker {
  background:none repeat scroll 0 0 #F5F5F5;
  color: #333333;
  font-size: 90%;
  padding-left: 5px;
}
.list-mnr td.time span.time, .list-wrapper td.time span.time {
  color: #333333;
  display: block;
  margin-right: 5px;
  font-size: 80%;
}
.list-wrapper td.time span.time.stamp {
  color: grey;
}
.list-mnr td.time .ondays, .list-wrapper td.time .ondays {
  color:#333333;
  display: block;
  font-weight: bold;
  margin-right:10px;
}
.list-wrapper td img {
  border: 0pt none;
}
.list-wrapper img.list-thumb {
  padding-top:6px;
}
.list-wrapper td.pic {
  text-align: center;
  vertical-align:middle;
}
.list-wrapper td.pic div.image {
  overflow: hidden;
}
.search .list-wrapper td.details {
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 1px;
}
.search .list-wrapper td.details div.darker {
   background:none repeat scroll 0 0 #F5F5F5;
  color: #333333;
  padding-left: 5px;
}
.search .list-wrapper td.time {
  color: grey;
  font-size: 0.9em;
  padding-top: 1px;
  padding-bottom: 1px;
  /*width: 180px;*/
}
.search .list-wrapper span.category {
  color: #333333;
  white-space: nowrap;
}
.search .list-wrapper .details div.hr {
  margin:0;
}
span.searchword {
  background-color: yellow;
}
/* Major table  End */

/* Minor lists (no images) table Start */
.hdrMnr {
  background: transparent url( /crystalbrew/resource/img/panelbggradient.gif ) repeat-x scroll center bottom;
     padding:10px 0 5px 0;
     border-bottom:1px solid #CCCCCC;
     border-top:1px solid #ccc;
}
.list-bot {height:15px; background-image:url( /crystalbrew/resource/img/item_bg.gif ); background-repeat:repeat-x; background-position:bottom;}
.list-mnr {width:100%;}
.list-mnr .header {font-weight:bold;}
.list-mnr tr.header .header {
  font-weight:bold;
  border: solid;
  border-width: 1px;
  border-top-color: #fff;
  border-bottom-color: #b0b0b0;
  border-right: none;
  border-left: none;
  border-top: none;
  background-color: #f4f4f7;
  padding: 0 10px 0 8px;
}
.list-mnr td {padding:7px 8px 5px 8px; vertical-align:top;}
.list-mnr td.rt {text-align: right;}
.list-mnr td.cntr {text-align: center;}
.list-mnr td.mid {white-space:nowrap;}
.list-mnr tr.mid td {color:#666; vertical-align:top; }
.list-mnr tr.bot td {color:#666; padding:0 8px 12px 8px; vertical-align:top; border-bottom:1px solid #ccc;}
.list-mnr tr.top td.top {padding:7px 8px 0 8px; vertical-align:top;}
.list-mnr tr.botabo td {padding:0;}
.list-mnr tr.botrec td {padding:7px 8px 5px 8px;}
.list-mnr tr.botcolor td {color:#666;}
.list-mnr tr.stamp td {
  font-size: 80%;
  color: grey;
  padding: 0 8px;
}
/* Minor table  End */

/* Pager navigator Start */
/* Centralise pager */
div.next-previous {
  font-size:smaller;
  text-align: center;
  margin:5px 5px 0 5px;
  padding: .5em .0 .5em .5em;
  /* margin-top:10px; ie 9 and below*/
}
.pgn {width:99%; border:0}
.pgn-cnt {padding-left:5px; padding-right:5px;}
.pgn .pgn-td-l {padding:0 5px 0 0}
.pgn .pgn-td-c {padding:0 5px; text-align:center;}
.pgn .pgn-td-r {padding:0 0 0 5px; text-align:right;}
.pgn .pgn-p {padding:4px;}
.pgn .pgn-pg {padding:4px; color:#666;}
.pgn .pgn-n {padding:4px;}
.pgn .pgn-ng {padding:4px; color:#666;}
.pgn img {vertical-align:-15%; border:0;}
.pgn form {margin:0 0 0 0; display:inline;}
/*.pgn .pgn-num {}*/
.pgn .pgn-num .pgn-b {font-weight:bold;}
.pgn .pgn-num span.pgn-b, .pgn .pgn-num a {padding:0 2px;}
.pgn tr a, .pgn-np a {text-decoration:none;}
.pgn * a:hover, .pgn-np a:hover {text-decoration:underline;}
.pgn .pgn-nowrap {white-space:nowrap; color:#333;}
.pgn .pgn-gt-sp {color:#333;}
.pgn .pgn-gt-sp span {white-space:nowrap; font-weight:bold;}
.pgn .pgn-gt-sp span span {font-weight:normal;}
.pgn .pgn-nowrap .pgn-pginput input {width:2em;}
.pgn .pgn-pipe {color:#666;padding: 0 3px;}
.pgn .nolink {cursor:default;}
.pgn a:visited {color:blue;}
.pgn .pgn-pg a:visited {color:#666;}
.pgn .pgn-ng a:visited {color:#666;}
.pagenum {width:2em;}
.pgn div.hr {height: 1px; margin:10px 0 0 0; border-bottom:0;}
/* Pager navigator End */

/* For about page map */
#map_canvas {
  margin-left:90px;
  height:600px;
  width:800px;
}
.about p {
  padding-top: 10px;
}

/* Styles for event styles */
.StyleBox {
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid grey;
}
.barleywineStyleBox {
  background:none repeat scroll 0 0 #754E00;
  border:1px solid grey;
}
.bitterStyleBox, .bestbitterStyleBox, .premiumStyleBox, .strongStyleBox, .cordialeStyleBox {
  background:none repeat scroll 0 0 #D58E00;
  border:1px solid grey;
}
.lagerStyleBox {
  background:none repeat scroll 0 0 #FBFBBD;
  border:1px solid grey;
}
.mildStyleBox {
  background:none repeat scroll 0 0 #CA8700;
  border:1px solid grey;
}
.milddarkStyleBox {
  background:none repeat scroll 0 0 #8D5E00;
  border:1px solid grey;
}
.oldaleStyleBox {
  background:none repeat scroll 0 0 #6A4700;
  border:1px solid grey;
}
.paleStyleBox {
  background:none repeat scroll 0 0 #FFFFC0;
  border:1px solid grey;
}
.porterStyleBox, .stoutStyleBox {
  background:none repeat scroll 0 0 #94004A;
  border:1px solid grey;
}
.wheatStyleBox, .goldenStyleBox {
  background:none repeat scroll 0 0 #FFFF00;
  border:1px solid grey;
}

/* Article layout */
#article {
  width:100%;
  margin: 15px 0 10px 0;
  overflow: auto;
}

#article .rwrapper {
  float:right;
  margin-right:10px;
}

#article .hr {
  clear: both;
  margin-bottom: 10px;
  padding-top: 10px;
}

#article p.stamp {
  margin-top: 20px;
}

/* id starts with thumbImage Image Enlarger */
*[id^='thumbImage'] .enlarge:hover {text-decoration:none; color:#000; cursor:pointer;}
*[id^='thumbImage'] .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;background-color:#fff;z-index:100;}
*[id^='thumbImage'] .enlarge:hover .large {display:block; position:absolute; top:-150px; left:20px; width:50vw; height:auto; border:5px solid #ccc;}
