body
{
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    max-height: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    overflow: hidden;
}


* html body
{
    padding: 83px 0 50px 0;
}

div#bodyOverlay
{
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
    display: none;
}

div#minheight
{
    height: 30px;
    clear: both;
}

.scrollerBanner
{
    margin-left: -10px;
    margin-bottom: 4px;
    margin-top: 0px;
    width: 900px;
    height: 80px;
}

.scrollerContainer
{
}

h1.tableCaption
{
    margin-left: 6px;
    margin-bottom: -10px;
    padding: 3px;
    color: #666;
    font-size: 15px;
    text-shadow: 0px 1px 0 #fff;
    text-transform: uppercase;
    width: auto !important;
    display: inline-block;
    padding-right: 20px;
}

h1.tableCaption span
{
    background-color: #f5f5f5;
    *background-color: #fff;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    display: inline-block;
    text-transform: lowercase;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 10px;
    color: #444;
}

h2.tableCaption
{
    margin-left: 6px;
    padding: 3px;
    color: #333;
    font-size: 12px;
    width: auto !important;
    display: inline-block;
}

table td img
{
}

table a
{
    color: #666;
    border-bottom: 1px dotted #666;
    text-decoration: none;
}

table a:hover
{
    border-bottom: 1px solid #666;
}

table td
{
    vertical-align: middle;
    font-size: 12px;
    border: 1px solid #ccc;
}

table td img
{
    height: 75px;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    margin: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    background-color: #fff;
    padding: 2px;
}

table td b
{
    color: #0055a5;
    text-shadow: 0px 1px 0 #d5d5d5;
    text-transform: uppercase;
}

table th
{
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px dotted #fff;
    border-top: 0px;
    color: #fff;
    text-shadow: 0px 1px 0 #666;
}

.img_shadow
{
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    border: 0;
    box-shadow: 0 0 5px #000;
}

.img_shadow_no_top
{
    -moz-box-shadow: 0 0 8px -4px #000;
    -webkit-box-shadow: 0 0 8px -4px #000;
    border: 0;
    box-shadow: 0 0 8px -4px #000;
}

h4
{
    font-size: 30px;
    margin: 30px 0 10px;
    padding-bottom: 5px;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
    -moz-box-shadow: 0 1px 0 #FFFFFF;
    -webkit-box-shadow: 0 1px 0 #FFFFFF;
    box-shadow: 0 1px 0 #FFFFFF;
}

#campaignBanner
{
	margin-left:3px;
}

#campaignBanner img
{
	border:0px;
}


#container
{
    position: fixed;
    top: 83px;
    left: 0;
    bottom: 50px;
    right: 0;
    padding: 0px;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: auto;
    background: #fff url(../images/backgroundImage.jpg) no-repeat right bottom;
    background-color: #fff;
}

* html #container
{
    height: 100%;
    width: 100%;
}

#header
{
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 83px;
    overflow: hidden;
    background: #555 url(../images/header_backg.jpg) repeat scroll 0 0;
    -moz-box-shadow: 0 0 6px black;
    -webkit-box-shadow: 0 0 6px black;
    box-shadow: 0 0 6px black;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=180, Strength=3);
    border-bottom: 5px solid #bbb;
}

* html #header
{
    height: 83px;
}

