﻿/*
    MajesticComet styles

    Link order (http://meyerweb.com/eric/css/link-specificity.html):

        A:link    { ... }
        A:visited { ... }
        A:hover   { ... }
        A:active  { ... }

    If having issues with <a name="" /> elements (recommended by Jukka "Yucca"
    Korpela at http://bytes.com/groups/css/98645-problem-visited-links):

        :link                         { ... }
        :visited                      { ... }
        :link:hover,  :visited:hover  { ... }
        :link:active, :visited:active { ... }

    CSS menus from http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

@import url(../../Templates/UI/Css/Layout.css);

/********* globals *********/

*
{
    margin: 0;
    padding: 0;
}

html
{
    /*
        Force vertical scrollbar, via http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better
        and http://www.splintered.co.uk/experiments/49/
    */
    min-height: 100%;
    margin-bottom: 1px;
}
body
{
    background-color: #000000;
}
body, caption, p, td, th
{
    color: #ffffff;
    font: 13px Arial, sans-serif;
}

a img, table
{
    border: 0;
}
table
{
    border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0.5em 0em 0.2em 0em;
}
hr
{
    margin-top: 1em;
    width: 90%;
    text-align: center;
}
/* fonts & colors */
button, select, textarea, input
{
    font: 100% Arial, sans-serif;
}
a
{
    color: #ffcc00;
    cursor: default;
    text-decoration: none;
}
a:link, a:visited
{
    color: #0096db;
}
a:link:hover, a:visited:hover
{
    cursor: pointer;
    text-decoration: underline;
}
a:link:active, a:visited:active
{
}
h1, h2, h3, h4, h5, h6, .date
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #bcc5c1;
}
p
{
    padding: 0.4em 1em;
}

/********* layout *********/

body
{
    margin: 0;
    padding: 0;
/*
    background: #ffffff url(body_bg.gif) repeat-x;
*/
}
#wrap
{
    width: 770px;
    margin: 0px auto;
    border-top: 1px solid transparent;
    border-bottom: 2px solid #660000;
    border-left: 2px solid #660000;
    border-right: 2px solid #660000;
}
#header
{
    margin: 0px;
    background: #000000 url(/Upload/hd_logo.jpg) no-repeat left top;
    padding: 113px 0px 0px 0px;
}
#page
{
    margin: 0px; padding: 0px;
/*
    margin: 15px 0;
    background: transparent url(page_bg.gif) no-repeat 50% 100%;
    padding: 0 25px 25px 25px;
*/
    color: #000000;
}
#content
{
}
.secondary
{
/*
    width: 150px;
    float: right;
    margin-bottom: 1px;
*/
}
#menu
{
/*
    border-left: solid 1px #dfe5e6;
    padding-left: 15px;
*/
}
#extras
{
    padding-right: 15px;
}

#main, #main p, #main td
{
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
}
#main
{
    font-size: 13px;
    padding-bottom: 12px;
}
#main h1,
#main h2
{
    margin: 0em 0em 0.2em 12px;
    padding-top: 0.3em;
}
#main h3,
#main h4
{
    margin: 0.8em 0em 0.2em 12px;
}

#main div.downloadTheme
{
    background: transparent url(/Upload/downloadTheme.png) no-repeat left top;
    display: inline-block;
    float: left;
    margin: 0px 12px 15px 0px;
    padding: 350px 0px 0px 20px;
    height: 55px;
    width: 282px;
}
#main div.downloadTheme embed,
#main div.downloadTheme object
{
}
#main div.downloadWide
{
    margin: 20px;
    text-align: center;
}
#main div.title,
#main div.fullTitle
{
    padding: 15px 0px 20px 0px;
    text-align: left;
}
#main div.title img
{
    position: relative;
    top: 10px;
    left: -48px;
}

#main p
{
    padding-left: 12px;
}
#main p.lpad
{
    /*margin-left: 344px;*/
}

