/* CSS Document MPW bingo rev1*/
html {height:101%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color:#567E3A;
}
body, html, p, form, h1, h2, h3, h4, h5, h6, ul {
	padding: 5px 0px 0px 5px; margin: 0; 
}

.hide {  /*-----hide from visuals - but show for screen readers---------*/
	position:absolute;
	left:-200px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	color: #000;
	background: #fff;
}

.hide a{color: #fff; background: red;}

.displayNone {display: none; color: #000; background: #FFF;}
.displayBlock{display: block;}
.clearBoth{clear: both; }
.clearBothBlock{display: block; clear: both;}

/*-------------------------------------LINK STYLES----------------------------------------*/
a img{border: none;}

a{color: #000; text-decoration: underline;}
a:hover{text-decoration: none;}

a:focus{outline: none}

a.eventResult {color: #000;}
a.eventSuspend{color: #556507;}
/*-------------------------------------PAGE STRUCTURE-------------------------------------*/
.headerBG{background: #011E30 url(http://whdn.williamhill.com/cms/images/headerBG.jpg) top repeat-x;}

#contentHeaderCenter {width: 996px; margin: auto; color: #FFF}
#contentHeaderCenter a{color: #FFF}
#contentHeaderContainer {padding: 4px 8px 3px 8px; height: 1%;}
#contentCenter {
	width: 996px;
	margin: auto;
	border: none;
	background: #FFF;
}
#contentHolder {
	border: 6px solid #00243a;
	border-top: none;
	margin: 0;
	padding: 0;
	height: 1%;
	position: relative;
}
#contentHead{
	height: 1%;
	border-bottom: 5px solid #4cadd2;
	margin: 0 10px 10px 10px;
	padding: 0 0 0 0;
	background: none;
	width: 646px;
	position: relative;
}
#contentHead #oddsDisplay{
	position: absolute;
	font-size: 1.1em;
	width: 270px;
	right: 0;
	bottom: 0;
	margin-bottom: -28px;
	text-align: right;
	
}

#contentHead .oddsType{
	font-size: 0.8em;
	width: 125px;
	height: 17px;
}
#contentHead h1, #contentHead h2{
	font-size: 2.8em;
	margin: 3px 0 4px 0;
	font-weight: 100;
	letter-spacing: -1px;
	padding-bottom: 0px;
}

#contentA {
	width: 646px;
	margin: 20px 10px 0 10px;
	padding: 0 0 5px 0;
	float: left;
	display: inline;
}

#contentA.fullWidth{ 
	width: 974px;
}

#contentB {
	width: 302px;
	margin: 20px 0 0 0;
	float: left;
	height: 1%;
}

/*-----------------------------------TEXT HEADER STYLES-------------------------------*/

h1 {font-size: 1.8em; margin: 30px 0 20px 0;}
h2 {font-size: 2.2em; color: #000;}

#contentA h2, #contentA h3{font-size: 18pt; margin: 0 0 7px 10px; letter-spacing: -1px; font-weight: 100}

h3 {font-size: 1.8em; margin-bottom: 8px;}
h4 {font-size: 1.2em;}
h5 {font-size: 1em;}

/*------------------------POSITIONING----------------------*/
.textLeft {text-align: left;}
.textRight {text-align: right;}
.textCenter {text-align: center;}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {clear: both; padding: 3px 0 4px 0;}

/*------------------------HEADER ELEMENTS------------------*/

#introHeader {float: left; padding: 3px 0 0 11px;}
#introHeader h1 {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #FFF;
}
#introHeader h2 {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #FFF;
}
#headLinks {
	float: right;
	padding: 3px 0px 0 10px;
	float: left; 
	margin: 2px 0 0 0;
	position:relative;
}
#headLinks li {
	display: inline;
}
#headLinks ul {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	overflow:hidden;
}
#headLinks ul li {display: block; }

#langSelectLink {
	position: relative;
	padding-right: 10px;
	z-index: 1;
}

#langSelectLink:hover ul, #langSelectLink.sfhover ul{
	position: absolute;
	top: -6px;
	background: #001D2E url(../images/subNavHoverBG.jpg) top repeat-x;
	margin-top: 26px;
	margin-left: 0;
	padding: 0;
	width: 119px;
	overflow: visible;
	border: 1px solid #1A6A91;
	border-top: none;
	z-index: 9999; 

}

#langSelectLink ul li{color: #FFF; padding: 1px 0;}

