@CHARSET "UTF-8";
/*
    * global settings
    * layout elements
    
    * registration / login form
    * checkbox
    * radiobutton
    * inputfields
    * positioning character
    * dropdown

    
    
    * settings for landing page only
    * settings for startpage only
        * game tour
        
    * warnings
    
*/


/*
    ------ for special marketing campaings look for
        * adventurer
    
*/

/* ----------------- global settings ---------------------- */
* { padding:0; margin:0; }

body,
html {
    height: 100%;
}

body {
    /*background: url(startpage/bodyBG.jpg) 50% 0 no-repeat;*/
    background: url(startpage/bodyBG_adventurerWinter.jpg) 50% 0 no-repeat;
    background-color: #000000;
    font-size:12px;
    color:#553910;
    font-family:Arial,Helvetica,sans-serif;
    }
    
body#landingpage{
     background: url(landingPage/bodyBG_adventurer.jpg) 50% 0 no-repeat;
     background-color: #000000;  
}    
    
.positioningNetworkbar {
    height:32px;
}

a, a:link {
    color: #a8430c; 
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    }

a:hover, a:active {
    color: #d1530f;
    cursor: pointer; 
    }

a img {
    border: none;
    }

h1 {
    font-size: 0px;
    text-indent: -10000px;
    }

h2 {
    font-size: 16px;
    }

.clr {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    }
    
.bold{
    font-weight: bold;
}

.floatLeft {float: left;}

.floatRight {float: right;}

.error {
    color: #c90b03;
    }

.hideElements {
    position: absolute;
    top: 88px;
    left: 39px;
    background: rgb(237,217,176);
    width: 209px;
    height: 290px;
    z-index: 1000;
    }

.loadingIcon { 
    width:100%;
    margin-top: 2px;
    background:url(landingPage/loadingIcon.gif) center center no-repeat;
    display:block;
    min-height: 18px;
    }

.hidden {
    display: none !important;
}

/* ----------------- layout elements ---------------------- */

#contentPositioner {
    margin:0 auto;
    position: relative;
    }
    
.landingpage #contentPositioner {
    height: 602px;
    }
    
#contentWrapper { 
    margin: 0 auto;   
    position: relative; 
    width: 1000px; 
    min-height: 602px;
    } 
    
.landingpage #contentWrapper { 
    /*background: url(skin/landingPage/uspBG.png) center bottom no-repeat;*/
    min-height: 616px;
    } 

#header {
    background: url(landingPage/redBanner.png) 50% 0 no-repeat;
    width:495px;
    height:121px;
    position: relative;
    left: 35px;
    z-index: 300;
    top: 5px;
    }
    
.landingpage #header {
    left: 175px;
    z-index: 103;
    }

#header img {
    position: relative;
    left: 140px;
    top: -18px;
    }

.footerMenu {
    color: #868686;
    font-size: 11px;
    margin: 0 33px 20px 5px;
    padding: 0px 15px;
    text-align: center;
    }

.footerMenu p {
    margin-bottom: 10px;
    line-height: 18px;
    }
    
.landingpage .footerMenu {    
    height:17px;
    left:560px;
    overflow:hidden;
    position:absolute;
    text-align:right;
    top:533px;
    width:318px;
    padding: 0;
    }

.footerMenu a {
    padding-left: 10px;
    font-weight: normal;
    color: #868686;
    text-decoration: underline;
    }

.footerMenu a:hover, .footerMenu a:focus, .footerMenu a:active  {
    color: #a9a9a9;
    }   
    
.landingpage .copy{
    display: block;
    color:#868686;
    font-size:11px;
    height:30px;
    left:0px;
    overflow:hidden;
    position:relative;
    text-align:center;
    top:58px;
    width:225px;
    padding: 0 40px;
    }
    
.landingpage .login{
    display:block;
    font-size:11px;
    height:30px;
    left:17px;
    overflow:hidden;
    padding:0 40px;
    position:relative;
    text-align:center;
    top:4px;
    width:185px;
    }

