

html {
	font-size: 62.5%;
}

body {
	background: #f7f1e2;
	margin: 0; padding: 0;
	font: 1.3em/1.5em 'Trebuchet ms', sans-serif;
	color: #3c3228;
	
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

h5newsletter, h6newsletter {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #3c3228;
}

a:hover{
	color:#D82C19;
}

ul, ol {
	margin: 0; 
	padding: 0 0 0 20px;
}

form, fieldset {
	margin: 0; padding: 0;
	border: 0;
}

#toolbarshow {
	z-index: 100;
}

.error {
	color: #e23320;
	font-weight: bold;
	padding-bottom: 10px;
}

.wysiwygleft {
	margin: 10px 10px 10px 0;
}

.wysiwygright {
	margin: 10px 0 10px 10px;
}

/*** HEADER ***/

#header {
	background: url(../images/header.png) repeat-x;
	height: 37px;
	position: relative;
	z-index: 1;
}

#header .inner {
	width: 940px;
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	z-index: 2;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 138px;
	height: 108px;
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	text-indent: -5000px;
	z-index: 4;
	cursor: pointer;
}

/*** SMALLNAV***/

.smallnav {
	background: url(../images/header_stick.png) no-repeat right 10px;
	float: left;
	padding: 13px 0 0 243px;
}

.smallnav ul {
	padding: 0;
}

.smallnav li {
	float: left;
	list-style: none;
	padding: 0 18px 0 0;
}

.smallnav a {
	display: block;
	text-indent: -5000px;
	height: 12px;
	overflow: hidden;
}

.smallnav_en a {
	background-image: url(../images/smallnav_en.png);
}

.smallnav_en .smallnav_about a {
		width: 52px;
		background-position: 0 0;
}

.smallnav_en .smallnav_about a:hover,
.smallnav_en .smallnav_about.active a {
		background-position: 0 -12px;
}

.smallnav_en .smallnav_sponsorship a {
		width: 70px;
		background-position: -52px 0px;
}

.smallnav_en .smallnav_sponsorship a:hover,
.smallnav_en .smallnav_sponsorship.active a {
		width: 70px;
		background-position: -52px -12px;
}

.smallnav_en .smallnav_trade a {
		width: 79px;
		background-position: -122px 0px;
}

.smallnav_en .smallnav_trade a:hover,
.smallnav_en .smallnav_trade.active a {
		width: 79px;
		background-position: -122px -12px;
}

.smallnav_en .smallnav_news a {
		width: 30px;
		background-position: -201px 0px;
}

.smallnav_en .smallnav_news a:hover,
.smallnav_en .smallnav_news.active a {
		width: 30px;
		background-position: -201px -12px;
}


/*** USERNAV ***/

.usernav {
	float: left;
	padding: 13px 0 0 0;
}

.usernav ul {
	padding: 0;
}

.usernav li {
	float: left;
	list-style: none;
	padding: 0 0 0 20px;
	padding: 0 0 0 20px;
}

.usernav a {
	display: block;
	text-indent: -5000px;
	height: 12px;
	overflow: hidden;
}
/*
temp
.usernav li#usernav_eshot 
{
    margin: 0;
    line-height: 1em;
}
.usernav #usernav_eshot a 
{
	text-indent: 0;
	background-image: none !important;
	color: #ffffff;
	height: auto;
	margin-top: -2px;
	font-weight: bold;
}
.usernav #usernav_eshot a:hover 
{
    color: #dfd3b5;
}
*/
.usernav_en a {
	background-image: url(../images/usernav_en3.png);
}

.usernav_en #usernav_eshot a {
	width: 95px;
	background-position: -228px 0;
}

.usernav_en #usernav_eshot a:hover {
	background-position: -228px -12px;
}

.usernav_en #usernav_signup a {
	width: 43px;
	background-position: 0 0;
}

.usernav_en #usernav_signup a:hover {
	background-position: 0 -12px;
}

.usernav_en #usernav_login a {
	width: 34px;
	background-position: -43px 0;
}

.usernav_en #usernav_login a:hover {
	background-position: -43px -12px;
}

.usernav_en #usernav_details a {
	width: 60px;
	background-position: -77px 0;
}

.usernav_en #usernav_details a:hover {
	background-position: -77px -12px;
}

.usernav_en #usernav_logout a {
	width: 43px;
	background-position: -137px 0;
}

.usernav_en #usernav_logout a:hover {
	background-position: -137px -12px;
}

.usernav_en #usernav_mylocal a {
	width: 48px;
	background-position: -180px 0;
}

.usernav_en #usernav_mylocal a:hover {
	background-position: -180px -12px;
}


/*** SEARCH ***/

#search {
	float: right;
	padding: 7px 0 0 0;
}

#search .textbox {
	background: url(../images/search_box.png) no-repeat;
	border: none;
	color: #3c3228;
	float: left;
	width: 124px;
	height: 19px;
	padding: 2px 0 0 5px;
	margin: 0 9px 0 0;
	font-size: 0.9em;
}

#search .submit {
	float: left;
}


/*** ***/

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 13px 0 80px 0;
	position: relative;
	z-index: 0;
}

#holder {
	position: relative;
	padding: 49px 5px 30px 5px;
}


/*** NAV ***/

.nav {
	background: url(../images/nav.png) no-repeat right top;
	height: 42px;
	margin: 0 3px 0 0;	
	padding: 1px 0 0 0;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 940px;
}

.nav ul {
	padding: 0 0 0 150px;
	overflow: hidden;
	width: 780px;
}

.nav li {
	list-style: none;
	float: left;
}

.nav a {
	height: 39px;
	text-indent: -5000px;
	float: left;
}

.nav_en a {
	background-image: url(../images/spritesheet_en.png);
	background-repeat: no-repeat;
}

.nav_en #nav_home a {
	width: 60px;
	background-position: 0 0;
}

.nav_en #nav_home .active,
.nav_en #nav_home a:hover {
	background-position: 0 -39px;
}

.nav_en #nav_find a {
	width: 89px;
	background-position: -60px 0;
}

.nav_en #nav_find .active,
.nav_en #nav_find a:hover {
	background-position: -60px -39px;
}

.nav_en #nav_room a {
	width: 106px;
	background-position: -149px 0;
}

.nav_en #nav_room .active,
.nav_en #nav_room a:hover {
	background-position: -149px -39px;
}

.nav_en #nav_function a {
	width: 124px;
	background-position: -255px 0;
}

.nav_en #nav_function .active,
.nav_en #nav_function a:hover {
	background-position: -255px -39px;
}

.nav_en #nav_beers a {
	width: 59px;
	background-position: -379px 0;
}

