/*Graphico Front End Starter Kit - it's the Bees Knees*/

/* -- Generic Initiation items not covered in "undothml.css" -- */

html
{
   
}

body
{
    text-align: center;
    font-family: Arial,Verdana,sans-serif;
    background-color: #fff;
    min-width: 1180px;
}


#wrap { font-size: 1.2em; }
.pageContent p { font-size: 1.166em; }

u
{
    text-decoration: none;
}
legend
{
    display: none;
}

.invisible
{
    display: none;
}
.hide
{
    position: absolute;
    top: -9999px;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.clearBoth
{
    clear: both;
}
/*	Clearfix method for floated elements	*/
.clear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*	IE7 hack */
.clear
{
    display: inline-block;
}
.clear
{
    display: block;
}
/*	Clear floats on a background */
.theBreaker
{
    height: 0.005em;
    clear: both;
    overflow: hidden;
}
/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */
.replace
{
    position: relative;
    margin: 0px;
    padding: 0px; /* hide overflow:hidden from IE5/Mac */ /* \*/
    overflow: hidden; /* */
}
.replace span
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1; /*for Opera 5 and 6*/
}
/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span
{ 
	width:300px;
	height:100px; 
	background-image: url(head.png); 
} 
*/


/* begin normal CCS*/

/*
    Pepsi Wildside Stylesheet
    Jesper Hills for GraphicoDMG, 09 March 2010
*/

p
{
    margin-bottom: 1em;
    line-height:1.4;
    color: #a6a6a6;
}

h1
{
    font-size: 2.0em;
    margin-bottom: 0.8em;
    color: #fff;
}

h2
{
    font-size: 1.6em;
    margin-bottom: 0.8em;
}

a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#flPlayer 
{
    top: 0;
    left: 0;
    width: 100%;  
    position: absolute;  
}

#content, #siteInformation 
{
    margin: 0 auto;
    text-align: left;
    width: 1152px; 
}

#content { position: relative; }


/* Panels */
.panels
{
    height: 125px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 50px;
}
.panels ul
{
    position: absolute;
    left: 0;
    top: 0;
    height: 125px;
    list-style: none outside;
    z-index: 2;
    text-align: center;
}
.panels ul li
{
    float: left;
    display: inline;
    margin: 0 5px;
}
.panels ul li a
{
    display: block;
}


/* Nav */

#primaryNavigation
{
    /*
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 100;
    */
}
#primaryNavigation ul li
{
    list-style: none outside;
    margin: 0 0 5px 0;
}

/*fish eye*/


#dockContainer { position: absolute; top: 160px; left: 6px;  z-index:100;}

#jqDock
{
    position: relative;
    bottom: 48px;
}


.logo
{
    width: 157px;
    height: 69px;
    overflow: hidden;
    text-indent: -999em;
    background: url(../../Images/logo.png) 0 0 no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
}

/* Footer */
#footer
{
    color: #666;
    font-size: 11px;
    float: left;
}
#footer a
{
    color: #666;
    text-decoration: none;
    line-height: 1.7em;
}
#footer a, #footer span
{
    line-height: 1.7em;
}
#footer a:hover
{
    text-decoration: underline;
}

/* popup */

div.popup
{
    font: 12px/15px Arial, sans-serif;
    color: #FFF;
    text-align: left;
    padding: 10px;
}
div.popup p, div.popup ol, div.popup ul
{
    margin: 10px 0 0;
}
div.popup a
{
    color: #E91E24;
}

/*added Stuart J 14/03/10*/


#mainContent
{
    width: 780px;
    margin: 0 auto;
}

/*home*/

body#home
{
    background: #000;/* url(../../Images/Body/pageHomeBG.jpg) top center no-repeat;*/
}

body#home #mainContent
{
    height: 200px;
    position:relative;
}

/*class of video page*/

body.pageVideo
{
    background: #000 url(../../Images/Body/pageVideoBG.jpg) top center no-repeat;
}

body.pageVideo #mainContent
{
    height: 560px;
    background-color: lime;
    position: relative;
}

#videoPlayer
{
    /*background-color: pink;
    position: absolute;
    top: 60px;
    left: 56px;*/
}

/*class of football page*/

body.pageFootball
{
    background: #000 url(../../Images/Body/pageFootballBG.jpg) top center no-repeat;
}