#langSelectLink:hover ul li, #langSelectLink.sfhover ul li{border-top: 1px solid #1A6A91}
#langSelectLink:hover ul li a, #langSelectLink.sfhover ul li a{padding: 3px 0px 4px 7px; color: #7dddff; background: none; display: block; width: 112px; margin: 0 -10px 0 0}
#langSelectLink ul li:hover a, #langSelectLink ul li.sfhover a{color: #FFF; background: #002133; }

li#langSelectLink.flagBorder{ width:10.6em; display: block; padding: 2px 3px 8px 8px; background: url(http://whdn.williamhill.com/cms/images/langSelectLinkBG.jpg) no-repeat}

li#langSelectLink.flagBorder a{display: block; width: 9.8em; text-decoration: none}
li#langSelectLink.flagBorder a:hover{text-decoration: none}
li#langSelectLink.flagBorder a span{padding-right: 15px; margin-right: 5px}

ul#headLinks li{/*background: url(http://whdn.williamhill.com/cms/images/arrowDropDown.gif) right center no-repeat;*/ padding-right: 6px;}

ul#headLinks li ul li{background: none}

li#langSelectLink.flagEN a{background: url(http://whdn.williamhill.com/cms/images/langFlags.gif) right 4px no-repeat; padding-left: 0; padding-top: 1px}
li#langSelectLink.flagES a{background: url(http://whdn.williamhill.com/cms/images/langFlags.gif) right -23px no-repeat; padding-left: 0; padding-top: 1px}
li#langSelectLink.flagDE a{background: url(http://whdn.williamhill.com/cms/images/langFlags.gif) right -51px no-repeat; padding-left: 0; padding-top: 1px}
li#langSelectLink.flagIT a{background: url(http://whdn.williamhill.com/cms/images/langFlags.gif) right -86px no-repeat; padding-left: 0; padding-top: 1px}
li#langSelectLink.flagFR a{background: url(http://whdn.williamhill.com/cms/images/langFlags.gif) right -122px no-repeat; padding-left: 0; padding-top: 1px}
li#langSelectLink.flagZH a{background: url(http://whdn.williamhill.com/cms/images/langFlags.gif) right -157px no-repeat; padding-left: 0; padding-top: 1px}
li#langSelectLink.flagCN a{background: url(http://whdn.williamhill.com/cms/images/langFlags.gif) right -157px no-repeat; padding-left: 0; padding-top: 1px}
li#langSelectLink.flagEL a{background: url(http://whdn.williamhill.com/cms/images/langFlags.gif) right -194px no-repeat; padding-left: 0; padding-top: 1px}


li#regAcc{ position: absolute; top: 0.5em; left: 13.4em; width:150px;}

#blockA {
	border-top: 5px solid #00263B;
	border-left:6px solid #00263B;
	border-right:6px solid #00263B;
	font-size: 1.1em;
	background: #011c2d url(http://whdn.williamhill.com/cms/images/blockABG.jpg) repeat-x;
	color: #A2A2A2;
	height: 32px;
	z-index: 99999;
	position:relative;
	float:left;
	width:984px;
}


#blockA form{
	padding: 0; margin: 0;
}


#blockA a {color: #fff; text-decoration: underline}
#blockA a:hover {text-decoration: none}
#blockA #logo {padding: 12px 0 0 20px; float: left;}

#blockA fieldset {
	float: right;
	width: 750px;
	margin: 5px 0px 2px 0;
	text-align: left;
	border: none;
	padding:0;
	display: inline;
}
#blockA #signInA {
	padding-left: 0;
	text-align: left;
	float: right;
	
}

#blockA  a.regAccLink{ margin: 0; display:inline; color: #FFF; font-size: 1.1em;}

#blockA  a.lostLoginLink{float: right; margin: 3px 9px 0 0; font-size: 1.1em; display: block; padding-right: 5px; padding-left: 0px }

#blockA  a.helpLink{
	float: right; display: block; margin-top: 8px; margin-right: 8px; padding-left: 8px;  font-size: 1.1em
}
.helpLinks {
	float: right;padding-top:3px;margin-right:5px;font-size:1.1em;
}

#blockA  fieldset a.helpLink{margin-top: 3px}