.nav_en #nav_beers a:hover,
.nav_en #nav_beers .active {
	background-position: -379px -39px;
}

.nav_en #nav_whatson a {
	width: 94px;
	background-position: -438px 0;
}

.nav_en #nav_whatson .active,
.nav_en #nav_whatson a:hover {
	background-position: -438px -39px;
}

.nav_en #nav_work a {
	width: 108px;
	background-position: -532px 0;
}

.nav_en #nav_work .active,
.nav_en #nav_work a:hover {
	background-position: -532px -39px;
}

.nav_en #nav_fun a {
	width: 80px;
	background-position: -640px 0;
}

.nav_en #nav_fun .active,
.nav_en #nav_fun a:hover {
	background-position: -640px -39px;
}

.nav_en #nav_shop a {
	width: 54px;
	background-position: -720px 0;
}

.nav_en #nav_shop .active,
.nav_en #nav_shop a:hover {
	background-position: -720px -39px;
}


/*** HOMEPAGE ***/


#flash_banner {
	position: relative;
	left: -15px;
	top: -35px;
	z-index: 3;
	
}

#flash_banner{
	outline:none;
}

#homepage .row {
	overflow: hidden;
}

#homepage .item,
.list .item {
	overflow: hidden;
	border-top: 1px solid #8e8269;
	padding: 16px 0 30px 0;
	margin: 0 16px 0 0;
	float: left;
}

.award_listing_page .list .item {
	margin:0 13px 0 0;
	height: 230px;
}
.award_listing_page #mainnews .item
{
    overflow: hidden;
    clear: both;
}
.award_listing_page #mainnews .item-thumbnail
{
    display: block;
    overflow: hidden;
    float: left;
    width: 300px;
    margin-right: 13px;
}

.award_listing_page #mainnews .item-summary
{
    display: block;
    overflow: hidden;
    float: left;
}
#homepage .last {
	margin-right: 0;
}

#homepage .item a {
	border: 1px solid #f7f1e3;
	position: relative;
}

#homepage .item a .image {

}

#homepage .title,
.list .title {
	font-size: 1.4em;
	padding: 0 0 14px 0; 
	overflow: hidden;
	width: 300px;
}

#homepage .image,
.list .image,
.list .image a img {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ebe2ca;
	width: 300px;
	height: 189px;
	display: block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

#homepage .double .image {
	width: 620px;
	background-position: top;
}

#homepage .tagline,
.list .tagline {
	background: url(../images/opaque.png);
	margin: 0;
	padding: 12px 12px 10px 13px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#homepage .item .tagline span,
.list .item .tagline span {
	background: url(../images/chevron.png) no-repeat right 5px;
	color: #ffffff;
	font-weight: bold;
	display: block;
}

#homepage .item a,
.list .item a {
	display: block;
	text-decoration: none !important;
	color: #ffffff;
	font-weight: bold;
}

.list .third {
	margin: 0;
}

/*** LIST ***/

#beer_intro_list {
	overflow: hidden;
	border-bottom: 1px solid #8e8269;
}

#beer_intro_list .item {
	margin: 0 40px 0 0;
}

#beer_intro_list .alt {
	margin: 0;
}

#beer_intro_list .image {
	width: 450px;
	height: 271px;
}

#award_list .double {
	padding-bottom: 9px;
	width: 300px;
}

#award_list .double .title {
	font-size: 1.2em;
}

#more_awards_list {
	overflow: hidden;
	clear: both;
	border-top: 1px solid #8e8269;
	padding: 20px 0 0 0;
}

#more_awards_list .item {
	width: 300px;
	padding-bottom: 0;
	margin-bottom: 20px;
	height: 109px;
}

#more_awards_list .item p {
	padding: 5px 25px 5px 0;
	margin: 0;
}

#more_awards_list .title {
	padding-bottom: 21px;
}

#more_awards_list .little_title,
#more_awards_list .little_subtitle {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -0.1px;
	cursor: pointer;
}

#more_awards_list .little_title,
#more_awards_list .little_title a  {
	color: #000000;
}

#more_awards_list .little_subtitle,
#more_awards_list .little_subtitle a  {
	color: #807459;
}

#more_awards_list .little_title a,
#more_awards_list .little_subtitle a {
	background: none;
	font-weight: normal;
}


#product_list .title {
	height: 45px;
}

/* a 2 col list */
#pub_pack_list {
	overflow: hidden;
	width: 620px;
}

#pub_search_results {
	margin: 17px 0 0 0;
}

#pub_search_results .item {
	padding: 28px 0 32px 0;
	margin: 0;
	float: none;
}

#pub_search_results .image {
	background: none;
	width: 221px;
	height: auto;
	padding: 3px 20px 0 0;
	float: left;
}

#pub_search_results .image img {
	width: 221px;
	height: 157px;
}

#pub_search_results .buttons {
	float: right;
	width: 145px;
	padding: 0 0 0 40px;
	clear:none;
}

#pub_search_results .buttons img {
	margin: 0 0 4px 0;
}

#pub_search_results .description {
	overflow: hidden;
}

#pub_search_results h3 {
	font-size: 1.4em;
	font-weight: normal;
}

#pub_search_results h3 a {
	color: #3C3228;
	font-weight: normal;
}

#pub_search_results .summary {
	padding: 5px 0 0 0;
}

#pub_search_results .summary  p{
	margin: 0;
}

#pub_search_results .summary span {
	font-weight: bold;
}

/*** LIST ***/

.divRow{
	clear:both;
	overflow:hidden;
}

#vacancy_list {
	overflow: hidden;
	width:100%;
	margin:10px 0 0 0;
}

#vacancy_list .image{
	width:180px;
	height:134px;
}



#vacancy_list .item .title {
	width:180px;
	padding:0px 0 10px 0;
}



/*** LISTING ***/

.listing {
	overflow: hidden;
	border-top: 1px solid #8e8269;
	padding: 37px 0 0 0;
}

.listing .inner {
	overflow: hidden;
	border-bottom: 1px solid #8E8269;
	margin: 0 0 21px 0;
}

.listing .item {
	padding: 0 63px 63px 0; 
	float: left;
	width: 182px;
	height: 270px;
}

.listing .last,
.listing .third {
	padding: 0;
	border: none;
}

.listing .image {
	background: #ebe2ca;
	width: 180px;
	height: 134px;
}

.listing .image img {
	display: block;
}

.listing .description {
	padding: 14px 0 0 0;
}

.listing h3 {
	font-size: 1.2em;
}

.listing .date {
	font-weight: normal;
}

.listing .info {
	font-weight: normal;
}


#life_listing {
	padding: 22px 0 0 0;
}