body.pageFootball #mainContent, body.pageWin #mainContent
{
    height: 665px;
    /*background-color: aqua;*/
    position: relative;
}

body.pageWin #mainContent
{
    width: 984px;
}

body#home #content
{
    padding-top: 465px;
}


/*class of music page*/

body.pageMusic
{
    background: #000 url(../../Images/Body/pageMusicBG.jpg) top center no-repeat;
}

body.pageMusic #mainContent
{
    height: 560px;
    background-color: orange;
    position: relative;
}

/*class of win page*/

body.pageWin
{
    background: #000 url(../../Images/Body/pageWinBG.jpg) top center no-repeat;
    position:relative;
}

body.pageWin #mainContent
{
    /*min-height: 560px;
    position: relative;
    width:100%;
    overflow:hidden;*/

}

/*class of win page*/

body.pageContent
{
    background: #000 url(../../Images/Body/pageContentBG.jpg) top center no-repeat;
    position:relative;
}

body.pageContent #mainContent
{
    min-height: 560px;
    position: relative;
}


/*site information*/
#siteInformation
{
    background: url(../../Images/transparentBG.png) 0 0 repeat;
    overflow: hidden;
    padding: 48px 0 0 0;
}
/*social*/

#share2
{
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 1000;
}

#share2 .links
{
    position: absolute;
    top: -43px;
    left: -290px;
    width: 340px;
    background: url(../../Images/links.png) top left no-repeat;
    height: 91px;
}

#share2 ul
{
    padding: 9px 10px 9px 0;
}

#share2 li
{
    float: left;
    margin-left: 10px;
}

#share2 li#close
{
    float: right;
}

#share2 li#close a
{
    width: 34px;
}


#share2 li a
{
    display: block;
    width: 56px;
    height: 56px;
}

#share
{
    float: right;
    overflow: hidden;
}

#share li
{
    float: left;
    height: 30px;
    background-image: url(../../Images/Social/socialSprite.gif);
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: 5px;
}

#share li a
{
    text-indent: -9999em;
    width: 100%;
    height: 100%;
    display: block;
}

#share li#twitter
{
    width: 30px;
    background-position: -30px 0;
}

#share li#facebook
{
    width: 30px;
    background-position: 0 0;
}

#share li#youtube
{
    width: 30px;
    background-position: -60px 0;
}

/*teasers*/
#mask
{
    overflow: hidden;
    width: 1152px;
    position: relative;
    z-index: 10; 
}

#subMask
{
    position: relative;
    left: -210px;
    width: 1382px;

}

#carouselControl  
{
    position: absolute;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
}


#carouselControl div     
{
    width: 37px; 
    height: 37px; 
    position: absolute; 
    top: 42px; 
    z-index: 101; 
    text-indent: -9999em;
    cursor: pointer;
    overflow: hidden;
}

#carouselControl .next  { background:url(../../Images/next.png) top left no-repeat; left: 0; }
#carouselControl .prev  { background:url(../../Images/prev.png) top left no-repeat; right: 0; }


.imgMask { display: block; top: 0; position: absolute; z-index: 100; }
#imgMaskLhd { left: 0; }
#imgMaskRhd { right: 0; }

#teasers { margin: 0 auto; }

#teasers .gutter img.related
{
    width: 49px;
    height: 55px;
    position:absolute;
    z-index: 100;
    top: -20px;
    right: -10px;
}

#teasers .jcarousel-list
{
    padding-top: 20px !important;
}

#teasers .gutter h4 
{
    font-weight: bold;
    padding-top: 5px;
    text-shadow: #fff 0 0 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 1.6em;
}

#teasers .gutter a  
{
  position: relative; 
  width: 100%;
  height: 100%;
  display:block; 
}

#teasers .fugure img  
{
  position: relative; 
  width: 100%;
  height: 100%;
  display:block; 
}

#teasers .gutter a:hover
{
    text-decoration: none;
}

#teasers .gutter .more 
{
    position: absolute;
    height: 18px;
    width: 18px;
    right: -5px;
    bottom: 10px;
}

/*competition Form and generic content concepts*/

.box
{
    width: 62% !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;  
}


.pageContent #mainContent
{
    background:url(../../Images/transparentBG.png);
    color: #a6a6a6;
    padding: 20px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    position:relative;
    z-index:100;
    margin-bottom: 24px;
    width: 472px;
    margin: 0 auto;
}

