@charset "utf-8";
/* CSS Document */

/* The pupup pages */

.top20{
	margin-top: 25px;
}

.colorBlack{
	color: #000000;
}


#popupborderwrapper {
	display:block;
	margin:-25px 0 0;
	padding:0;
	top:0;
}

a, a:visited{
    color:#D51900;
}

a#btnexit {
	position:relative;
	background:transparent url(/images/popup/btnexit.png) no-repeat scroll left top;
	display:block;
	height:29px;
	margin-left:auto;
	margin-right:-7px;
	top:0;
	width:25px;
	z-index:40;
}

a#btnexit:hover {
	background-position:left -29px;
}

#cornertopleft, #cornertopright {
	margin-top:0;
	position:relative;
	top:3px;
}

#cornerbottomleft, #cornerbottomright {
	position:relative;
	top:-12px;
}

#cornerbottomright, #cornertopright {
	left:100%;
	margin-left:auto;
	margin-left: -23px;
	right:0;
}

#popuptopborder {
	background:transparent url(/images/popup/borderTop.png) repeat-x scroll left top;
	margin:-11px 11px 0 9px;
	padding-top:11px;
}

#popupbottomborder {
	background:transparent url(/images/popup/borderBottom.png) repeat-x scroll left bottom;
	padding-bottom:10px;
}

#popupleftbordeder {
	background:transparent url(/images/popup/borderLeft.png) repeat-y scroll left top;
	margin-left:-9px;
	padding-left:9px;
	position:relative;
}

#popuprightbordeder {
	background:transparent url(/images/popup/borderRight.png) repeat-y scroll right top;
	margin-right:-11px;
	padding-right:6px;
	position:relative;
}

#popupwrapper, #popupsubscribe, #popupunsubscribe, #popupunsubscribeConfirm, #popupsubscribeConfirm{
	width: 500px;
	margin: 0;
	background-color: #ffd000;
	color: #665300;
	font-size: 12px;
}

#popupwrapper{
	width: 580px;
}

#popupunsubscribeConfirm, #popupsubscribeConfirm{
	display:none;
}

#popupwrapper .title{
	margin-left: 40px;
	margin-bottom: 20px;
}

#contentwrapper {
	padding: 30px 29px;
}

#contentwrapper .title{
	margin-bottom: 20px;
}

#contentwrapper p.small{
	font-size: 9px;
	color: #191400;
	margin-top: 38px;
}

#specTbl{
	margin: 32px 0px;
	color: #4c3e00;
}

#specTbl .tblheader, #specTbl .tblcellleft, #specTbl .tblcellmid, #specTbl .tblcellright, #specTbl .tblcellleftlarge{
	float: left;
	padding: 20px;
}

#contentwrapper #specTbl .tblheader{
	background-color: #ebc000;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 13px;
}

#specTbl #cellheaderleft{
	border-right: 1px solid #ffd000;
	background: url(/images/popup/bgTblHeaderLeft.jpg) left top no-repeat;
	width: 124px;
}

#specTbl #cellheadermid{
	border-right: 1px solid #ffd000;
	width: 170px;
}

#specTbl #cellheaderright{
	background: url(/images/popup/bgTblHeaderRight.jpg) right top no-repeat;
	width: 105px;
}

#specTbl .tblcellleft{
	border-right: 1px solid #e0b700;
	width: 124px;
}

#specTbl .tblcellleftlarge{
	border-right: 1px solid #e0b700;
	width: 335px;
}

#specTbl .tblcellmid{
	border-right: 1px solid #e0b700;
	width: 170px;
}

#specTbl .tblcellright{
	width: 105px;
	text-align: right;
}

#specTbl .factCell, #specTbl #factGoldBeerCell{
	color: #191400;
	font-size: 16px;
	font-weight: bold;
}

#specTbl #factGoldBeerCell{
	background: url(/images/popup/thumbgoldbeer.jpg) 120px 8px no-repeat;
}