#main ul
{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 12px;
    padding: 0.4em 1em 0em 2em;
}
#main ul li
{
    padding: 0.3em;
}
#main ul li p
{
    padding-left: 0px;
}
#main ol
{
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 12px;
    padding: 0.4em 1em 0em 3.2em;
}
#main ol ol
{
    list-style-type: lower-latin;
}
#main ol li
{
    padding: 0.3em 0px;
}
#main ol li p
{
    padding-left: 0px;
}
#main blockquote
{
    background-color: #ffffcc;
    color: #000000;
    border: 1px dotted #ff0000;
    padding: 1em 1.5em;
    margin: 0.5em 5em;
}

#main table.block,
#main table.wide
{
    border: 1px solid #ffffff;
    margin: 1em auto;
}
#main table.wide
{
    width: 600px;
    text-align: center;
}
#main table.wide thead tr
{
    background-color: #990000;
    color: #ffffff;
}
#main table.wide th
{
    padding: 0.5em 1em;
}
#main table.wide th.item
{
    width: 25%;
}
#main table.wide td
{
    padding: 0.5em 1em;
    text-align: left;
    vertical-align: top;
}
#main table.block
{
    width: 25em;
    padding: 1em;
}
#main table.block tr
{
    background-color: #990000;
    color: #ffffff;
}
#main table.block td
{
    padding: 0.7em 1.5em;
    text-align: left;
    vertical-align: top;
}

#footer
{
    margin: 15px auto;
    text-align: center;
}
#footer .links
{
    display: inline;
    background-color: #330000;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 5px;
}
#footer .links a
{
    color: #ffffff;
    display: inline-block;
    padding: 3px;
    text-decoration: underline;
}
#footer .links a:hover
{
    color: #ffcc00;
}
#footer .images
{
    line-height: 42px;
    padding-top: 0.5em;
}
#footer .images a,
#footer .images img
{
    vertical-align: middle;
}
#footer .copyright
{
    color: #ffffff;
    padding-top: 0.5em;
}

.boxTitle/*, .secondary h4*/
{
    margin: 0;
    padding: 5px 0;
    font-size: 1.2em;
}
/*.secondary h4 a, .secondary h4 a:visited
{
    color: #333333;
}*/

/* top */
.top
{
}
.siteLogo
{
    float: left;
    padding: 6px 12px;
}
.siteHeader
{
    float: left;
}
.siteHeader a
{
    color: #ffffff;
}


/* secondary */
.secondary .uc
{
/*
    margin-bottom: 15px;
*/
}

/* content */
img.main
{
    margin-bottom: 15px;
}

/* menu */
.menu li
{
    list-style: none;
}

div#topMenu
{
    background: #ffffcc url(/Upload/bg_menu.gif) repeat-y;
    padding: 0px;
    min-height: 35px;
    width: 770px;
    float: left;
}
div#topMenu ul
{
    min-height: 35px;
    width: 700px;
    float: left;
    list-style: none inside;
}
div#topMenu ul li
{
    float: left;
    line-height: 23px;
    min-height: 35px;
    padding-left: 10px;
    vertical-align: middle;
    white-space: nowrap;
}
div#topMenu ul a
{
    color: #ffffff;
    display: block;
    font: normal normal bold 13px/23px Arial, Helvetica, sans-serif;
    height: 23px;
    margin: 6px 0px;
    padding: 0px 3px;
    /*text-transform: uppercase;*/
}
div#topMenu ul a:visited
{
    color: #ffffff;
}
div#topMenu ul a:hover
{
    color: #ffcc00;
}
div#topMenu .current,
div#topMenu .trail
{
    /*background: transparent url(menuselection_bg.gif) no-repeat;
    font-weight: bold;*/
}
div#topMenu .current a
{
    color: #ffcc00 !important;
}
div#topMenu .trail a
{
    color: #ffffff;
    /*background: transparent url(menuselection_bg.gif) no-repeat 100% 0%;*/
}
div#topMenu .current ul li a
{
    color: #ffffff !important;
}
div#topMenu .current .current a
{
    color: #ffcc00 !important;
}
div#topMenu .current a:visited,
div#topMenu .trail a:visited
{
}
div#topMenu .current a:hover
{
    color: #ffcc00;
}
div#topMenu ul li ul
{
/*
    background: none;
    position: absolute;
    top: 45px;
    left: 0;
*/
/*
    display: none;
    font-size: 0.8em;
    height: auto;
    padding: 0 15px;
*/
min-height: 15px;
}
div#topMenu li ul
{
    background: #000000 none;
    border: 2px solid #660000;
    position: absolute;
    display: block;
    left: -999em;
    height: auto;
    list-style: none inside;
    width: 16em;
    font-weight: normal;
    padding: 0px;
    margin: -6px 0px 0px 0px;
    z-index: 100;
}
div#topMenu li ul li
{
    display: block;
    height: auto;
    width: 16em;
    line-height: normal;
    min-height: 15px;
    padding: 0px;
    margin: 0px;
}
div#topMenu li ul li a
{
    font-size: 11px;
    margin: 0px;
    padding: 0px 4px;
    width: 16em;
}
div#topMenu li ul ul
{
    margin: -1em 0 0 16em;
}
div#topMenu li ul li:hover
{
    background-color: #330000;
}
div#topMenu li:hover ul ul,
div#topMenu li:hover ul ul ul,
div#topMenu li.sfhover ul ul,
div#topMenu li.sfhover ul ul ul
{
    left: -999em;
}
div#topMenu li:hover ul,
div#topMenu li li:hover ul,
div#topMenu li li li:hover ul,
div#topMenu li.sfhover ul,
div#topMenu li li.sfhover ul,
div#topMenu li li li.sfhover ul
{
    left: auto;
}