#blockA a.signOutLink{float: right; display: block; margin-top: 5px; margin-right: 0px; text-align: center; width: 64px; font-size: 1.2em; background:url(http://whdn.williamhill.com/cms/images/signInBtnBG.jpg) no-repeat; padding: 3px 5px 6px 5px; text-decoration: none;}


#blockA #signInA .inputBG{
	background:url(http://whdn.williamhill.com/cms/images/inputBG.gif) no-repeat; height: 20px; float: left; padding: 2px; width: 8.9em; margin-right: 4px
}

#blockA #signInA label{
	float: left;
	padding: 2px 4px 0 5px;
	color: #FFF;
	width: 57px
}
#blockA #signInBtnHolder{
	height:18px; 
	padding-right: 0;
	padding-left: 0;
	width: 74px;
	float: left;
}

#blockA #joinNowBtnHolder{
	height:18px;
	padding-left: 4px;
	float: left;
}

#blockA #joinNowBtnHolder a{display: block; display: inline-block; background:url(http://whdn.williamhill.com/cms/images/root/site/joinNowBtnBG.jpg) no-repeat;  font-size: 1.1em; text-decoration: none; padding-top: 0; text-align: center; height: 22px; margin-top: 1px}

#blockA #joinNowBtnHolder a span{display: block; display: inline-block; background:url(http://whdn.williamhill.com/cms/images/root/site/joinNowBtnRightBG.jpg) top right no-repeat; margin-left: 13px; padding-right: 13px; height: 18px; padding-top: 3px; cursor: pointer; }

#blockA #signInBtn {
	padding: 1px 4px 2px 5px;
	font-size: 1.1em;
	background:url(http://whdn.williamhill.com/cms/images/root/site/signInBtnBG.jpg) no-repeat;
	border: none;
	margin-top: 1px;
	width: 74px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 22px;
	cursor: pointer;
	
}
#blockA #signInA #username input, #blockA #signInA #password  {
	color: #000;
	padding: 1px 0 1px 2px;
	font-size: 11px;
	height: 1.4em;
	color: #7b7b7b;
	width: 8em;
	margin: 1px; 
	border: 0
}
#blockA #userDetails{float: right; text-align: right; padding: 8px 0 0 0; width: auto; margin-top: -1px}
#blockA #userDetails a{color: #7dddff}
#blockA #userDetails ul li{
	clear: none;
	padding-right: 0px;
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
	display: block; float: left;
}

#blockA #userDetails ul li.name{padding-top: 1px; padding-right: 8px}
#blockA #userDetails ul li.messages{margin-top: -2px}
#blockA #userDetails ul li.deposit{margin-top: -2px; padding-left: 0; padding-right: 0; margin-left: 3px; margin-right: 6px}

#blockA #userDetails ul li.userHighlight{background: url(http://whdn.williamhill.com/cms/images/root/site/userHighlightLeft.jpg) top left no-repeat; padding: 5px 0 7px 8px; margin-left: 0;}

#blockA #userDetails ul li.userHighlight p{background: url(http://whdn.williamhill.com/cms/images/root/site/userHighlightRight.jpg) top right no-repeat; padding: 5px 8px 7px 0}