#competitionForm p
{
    line-height: 2;
}

#competitionForm p.question
{
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.8em;
    background: url(../../Images/formBorder.png) left top repeat-x;
    padding-top: 10px;
}

.pageContent #mainContent .standFirst
{
    background: url(../../Images/formBorder.png) left top repeat-x;
    padding-top: 10px;
}

#competitionForm input,
#competitionForm select
{
    border: 0 none;
    background-color:#575757;
    color: #ffffff;
    padding: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

#competitionForm .checkbox
{
    display:block;
    margin-bottom: 0.3em;
}

#competitionForm .checkbox input,
#competitionForm input.imageButton
{
    border: 0 none;
    background-color:transparent;
}

#competitionForm .checkbox label
{
    font-size: 1.8em;
}
#competitionForm input.imageButton
{
    float:right;
}

#competitionForm fieldset
{
    border: 0 none;
    padding: 0px 0 20px;
    margin-bottom: 20px;
    background: url(../../Images/formBorder.png) left bottom repeat-x;
    position:relative;
}

#competitionForm #callout
{
    width: 19px;
    height: 24px;
    background: url(../../Images/Box/calloutBG.gif) 0 0 no-repeat;
    position:absolute;
    bottom: -24px;
    left: 50px;
    z-index:100;
}

#competitionHeading, #competitionHeading span
{ 
	width:356px;
	height:225px; 
	background-image: url(../../Images/Headings/competitionHeading.png); 
} 

#competitionHeading 
{
    text-indent: -9999em;
    margin-bottom: 20px;
    margin-top: 63px;
}

#termsHeading, #termsHeading span
{ 
	width:466px;
	height:163px; 
	background-image: url(../../Images/Headings/termsHeading.png); 
} 

#termsHeading 
{
    text-indent: -9999em;
    margin-bottom: 20px;
    margin-top: 59px;
    margin-left: -50px;
}

#privacyHeading, #privacyHeading span
{ 
	width:434px;
	height:225px; 
	background-image: url(../../Images/Headings/privacyHeading.png); 
} 

#privacyHeading 
{
    text-indent: -9999em;
    margin-bottom: 20px;
    margin-top: 59px;
    margin-left: -50px;
}

#linkTermsAndConditions,
#linkPrivacy
{
    position:absolute;
    right:10px;
    top:143px;
    z-index:100;
}
#signupHeading, #signupHeading span
{ 
	width:465px;
	height:271px; 
	background-image: url(../../Images/Headings/signupHeading.png); 
} 

#signupHeading 
{
    text-indent: -9999em;
    margin-bottom: 20px;
    margin-top: 59px;
    margin-left: -50px;
}
#thanksHeading, #thanksHeading span
{ 
	width:404px;
	height:255px; 
	background-image: url(../../Images/Headings/thanksHeading.png); 
} 

#thanksHeading 
{
    margin-bottom:20px;
    margin-left:-33px;
    margin-top:3px;
    text-indent:-9999em;
}
#fraudHeading, #fraudHeading span
{ 
	width:474px;
	height:208px; 
	background-image: url(../../Images/Headings/fraudHeading.png); 
} 

#fraudHeading 
{
    text-indent: -9999em;
    margin-bottom: 20px;
    margin-top: 6px;
    margin-left: -50px;
}

/*win teasers*/

#winTeasers
{
    margin: 0 auto;
    padding-top: 95px;
    text-align: center;
}

#winTeasers li
{
    width: 300px;
    background:url(../../Images/Winteasers/winTeaserShadow.png) left bottom no-repeat;
    padding-bottom: 50px;
    text-align: left;
}

#homePanels li, #home #teasers li
{
    text-align: left;
}

.winTeaser
{
    width: 300px;
    height: 475px;
    position:relative;
    float: left;
    z-index: 1;
}

.current
{
    z-index:100;
}

.winTeaserCover
{
    width: 260px;
    height: 421px;
    margin: 0 20px;
    position:relative;
}

.winTeaserCover .cover
{
    z-index:100;
    position:absolute;
}  

.winTeaserCover .more
{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    text-indent: -999em;
    z-index:100;
    bottom: 0;
    right: 0;
    outline: 0 none;
}

.winTeaserCover .more:link
{
    outline: 0 none;
}

.winTeaserInformation
{
    height: 421px;
    position:absolute;
    top: 0;
    left: 0;
    overflow:hidden;
}

.current .winTeaserInformation
{
    overflow:visible;
}

.winTeaserInformation .jScrollPaneContainer 
{
    margin-top: 21px;
}

a.enterNow, a#trg
{
    width: 99px;
    height: 118px;
    background:url(../../Images/WinTeasers/linkEnterNow.png) 0 0 no-repeat;
    position: absolute;
    right: 10px;
    text-indent: -9999em;
    z-index: 100;
    outline: 0 none;
    bottom: -32px;
}

a.visitNow, a.gda, a.info
{
    width: 99px;
    height: 118px;
    background:url(../../Images/WinTeasers/linkVisitNow.png) 0 0 no-repeat;
    position: absolute;
    right: 10px;
    text-indent: -9999em;
    z-index: 100;
    outline: 0 none;
    bottom: -32px;
}

a.gda
{
    background:url(../../Images/WinTeasers/linkGda.png) 0 0 no-repeat;
}

a.info
{
    background:url(../../Images/WinTeasers/linkInfo.png) 0 0 no-repeat;
}

.winTeaserInformation .gutter { padding: 2px; }

.winTeaserInformation h2 { margin-bottom: 0.437em;}

a.shareThis
{
    width: 76px;
    height: 81px;
    background:url(../../Images/Social/Share/shareThisSmall.png) 0 0 no-repeat;
    position: absolute;
    bottom: 17px;
    left:0;
    text-indent: -9999em;
    overflow: hidden;
}

.winTeaserCover img { width: 260px; }

.winTeaserInformation .container
{
    height: 299px;
    overflow: auto;
}

.winTeaserInformation .container *
{
    padding-right: 20px;
}

.winTeaserInformation .container * *
{
    padding-right: 0;
}

/*share this links*/



.winTeaserInformation .share
{
    position:absolute;
    bottom:-85px;
    left:-300px;
    overflow:hidden;
}
    

.share
{
    background:url(../../Images/transparentBG.png);
    overflow:visible;
    padding: 10px;
    border: 1px solid #656565;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 100;
    width: 460px;
}

.share .close
{
    float: right;
    margin: 0 5px;
}

.share ul
{
    float: left;
    margin: 0;
}

.share li
{
    float: left;
    margin: 0 5px;
}

/*share large - used once in a page*/

#shareLarge
{
    width: 141px;
    height: 176px;
    position:absolute;  
}

#shareLarge .share
{
    overflow:hidden;
    position:absolute;
    top: -30px;
    left: -450px;
}

#shareLarge .shareThis
{
    background:url(../../Images/Social/Share/shareThisLarge.png) 0 0 no-repeat;
    width: 141px;
    height: 176px;
    display: block;
    text-indent: -9999em;
}

/*position for the share large is different for all class of pages*/
.pageFootball #shareLarge
{
    top: 140px;
    right: 0;
}

#competitionForm #shareLarge
{
    top: 92px;
    right: 0;
}


#secondaryNav 
{
    text-align: center;
    margin-top: 25px;
}

#secondaryNav li
{
    display: inline;
}

#videoPlayer
{
    padding-top: 38px;
    padding-bottom: 34px;
    text-align: center;
}

#videoPlayer .gutter
{
    width: 621px;
    margin: 0 auto;
    height: 405px;
    /*background: url("../../Images/shadow.png") top left no-repeat; */ 
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7); 
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7); 
    -box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.7);   
    background: #000;
    position: relative;
}