#life_listing .title {
	padding-bottom: 20px;
}

#life_listing .item {
	padding-bottom: 30px;
}

#life_listing p {
	height: 56px;
	overflow: hidden;
}

#office_listing {
	border-top: none;
}

#office_listing .item {
	padding: 0;
	margin: 0 63px 63px 0;
	border-top: 1px solid #8e8269;
	height: auto;
} 

#office_listing .third {
	margin-right: 0;
	border-top: 1px solid #8E8269;
	overflow: hidden;
}

#office_listing p {
	margin: 0;
	padding: 10px 0;
}

#events_listing .third {
	padding:0 0 63px 0;
	float:left;
	width:182px;
}


#events_listing .image img {
	width: 180px;
	height: 134px;
}

#person_diary_listing .item {
	padding: 0 0 30px 0;
}

#person_diary_listing p {
	margin: 5px 0 2px 0;
}

#person_diary_listing .date a {
	text-decoration: none;
}

/*** COL ***/

#col {
	width: 220px;
	float: left;
	padding: 0 40px 0 0;
}

#subnav {
	background: #9f8f6a; 
	border-top: 1px solid #8e8269;
	margin: 0 0 20px 0;
}

#subnav ul {
	padding: 0;
}

#subnav li {
	list-style: none;
	overflow: hidden;
}

#subnav a {
	color: #ffffff;
	font-weight: bold;
	padding: 7px 0 7px 20px;
	display: block;
}

#subnav a:hover,
#subnav .active a {
	background-image: url(../images/subnav_active.png);
	background-repeat: repeat-x;
}

#subnav a:hover {
	background-image: url(../images/subnav_active.png) !important;
	background-repeat: repeat-x;
}

#subnav .inactive a {
	background-image: none; 
}

#subnav .inactive .active a {
	background-image: url(../images/subnav_active.png);
}

#subnav .inactive .active .inactive a {
	background: #5D5442;
}

#subnav li a {
	border-bottom: 1px solid #928159;
}

#subnav li li a {
	background-color: #807459;
	border-bottom: 1px solid #70644a;
	padding-left: 40px;
}

#subnav li li li a {
	background-color: #5d5441;
	border-bottom: 1px solid #6f6654;
	padding-left: 60px;
}

#col .cta {
	display: block;
	margin: 0 0 15px 0;
}

/*** CONTENT ***/

#content {
	border-top: 1px solid #8e8269;
	border-bottom: 1px solid #8e8269;
	padding: 16px 0 34px 0;
	min-height: 220px;
	overflow:hidden;
}

#content a {
	text-decoration: underline;
}

#content ol {
	padding: 0 0 0 30px;
}

/*** TITLES ***/

.title_box {
	overflow: hidden;
	margin: 0 0 9px 0;
	position: relative;
}

.title_box .title {
	font-size: 1.8em;
	padding: 0 0 10px 0;
	letter-spacing: 0.8px;
}

.double .title {
	padding-bottom: 0;
}

.title_box_content {
	overflow: hidden;
	width:450px;
	float:left;
	/*padding: 0 30px 0 0;*/
}

#content .title_box_content a{
	float:none;
	width:auto;
}

.title_box .blast {
	color: #8e8269;
	font-size: 2.6em;
	padding: 6px 0 0 0;
	letter-spacing: -0.5px;
}

.title_box img {
	float: right;
	margin: 4px 0 0 0;
} 

.title_box a {
	float: right;
	width:450px;
}

.title_box p {
	margin: 0 0 14px 0;
	line-height: 1.5em;
}

.title_box .new_user {
	float: right;
	font-weight: bold;
}

.title_box .new_user a {
	float: none;
}

.award_listing_page .title_box_content {
	width: 300px;
}

.news_listing_page .title_box_content {
	width: 427px;
}

.beer_listing_page .title_box,
.book_a_function_page .title_box_content,
.find_a_pub_page .title_box_content
.signup_page .title_box,
.find_a_pub_page .title_box_content {
	width: 450px;
}

.fun_stuff_page .title_box,
.pub_pack_page .title_box,
.sponsorship_listing_page .title_box_content,
.beer_category_page .title_box_content,
.shop .title_box_content {
	width: 620px;
}


#content .subtitle {
	color: #807459;
	font-size: 1.6em;
	padding: 0 0 0 0;
	letter-spacing: -1px;
}

.smalltitle {
	color: #3c3228;
	font-size: 1.4em;
	padding: 0 0 13px 0;
}

.tinytitle {
	font-size: 1.4em;
	padding: 0 0 12px 0;
}

.content {
	overflow: hidden;
	/*padding: 12px 0 0 0;*/
	line-height: 1.5em;
}

.content p {
	margin: 0.4em 0 1em 0;
	/* font-size:10px !important */
}

.content h1,
.content h2,
.content h3,
.content h4 {
	font-weight: normal;
	padding: 0 0 12px 0;
}

.content h1 {
	font-size: 1.6em;
}

.content h2 {
	font-size: 1.5em;
}

.content h3 {
	font-size: 1.5em;
}

.content h4 {
	font-size:1.4em;
	padding: 0 0 12px 0;
}

.content h5 {
	font-size:1.2em;
	font-weight:bold;
	padding: 0 0 12px 0;
}

.content h5newsletter {
	font-size:1.2em;
	font-weight:bold;
	padding: 0 0 12px 0;
}

.content h6newsletter {
	font-size:1.2em;
	font-weight:bold;
	padding: 0 0 12px 0;
}

.warning {
	color: #c5442f;
	font-weight: bold;
}

.content .highlight p {
	background: yellow;
	display:inline;
}

.content .highlight {
	background: yellow;
	display:inline;
}

.content ol,
.content ul {
	padding: 10px 0 10px 30px !important;
}

/*** INNER COL ***/

.innercol {
	float: right;
	width: 187px;
	padding: 12px 0 0 40px;
}

.innercol img {
	margin: 0 0 35px 0;
	background:#fff;
	padding:4px;
}


.innercol a img{
background:none;
}

.innercol .image_link {
	margin: 0 0 35px 0;
	display: block;
}

.innercol .image_link img {
	margin: 0;
	display: block;
}

.innercol a {
	line-height: 1.9em;
}

.innercol .cta,
.details .cta {
	border-top: 1px solid #8e8269;
	padding: 20px 0;
}

.details .cta {
	margin: 13px 0 0 0;
	padding: 20px 0 0 0;
}

.innercol .cta h3,
.details .cta h3 {
	padding: 0 0 8px 0;
}

.innercol .cta h4 {
	/*font-size: 1.2em;*/
	padding: 0 10px 0 0;
	/*font-weight: normal;*/
}