/*noscript warning*/
.noscriptWarning {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background-color: #fff;
    padding: 10px 0;
    border-bottom: solid 1px #000; 
    }

/*registration section and registration form*/
.registration {
    background: url(registrationForm/formHeader.png) 0 0 no-repeat;
    width: 289px;
    position: absolute;
    top: 90px;
    left: 135px;    
    z-index:200;
    }
    
.landingpage .registration {  
   left:276px;
   top:100px;
   z-index:102;
   }
    
.registration .headline {
    width: 240px;
    padding: 10px 25px;
    background: url(registrationForm/formTileBG.png) 0 0 repeat-y;
    text-align: center;
    margin-top: 35px;
    max-height: 30px;
    overflow: hidden;
    }
    
.landingpage .registration .headline {
    margin-top: 26px;
    }    

.registration .headline h2 {
    color: #fffcbc;
    font-size: 14px;
    font-weight: bold;
    }

.registration .contentHeader {
    width: 289px;
    height: 17px;
    background: url(registrationForm/formContentHead.png) 0 0 no-repeat;
    } 
    
.registration .contentBody {
    width: 289px;
    background: url(registrationForm/formBody.png) 0 0 repeat-y;
    }  

.registration .contentFooter {
    background: url(registrationForm/formFooter.png) 0 0 no-repeat;
    width: 289px;
    padding-top: 78px;    
    height: 185px;
    }  
    
.landingpage .registration .contentFooter {
   background:url(landingPage/formFooter.png) 0 0 no-repeat;
   height:186px;
   margin-left:-8px;
   padding:0; 
   width:305px;
    } 

.registration .loadingIcon {
    margin-top: 45%;
    }

.registrationForm .section,
#lostPassword .section {
    margin-bottom: 10px;
    width: 198px;
    margin-left: 38px;
    padding: 0 0 0 12px;
    position: relative;
    clear: left; 
    background: url(registrationForm/semitransparentSectionBG.png) 0 0 repeat-x;
    }

.registrationForm .section.agb {
    min-height: 25px;
    }

.registrationForm .section.confirmation {
    margin-bottom: 0px;
}

.registrationForm .section.login {
    margin-bottom: 0;
}

.registrationForm .section.login a {
    font-size: 18px;
}

.registrationForm .section.serverSelect {
    /* fix IE7 display bug */
    position: relative;
    z-index: 2;
}

.server, input, select {
    border:1px solid #553910;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff url(landingPage/inputFieldBG.png) 0 0 repeat-x;
    height: 19px; 
    line-height: 19px; 
    width: 180px;
    color: #553910; 
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 4px;
    }
    
label { 
    font-weight: bold; 
    text-align: left;
    display: block;
    }

#lostPassword {
    background: rgb(237, 217, 176);
    width: 210px;
    height: 300px;
    padding: 3px;
    overflow: hidden;
}

#lostPassword .section {
    margin-left: 0;
}

#lostPassword .registerButton {
    height: 28px;
    font-size: 13px;
    line-height: 22px;
}

#lostPassword a.registerButton:hover {
    background-position: 0 100%;
}

/* checkbox */
.section.checkboxSelection {
    float: left; 
    }

.checkboxSelection .checkbox {
    width: 17px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 8px;
    border:none;
    }

.checkboxSelection label {
    display: block;
    width: 160px;
    float: left; 
    }

.checkbox {
    display: block;
    width: 17px;
    height: 16px;
    background: url(landingPage/icons.png) 0 -32px no-repeat;
    }

.checkboxSelected {
    display: block;
    width: 17px;
    height: 16px;
    background: url(landingPage/icons.png) 0 -49px no-repeat !important;
    }

.checkboxSelection #agb.error {
    display: block;
    width: 17px;
    height: 16px;
    background: url(landingPage/icons.png) 0 -66px no-repeat;
    }