.limiter
{
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#header a
{
    border: none;
}

#logo
{
    position: absolute;
    width: 376px;
    height: 71px;
    background: url('../images/logo.png') no-repeat;
    text-indent: -999px;
    margin-top: -22px;
    margin-left: 52px;
    top: 50%;
}

#logo_bg
{
    position: fixed;
    width: 800px;
    height: 83px;
    background-position: -120px -60px;
}

#menu_wrapper
{
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
    right: 50px;
}

ul
{
    /*text-indent:10px;*/
    line-height: 1.5;
}

li
{
    margin: 5px 5px 5px 20px;
}

#footer
{
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: auto;
    text-align: left;
    background: #0055a5 url(../images/footer_backg2.png) repeat-x scroll 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #024687;
    -moz-box-shadow: -5px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: -5px 0px 5px #888;
    text-shadow: 1px 1px 0px #000;
}

#footer p
{
    margin-left: 70px;
    margin-right: 50px;
    text-align: right;
    color: #ffffff;
}

#footer a
{
    color: #fff;
    border-bottom: 1px dotted #FFF;
    text-decoration: none;
    text-transform: lowercase;
}

* html #footer
{
    height: 50px;
}

#main
{
    height: 100%;
    width: 100%;
    float: left;
}

.shadow
{
    position: absolute;
    right: 0px;
    top: -30px;
    height: 800px;
}

.shadow2
{
    margin-left: -17px;
    margin-top: -10px;
    width: 300px;
    height: 24px;
}

#main_wrapper
{
    margin-left: 70px;
    margin-top: 30px;
}

#main_left
{
    width: 250px;
    float: left;
    position: absolute;
    z-index: 10;
}

#smain_left_image
{
    width: 250px;
    height: 783px;
    background-image: url(../images/distribution3.png);
    background-position: -10px 5px;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
}

#main_left h2
{
    font-size: 25px;
    line-height: 36px;
    margin: 0px 0 14px 0px;
    color: #0055a5;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: -3px;
    text-shadow: 1px 1px 0px #fff;
}

#main_left h2 span
{
    position: absolute;
    display: block;
    width: 100%;
    height: 18px;
}

#main_left p
{
    font-weight: bold;
    color: #777;
    padding-right: 20px;
    font-size: 15px;
    padding-bottom: 18px;
    width: 230px;
    text-shadow: 1px 1px 0px #fff;
}

#main_left img
{
    margin-right: -2px;
    z-index: 100;
}

#noInstalledProducts
{
    padding: 10px;
    color: #fff;
    background-color: #ff0000 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

#main
{
    background-image: url(../images/distribution3.png);
    background-position: 34px 5px;
    background-repeat: no-repeat;
}

#content
{
    display: none;
    width: 550px;
}

#redeem_form
{
    width: 550px;
}

#content_redeem
{
    width: auto;
}

#main_content
{
    float: left;
    margin-left: 265px;
    min-height: 500px;
    width: 900px;
    margin-top: -10px;
}

#col_1
{
    height: 100%;
    margin-top: 0px;
    width: 300px;
    margin-left: 0px;
    padding: 0px;
    background: #f3f5f5 url(../images/noise.png) repeat scroll 0 0;
    overflow: auto;
    border-right-width: 1px;
}

#col_2
{
    width: auto;
    height: 100%;
    float: right;
    margin-top: 0px;
    margin-left: -300px;
    padding: 0px;
    background: #f3f5f5 url(../images/noise.png) repeat scroll 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #505050;
    overflow: auto;
}

nav ul a
{
    text-decoration: none;
}

nav ol, ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

nav
{
    display: block;
}

nav
{
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
    text-shadow: 1px 1px 0px #000;
    margin-top: 21px;
}

nav ul
{
    overflow: hidden;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

nav li
{
    float: left;
    margin-right: 10px;
    margin: 0;
    margin-left: 15px;
}

nav li span
{
    line-height: 20px;
    vertical-align: middle;
}

nav img
{
    height: 30px;
    width: 30px;
    vertical-align: middle;
    padding-right: 0px;
}

nav li a
{
    color: #999;
    font-weight: bold;
}

nav li a:hover
{
    color: #eee;
    text-decoration: underline;
}

nav li a:focus,
nav li a.current
{
    color: #fff;
    text-decoration: none;
    cursor: default;
}

nav #indicator
{
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 12px;
    height: 7px;
    background-image: url('../images/notch.png');
}

nav #indicator2
{
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 12px;
    height: 7px;
    background-image: url('../images/notch.png');
}

.infoDivs
{
    display: none;
}

.bubble
{
    position: relative;
    width: 195px;
    padding: 10px;
    background: rgba(0,0,0, .55);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
    line-height: 1.5;
}

.bubble:after
{
    content: "";
    position: absolute;
    top: -15px;
    left: 37px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: rgba(0, 0, 0, 0.55) transparent;
    display: block;
    width: 0;
    z-index: 1;
}

#wrapper-250
{
    max-width: 250px;
    width: 250px;
    margin-bottom: 40px;
}

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span
{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.accordion
{
    width: 250px;
    border: 1px solid #ccc;
}

.accordion li
{
    list-style: none;
}

.accordion li > a
{
    display: block;
    position: relative;
    min-width: 110px;
    padding: 0 10px 0 40px;
    height: 32px;
    color: #fdfdfd;
    font: bold 12px/32px Arial, sans-serif;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
    background: #6c6e74;
    background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
    background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active
{
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0,0,.2);
	/*background: url(../img/active.png) repeat-x;*/
    background: #0055a5;
    background: -moz-linear-gradient(top,  #0055a5 0%, #2774bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0055a5), color-stop(100%,#2774bc));
    background: -webkit-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: -o-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: -ms-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: linear-gradient(top,  #0055a5 0%,#2774bc 100%);
}

.accordion li > a span
{
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0 10px;
    margin-right: 10px;
    font: normal bold 12px/18px Arial, sans-serif;
    background: #333;
    ;
	
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span
{
    color: #fdfdfd;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
    background: #333;
}

/* Images */

.accordion > li > a:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    margin: 4px 8px;
    background-repeat: no-repeat;
    background: url(../images/menuIcons/dlc_inactive.png) no-repeat center;
}

.accordion > li > a:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    margin: 4px 8px;
    background-repeat: no-repeat;
    background: url(../images/menuIcons/dlc_inactive.png) no-repeat center;
    ;
}

.accordion li.dlc > a:before
{
    background: url(../images/menuIcons/dlc_inactive.png) no-repeat center;
}

.accordion li.dlc:hover > a:before,
.accordion li.dlc:target > a:before,
.accordion li.dlc > a.active:before
{
    background: url(../images/menuIcons/dlc.png) no-repeat center;
}

.accordion li.latest > a:before
{
    background: url(../images/menuIcons/latest_inactive.png) no-repeat center;
}

.accordion li.latest:hover > a:before,
.accordion li.latest:target > a:before,
.accordion li.latest > a.active:before
{
    background: url(../images/menuIcons/latest.png) no-repeat center;
}

/* Sub Menu */

.sub-menu li a
{
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
    background: #e5e5e5;
    border-bottom: 1px solid #c9c9c9;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.sub-menu li:hover a
{
    background: #efefef;
}

.sub-menu li:last-child a
{
    border: none;
}

.sub-menu li > a span
{
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
    background: transparent;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sub-menu em
{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 14px;
    color: #a6a6a6;
    font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

.accordion li > .sub-menu
{
    display: none;
}

.accordion li:target > .sub-menu
{
    display: block;
}

#dropDown
{
    display: none;
    margin-top: -10px;
    position: relative;
}

#dropDown > li
{
    list-style-type: none;
    float: right;
    display: block;
    position: relative;
    padding: 10px;
    width: 80px;
    text-align: right;
    line-height: 32px;
    z-index: 105;
}

#dropDown > li:hover ul
{
    display: block;
}

#dropDown > li:hover
{
    background-color: #808080;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0px 5px #000;
    box-shadow: 0 0 5px #000;
}

#dropDown > li:hover img#current_language
{
    background: none;
    border: none;
    visibility: hidden;
}

#dropDown > li:hover img
{
    background: none;
    border: none;
}

#dropDown li ul
{
    margin: 0px;
    padding: 0px;
    display: none;
}

#dropDown li ul li
{
    list-style-type: none;
    margin: 10px 0 0 0;
    font-size: 11px;
    line-height: 20px;
}

#dropDown li ul li a
{
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#dropDown li ul li:hover a
{
    background-color: #606060;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#dropDown li img
{
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    background-color: rgba(238,238,238,0.2);
    padding: 3px;
    line-height: 12px;
    vertical-align: middle;
    margin-top: -4px;
}

#busyIndicator
{
    position: absolute;
    margin-left: -5px;
    margin-top: 6px;
    background: transparent url('../images/ajax-loader.gif') no-repeat 70px 1px;
    height: 26px;
    width: 100px;
    display: none;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0px 5px #000;
    box-shadow: 0 0 5px #000;
}

#busyIndicator h1
{
    margin-left: 100px;
    padding-right: 15px;
    padding-left: 5px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 0px;
    display: inline;
    text-shadow: 1px 1px 0px #000;
}

form.formular
{
    font-size: 12px;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.formular fieldset
{
    padding: 11px;
    margin-left: 5px;
    background-color: #fff !important;
    border: 22px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.formular  .fieldset_submit
{
    padding: 0;
    padding-top: 8px;
    padding-right: 10px;
    margin: 0px;
    background-color: #f5f5f5;
    border: 10;
}

.formular legend
{
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    background: #0055a5;
    background: -moz-linear-gradient(top,  #0055a5 0%, #2774bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0055a5), color-stop(100%,#2774bc));
    background: -webkit-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: -o-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: -ms-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.formular fieldset label
{
    float: none;
    text-align: inherit;
    width: auto;
}

.formular label span
{
    color: #666;
}

.formular label span a
{
    color: #fff;
    float: right;
    border-bottom: 1px dotted #fff;
    text-decoration: none;
    margin-right: -5px;
}

.formular label span a:hover
{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.formular input,.formular select,.formular textarea
{
    display: block;
    margin-bottom: 10px;
}

.formular .text-input
{
    width: 300px;
    color: #777;
    padding: 4px;
    border: 1px solid #B5B8C8;
    font-size: 14px;
    margin-top: 4px;
    background: #f9f9f9	url(../images/edit_backg.png) repeat-x;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.formular .text-input:focus
{
    border: 1px solid #0055a5;
    -moz-box-shadow: 0 0 5px #0055a5;
    -webkit-box-shadow: 0 0px 5px #0055a5;
    box-shadow: 0 0 5px #0055a5;
}

.formular textarea
{
    width: 250px;
    height: 70px;
    color: #777;
    padding: 4px;
    border: 1px solid #B5B8C8;
    font-size: 14px;
    margin-top: 4px;
    background: #FFF repeat-x;
}

.formular .infos
{
    background: #777;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #666;
}

.formular .infosAgreed
{
    background: green;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #666;
}

.formular .infos a
{
    border-bottom: 1px dotted #FFF;
    text-decoration: none;
    color: #fff;
}

.formular span.checkbox,.formular .checkbox
{
    display: inline;
}

.formular .submit
{
    color: #eee;
    background-color: #4b4b4b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4b4b4b), color-stop(4%,#666666), color-stop(100%,#4b4b4b));
    background: -moz-linear-gradient(top, #4b4b4b 3%, #666666 4%, #4b4b4b 100%);
    font-weight: bold;
    margin-left: 10px;
    margin-right: 25px;
    padding: 8px 8px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border: none;
    margin-top: -28px;
    ;
    float: right;
    cursor: pointer;
    text-shadow: 1px 1px 0px #000;
    border: 2px solid #fff;
}

.formular .submit:hover
{
    color: #fff;
    background-color: #666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#666666), color-stop(4%,#777777), color-stop(100%,#999999));
    background: -moz-linear-gradient(top, #666666 3%, #777777 4%, #999999 100%);
}

.formular hr
{
    clear: both;
    visibility: hidden;
}

.formular .fc-error
{
    width: 350px;
    color: 555;
    padding: 4px;
    border: 1px solid #B5B8C8;
    font-size: 12px;
    margin-bottom: 15px;
    background: #FFEAEA;
}

#lost_password_window
{
    width: 520px;
}

.overlay_content
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    font-size: 15px;
    color: #777;
}

.overlay_content ul
{
    list-style-type: square;
}

.overlay_content ol
{
    margin-left: -20px;
}

.overlay_content ol li
{
    margin-left: 0px;
}

.overlay_content h1
{
    color: #fff;
    font-size: 20px;
    background-color: #0055a5;
    background: #0055a5;
    background: -moz-linear-gradient(top,  #0055a5 0%, #2774bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0055a5), color-stop(100%,#2774bc));
    background: -webkit-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: -o-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: -ms-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    margin-left: -10px;
    padding: 5px;
    padding-left: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px black;
    -webkit-box-shadow: 0 0px 2px black;
    box-shadow: 0 0 2px black;
    text-shadow: 1px 1px 0px #000;
}

.slidedeck_frame
{
    float: left;
    width: 810px;
    height: 380px;
    overflow: hidden;
    margin-bottom:20px;
}

#table_frame
{
    margin-top: 15px;
    width: 695px;
    height: auto;
}

.button
{
    color: #eee;
    background-color: #4b4b4b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4b4b4b), color-stop(4%,#666666), color-stop(100%,#4b4b4b));
    background: -moz-linear-gradient(top, #4b4b4b 3%, #666666 4%, #4b4b4b 100%);
    font-weight: bold;
    margin-left: 0px;
    margin-right: 25px;
    padding: 6px 6px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border: none;
    float: left;
    cursor: pointer;
    text-shadow: 1px 1px 0px #000;
    border: 2px solid #fff;
}

.button:hover
{
    color: #fff;
    background-color: #666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#666666), color-stop(4%,#777777), color-stop(100%,#999999));
    background: -moz-linear-gradient(top, #666666 3%, #777777 4%, #999999 100%);
}

.oldPriceButton
{
	margin-top:3px;
	margin-left:10px;
    background-color: #0055a5;
    border: 0px solid #fff;
//    text-shadow: 0px 1px 0 #000;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    white-space: nowrap;
    float: left;
    display: inline-block;
    padding: 1px 1em 0;
 /* make appear center from 1px highlight */
    line-height: 20px;
    text-decoration: line-through;
}


.payButton
{
    text-decoration: none;
    background: #6c6e74;
    background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
    background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    border: 1px solid #6c6e74;
    border-top-color: #6c6e74;
    border-bottom-color: #6c6e74;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #1e3c5e;
    font-size: 11px;
    border-radius: 5px;
    box-shadow: 0 1px 0 #bbb, 0 1px 0 #9cccf3 inset;
    white-space: nowrap;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    float: left;
    display: inline-block;
    padding: 1px 1em 0;
 /* make appear center from 1px highlight */
    line-height: 2.25em;
}

.payButton.clicked
{
    background: #24a501;
 /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(30,183,0,1) 0%, rgba(36,165,1,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,183,0,1)), color-stop(100%,rgba(36,165,1,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,183,0,1) 0%,rgba(36,165,1,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,183,0,1) 0%,rgba(36,165,1,1) 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,183,0,1) 0%,rgba(36,165,1,1) 100%);
 /* IE10+ */
    background: linear-gradient(top,  rgba(30,183,0,1) 0%,rgba(36,165,1,1) 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eb700', endColorstr='#24a501',GradientType=0 );
 /* IE6-9 */
    border: 1px solid #1e8701;
    border-bottom-color: #176701;
    border-top-color: #24a501;
    box-shadow: 0 1px 0 #bbb, 0 1px 0 #acc63d inset;
    padding: 1px 2em 0;
    cursor: pointer;
}

.payButton.clicked::before
{
}

.payButton.clicked:active
{
    box-shadow: 0 0 8px #777 inset;
}

.payButtonBought
{
    background-color: #bbb;
    border: 2px solid #aaa;
    color: #9a9a9a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 5px;
    white-space: nowrap;
    float: left;
    display: inline-block;
    padding: 1px 1em 0;
 /* make appear center from 1px highlight */
    line-height: 2.25em;
    text-decoration: line-through;
}

@font-face
{
    font-family: 'DINAlternateMediumRegular';
    src: url('fonts/din_alternate_medium-webfont.eot');
    src: url('fonts/din_alternate_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_alternate_medium-webfont.woff') format('woff'),
         url('fonts/din_alternate_medium-webfont.ttf') format('truetype'),
         url('fonts(din_alternate_medium-webfont.svg#DINAlternateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'DINAlternateLightRegular';
    src: url('din_alternate_light-webfont.eot');
    src: url('din_alternate_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('din_alternate_light-webfont.woff') format('woff'),
         url('din_alternate_light-webfont.ttf') format('truetype'),
         url('din_alternate_light-webfont.svg#DINAlternateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.slidedeck .top_container
{
    width: 100%;
    margin-left: -5px;
    margin-top: 2px;
    color: #333;
}

.slidedeck .top_container b
{
    color: #0055a5;
    text-shadow: 0px 1px 0 #d5d5d5;
}

.slidedeck .top_container ul
{
    list-style-type: square;
    list-style-position: outside;
}

.slidedeck .caption_box
{
    float: left;
    padding-left: 5px;
    padding-right: 40px;
    text-transform: uppercase;
    font-weight: bold;
    background: #0055a5;
    background: -moz-linear-gradient(top,  #0055a5 0%, #2774bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0055a5), color-stop(100%,#2774bc));
    background: -webkit-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: -o-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: -ms-linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    background: linear-gradient(top,  #0055a5 0%,#2774bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0055a5', endColorstr='#2774bc');
    zoom: 1;
    border: 3px solid #fff;
    z-index: 10;
    min-width: 200px;
}

.slidedeck .caption_text
{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.slidedeck .sub_caption_box
{
    position: absolute;
    margin-left: 50px;
    margin-top: 33px;
    color: #333;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ccc;
    border: 2px solid #fff;
}

.slidedeck .sub_caption_text
{
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: 0px 1px 0 #fff;
    letter-spacing: 0px;
    padding-top: 2px;
}

.slidedeck .body_overview
{
    position: relative;
    margin-top: 30px;
    padding: 5px;
    padding-right: 10px;
    margin-right: 180px;
    overflow: hidden;
    text-align: justify;
    text-shadow: 0px 1px 0px #fff;
}

.slidedeck .body_cover
{
    position: relative;
    width: 180px;
    padding-top: 20px;
    float: right;
    overflow: hidden;
}

.slidedeck .body_cover img
{
    position: relative;
    margin-left: 10px;
    padding: 5px;
    background-color: #fff;
}

.slidedeck .body_cover .newOverlay
{
    margin-top: -200px;
    margin-left: 15px;
    position: absolute;
    width: 80px;
    height: 80px;
    background: transparent url(../images/newBadge.png) no-repeat;
    z-index: 100;
}

.slidedeck .body_button_box
{
    position: absolute;
    margin-top: 310px;
    width: 100%;
    padding-top: 10px;
    background: transparent url(../images/sep_line_faded.png) no-repeat top left;
}

.slidedeck .body_gallery
{
    position: relative;
    margin-top: 90px;
    padding-bottom: 20px;
    padding-right: 30px;
    text-shadow: 0px 1px 0px #fff;
}

.slidedeck .gallery
{
    padding-top: 20px;
}

.slidedeck .gallery img
{
    padding: 5px;
    background: white;
    border: 1px solid #BBB;
    margin: 0px;
    width: 120px;
    height: 67px;
    margin-right: 3px;
}

.slidedeck .body_gallery span.roll
{
    background: url(../images/mag.png) center center no-repeat #0055a5;
    margin: 6px;
    height: 67px;
    position: absolute;
    width: 121px;
    z-index: 10;
}

.slidedeck .body_optional
{
    position: relative;
    margin-top: 65px;
    padding-bottom: 20px;
    padding-right: 30px;
    height: 230px;
    overflow: hidden;
    text-shadow: 0px 1px 0px #fff;
}

.slidedeck .age_gate_overlay
{
    background: url(../images/age_age_overlay.png) repeat scroll 0 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    position: absolute;
}

.age_gate_form
{
    border: 5px solid white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px black;
    -webkit-box-shadow: 0 0px 5px black;
    box-shadow: 0 0 5px black;
    background: #0055a5;
 /* Old browsers */
    background: -moz-linear-gradient(top,  #0055a5 0%, #155ea3 40%, #2d6aa3 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0055a5), color-stop(40%,#155ea3), color-stop(100%,#2d6aa3));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0055a5 0%,#155ea3 40%,#2d6aa3 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0055a5 0%,#155ea3 40%,#2d6aa3 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0055a5 0%,#155ea3 40%,#2d6aa3 100%);
 /* IE10+ */
    background: linear-gradient(top,  #0055a5 0%,#155ea3 40%,#2d6aa3 100%);
 /* W3C */;
}

.age_gate_form span
{
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}

#helpIcon
{
    background-color: #f5f5f5;
    *background-color: #fff;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.hasJS dd span, .selectedValue span
{
    position: relative;
    top: 2px;
    display: block;
    height: 12px;
    width: 20px;
    float: left;
    clear: right;
}

.hasJS dd span
{
    margin-left: 6px;
}

.hasJS dd span.en, .selectedValue span.en
{
    background: url("../images/flags/en.png") no-repeat;
}

.hasJS dd span.de, .selectedValue span.de
{
    background: url("../images/flags/de.png") no-repeat;
}

#tooltip
{
    text-align: center;
    color: #fff;
    background: #666;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #666;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #666;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}