.innercol .cta p {
	margin: 0;
}

.innercol .info p,
.details .info p {
	margin: 0 0 15px 0;
}

.innercol .cta a {
	line-height: 1.4em;
}

.innercol .cta img {
	margin: 0 0 12px 0;
}

.innercol .bookmark {
	padding: 25px 0 0 0;
}

.innercol .resources li {
	list-style: none;
}

.innercol .resources li img {
	display: none;
}

/*** BOOKMARK POPUP ***/

#bookMarkingOverride #trigger {
	float: right;
	padding: 0 0px 0 0;
	position: relative;
}

#trigger img{
	background:none;
	padding:0;
}


#bookMarkingOverride #trigger .BookmarkList {
	background: #fff;
	width: 149px;
	min-height: 159px;
	display: none;	
	border:1px solid #807459;
	padding-bottom:10px;
} 

#bookMarkingOverride #trigger .BookmarkList li.bookmarkArrow{
	background: url('../images/bookmark_bubble.png') no-repeat center bottom;
	bottom:-11px;
	display:block;
	height:11px;
	left:50%;
	position:absolute;
	z-index:1000;
	padding:0;
	width:13px;
}

#bookMarkingOverride #trigger .bookmark_img {
	width: 25px;
	overflow: hidden;
	float:left;
}


#bookMarkingOverride #trigger .BookmarkList li {
	background: none;
	overflow: hidden;
	margin:0;
	float: none;
	padding:3px 0 5px 0;
	
}

#bookMarkingOverride #trigger .BookmarkList a {
	color: #3C3228;
	float: left;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-decoration: none;
}

#bookMarkingOverride #trigger .BookmarkList a:hover {
	text-decoration: underline;
}

#bookMarkingOverride #trigger .BookmarkList img {
	margin:5px 10px 0 0;
	float:left;
}

/*** PAGES ***/
.content-body 
{
    border-bottom: 1px solid #8e8269;
    margin-bottom: 10px;
    padding: 10px 0;
}
#sidebar-menulist 
{
    width: 220px;
    background-color: #e5ddcb;
    padding: 10px 0 !important;
    margin-left: 20px;
}
#sidebar-menulist ul 
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#sidebar-menulist li 
{
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
#sidebar-menulist div#sidebar-menulist_title
{
    padding: 0 0 0 20px;
}
#sidebar-menulist li a 
{
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding: 0 0 0 20px;
    margin: 0;
}
#sidebar-menulist a:hover, #sidebar-menulist a.active
{
    display: block;
    overflow: hidden;
    background-color: #d3cdbe;
}
#signup_form .bgtitle 
{
    background-color: #d1cbbd;
    margin-bottom: 20px;
}
#signup_form .left h3 
{
    padding: 8px 0 8px 10px !important;
}
#signup_form .left
{
    background-color: #ebe5d6;
}
#signup_form .left .section
{
    border: 0;
    padding-top: 0;
    padding: 0 10px;
    margin-bottom: 10px;
    width: 640px;
}
#signup_form .left .section .bgtitle
{
    border-top:  1px solid #8e8269;
    border-bottom: 1px solid #8e8269;
}
#signup_form .left .row
{
    padding: 0 10px;
}
#signup_form .left .lastrow 
{
    border-bottom: 1px solid #8e8269;
}
#signup_form .left .captcha 
{
    margin: 0 !important;
    width: 200px !important;
}
#btn_expand 
{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: #5c5647 url(../images/btn_expand.gif) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
}
#btn_expand.contract 
{
    background-position: 0 -22px !important;
}
#section-extrainfo .bgtitle
{
    background-color: #d6d1c2;
	border-bottom: 1px solid #8e8269;
}
#signup_form #extrainfo 
{
    display: none;
    overflow: hidden;
}
#signup_form #extrainfo .checkboxlist img 
{
    display: inline;
    overflow: hidden;
    width: 32px;
    height: 28px;
    margin-left: 10px;
}
#signup_form #extrainfo .checkbox
{
    margin-right: 20px;
    display: block;
}


#photo_gallery_page .photo_controls {
	position: relative;
	left: -1px;
	bottom: -5px;
}

#management_page #tabs {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #8e8269;
	margin: 0 0 20px 0;
}

#management_page #tabs input {
	position: relative;
}

.beer_listing_page {
	border-bottom: none !important;
	font-size: 1em !important;
}

.recipe {
	border-top: 1px solid #8e8269;
	padding: 17px 0 0 0;
}

.recipe .recipe_images {
	float: right;
	width: 449px;
	padding: 0 0 0 62px;
}

.recipe .recipe_images img {
	margin: 0 0 15px 0;
}

.recipe .recipe_details {
	overflow: hidden;
	padding: 0 0 0 0;
}

.recipe .recipe_details p {
	margin: 0 0 20px 0;
}


#pub_search .region_map {
	border-top: 1px solid #8e8269;
	float: left;
	margin: 0 40px 0 0;
	padding: 15px 0;
}

#pub_search .region_map #imagemap {
	border: 10px solid #e4dcc8;
}

#pub_search .search_options {
	border-top: 1px solid #8e8269;
	overflow: hidden;
	padding: 15px 0;
}

#pub_search_page #map_canvas {
	border: 10px solid #e4dcc8;
	float: right;
}

#search_results_controls {
	clear: left;
	overflow: hidden;
	padding: 0 20px 0 0;
}

#search_results_controls .row {
	padding: 0 0 18px 0;
}

#search_results_controls .summary {
	font-size: 1.2em;
	padding: 0 0 14px 0;
}

#search_results_controls .summary span {
	font-weight: bold;
}

#search_results_controls .summary a{
	color:#3C3228;
	display:inline;
	text-decoration:underline !important;
}

#pub_search_results .summary a{
	color:#3C3228;
	text-decoration:underline !important;
	display:inline;
}

#search_results_controls .label {
	display: none;
}

#search_results_controls select {
	width: 159px;
	float: left;
	margin: 1px 0 0 0;
}

#search_results_controls .update {
	margin: 0 0 0 8px;
}


#search_results_controls .buttons {
	border-top: 1px solid #8e8269;
	padding-top: 23px;

}

#search_results_controls .buttons a,
#search_results_controls .buttons input,
#search_results_controls .buttons img {
	float: none;
}

#search_results_controls .buttons p {
	margin: 0;
	padding: 8px 0 0 0;
}

.whats_on_search #whatson_cal {
	border-top: 1px solid #8e8269;
	width: 450px;
	margin: 0 39px 0 0;
	padding: 15px 0 24px 0;
	float: left;
	overflow: hidden;
}