div#topMenu li:hover,
div#topMenu li.sfhover
{
}

/*
div#topMenu .current ul,
div#topMenu .trail ul
{
    display: block;
}
div#topMenu .current ul li,
div#topMenu .trail ul li
{
    font-weight: normal;
    background: none;
    padding: 0;
}
div#topMenu .trail .current,
div#topMenu .trail .trail
{
    background: none;
    margin: 0;
    font-weight: bold;
    padding: 0;
}
div#topMenu .current ul a,
div#topMenu .trail ul a
{
    background: none;
    padding: 10px;
    color: #333333;
}
*/
.languageMenu
{
    float: right;
    line-height: 35px;
    padding: 0px 10px 0px 0px;
    text-align: right;
}
.languageMenu a
{
    padding: 1px;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    zoom: 1;
}
.languageMenu .current
{
    cursor: default;
    opacity: 1;
    filter: alpha(opacity = 100);
    zoom: 1;
}
.languageMenu a:hover
{
    opacity: 1;
    filter: alpha(opacity = 100);
    zoom: 1;
}

.subMenu
{
}
.subMenu a
{
    display: block;
    padding: 2px 0;
    _height: 1px;
}
.subMenu ul
{
    margin: 0 0 2px 15px;
}
.subMenu .trail > a
{
    color: #0096db;
}
.subMenu .current > a
{
    color: #0096db;
    font-weight: bold;
}

/* lists */
.list .a0
{
/*
    background: #f8f8f8;
*/
}
.list
{
    padding-bottom: 6px;
}
.list .item
{
    padding: 5px;
}

/* path */
.path
{
    margin-bottom: 10px;
}
.path .current
{
    color: #333333;
}
.path a.current:hover
{
    cursor: default;
    text-decoration: none;
}

/* content */
.introduction
{
    font-size: 1.1em;
    font-style: italic;
}

/* date */
.date
{
    font-size: x-small;
    color: #333333;
    display: block;
}

/* columns */
.columns .left
{
    float: left;
    width: 245px;
}
.columns .right
{
    float: right;
    width: 245px;
}

/* login */
.login .tb
{
    width: 130px;
}
.login .ff
{
    margin-bottom: 5px;
}
.register td
{
    padding: 0 5px 5px 0;
}