/* radiobuton */
.registrationForm  .section.radiobuttons {
    float: left;   
    margin-bottom: 5px;
    }
    
.radiobuttonWrapper {
    float: left; 
    padding-bottom: 5px;
    }

.radiobuttonWrapper .radiobutton {
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    margin-right: 8px;
    border:none;
    width: 13px;
    height: 13px;
    background: url(landingPage/icons.png) 0 -96px no-repeat;
    }

.radiobuttonWrapper .selected {
    display: block;
    width: 13px;
    height: 13px;
    background: url(landingPage/icons.png) 0 -111px no-repeat !important;
    }

.radiobuttonWrapper label {
    display: block;
    width: 160px;
    float: left; 
    }

/* inputfields */
input.focus {
    background-color:#ebd9b1;
    }

input.error {
    background-color:#f8dfde;
    border:1px solid #c90b03;
    }

.infoTextbox {
    display: block;
    box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 300px;
    padding: 5px;
    background-color: #fff;
    border: solid 3px #a38b55;
    position: absolute;
    top: 14px;
    left: 200px;
    z-index: 5000;
    }

.infoTextboxArrow {
    width: 10px;
    height: 16px;
    background: url(landingPage/icons.png) 0 0 no-repeat;
    position: absolute;
    top: 5px;
    left: -10px;
    }

.error .infoTextboxArrow {
    background: url(landingPage/icons.png) 0 -16px no-repeat;
    }

.infoTextbox.error {
    color: #553910;
    border: solid 3px #c90b03;
    }

/* --------- positioning character --------- */
.character {
    position: absolute;
    top: 19px;
    left: 0;
    width: 180px;
    height: 550px;
    z-index: 400;
    /*background: url(character/characterNormal.png) -60px top no-repeat;*/
    background: url(character/characterNormal_adventurer.png) -59px top no-repeat;
    }

.characterBG {
    position: absolute;
    top: 502px;
    left: -90px;
    width: 346px;
    height: 96px;
    z-index: 100; 
    background: url(startpage/characterBG.png) 0 0 no-repeat;
    }

/* normal */
/*.landingpage .character {
    position: absolute;
    top: 43px;
    left: 60px;
    width: 243px;
    height: 550px;
    z-index: 400;
    background: url(character/characterNormalLandingPage.png) 0px top no-repeat;
    }*/

/* adventurer */    
.landingpage .character {
    position: absolute;
    top: 14px;
    left: 0px;
    width: 324px;
    height: 590px;
    z-index: 400;
    background: url(character/characterNormalLandingPage_adventurer.png) -25px top no-repeat;
    }

/* normal character
.characterPart2 {
    background: url(startpage/bgCharacterAndRibbon.png) center 19px no-repeat;
    height: 743px;
    }*/

/* adventurer */
.characterPart2 {
    background: url(startpage/bgCharacterAndRibbon_adventurer.png) center 19px no-repeat;
    height: 900px;
    margin-top: 12px;
    }

.characterPart2.landingpage {
    background: url(startpage/bgCharacterPart2LandingPage_adventurer.png) center -4px no-repeat;
    height: 608px;
    position: relative;
    }
    
.landingpage .characterBG {
    position: absolute;
    top: 518px;
    left: 0px;
    width: 346px;
    height: 94px;
    z-index: 100; 
    background: url(landingPage/landingPageCharacterBG_adventurer.png) 0 0 no-repeat;
    }
    
/* ---------------------- buttons ------------------ */
.registerButton .top{
    background: url(registrationForm/registerButtonW184Top.png) 0 0 no-repeat;
    width: 184px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    color: #ffec73;
    text-shadow: 0 1px 2px #515150, 0 -1px 2px #482617;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding:5px 0 3px 0;    
    max-height: 60px;
}