.whats_on_search #whatson_cal #cal_holder {
	background: #E4DCC8;
	padding: 10px;
	float: left;
}

.whats_on_search .searchitemrank {
	display: none;
}

#blog_listing {
	border-top: 1px solid #8e8269;
	padding: 20px 0 0 0;
}

#blog_listing p {
	margin: 0 0 1.8em 0;
}

#job h3 {
	font-weight: normal;
}

#job .application_form img {
	display: none;
}

.appArea{
	font-weight:bold;
	text-transform:uppercase;
}

.appUpload a{
	display:block;
	margin:18px 0 5px 0;
	color:#D82C1A;
	font-weight:bold;
	font-size:1.2em;
}

.venue .innercol {
	padding-top: 0;
}

.venue .image {
	padding: 0 0 20px 0;
}

.pub_diary_page #whatson_cal {
	width: 100%;
}


/*** SEARCH RESULTS ***/

#search_control_form {
	overflow: hidden;
}

#search_control_form input {
	float: left;
}

#search_control_form .textbox {
	padding: 1px 0 0 0;
}

#search_control_form .sitesearch {
	margin: 1px 0 0 3px;
}

#search_control_form label {
	display: none;
}


#search_results_list {
	border-top: 1px solid #8E8269;
	padding: 20px 0;
	width: 50%;
}

#search_results_list .searchitem {
	padding: 5px 0 15px 0;
}

#search_results_list .searchitem p {
	margin: 0;
}

#search_results_list .searchitem a {
	font-weight: bold;
}

#search_results_list .searchitemrank {
	display: none;
}

/*** CALENDAR ***/

.calendarTable {
	background: #e4dcc8;
	width: 260px;	
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
}

.calendarTable th {
	background: url(../images/calendar_header.png);
	height: 35px;
	color: #ffffff;
	text-align: center;
} 

.calendarTable th a {
	
	display: inline-block;
}

.calendarTable th .calendarTitle {
	padding: 0 5px;
}

.calendarTable th .calendarMonthPrevious {
	background: url(../images/arrow_back.png) no-repeat;
}

.calendarTable th .calendarMonthNext {
	background: url(../images/arrow_forward.png) no-repeat;
}


.calendarTable th .calendarMonthNext,
.calendarTable th .calendarMonthPrevious  {
	width: 10px;
	height: 12px;
	position:relative;
	top:1px;
	cursor: pointer;
	overflow: hidden;
}

.calendarTable .calendarDateTitles td {
	background: #887c65;
	color: #ffffff;
	font-weight: bold;
}

.calendarTable .calendarDateTitles td:hover {
	background: #887c65;
} 

.calendarTable td {
	background: #cec4aa;
	border-bottom: 2px solid #e4dcc8;
	border-left: 2px solid #e4dcc8;
	border-right: 2px solid #e4dcc8;
	height: 28px;
	font-weight: bold;
}

.calendarTable td a:hover,
.calendarTable .selectedDay a {
	background: #cc2412;
	color: #ffffff;
}

.calendarTable .eventDay a {
	background: #887C65;
	color: #ffffff;
}

.calendarTable td a {
	text-decoration: none !important;
	display: block;
	height: 24px;
	padding: 4px 0 0 0;
}


.calendarTable th a.calendarYearNext,
.calendarTable th a.calendarYearPrevious{
	display:none;
}


.whats_on_search #detailed_search {
	border-top: 1px solid #8e8269;
	padding: 15px 0 24px 0;
	overflow: hidden;
}

.whats_on_search #whats_on_search_form {
	background: #e4dcc8;
	padding: 24px 6px 25px 23px;
}

.whats_on_search #whats_on_search_form  .field {
	float: left;
	width: auto;
	padding: 0 15px 0 0;
}

.whats_on_search #whats_on_search_form  select {
	width: 196px;
	margin-bottom: 19px;
} 

.whats_on_search #whats_on_search_form  .small select {
	width: 90px;
}

.whats_on_search #whats_on_search_form .submit {
	margin: 6px 0 0 155px;
}

#whats_on_results {
	border-top: 1px solid #8e8269;
	overflow: hidden;
	clear: both;
	padding: 15px 0 0 0;
	width: 100%;
}

#whats_on_results table,
#vacancy_listing_page .stripey_table {
	width: 100%;
	margin: 10px 0 22px 0;
}

#whats_on_results table td,
#vacancy_listing_page .stripey_table td {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
}

 
#whats_on_results table td span {
	display: block;
}

#whatson_page .innercol {
		padding-top: 27px; 
}

#whatson_page .details .cta b {
	padding-right: 5px;
}

.facilities {
	border-top: 1px solid #8e8269;
	padding: 15px 0 0 0;
	margin: 35px 0 0 0;
}

.details {
	float: left;
	width: 223px;
	margin: 0 38px 0 0;
}

.faqlist ol li {
	line-height: 1.6em;
}

.faqlist ol li p {
	margin: 5px 0;
}

.contact_details_page {
	border-top: 1px solid #8e8269;
	padding: 26px 0 0 0;
	margin: 16px 0 0 0;
}

.contact_details_page #map_canvas {
	border: 10px solid #E4DCC8;
}

.event_detail {
	overflow: hidden;
}

.event_detail img {
	margin: 0 20px 10px 0;
}

.event_detail .content {
	overflow: visible;
	padding: 0;
}

.event_detail .content p {
	margin: 12px 0;
}

.eventDescription{
	clear:both;
	border-top:1px solid #8E8269;
	margin:13px 0 0;
	padding:20px 0 0;
	width:470px;
}

.eventDescription p{
	margin:0 0 15px 0;
}
#whatson_page .eventDescription 
{
    border: 0 none;
    float: left;
    clear: none;
    width: 450px;
}
.title_box a.lnk-back 
{
    width: auto;
}
.competition_page table {
	margin: 0 0 10px 0;
}

.competition_page .smalltitle {
	overflow: hidden;
}

.competition_page .buttons {
	padding: 20px 0 0 0;
}

.competition_page .buttons input {
	float: none;
}

/*** SHOP ***/

/*.options {
	float: right;
	padding: 8px 0 2px 0;
}*/

.shopmenu li {
	display: inline;
	list-style: none;
}

.shopmenu a {
	margin: 7px 0 0 0;
	float: none;
} 

.shopmenu {
	position: absolute;
	top: 11px;
	right: 6px;
	float: none;
}

.shopmenu li {
	padding: 0 0 0 10px;
}

.checkout_process {
	background: url(../images/shopping_steps.png);
	text-indent: -5000px;
	height: 83px;
	float: right;
}