#contentwrapper #specTbl .hrtblrow{
	background: url(/images/popup/divider.jpg) repeat-x left center;
	height: 3px;
	clear: both;
}


/* form elements */

#contentwrapper form ul{
	margin-top: 20px;
}
#contentwrapper form div.formUl ul li{
	width: 210px;
	float: left;
	display: block;
}

#contentwrapper form div ul li#mandatorytext, #contentwrapper form ul li#error{
	height: 20px;
	padding-top: 5px;
}

#contentwrapper form div ul li#mandatorytext{
	font-size: 10px;
	font-style: italic;
	width: 100px;
}

#contentwrapper form div ul li#error{
	color: #bf1600;
	font-weight: bold;
	text-align: right;
	width: 273px;
	margin-right: 10px;
	padding-right: 26px;
}

#contentwrapper form div ul li#error.showIcon{
	background: url(/images/popup/iconalert.jpg) no-repeat right center;
}

#contentwrapper form div ul li#error.hideIcon{
	background: none;
}


#contentwrapper form div ul li input, #contentwrapper form div ul li label{
	width: 190px;
	display: block;
	float: left;
}

form div ul li label{
	float: none;
	color: #4c3e00;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	margin: 15px 0 3px;
	vertical-align: middle;
}

form div ul li input{
	clear:both;
	float: none;
	border: 1px solid #d5b200;
	/*height: 16px;*/
	padding: 4px;
}

form div ul li select{
	border: 1px solid #d5b200;
	height: 26px;
	vertical-align: middle;
	line-height: 16px;
}

#contentwrapper form div ul li#postcodeli, form div ul li#postcodeli label{
	width: 85px;
}

form div ul li#postcodeli input{
	width: 56px;
}

#contentwrapper form div ul li#dobli, form div ul li#dobli label{
	width: 235px;
}

form div ul li#dobli input#dobdate, form div ul li#dobli select#dobmonth, form div ul li#dobli input#dobyear{
	float: left;
	clear: none;
}

form div ul li#dobli input#dobdate{
	width: 35px;
}

form div ul li#dobli select#dobmonth{
	width: 100px;
	margin: 0px 10px;
}

form div ul li#dobli input#dobyear{
	width: 50px;
}

#contentwrapper form div ul li#genderli, form div ul li#genderli label, form div ul li#genderli select{
	width: 90px;
}

form div input.checkbox{
	margin-top: 25px;
	width: auto;
	height: auto;
	border: none;
	float: left;
}

form div div.checkboxlabel{
	margin-top: 25px;
	margin-left: 5px;
	float: left;
	color: #4c3e00;
	font-weight: normal;
	font-size: 12px;
}

div.checkboxlabel a{
	color: #4c3e00;
	text-decoration: underline;
}

#contentwrapper form div.formsubmit{
	margin: 25px 0px;
}

input.btnSubscribe, input.btnUnsubscribe, a.btnCancel, a.btnClose{
	border: none;
	float: right;
	display: block;
	margin-right: 10px;
}

input.btnSubscribe{
	width: 91px;
	height: 31px;
	background: transparent url(/images/popup/btnSubscribe.png) no-repeat left top scroll;	
}

input.btnUnsubscribe{
	width: 91px;
	height: 31px;
	background: transparent url(/images/popup/btnUnsubscribe.png) no-repeat left top scroll;	
}

input:hover.btnSubscribe, input:hover.btnUnsubscribe{
	background-position: left -31px;
}

a.btnCancel{
	margin: 3px 10px;
	width: 72px;
	height: 24px;
	background: transparent url(/images/popup/btnCancel.png) no-repeat left top scroll;
}

a:hover.btnCancel{
	background-position: left -24px;
}

a.btnClose{
	margin-top: 25px;
	margin-bottom: 25px;
	width: 74px;
	height: 30px;
	background: transparent url(/images/popup/btnClose.png) no-repeat left top scroll;
}

a:hover.btnClose{
	background-position: left -30px;
}

.alertIcon {
	visibility: hidden;
    vertical-align: middle;
    margin-left: 4px;
}