#blockA #userDetails ul li p {
	display: inline;
	padding-right: 10px;

}
#blockA #userDetails ul li span {
	display: inline;
	padding-right: 5px;
	zoom: 1;
}#blockA #signInB {
	padding-top: 3px;
	text-align: left;
	height: 1%;
}
#blockA #signInLinks a{color:#7DDDFF}
#blockA #signInLinks ul {
	padding: 4px 0 0 10px;
	height: 1%;
	float: left;
	color: #FDFDFD;
	width: 300px;
}
#blockA #signInLinks ul li {
	display: inline;
}
#blockA #signInB input {
	height: 20px;
	padding: 0 0 2px 0;
	width: 176px;
	border: none;
	background: #1b76a5 url(http://whdn.williamhill.com/cms/images/btnPlaceBetGrad.jpg) bottom repeat-x;
	border: 1px solid #FFF;
	color: #FFF;
}
#blockB {

	margin: 0 5px;
	background: none;
	display: block;


}
#blockB #logo {
	padding: 18px 0 0 10px;
}
/*---------------------------------------PRODUCTS NAV-----------------------------------*/
#productsNav {
	height: 1%;
	text-align: center;
	background: #FFF;
	padding: 0;
	margin: 0 0 0 5px;
	margin-right: 5px;
	border: 1px solid #011d2f;
	border-bottom: none;
	overflow: hidden;
}
#productsNav ul	{
	font-size: 1.3em;
	text-align: center;
	padding: 0;
	margin: 0 0 0 0px;
	height: 1%;
	overflow: hidden;
	border-top: 1px solid #FFF; /* <-- MPW MAR REV - Vegas redesign, added this*/
}
#productsNav ul li {
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
	/*border-top: 1px solid #FFF;
	height: 2.25em;*/
}
#productsNav a {
	color: #002f4a;
	display: block;
	float: left;
	padding: 5px 0 3px 0; /*<-- MPW MAR REV - Vegas redesign, padding adjusted*/
	background: #C3E2F4 url(http://whdn.williamhill.com/cms/images/productTabOffRight.jpg) top right repeat-x;
	margin-right: 0;
	height: 1.4em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	/*font-size: 1.1em;  <-- MPW MAR REV - Vegas redesign, font size added... Jun09 Font size removed. PS c/o AW*/
	

}
#productsNav ul li:hover{
	background: #FFF;
	margin-top: 0;
	/*border-top: 1px solid #FFF; <-- MPW MAR REV - Vegas redesign, remove*/
}
#productsNav ul li:hover a{
	background: #fff;
	color: #002f4a;
	height: 1.4em;
	margin-top: 0;
}
#productsNav li#productSelected{
	border-left: 1px solid #FFF;
	/*border-top: 1px solid #FFF;<-- MPW JAN REV - Vegas redesign, remove*/
	border-bottom: none;
	background: #359dd2;
	margin-top: 0;
}
#productsNav li#productSelected a {
	background: #01517b url(http://whdn.williamhill.com/cms/images/productTabOnRight.jpg) bottom repeat-x;
	color: #FFF;
	height: 1.47em;/*<-- MPW MAR REV - Vegas redesign, height adjust was 1.4em*/
	padding: 5px 0 3px 0;
	border-bottom: none;
}
#productsNav a:hover{
	background:none;
	color:#01517b;
}

#productsNav li.sportsTab a{padding-left: 0; padding-right: 0; width: 106px;}
#productsNav li.casinoTab a{padding-left: 0; padding-right: 0; width: 106px;}
#productsNav li.pokerTab a{padding-left: 0; padding-right: 0; width: 106px;}
#productsNav li.gamesTab a{padding-left: 0; padding-right: 0; width: 106px;}
#productsNav li.vegasTab a{padding-left: 0; padding-right: 0; width: 106px;}
#productsNav li.liveCasinoTab a{padding-left: 0; padding-right: 0; width: 126px;}
#productsNav li.skillTab a{padding-left: 0; padding-right: 0; width: 106px}
#productsNav li.bingoTab a{padding-left: 0; padding-right: 0; width: 106px;}
#productsNav li.lotteriesTab a{padding-left: 0; padding-right: 0; width: 106px;}

#productsNav li#productSelected.sportsTab a{padding-left: 0; padding-right: 0}

/*----------------------------SUB NAV------------------------------*/

.subNavBG{background: #012b41; padding: 0 1px;}

#subNav {
	margin: 0px 5px 0 5px;
	height: 1%;
	background: #003149 url(http://whdn.williamhill.com/cms/images/subNavBG.jpg) top repeat-x;
	position: relative;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	overflow: hidden;
}
#subNav a{
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
#subNav a:hover{text-decoration: underline;}

#subNav ul {
	font-size: 1.2em;
	margin: 0 0 0 -3px;
	float: left;
	/*width: 666px;*/
	display: inline;
}

#subNav ul li {
	display: inline;
	float: left;
	clear: none;
	padding: 0 0 0 0;
	background: #144471 url(http://whdn.williamhill.com/cms/images/subNavOffRight.gif) top right no-repeat;
	margin: 6px 0 0 0;
}
#subNav li#subNavSelected {
	background: #fff url(http://whdn.williamhill.com/cms/images/subNavOnRight.gif) top right no-repeat;
	padding: 0 0 0 0;
	margin: 6px 0 0 0;
	height: 1%;
	
}
#subNav li a {
	color: #000;
	padding: 6px 10px 7px 10px;
	margin: 0 2px 0 0;
	background:  url(http://whdn.williamhill.com/cms/images/subNavOffLeft.gif) top left no-repeat;
	color: #FFF;
	display: block;
}
#subNav li#subNavSelected a {
	color: #06335c;
	background: url(http://whdn.williamhill.com/cms/images/subNavOnLeft.gif) top left no-repeat;
	padding: 6px 10px 7px 10px;
}