.btn_continue{
	background: url(../images/btn_proceed.png);
	text-indent: -5000px;
	height: 28px;
	width:158px;
	cursor:pointer;	
}
	

.step_one {
	background-position: 0 0;
	width: 206px;
}

.step_two {
	background-position: -206px 0;
	width: 206px;
}

#product_image {
	padding: 22px 0 0 0;
	border-top: 1px solid #8e8269;
	float: left;
	margin: 0 40px 0 0;
	width: 400px;
}

#product_details {
	overflow: hidden;
	border-top: 1px solid #8e8269;
	padding: 17px 0 0 0;
	margin: 13px 0 0 0;
}

#product_details p {
	margin-top: 0;
}

#product_details table {
	table-layout: fixed;
	width: 497px;
	margin: 0 0 18px 0;
}

#product_details th.table_item {
	text-align: left;
}

.stripey_table th {
	background: #cec4aa;
	padding: 13px 0;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.2em;
}

.stripey_table td {
	background: #e4dcc8;
	padding: 7px 0 8px 0;
}

.stripey_table .alt td {
	background: #ebe4d1;
}

#product_details .table_item {
	width: 282px;
	padding-left: 14px; 
}

#product_details .table_cost {
	text-align: center;
	width:50px;
}

#product_details .table_quantity {
	width: 68px;
	text-align: center;
} 

#product_details .quantity {
	background: url(../images/input.png) no-repeat;
	width: 30px;
	height: 18px;
	border: none;
	text-align: center;
	padding: 3px 0 0 0;
}

#product_details .price {
	font-weight: bold;
	font-size: 1.3em;
}

#product_details #select_item .field {
	width: auto;
	padding: 0 40px 0 0;
}

#product_details #select_item .label {
	padding: 0 0 11px 0;
}

#product_details #select_item  select {
	width: 124px;
}

#product_details #select_item .textbox {
	width: 49px;
}


/*** BASKET TABLE ***/

#product_details.basket table {
	width: 940px;
}

#product_details.basket table .table_item {
	width: 658px;
}

#product_details.basket table .table_quantity {
	width: 133px;
}

#product_details.basket table td {
	text-align: center;
	vertical-align: middle;
}

#product_details.basket table .label {
	text-align: right;
	font-weight: bold;
	font-size: 1.4em;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#product_details.basket table .subTotal {
	text-align: left;
	padding-left: 20px;
}

#product_details.basket table .value {
	text-align: left;
	padding-left: 20px;
}

#product_details.basket table .value .carriage_text {
	padding-top: 20px;
}

#product_details.basket table .value div select {
	margin: 0 0 10px 0;
	width: 140px;
}

#product_details.basket table .value div {
	width: 29%;
	float: left;
}

#product_details.basket table .item_td {
	text-align: left !important;
	padding-left: 15px;
	padding-right: 15px;
}

#product_details.basket table .item_td a {
	text-decoration: none;
}

#product_details.basket table .qty input {
	background: url(../images/input.png) no-repeat 0 0;
	float: left;
	width: 30px;
	height: 18px;
	border: none;
	text-align: center;
	margin: 0 22px;
	padding: 3px 0 0 0;
}

#product_details.basket table .qty .basketupdate {
	background: none;
	width: auto;
	height: auto;
	margin: 0;
	overflow:hidden;
	padding: 0;

}

#product_details.basket table input {
	border: none;
}


#basketcarriage .basketupdate{
	margin:0 0 0 75px;
	border:0;
	background: url('../images/btn_update.png') no-repeat;
	display:block;
	width:67px;
	height:24px;
	text-indent:-5000px;
}

.buttons {
	padding: 17px 2px 0 0;
	clear:both;
	overflow:hidden;
}

.buttons input {
	text-align: left;
	float: right;
	border: none;
}


/***  FORMS ***/

.form {
	overflow: hidden;
}

.form .section {
	border-top: 1px solid #8e8269;
	padding: 16px 0 6px 0;
	overflow: hidden;
}

.form .textbox {
	background: url(../images/formbox.png) repeat-x left top;
	border: 1px solid #787878;
	height: 20px;
	width: 206px;
	padding: 3px 0 0 3px;
	margin: 0 0 24px 0;
}
.form .nomargin 
{
    margin: 0 !important;
}

.form textarea.fieldMessageStyle {
	background: #f0f0f0 url(../images/formbox.png) repeat-x left top;
	border: 1px solid #787878;
	padding: 3px 0 0 3px;
	margin: 0 0 24px 0;
}

.form .fieldMessageDisable{
	background: #e5e5e5;
	border: 1px solid #cccccc; 
}

.form textarea.fieldMessageDisable{
	background: #e5e5e5;
	border: 1px solid #cccccc; 
}



.form select {
	background: url(../images/formbox.png) repeat-x left top;
	border: 1px solid #787878;
	height: 25px;
	width: 211px;
	padding: 1px 0 0 0;
	margin: 0 0 24px 0;
}
.terms{
	margin:5px 0 15px 0;
}

.form option {
	background: #f1f1f1;
}

.form .textarea {
	background: #f0f0f0 url(../images/textarea.png) repeat-x top left;
	border: 1px solid #787878;

}

#checkout_form .textarea {
	width: 448px;
	height: 48px;
}

#checkout_form .fieldMessage {
	width: 448px;
	height: 48px;
}

#checkout_form .checkboxes {
	padding-top: 15px;
}

#checkout_form .deliveryaddress {
	padding: 8px 0 17px 0;
}

#checkout_form .buttons {
	border-top: 1px solid #8e8269;
	margin: 30px 0 0 0;
	padding: 31px 2px 0 0;
	overflow: hidden;
}

#checkout_form .btn_back,
#product_details .buttons .btn_back {
	float: left;
}

#pubfinder_form .label {
	padding: 0 0 3px 0;
}

#pubfinder_form .buttons {
}

#pubfinder_form .buttons input  {
	margin: 0 184px 0 0;
}

#pubfinder_form .error {
	clear: both;
	overflow: hidden;
	padding: 0px 0 0 0;
}

#pubfinder_form .checkboxlist,
#signup_form .facilities_checkboxlist {
	overflow: hidden;
	clear: both;
}


#pubfinder_form .checkboxlist table,
#signup_form .facilities_checkboxlist table {
	width: 420px;
	table-layout: fixed;
}

.chkFacilitiesSelectAll {
	padding: 20px 0 20px 3px;
	display: block;
}

.chkFacilities td{
	padding:10px 0;
}

.chkFacilities input{
	float:left;
}

.chkFacilities label{
	float:left;
}

.chkFacilities label img{
	margin-right:10px;
	position:relative;
	top:-5px;
	float:left;
}