/* gallery */
div#thumbnails
{
    padding-bottom: 10px;
    text-align: center;
}
div#thumbnails .text
{
    display: none;
    visibility: hidden;
}
div#thumbnails a.thumbnail
{
    opacity: 0.4;
    filter: alpha(opacity = 40);
}
div#thumbnails a.thumbnail img
{
    padding: 5px;
}
div#thumbnails a.thumbnail:hover, div#thumbnails a.selected
{
    opacity: 1;
    filter: alpha(opacity = 100);
}
div#preview
{
    text-align: center;
}
div#preview h2
{
    padding-left: 0.4em;
    text-align: left;
}
div#preview p
{
    text-align: left;
}

/* comments */
.commentList
{
    border-top: solid 1px #d0cfcb;
    margin-top: 10px;
}

.clear
{
    clear: both;
}
.fullClear
{
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}

a.iconFaq,
a.iconEmail,
a.iconSupport
{
    color: #ffffff;
    display: inline-block;
    font-weight: bolder;
    height: 50px;
    padding: 30px 0px 0px 100px;
    text-decoration: underline;
    width: 250px;
}
a.iconFaq
{
    background: transparent url(/Upload/icon_faq.jpg) no-repeat 20px 5px;
}
a.iconEmail
{
    background: transparent url(/Upload/icon_email.jpg) no-repeat 20px 5px;
}
a.iconSupport
{
    background: transparent url(/Upload/icon_support.jpg) no-repeat 20px 5px;
}
a.iconFaq:hover,
a.iconEmail:hover,
a.iconSupport:hover
{
    outline: 1px dotted #cc6622;
    color: #cc6622;
}

div.frontPage
{
    margin: 0px;
    padding: 0px;
    width: 766px;
    height: 427px;
}
div.frontPage.en
{
    background: transparent url(/Upload/front_en.png) no-repeat left top;
}
div.frontPage.de
{
    background: transparent url(/Upload/front_de.png) no-repeat left top;
}
div.frontPage a.promo
{
    display: inline-block;
    position: relative;
    left: 320px;
    top: 78px;
    width: 220px;
    min-width: 220px;
    height: 21px;
    min-height: 21px;
}
div.frontPage a.contact
{
    display: inline-block;
    position: relative;
    left: 348px;
    top: 304px;
    width: 180px;
    min-width: 180px;
    height: 70px;
    min-height: 70px;
}
div.frontPage a.games
{
    display: inline-block;
    position: relative;
    left: 350px;
    top: 304px;
    width: 226px;
    min-width: 226px;
    height: 70px;
    min-height: 70px;
}
div.frontPage a
{
    border: 1px none #ffcc00;
    text-decoration: none;
}
div.frontPage a:hover
{
    border: 1px dotted #ffcc00;
    text-decoration: none;
}

img.shopCart
{
    float: right;
    width: 89px;
    height: 81px;
    padding: 0px 0px 8px 10px;
}

p.rngEval
{
    text-align: center;
    padding: 2em;
}

a.banner
{
    display: inline-block;
    /*float: right;*/
    width: 412px;
    height: 69px;
    margin: 0px 6px 11px 0px;
    text-decoration: none;
}
a.banner img
{
    position: relative;
    width: 412px;
    height: 69px;
}

table.tiles
{
    border: none 0px #000000;
    margin: 10px 0px 20px 10px;
}
table.tiles td a
{
    display: inline-block;
    margin: 0px 0px 20px 20px;
}

table.paymentOptions
{
    border: 1px solid #b3b3b3;
    border-collapse: collapse;
    text-align: center;
    margin: 10px auto;
}
table.paymentOptions thead tr
{
}
table.paymentOptions thead th
{
    background: #ffffff url(/Upload/bg-th-paymentOptions.png) repeat-x left bottom;
    color: #000000;
    font-size: 12px;
    padding: 4px 0px;
    text-align: center;
    vertical-align: middle;
}
table.paymentOptions tbody tr
{
    vertical-align: middle;
}
table.paymentOptions tbody tr.alt
{
    background-color: #330000;
}
table.paymentOptions tbody td
{
    font-size: 11px;
    padding: 6px 0px;
    width: 145px;
    text-align: center;
}

div.form
{
    margin-left: 2em !important;
}
div.form p
{
    padding-left: 0px !important;
}
div.form label
{
    white-space: nowrap;
    width: 300px !important;
}