/*---------------------------------------------------------------------*/
img {border: none;}
#contentHeaderCenter hr {display: none;}
#contentA hr {
	visibility: hidden;
	clear: both;
	margin: 12px -14px 0 -6px;
	width: 660px;
	height: 1px;
	color: #CCC;
}
#contentB hr {display: none;}
input {
	float: left;
	width: 275px;
	padding: 2px;
	font-size: 1em;
}

.searchField {
	border: none;
	padding: 2px 0 0 6px;
	float: left;
	background:url(http://whdn.williamhill.com/cms/images/searchInputBG.gif) no-repeat; 
	height: 20px; 
	float: left; 
	width: 15.7em; 
	margin-right: 0px
}

.searchField input{
	width: 143px; font-size: 1.1em; height: 1.4em; padding: 1px 0 0 0; border: 1px solid #FFF;
}

.searchFieldContainer {padding-left: 0; padding-top: 0;}


.searchBtnField {
	padding: 2px 4px 2px 5px;
	font-size: 1.2em;
	background:url(http://whdn.williamhill.com/cms/images/signInBtnBG.jpg); 
	border: none;  
	margin-top: 0px;
	margin-left: 5px;
	width: 74px; 
	color: #FFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	height: 22px;
	cursor: pointer;
}

/*--------------------------SEARCH BLOCK--------------------*/

#searchBlock {
	position: absolute;
	padding: 2px 10px 2px 2px;
	border: none;
	right: 0;
	top: 3px;
	z-index: 2;
}

/*---------------------------------------FOOTER-----------------------------------------*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-bottom: 10px;
}
#footer h3 {font-size: 1em;}
#footer p {padding: 4px 0; line-height: 1em;}

#footerContent {
	width: 996px;
	margin: auto;
	padding: 0;
	color: #FFF;
}
.footerContentHolder {
	padding: 0px;
	height: 1%;
	margin: 0px;
	background: none
}
.footerContentHolder h3 {
	color: #FBFBFA;
	padding: 0;
	margin: 10px 0 0 0;
}
.footerContentHolder p {color: #A2A2A2;}
.footerContentHolder a {color: #53C2ED;}
.footerContentA {padding: 0 0 0 0;}

#footer .footerContentA p{padding: 10px 0 13px 16px; border-top: 1px dotted #00bff3}

.footerContentA ul {
	margin: 0;
	padding: 4px 0 0 250px;
	display: block;
	color: #FDFDFD;
	height: 32px;
	
}
.footerContentA ul li{
	display: block;
	float: left;
	clear: none;
	color: #FDFDFD;
	padding-right: 13px;
}
.footerContentB {
	padding: 0 0 0 17px;
	line-height: normal;
}
.footerContentC {padding: 0 0 0 16px; height: 1%; overflow: hidden; background: #002134 }

.footerContentC ul {
	padding-left: 0px;
	padding-bottom: 14px;
	margin: 10px 0 0 0;
	list-style: square;
	color: #53C2ED;
	height: 30px;
}
.footerContentC ul li {
	margin-bottom: 0px;
	padding: 0 20px 0 0;
	display: block;
	float: left;
	clear: none;
	width: 175px;
}
.footerContentC ul li a{
	color: #00aeef;
}

#footer .linkTitle {
	font-weight: bold;
	color: #FBFBFA;
	padding-bottom: 1px;
	display: block;
}
.footerLinksHolder {
	background: none;
	padding: 7px 0 5px 0;
	color: #FFF;
}
.footerLinksHolder a {color: #FFF;}
.footerLinksA {float: left; font-size: 0.9em; padding-top: 1px; padding-left: 16px;}
.footerLinksB {
	float: right;
	font-size: 0.9em;
	padding-right: 5px;
}
#footerSub {
	width: 996px;
	margin: auto;
	padding: 8px 0 30px 0px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	color: #FDFDFD;
}
#footerSub p {line-height: 1.6em;}

#footerSub a {
color: #FFFFFF;
}


/* MH Tool Tips */
.tipContainer	{z-index:10000; position: absolute; height: 22px; color: #fff;  font-family: Tahoma; background: url(http://whdn.williamhill.com/cms/images/tt-arrow-up.gif) no-repeat;}
	.tipText	{background: url(http://whdn.williamhill.com/cms/images/tt-top-l.gif) no-repeat; padding: 6px 0 0 5px; height: 22px; float:left;}
	.tipText a  	{color: #fff;}
	.tipCap		{background: url(http://whdn.williamhill.com/cms/images/tt-top-r.gif) no-repeat 0 -1px;  height: 22px; width: 4px; float: left;}


/* GENERIC SITE MESSAGES - GENERATED FROM MODULE */
.siteMessages {
	background:url(http://whdn.williamhill.com/cms/images/message-bg.gif) repeat;
	height:41px;
	padding:0px 10px;
	font-size:1.2em;
	font-weight:bold;
	color:#015079;
	display: none;
	clear:both;
}

.siteMessages #leftMessage {
	float:left;
	height:40px;
	overflow:hidden;
	width:930px;
}

.siteMessages #rightMessage {
	float:right;
}
#rightMessage a {
	background:url(http://whdn.williamhill.com/cms/images/message-x.gif) no-repeat scroll top;
	display:block;
	height:41px;
	width:30px;
	text-decoration:none;
}
#rightMessage a:hover {
	background-position:center bottom;
}




#contentMainPadding {padding:9px;}

#contentMainPadding p {
	color:#000000;
	font-size:1.1em;
	margin:10px 0px 0px 0px;
	padding:0 35px 0 0;
}

#contentMainPadding ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	padding:0 35px 0 20px;
	margin:0px;
}

#contentMainPadding li {
	font-size:1.1em;
	border:none;
	padding:4px;
	list-style-type:square;
}

/*---------------------------------------BALANCE DROP DOWN-------------------------*/

.userHighlight{margin-top: -4px}

#balanceDisplay{position: relative; width: 300px; padding-bottom: 20px; display: block; float: left;  text-align: left; height: 15px;  width: auto; background-position: left top}

#balanceDisplay .mainBalance{display: block; float: left; width: 90px;}
#userDetails li#balanceDisplay span.mainBalanceValue {background: url(http://sports.williamhill.com/ob/static/cust/images/en/userHighlightRight.jpg?ver=89752e49593d625b26153e163d936498) top right no-repeat; padding: 5px 8px 8px 1px; margin-top: -5px; float: left; width: 103px}

#balanceDropDown{display: none}
#balanceDisplay:hover #balanceDropDown, #balanceDisplay.sfhover #balanceDropDown{
display: block;
position: absolute;
	top: 0;
	left: 0;
	background:  url(http://sports.williamhill.com/ob/static/cust/images/en/balanceBG.jpg?ver=89752e49593d625b26153e163d936498) top repeat-x;
	margin-top: 22px;
	margin-left: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	border: 1px solid #1A6A91;
	z-index: 9999;

}

ul#balanceDropDown{margin: 0; padding: 0; text-align: left}

#balanceDisplay ul#balanceDropDown li{ display: inline-block; width: 200px; text-align: left;  padding: 4px 0 4px 8px; margin: 0; border-top: 1px solid #1A6A91; }

#balanceDisplay ul#balanceDropDown li div{display: block; float: left; width: 90px}
#balanceDisplay ul#balanceDropDown li span{float: left; display: block; }

#balanceDisplay ul#balanceDropDown li .balanceHelp{display: block; float: right; padding-right: 8px;}

#balanceDisplay ul#balanceDropDown li.transferFunds {margin-bottom: 0px;}

http://whdn.williamhill.com/cms/index.php/css=site/root_site_cdn/?v=1-9

body{
	/* background: #00486e url(http://whdn.williamhill.com/cms/images/splashBG.jpg) top repeat-x; */
	background-color: #00486e;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
}

p 
{
	line-height: 1.6em;
	font-size: 12px;
}

#root_site #contentCenter{background: #002335}
#root_site #contentHolder{border: 1px solid #002335; padding: 4px 0 4px 4px; background: #001b2c}

a#productLink1 {display: block; background: url(http://whdn.williamhill.com/cms/images/root2/site/casino-btn.gif) top no-repeat; width: 465px; height: 48px; float: left; text-indent: -2000px;}
a#productLink2{display: block; background: url(http://whdn.williamhill.com/cms/images/root2/site/livecasino-btn.gif) top no-repeat; width: 465px; height: 48px; float: left; text-indent: -2000px; margin-left: 21px}

#productLinkHolder a:hover{background-position: bottom}

#legalHolder {background-color:#FFFFFF; padding:10px; font-size:1.3em}

#legalHolder p {line-height: 1.6em; margin-top:10px;}
#legalHolder h2 {line-height: 1.6em; margin-top:10px; border-bottom:2px solid #00486e; color:#111111; font-size:1.8em;font-weight:100;letter-spacing:-1px;margin:4px 0 8px;padding:4px 0 8px;}

#legalHolder h3 {border-bottom:1px dotted #00486e;clear:both;color:#111111;font-family:Arial,Helvetica,sans-serif;font-size:1.3em;font-weight:bold;letter-spacing:normal;margin:20px 0 10px;padding:2px 0 2px 0;}

#legalHolder ul {list-style-position:inside; list-style-type:disc;}
#legalHolder li {margin-top:10px;}

#featureHolder{ border: 1px solid #12426C; margin: 0 5px 0 1px; padding: 1px; }
#featureHolder a { text-decoration:none; }
#featureHolder span { display:block; float:left; clear:both; color:#ffffff; font-weight:bold; }
#featureHolder span.allTitleHolder { position:absolute; left:24px; top:45px;}
#featureHolder span.titleHolder { position:relative; clear:both; }
#featureHolder span.opaque{ background-color:#000000; opacity:0.4; filter:alpha(opacity=40); padding:1px 8px 1px 8px; }
#featureHolder span.opaque2{ background-color:#000000; opacity:0.6; filter:alpha(opacity=60); padding:1px 8px 1px 8px; }
#featureHolder span.subtitle0{ position:absolute; top:0; left:0; padding:1px 8px 1px 8px; }
#featureHolder span.subtitle2{ font-size:1.5em; }
#featureHolder span.subtitle3{ text-transform: uppercase; font-size:2.7em; font-weight:100; }

#featureHolder span.splashBtnBig{ color:#ffffff; text-transform: uppercase; text-decoration:none; font-size:1em; font-weight:bold; text-align:center; float:left; margin-top:20px; height:35px; width:200px; display:block; padding:0 6px 0 0; background:url(img/splashBtnBigRight.gif) top right no-repeat; }
#featureHolder span.splashBtnBig span.splashBtnBig2{ background:url(img/splashBtnBigLeft.gif) no-repeat; top:0; left:0; height:35px; width:185px; cursor:pointer; display:block; position:relative;  padding:0 6px 0 12px; line-height:35px; text-align:center; font-size:1.5em; }

#featureHolder  a:hover span.splashBtnBig{ background:url(img/splashBtnBigRight.gif) bottom right no-repeat; text-indent:none; }
#featureHolder  a:hover span.splashBtnBig span.splashBtnBig2{ background:url(img/splashBtnBigLeft.gif) bottom left no-repeat; text-indent:none; }

.contentBar{margin: 7px 0 7px 0;} 

.contentBar a:link, .contentBar a:visited, .contentBar a:active{
	color: #fff;
	text-decoration: none;
	float:left;
	background: url(http://whdn.williamhill.com/cms/images/dotSpacer.gif);
	width: 235px;
}

.contentBar ul li{
	clear: none;
	float: left;
	width: 237px;
	margin-right: 10px;
	color: #FFF;
	padding: 0;
	display: block;
	border: 1px solid #12426c;
	position:relative;
}
.contentBar ul li.end{
	margin-right: 0px;
	width: 237px;
}
.contentBar ul li img{
	margin: 2px ;
}

.contentBar ul{margin-left: 1px;}
.contentBar ul li{width: 235px; height: auto}
.contentBar a:link, .contentBar a:visited, .contentBar a:active{width: 231px}
.contentBar ul li.end{margin-right: 0;width: 319px;}
.contentBar ul li img{width: 231px;height: 99px;display: block}
		
.contentText {
	margin: 5px 5px 0 0 ; 
	padding : 10px 10px 0 10px; 
	font-size: 1.1em;
	color: #fff;
	background-color: #042a41;
	border: 1px solid #12426C;
}
.contentText p{
	margin-bottom: 10px;
}

.contentText a, .contentText a:active, .contentText a:visited{
	color: #00AEEF;
}

.contentBar span {font-size: 1.1em; padding: 0 10px 0 0; line-height: 1.2em;}
.contentBar h3 {padding: 5px 0 4px 7px; margin: 1px 1px 1px 1px; color: #fff; font-size: 1.4em; font-weight: bold; background: url(img/h3-bg.gif) repeat-x;}

span.subtitle{ display:block; font-size:1.5em; position:absolute; top:46px; left:18px; }

span.splashBtn{ color:#ffffff; text-transform: uppercase; text-decoration:none; font-weight:bold; position:absolute; top:83px; left:18px; height:20px; display:block; padding:0 6px 0 0; background:url(img/splashBtnRight.gif) top right no-repeat; }
span.splashBtn span.splashBtn2{ background:url(img/splashBtnLeft.gif) no-repeat; display:block; padding:0 6px 0 12px; line-height:20px; text-align:center; }

.contentBar a:hover span.splashBtn{ display:block; background:url(http://whdn.williamhill.com/cms/images/root/site/splashBtnRight.gif) bottom right no-repeat; text-indent:none; }
.contentBar a:hover span.splashBtn span.splashBtn2{ background:url(http://whdn.williamhill.com/cms/images/root/site/splashBtnLeft.gif) bottom left no-repeat; cursor:pointer; text-indent:none;  }

#productBarB ul li.splashOn{width: 373px;}

#productBarB h2{padding: 0 0 6px 0; margin: 0; color: #FFF; font-size: 2em}
#productBarB p{ font-size: 1.1em; padding: 0 2px 0 0; width: 160px; color: #FFF}
#productLinkHolder{ overflow: auto; height: 1%; padding: 10px 0 8px 13px; margin-right: 4px; background-color:#010a10; }

#footerContent{
	background: none;
}

.col_main {
	background-color:#FFFFFF;
	margin:9px;
	padding:9px;
}

#footer {
	background-color: #567E3A;
}


/*------------------------------------------------- SHOP LOCATOR -------------------------*/

.address { 
	background-color: #f6f7fa;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	vertical-align: text-top;
	line-height: normal;
	width: 260px;
	min-width: 260px;
	max-width: 260px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.lists { 
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	background-color: #f6f7fa;
	line-height: 21px;
	font-size: 12px;
}

/*------------------------------------------------- 404 -------------------------*/

#contentMain404 {
	padding:20px;
	font-size:1.2em;
	background-color:#FFFFFF;
	color:#000000;
}
#contentMain404 p {
	margin:0px;
	padding:5px 0px;
}
#contentMain404 h1 {
	padding:0px;
	margin-top:6px;
	margin-bottom:10px;
}

#contentMain404 ul {
	list-style-type:disc;
	list-style-position:inside;
}
#contentMain404 li {
	padding:2px 2px 2px 10px;
}
#contentMain404 a {
	text-decoration:underline;
}
#contentMain404 a:hover {
	text-decoration:none;
}
/*------------------------------------------------- Market Tabs -------------------------*/
#new_tabs {
display:block;
height:29px;
margin:0;
position:absolute;
right:0;
top:0;
width:482px;
}
#new_tabs li {
display:inline;
list-style-type:none;
margin-left:1px;
}
#new_tabs li a {
background-image:url(img/menu.gif);
background-repeat:no-repeat;
display:block;
float:left;
height:29px;
width:99px;
}
#new_tabs li a span {
display:none;
}
#new_tabs li#wh_tab a {
background-position:0 100%;
margin-right:1px;
}
#new_tabs li#wh_tab a:hover, #new_tabs li#wh_tab a.active {
background-position:0 0;
}
#new_tabs li#casino_tab a {
background-position:-99px 102%;
width:92px;
}
#new_tabs li#casino_tab a:hover, #new_tabs li#casino_tab a.active {
background-position:-99px 0;
}
#new_tabs li#poker_tab a {
background-position:-192px 102%;
width:90px;
}
#new_tabs li#poker_tab a:hover, #new_tabs li#poker_tab a.active {
background-position:-192px 0;
}
#new_tabs li#bingo_tab a {
background-position:-282px 102%;
width:92px;
}
#new_tabs li#bingo_tab a:hover, #new_tabs li#bingo_tab a.active {
background-position:-282px 0;
}
#new_tabs li#sport_tab a {
background-position:-374px 102%;
width:94px;
}
#new_tabs li#sport_tab a:hover, #new_tabs li#sport_tab a.active {
background-position:-374px 0;
}

/*------------------------------------------------- Market Tabs -------------------------*/
img.border {border:5px solid #FFFFFF}
div.middle{padding:120px 3px 20px 3px}