.chkFacilities label span{
	display:block;
	float:left;
	width:140px;	
}

.chkFacilities img{
	position:relative;
	top:8px;
	margin-right:10px;
}

.form .row {
	overflow: hidden;
}

.form .formcol {
	/*width: 210px;*/
	padding: 0 30px 0 0;
	float: left;
}

.form .section .last {
	padding: 0;
}

.form .label {
	display: block;
	font-weight: bold;
	padding: 0 0 3px 0;
}

.form .checkbox .label {
	display: inline;
	font-weight: normal;
}

.form .checkbox {
	padding: 6px 0 0 0;
}

.form .checkboxlist {
	padding: 10px 0 0 0;
}

.form .field {
	float: left;
	width: 50%;
}

.form .left {
	float: left;
	margin: 0 40px 0 0;
}

.form .right {
	overflow: hidden;
}

#signup_form .field,
#contact_form .field,
#upload_cv_form .field,
#job_search_form .field,
#management_form .field,
#checkout_form .field {
	width: auto;
	margin: 0 30px 0 0;
}

#signup_form .alt {
	margin: 0;
}

#signup_form .buttons,
#contact_form .buttons {
	clear: both;
	border-top: 1px solid #8e8269;
	width: 100%;
}

/*#checkout_form .textarea {
	background: none;
}*/

/*#contact_form .enquiry_type br {
	display: none;
}

#contact_form .enquiry_type span {
	display: block;
	padding: 15px 0;
}

#contact_form .enquiry_type label {
	padding: 0 78px 0 0;
} */

#contact_form .enquiry_type {
	padding-bottom: 20px;
}

#contact_form .enquiry_type table {
	width: 450px;
	table-layout: fixed;
}

#contact_form .enquiry_type table td {
	padding: 5px 0;	
}

#contact_form .enquiry_type table input {
	float: left;
}

#contact_form .enquiry_type table label {
	overflow: hidden;
	display: block;
}

#contact_form textarea {
	height: 100px;
	width: 452px;
}

#contact_form .section {
	padding: 16px 0;
}

#contact_form #captcha {
	margin: 15px 0 10px 0;
}

#contact_form .error {
	padding: 0 0 20px 0;
}

#signup_form .buttons input {
	float: none;
}

#signup_form .captcha {
	/*margin: 20px 0 0 320px;*/
	margin: 28px 0 0 224px;
	width: 500px;
}

#signup_form .captcha br {
	display: none;
	visibility: hidden;
}

#signup_form .captcha img {
	float: left;
	margin: 0 25px 0 0;
}

#signup_form .checkboxlist {
	padding: 0 0 25px 0;
	overflow: hidden;
}

#signup_form .checkboxlist .checkbox {
	float: left;
}

#signup_form .submit {
	margin: 0;
}

#login_form .field {
	width: auto;
	margin: 0 30px 0 0;
}

#login_form  .submit {
	display: block;
	margin: 0 0 20px 188px;
}

#login_form a {
	margin: 0 0 0 150px;
	font-weight: bold;
}

#job_search_form .buttons {
	/*padding-left: 179px;*/
	padding: 0px
}

#job_search_form .buttons input {
	float: none;
	margin: 0 0 0 0px;
}

#upload_cv_form label {
	display: block;
	float: none;
	font-weight: bold;
}

#upload_cv_form label,
#upload_cv_form .label {
	display: inline;
}

#upload_cv_form .buttons input {
	float: none;
}

#upload_cv_form .buttons .checkboxlist {
	padding-bottom: 20px;
}

#upload_cv_form .upload .field {
	margin: 0 2px 0 0;
	width: 240px;
}

#upload_cv_form .upload .textbox {
	width: auto;
	height: auto;
	float: left;
	margin: 1px 0 0 0;
}

#upload_cv_form .buttons {
	padding-left: 174px;
}

#management_form .textarea {
	width: 450px;
	margin-bottom: 10px;
}

#management_form {
	padding: 20px 0 0 0;
}

#management_form .checkboxlist {
	overflow: hidden;
	padding-bottom: 25px;
}

#management_form .checkboxlist .item {
	clear: left;
	float: left;
	width: 220px;
}

#management_form .checkboxlist .alt {
	float: left;
	clear: none;
}

/*** FILTER ***/

.simplemodal-overlay {
	background: #000000;
}

.divFacilitiesFilter {
	background: #f7f1e3;
	border: 8px solid #a19477;
	position: relative;
	padding: 33px 20px 20px 20px;
}

.divFacilitiesFilter h2 {
	background: url(../images/title_modalbox.png) no-repeat;
	text-indent: -5000px;
	height: 18px;
	width: 297px;
	margin: 0 0 22px 0;
}

.divFacilitiesFilter td {
	padding: 5px 20px 5px 30px;
}

.divFacilitiesFilter .btnApplyFacilitiesFilter {
	margin: 10px 0 0 190px;
}

.divFacilitiesFilter .btnCancelFacilitiesFilter {
	position: absolute;
	top: 3px;
	right: 3px;
}

/*** SPECIAL OFFERS ***/
.specialoffers-template 
{
    padding: 16px 0 14px !important;
    border-bottom: 0 !important;
}
.specialoffers-template .title_box 
{
    border-bottom: 1px solid #8e8269;
}
.specialoffers-template h3 
{
    text-transform: uppercase;
    color: #5e5748;
}
.specialoffers-template .content 
{
    background-color: #e4dccb;
    padding: 10px;
    margin-bottom: 10px;
}
.specialoffers-template #specialoffer_listing_page.content 
{
    background: none;
    padding: 0;
    margin-bottom: 10px;
}
.specialoffers-template #beer_intro_list 
{
    border: 0;
}
.specialoffers-template #beer_intro_list .thumbnail
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    width: 202px;
    height: 102px;
    background-repeat: no-repeat;
}
.specialoffers-template #beer_intro_list .thumbnail a 
{
    display: block;
    overflow: hidden;
    width: 202px;
    height: 102px;
    text-indent: -9999px;
}
.specialoffers-template #beer_intro_list .offer-title
{
    font-weight: bold;
}
.specialoffers-template #beer_intro_list .offer-title a
{
    color: #3C3228;
}
.specialoffers-template #beer_intro_list .offer-title a:hover 
{
    color: #ffffff;
}

.specialoffers-template .specialoffers-category 
{
    background-color: #e4dccb;
    padding: 10px;
    margin: 10px 0;
}

.specialoffers-template #beer_intro_list .item 
{
    float: none;
    border: 0;
    margin: 0 !important;
    padding:5px 0;
}
.specialoffers-template .item a
{
    background: none !important;
}