#player { position: relative; z-index: 10; }

#sldr 
{
    text-align: left;
    position: absolute;
    z-index: 100;
}

#sldr .gutter 
{
    position: relative;
    z-index: 100;
    padding: 28px 32px 8px 17px;
}

#sldr .ft 
{
	position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    padding-bottom: 50px;
}

#sldr .gutter .container h2  
{
	text-shadow: #aaa 0 0 5px; 
}

/*homePanels*/

#homePanels
{
    text-align: center;
    margin: 0 auto;
    width: 975px;
}


#homePanels li, #home #teasers
{
    display: block;  
    top: 0;
    cursor: pointer;
    position: relative;
}

/*
#homePanels .gutter, #home #teasers .gutter
{
    margin: 0 9px;
    height: 121px;
    background-color: transparent !important;
    background-image: url(../../Images/transparentBG.png) !important;
    background-repeat:repeat;
    margin-top: 30px;
}

#home #teasers .gutter h4, #home #teasers .gutter p,
#homePanels .gutter h4, #homePanels .gutter p  
{
    color: #ccc;
    padding: 0 5px;
}

#homePanels .gutter h4, #home #teasers .gutter h4
{
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-top: 5px;
    font-size: 2em;
    text-shadow: #aaa 0 0 5px;
    color: #fff;

}

#homePanels .gutter p, #home #teasers .gutter p 
{
    font-size: 0.8em;
    padding-bottom: 5px;
}

#homePanels .gutter a, #home #teasers .gutter a 
{ 
  position: relative; 
  width: 100%;
  height: 100%; display:block; 
}
                        
#homePanels .gutter a:hover, #home #teasers .gutter a:hover
{
    text-decoration: none;
}

#homePanels .gutter .more, #home #teasers .gutter .more 
{
    position: absolute;
    height: 18px;
    width: 18px;
    right: -5px;
    bottom: 10px;
}

#homePanels .gutter img.related, #home #teasers .gutter img.related
{
    position: absolute;
    z-index: 100;
    top: -20px;
    right: -10px;
}

#homePanels li p, #home #teasers li p
{
    width: 70%;
}
*/