.registerButton .bottom{
    background: url(registrationForm/registerButtonW184Bottom.png) 0 0 no-repeat;
    width: 184px;
    overflow:inherit;
    border: none;
    cursor: pointer;
    color: #ffec73;
    display: block;
    height: 5px;
    padding: 0;
}

.registerButton a.top:active { color: #ffec73; }

.registerButton a.top:hover {   
    width: 184px;
    background-position: 0 -70px;
    color: #fffcbc;
    text-shadow: 0 1px 2px #60382D, 0 -1px 2px #482617;
    }

/* -------------------- dropdown ----------------------- */

.dropdown {
    position:relative;
    }

.dropdown.W184 {
    width: 184px;
    }

.dropdown .selection {
    border:1px solid #553910;
    background: #fff url(landingPage/inputFieldBG.png) 0 0 repeat-x;
    height: 22px;
    line-height: 22px;
    width: 98%;
    color: #553910;
    cursor: default;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

.dropdown .selection div {
    background: url(registrationForm/icons.png) 100% 100% no-repeat;
}

.dropdown .optionContainer {
    width: 98%;
}

.dropdown .selection,
.dropdown .option {
    padding-left: 4px;
    }  

.dropdown .option {
    border:1px solid #553910;
    background: #f0e3c6 url(landingPage/inputFieldBG.png) 0 0 repeat-x;
    height: 19px; 
    line-height: 19px; 
    width: 100%;
    color: #553910;
    margin-top: -1px;
    cursor: default;
    } 

.dropdown .option:hover {
    background-color: #f8e8c5;
    }   
    

/* -------------------------------------------- special settings for landingpage ---------------------------------------------- */

/*info section with usp and screenshots*/    
.infoSection {
    color:#FFFCBC;
    font-weight:bold;
    height:356px;
    left:555px;
    line-height:20px;
    overflow:hidden;
    padding-left:25px;
    position:absolute;
    top:258px;
    width:437px;
    background: url(landingPage/uspBG.png) 0 0 no-repeat;
    }

.infoSection h2 {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    margin-bottom: 15px; 
    }

.infoSection ul {
    list-style-type: none;
    margin-top: 55px;
    }

.infoSection ul li span {
    display: block;
    list-style-type: none;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    }

ul.screenshots {
    margin-top: 12px;
    list-style-type: none;
    }

ul.screenshots li {
    float:left;
    width: 96px;
    position: relative;
    margin-right: 10px;
    }

ul.screenshots li  a {
    display: block;
    width: 96px;
    height: 84px;
    background: url(landingPage/imageFrame.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    }

ul.screenshots li a:hover {
    background: url(landingPage/imageFrame.png) 0 -84px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    }

ul.screenshots li img {
    position: relative;
    top: 3px;
    left: 4px;
    }

/* awards */
.landingpage .awards {
    right:37px;
    top:217px;
}

/* -------------------------------------------- special settings for startpage ---------------------------------------------- */

.mainContent {
    position: absolute;
    top: 39px;
    left: 370px;
    width: 650px;
    z-index:100;
    }

.mainContent .header {
    height: 209px;
    background: url(startpage/mainContentHead.png) right top no-repeat;
}

/* navigation */
.mainContent .header ul.navi {
    position: absolute;
    left: 75px;
    top: 67px;
    list-style-type: none;
}

.mainContent .header ul.navi li {
    float: left;
}

.mainContent .header ul.navi a {
    color: #ffe647;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0px 2px 2px #515150;
    display: block;
    width: 132px;
    height: 39px;
    line-height: 53px;
    text-align: center;
    overflow: hidden;
}

.mainContent .header ul.navi a:hover,
.mainContent .teasers .teaser:hover span,
.mainContent .teasers .teaser:hover h3 a {
    color: #fffcbc;
    text-shadow: 0px 2px 2px #515150, 0 -1px 1px #111;
}

.mainContent .header ul.navi a.active {
    color: #fffcbc;
    text-shadow: 0px 2px 2px #515150, 0 -1px 1px #111;
    background: url(startpage/NaviActiveBG.png) no-repeat;
}

.mainContent .header ul.navi .separator {
    width: 13px;
    height: 20px;
    background: url(startpage/layoutDetails.png) -47px 0 no-repeat;
    position: relative;
    top: 15px;
}

/* site main content */
.mainContent .body {
    width: 550px;
    background: url(startpage/mainContentBody.png) repeat-y;
    padding-left: 65px;
    min-height: 330px;
    height:330px;  /*for IE6 */
    height:auto !important;  /* for modern browsers */
    position: relative;
}

.mainContent .body .content {
    position: relative;
    top: -70px;
    width: 290px;
    float: left;
    padding-right: 30px;
    padding-left: 10px;
    overflow: hidden;
}

.mainContent .footer {
    background: url(startpage/mainContentFooter.png) no-repeat;
    height: 91px;
    position: relative;
    top: -1px;
}

/* content teasers */
.mainContent .teasers {
    position: absolute;
    top: -75px;
    width: 185px;
    right: 34px;
}

.mainContent .teasers .teaser {
    width: 185px;
    height: 113px;
    position: relative;
    margin-bottom: 15px;
}

.mainContent .teasers .teaser a {
    width: 100%;
    height: 100%;
    background: url(startpage/woodenFrame191x113.png);
    display: block;
    position: absolute;
}

.mainContent .teasers .teaser span {
    background:url("startpage/teaserLabelBG.png") no-repeat scroll right top transparent;
    color:#F4D944;
    font-weight:bold;
    height:14px;
    left:5px;
    max-width:185px;
    overflow:hidden;
    padding:5px 8px 5px 12px;
    position:absolute;
    text-shadow:0 1px 2px #60382D, 0 -1px 2px #482617;
    top:25px;
}

.mainContent .teasers .tour {
    background: url(startpage/gameTourTeaserImage.jpg) center center no-repeat;
}

.mainContent .teasers .screenshots {
    background: url(startpage/screenshotTeaserImage.jpg) center center no-repeat;
}

.mainContent .teasers .forum {
    background: url(startpage/forumTeaser.png) top center no-repeat;
    overflow:hidden;
    height:88px;  
    margin-bottom: 27px; 
}

.mainContent .teasers .forum h3 a{
    background-image: none;
    top: 44px;
    left: 10px;
    font-size: 18px;
    color: #ffe647;
    position: absolute;
    cursor:pointer;
    width: 175px;
}

.mainContent .teasers .forum span {
    background-image: none;
    top: 65px;
    font-size: 10px;
    padding-left: 5px;
    height:10px;
    cursor:pointer;
}

.mainContent .teasers .teaser.forum a {
    background-image: none;
}

.mainContent .teasers .chains1 {
    position: absolute;
    top: -28px;
    z-index: 2;
    width: 100%;
}

.mainContent .teasers .chains1 .left,
.mainContent .teasers .chains1 .right {
    position: absolute;
    background: url(startpage/layoutDetails.png) no-repeat;
    width: 25px;
    height: 35px;
    left: 7px;
}

.mainContent .teasers .chains1 .right {
    right: 2px;
    left: auto;
}

.mainContent .teasers .chains2 {
    position: absolute;
    top: -28px;
    z-index: 2;
    width: 100%;
}

.mainContent .teasers .chains2 .left,
.mainContent .teasers .chains2 .right {
    position: absolute;
    background: url(startpage/layoutDetails.png) -20px top no-repeat;
    width: 25px;
    height: 35px;
    left: 7px;
}

.mainContent .teasers .chains2 .right {
    right: 7px;
    left: auto;
}

.mainContent .teasers .socialLinks p {
    font-size: 10px;
    font-weight: bold;
    color: #d5b886;
    margin: -10px 0 4px 0;
}

/* awards */
.awards {
    position: absolute;
    right: 50px;
    top: 20px;
    z-index: 101;
}

/* category block in news */

.categories{
    width: 187px;
    overflow: hidden;
    padding: 10px 0  0px 0px;
    font-size: 12px;  
    margin: 7px 0 0 2px;     
}

.categories .woddenBox{
    background: url(startpage/woodenFrameW182Middle.png) center bottom repeat-y;
    width: 147px;    
    padding: 0 23px 0 17px;
    margin-top: -10px;
    overflow: hidden;
}
.categories .woddenBox.top{
    margin-top: 20px;
    background: url(startpage/woodenFrameW182Top.png) center bottom no-repeat;
    height: 21px;
}

.categories .woddenBox.bottom{
    background: url(startpage/woodenFrameW182Bottom.png) center bottom no-repeat;
    height: 21px;
    margin: 0;
}

.mainContent .categories .chains2{
    position: relative;
    top: -7px;
}

.mainContent .categories .chains2 .left{
    left: 2px;
    }

.categories h2{
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
    text-shadow: white 0px 1px 1px;
}

.categories li{
    list-style-type: none;
    line-height: 18px;
}


/* main content styles */
.mainContent .content h2 {
    color: #553910;
    font-size: 18px;
    text-shadow: 0 1px 1px #fff;
    text-align: center;
    line-height: 100%;
    margin-bottom: 8px;
}

.mainContent .content h3 {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}

.mainContent .content .mainTeaser {
    width: 287px;
    height: 168px;
    background: url(startpage/bigTeaserBG287x169.jpg) center bottom no-repeat;
    position: relative;
}

.mainContent .content .mainTeaser span {
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    display: block;
    width: 170px;
    height: 40px;
    line-height: 100%;
    bottom: 0;
    right: 0;
}

/* teaser for Gilde touch */

.mainContent .content .gildeTouchTeaser {
    width: 312px;
    margin: 20px 0 0 -10px;
    position: relative;
    text-align: left;
    min-height:160px;
    height:auto !important;  /* für moderne Browser */
    height:160px;  /*für den IE */
}

.mainContent .content .gildeTouchTeaserBG {
    background: url(startpage/gildeTouchTeaser.png) top left no-repeat;
    position: absolute;
    z-index: 1;
    width: 312px;
    height: 160px;
    top: 0; 
}

.mainContent .content .gildeTouchTeaser h3{
    color: #FBE9B4;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 20px 0px 120px;
    position: absolute;
    text-align: left;
    top: 37px;
    z-index: 3;
}

.mainContent .content .gildeTouchTeaser h3 a{
    color: #FBE9B4;
}

.mainContent .content .gildeTouchTeaser p {
    padding: 70px 20px 20px 120px;
    background: url(startpage/gradientBG.png) center bottom no-repeat;
    z-index: 0; 
    min-height: 70px;
    height:auto !important;  /* für moderne Browser */
    height: 70px;  /*für den IE */
}

.mainContent .content li {
    margin-left: 16px;
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
}

.mainContent .news .content h2 {
    text-align: left;
    text-shadow: none;
    font-size: 15px;
}

.mainContent .news .content .section {
    margin-bottom: 10px;
    overflow: hidden;
}

.mainContent .news .content p {
    margin: 5px 0 0px;
}

/* media page */

.media h4{
    font-size: 12px;
    margin: 20px 0 10px 0;
}

.media h4 span{
    font-weight: normal;
}

.media .musicSection{
    background: url(startpage/harp.jpg) center bottom no-repeat;
    width: 70px;
    height: 105px;
    float: left;
    margin-right: 5px;
}

.media .imageframe{
    background: url(startpage/goldFrameSmall.png) center bottom no-repeat;
    width: 140px;
    height: 107px;
    float: left;
    margin-bottom: 25px;
    position: relative;
}

.media .imageframe.first{
    margin-right: 10px;
}

.media .imageframe  img{
    margin: 4px 4px 0 4px;
}

.media .imageframe div{
    background-color:#F5DDB0;
    height:14px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 128px;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 0 2px;
    overflow:hidden;
}

.media .imageframe .wallpaperSizes{
    background-color:#F5DDB0;
    opacity: 0.9;
    height:50px;
    margin:0 4px;
    width: 128px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 2px;
    position: absolute;
    bottom: 16px;
    left: 0;
}

.media .downloadLinks{
    margin-top: 10px;
}

.media .downloadLinks li{
    list-style-type: none;
    padding: 7px 0;
}

/* -------- Game Tour ------------ */

.gameTourStep{
    width: 644px;
    height: 489px;
    color: #553910;
    position: relative;
}

.gameTourStep a{
    font-weight: normal;
}

.gameTourStep#step1{
     background: url(startpage/gameTour/gameTourBG1.jpg) 0 0 no-repeat;
}
.gameTourStep#step2{
     background: url(startpage/gameTour/gameTourBG2.jpg) 0 0 no-repeat;
}
.gameTourStep#step3{
     background: url(startpage/gameTour/gameTourBG3.jpg) 0 0 no-repeat;
}
.gameTourStep#step4{
     background: url(startpage/gameTour/gameTourBG4.jpg) 0 0 no-repeat;
}
.gameTourStep#step5{
     background: url(startpage/gameTour/gameTourBG5.jpg) 0 0 no-repeat;
}
.gameTourStep#step6{
     background: url(startpage/gameTour/gameTourBG6.jpg) 0 0 no-repeat;
}