.specialoffers-template .specialoffers-category .description 
{
    overflow: hidden;
}

.specialoffers-template #specialoffers-inner .TermsAndConditions {
    font-size: 0.8em;
}

.specialoffers-template .border 
{
    border-top: 1px solid #8E8269;
    margin-bottom: 9px;
}
.specialoffers-template .specialoffers-mainpic 
{
    width: 656px;
    height: 248px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}
a.btn_voucher 
{
    background: #5e5748 url(../images/btn_voucher.gif) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    width: 189px;
    height: 72px;
    text-indent: -9999px;
    margin-left: 5px;
    float: right;
}
a.btn_voucher2 
{
    background: transparent url(../images/btn_voucher2.gif) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    width: 189px;
    height: 72px;
    text-indent: -9999px;
    margin-left: 5px;
    float: right;
}
a.btn_voucher3 
{
    background: transparent url(../images/btn_voucher3.gif) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    width: 189px;
    height: 72px;
    text-indent: -9999px;
    margin-left: 5px;
    float: right;}

#specialoffers-inner
{
    overflow: hidden;
    padding: 0 10px 0 0;
}
.specialoffers-findpubs 
{
    display: block;
    padding: 10px 20px 10px 10px;
    height: 23px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #f7f1e2;
    font-weight: bold;
    margin: 10px 0;
    background-color: #5e5748;
    position: relative;
}
a:hover.specialoffers-findpubs
{
    color: #9f8f6a;
    text-decoration: underline !important;
}
.specialoffers-findpubs span {
    background: #5e5748 url(../images/chevron-specialoffers.png) 0 0 no-repeat;
    position: absolute;
    right: 15px;
    top: 13px;
    width: 9px;
    height: 16px;
    display: block;
    overflow: hidden;
}
.specialoffers-template .title_box .specialoffers-title 
{
	font-size: 1.8em;
	padding: 0 0 10px 0;
	letter-spacing: 0.8px;
    color: #5e5748 !important;
}
.specialoffers-template #header 
{
    background: none;
    height: 120px;
}
#voucher-template #content 
{
    border: 0;
    padding: 20px !important;
}
#voucher-template .content 
{
    background: none;
    border-bottom: 1px solid #5e5748;
}
#btn_printvoucher 
{
    display: block;
    overflow: hidden;
    width: 150px;
    height: 23px;
    background: transparent url(../images/btn_printvoucher.png) 0 0 no-repeat;
    text-indent: -9999px;
    float: right;
}
h1#voucherpage-title 
{
    font-weight: bold;
    font-size: 2em;
    margin: 0;
    line-height: 1em;
    padding: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 0;
}
#voucher-template .voucher-mainpic 
{
    width: 700px;
    height: 248px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}
.voucher-lhs 
{
    float: left;
    min-width: 240px;
    display: block;
    overflow: hidden;
    margin-right: 15px;
    background-color: #ebe5d6;
    color: #3c3228;
    padding: 20px;
}
.voucher-lhs img 
{
    display: block !important;
    overflow: hidden !important;
    min-width: 240px !important;
}
#voucher-content 
{
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    /* width: 414px; added to deal with WYISYG */
}
/*** GOOGLE MAP ***/

.gmnoprint h3 a {
	float: none;
}


/*** PAGINATION ***/

.paginationFooter {
	overflow: hidden;
	border-top: 1px solid #8E8269;
	clear: both;
	text-align: center;
	padding: 33px 0 0 0;
}
#more_awards_list .paginationFooter 
{
    padding: 15px 0;
}
.paginationFooter .currentPage {
	background: #ca2311 url(../images/pagination.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 24px;
	color: #ffffff;
	padding: 3px 0 2px 0;
	margin: 0 0 0 7px;
	line-height: 2em;
}

.paginationFooter a {
	margin: 0 13px;
	text-decoration: none !important;
}

.paginationSeparator {
	display: none;
}

.content #pagination{
	border-top:1px solid #8E8269;
	clear:both;
	overflow:hidden;
	padding:33px 0 0;
	margin:20px 0 0 0;
	text-align:left;
}


.content #pagination a{
	text-align:center;
	margin: 0 13px;
	text-decoration: none;
}

#mainSearch .paginationFooter a{
	margin:0 10px;
}

#mainSearch .paginationFooter ul{
	width:478px;
	padding:0;
}

.content #pagination a:hover{
	text-decoration:underline;
}

.content #pagination strong{
	background: #ca2311 url(../images/pagination.png);
	display: inline-block;
	width: 25px;
	height: 24px;
	text-align:center;
	color: #ffffff;
	padding: 4px 0 0 0;
	margin: 0 7px 0 7px;
}	

.paginationFooter ul{
	list-style:none;
}

.paginationFooter li{
	display:inline;
}

/*** FOOTER ***/

#footer {
	overflow: hidden;
	font-size: 0.9em;
	clear: both;
}

#footer ul {
	float: left;
	padding: 25px 0 0 0;
}

#footer li {
	background: url(../images/footer_stick.png) no-repeat right 4px;
	float: left;
	list-style: none;
	padding: 0 8px;

}

#footer li.last{
	background:none;
}

#footer a {
	float: left;
}

#footer a:hover,
#footer .active a {
	text-decoration: underline;
}

#drinkaware_logo {
	float: left;
	padding:6px 0 0 35px;
}

#smarterDrinking{
	float:left;
	margin:0 0 0 8px;
}

#footer_logo {
	float: right;
	padding: 5px 0 0 0;
}

.backtppubfinder{
	margin:4px 0 0 0;
}

.clear{
	clear:both;
}

.headingStyle
{
	clear:both;
	width:100%;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:20px 0 20px 10px;
	margin:20px 0 30px 0;
	background:#efe8d8;
	font-weight:bold;
	font-size:18px;
	
}

/* CSS for new Vacancies section /Brains/work-with-us/manage-a-pub/current-vacancies */

.three_col {float:left;width:221px;margin-right:8px;overflow:hidden;margin-bottom:20px;}
.three_col img {height:153px;width:221px;}
.three_col h3{font-size:14px;font-weight:bold;margin-bottom:10px}
.three_col.last {margin-right:0}
.three_col.first_row {margin-bottom:30px;}

.three_col .EditorLink img {width:10px !important;height:10px !important}
.EditorLink img {width:10px !important;height:10px !important}
#footer_logo a {margin-right:10px;position:relative;top:14px;}

.award_listing_page .item .double h2.title a
{
    font-size:17px;
    color: #000000;
    text-decoration: none;
}

.award_listing_page #mainnews .item .double h2.title a
{
    font-size:17px;
    color: #000000;
    text-decoration: none;
}