#sldr { background:url(../../Images/sldr.png) top right no-repeat;  }

#sldr h2 { font-size: 1.25em; margin-bottom: 1.12em; text-transform: uppercase; font-weight: bold; }

#sldr p { color: #a6a6a6; }

#sldr table 
{
    width: 200px;
    margin-bottom: 1.4em;
    border-collapse: collapse;
}

#sldr table td, #sldr table th
{
    border-top: solid 1px #A6A6A6;
    padding: 4px 0;
    border-collapse: collapse;
}

#sldr a         { color: #fff; }
#sldr a:hover   { text-decoration: none; }

#sldr .scroll { height: 290px; overflow-y: scroll; padding:5px; }

/*link on home page to Max Wildside*/
#linkMaxYourWildSide
{
    background:url("../../Images/Buttons/homeEnterNow.png") no-repeat scroll 0 -200px transparent;
    display:block;
    height:183px;
    position:absolute;
    right:155px;
    text-indent:-999em;
    top:284px;
    width:148px;
}

#linkMaxYourWildSide:hover,
#linkMaxYourWildSide:focus
{
    background-position: 0 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

/*generic ordered list*/
#mainContent .genericList
{
    line-height: 1.4;
    margin-bottom: 1.4em;
}

#mainContent .genericList li
{
    margin-bottom: 0.8em;
    font-weight:bold;
    color:#fff;
}

#mainContent .genericList li li
{
    font-weight: normal;
    color:#A6A6A6;
}

#mainContent ul.genericList
{
    list-style-type:disc;
    list-style-position:inside;
}

#mainContent ul.genericList li
{
    font-weight: normal;
    color:#A6A6A6;
}

.pageContent #mainContent h2
{
    color: #fff;
}

#sldr .closed p 
{
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
}
/*errors on forms*/

.errors ul
{
    list-style-type: disc;
    list-style-position:inside;
    color: #E81E25;
    margin-bottom: 1em;
    line-height: 1.4;
}

.noFlash 
{
    background: #000;
    padding: 10px;
    text-align: left;
}

.noFlash a
{
    text-decoration: underline;
}


.noFlash h3
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1.16em;
}


.noFlash dt, .noFlash dd
{
    margin: 0 10px 0.5em 10px;
    line-height: 1.4em;
}


.noFlash dt
{
    margin-left: 0;
}


#teasers .figure  
{
    padding: 0 4px; 
    position: relative;
}

.caption  
{
    background: url("../../Images/caption.png") top left repeat-x; 
    width: 307px;    
    left: 4;
 }

.caption h4, .caption p  
{
    text-align: left; 
    color: #fff; 
}

.caption .gutter { padding: 0 10px 5px 10px;  }

#sldr .close 
{
    width: 15px;
    height: 15px;   
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 5px 28px 0 0;
    z-index: 101;
    cursor: pointer;
    background: url("../../Images/close.gif") top left no-repeat; 
    text-indent: -999em;
    overflow: hidden;
}


.products .jcarousel-prev,
.products .jcarousel-next
 {
    display: none !important;       
 }