.gameTourStep .header{
     background: url(startpage/gameTour/headerBG.png) 0 0 no-repeat;
     width: 624px;
     height: 36px;
     line-height: 36px;
     padding: 0 10px;
}

.gameTourStep .header h2{
    font-size: 18px;
    text-align: center;
}

.gameTourStep .bottomBox{
    background: url(startpage/gameTour/bottomBoxBG.png) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    padding: 7px 10px 2px 10px;
    width: 624px;
    font-size: 12px;
    line-height: 18px;    
}

.gameTourStep .mainText{
    display: block;
    padding: 5px 0 7px 0;
}

.gameTourStep#step4 .text1{
    font-size: 12px;
    font-weight: bold;
    position:absolute;
    left:112px;
    top:9px;
}

.gameTourStep#step4 .caption{
    font-size: 10px;
    position:absolute;
    left:112px;
    top:76px;
}

.gameTourStep#step4 .caption span{
    width: 52px;
    margin-right: 18px;
    display: inline-block;
    line-height: 12px;
    text-align: center;
    vertical-align: top; 
}

.gameTourStep#step6 .button{
    background: url(startpage/gameTour/step4Button.png) 0 0 no-repeat;
    width: 420px;
    height: 83px;
    font-size: 32px;
    color: #553910;
    line-height: 83px;
    text-align: center;
    position: absolute;
    top: 335px;
    left: 50%;
    margin-left: -210px;
    text-shadow: 1px 0px 1px #333333;
}

.gameTourStep .left{
    float: left;
}

.gameTourStep .center{
    text-align: center;
    display: block;
    margin: 0 auto;
}

.gameTourStep .right{
    float: right;;
}

/* ---- Warnings Box -----------------*/

.warnings {
    width: 100%; 
    background-color: #fff; 
    text-align: center; 
    z-index: 3000;   
    position: relative;
    top: 0px;     
    left: 0;
}

#landingpage .warnings {
    top: 0px; 
    position: absolute;
        
}

/* --------- Cookie Warning ---------- */

.cookieWarning {
    font-size: 12px;
    line-height: 16px;
    display: none;
    border-bottom: solid 1px #000;  
    }

.cookieWarning .content {
    height: 40px; 
    padding: 5px;
    width: 800px; 
    margin: 0 auto;
    overflow: hidden;
    }

.cookieWarning .content h2 {
    margin: 5px 0;
    font-size: 16px;
    }
    
