@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('/inc/font/opensans-condbold-webfont.eot');
    src: url('/inc/font/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/inc/font/opensans-condbold-webfont.woff2') format('woff2'),
        url('/inc/font/opensans-condbold-webfont.woff') format('woff'),
        url('/inc/font/opensans-condbold-webfont.ttf') format('truetype'),
        url('/inc/font/Oopensans-condbold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nowrap {
    white-space: nowrap;
}

.clear {
    clear: both;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

span.search {
    background-color: #ffff66;
}

i, em, .italic, .em {
    font-style: italic;
}

.clearfix:after {
    content:'';
    display:block;
    clear:both;
}

i, em {
    font-style:italic;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    button > span {
        margin-top: -1px;
        margin-left: 2px;
    }
}

div#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

div#splash {
    position: fixed;
    z-index: 1000;
    top: calc(50vh - 340px);
    left: calc(50vw - 610px);
    width: 1200px !important;
    height: 700px !important;
}

div#splash div.document {
    width: auto;
    height: auto;
    max-width: 800px;
    max-height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
}

div#splash h3 {
    display: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    font-family: 'OpenSansCondensedBold', helvetica, arial;
}

div#splash a.doCloseSplash {
    float: right;
    color: #ffffff;
    text-decoration: none;
    background: url('/inc/lay/icon.24.close.png') no-repeat 0px 0px;
    padding: 5px 0px 5px 30px;
    margin: 20px 8px 0px 0px;
    position: absolute;
    right: 0px;
    top: -30px;
}

div#splash a.doCloseSplash span {
    border-bottom: 1px dotted #ffffff;
    font-weight: bold;
}

div#splash a.doCloseSplash:hover {
    color: #ffffff;
    background-position: 0px -24px;
}

div#splash a.doCloseSplash:hover span {
    border-bottom: 1px solid #ffffff;
}

a.doCookie {
    float: right;
    color: #444444;
    text-decoration: none;
    border: 0px;
    background: url('/inc/lay/icon.24.close.png') no-repeat 0px 0px;
    padding: 0px;
    margin: 0px 16px 0px 0px;
    height: 24px;
    width: 24px;
    display: block;
}

a.doCookie span {
    border-bottom: 0px;
    display: none;
}

a.doCookie:hover {
    color: #444444;
    background-position: 0px -24px;
    border: 0px;
}

a.doCookie:hover span {
    border-bottom: 0px;
}

div.cookie-alert {
    z-index: 1010;
    opacity: 0.9;
    position: fixed;
    bottom: 0px;
    background: #ffffff;
    border-top: 1px solid #aaaaaa;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    width: 100%;
}

div.cookie-alert p {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    line-height: 20px;
}

div.hr {
    clear: both;
    border-top: 1px solid rgba(0,0,0,0.5);
    /*border-left:  1px solid rgba(0,0,0,0.2);
    border-right:  1px solid rgba(0,0,0,0.2);*/
    margin-bottom: 3px;
    height: 1px;
}

div.hr > hr {
    display: none;
}

a {
    color: #1b5891;
    text-decoration: none;
    /*border-bottom: 1px dotted #1b5891;*/
}

a:hover {
    text-decoration: underline;
    /*border-bottom: 1px solid #1b5891;*/
}

a.full.button {
    display: block;
}

a.button {
    margin-top: 10px;
}

button, a.button {
    background: #343465;
    color: #ffffff;
    border: none;
    padding: 6px 8px;
    border-radius: 5px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

button:hover, a.button:hover {
    background: #1b5891;
    cursor: pointer;
}

button.silver, a.button.silver {
    background: #555555;
}

button.silver:hover, a.button.silver:hover {
    background: #777777;
}

input[type='text'],
input[type='password'] {
    border: 1px solid #777777;
    background-color: #fcfcfc;
    color: #444444;
}

input[type='text']:focus,
input[type='password']:focus {
    background-color: #ececec;
}

/* --- */

html {
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
}

body {
    background: #ffffff;
    line-height: 1.2em;
}

div.layHead {
    width: 1200px;
    height: 120px;
    margin: 3px auto 0px auto;
}

div.layHead > h1 {
    float: left;
}

div.layHead > h1 a {
    display: block;
    background: url('/inc/lay/head.altair.svg') no-repeat center center;
    background-size: contain;
    border: none;
    width: 190px;
    height: 100px;
    margin: 10px 10px 0px 0px;
}

div.layHead > h1 a span {
    display: none;
}

div.layMenu {
    width: 1200px;
    height: 44px;
    margin: 6px auto 0px auto;
    clear: both;
}

div.layMenu ul {
    margin: 0px;
    padding: 0px;
    text-align: justify;
    line-height: 0px;
}

div.layMenu ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

div.layMenu ul > li {
    display: inline-block;
    line-height: 100%;
}

div.layMenu ul > li a {
    display: block;
    height: 24px;
    margin: 0px 0px 0px 0px;
    color: #666666;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 14px 0px 4px 0px;
    border: none;
}

div.layMenu ul > li a:hover {
    color: #343465;
}

div.menuMenu {
    width: 1000px;
    float: left;
}

div.menuSearch {
    float: right;
    width: 190px;
}

div.menuSearch input {
    width: 112px;
    float: left;
    margin-top: 11px;
}

div.menuSearch button {
    width: 70px;
    float: right;
    margin-top: 7px;
}

div.layFoot {
    clear: both;
    border-top: 1px solid #c6c6c6;
    width: 1200px;
    padding: 4px 0px 8px 0px;
    margin: 4px auto 4px auto;
}

div.layFoot ul.inTouch {
    float: right;
    clear: right;
}

div.layFoot ul.inTouch li {
    float: left;
}

div.layFoot ul.inTouch li a {
    display: block;
    width: 16px;
    height: 16px;
    margin: 3px 5px 0px 8px;
    background: url('/inc/lay/foot.icons.png') no-repeat 0px 0px;
    opacity: 0.3;
    border: none;
}

div.layFoot ul.inTouch li a span {
    display: none;
}

div.layFoot ul.inTouch li a:hover {
    opacity: 0.6;
}

div.layFoot ul.inTouch li.icoRSS a { background-position: 0px 0px; }
div.layFoot ul.inTouch li.icoFacebook a { background-position: 0px -16px; }
div.layFoot ul.inTouch li.icoTwitter a { background-position: 0px -32px; }

div.layFoot ul.miniMenu {
    float: right;
    clear: right;
}

div.layFoot ul.miniMenu li {
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    float: left;
    margin: 0px 4px 0px 0px;
}

div.layFoot ul.miniMenu li:before { content: "| "; }
div.layFoot ul.miniMenu li:first-child:before { content: ""; }

div.layFoot ul.miniMenu li a {
    font-size: 11px;
    font-weight: normal;
}

div.layFoot p.copy {
    float: left;
    clear: left;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
}

div.layFoot p.copy a {
    font-size: 11px;
    font-weight: normal;
}

div.layFoot h5 {
    float: left;
    clear: left;
    padding: 1px 0px 5px 0px;
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    margin: 0px 0px 2px 0px;
    color: #999999;
}

div.boxLogin2 {
    width: 190px;
    float: right;
    margin-left: 10px;
    background: #fdfdfd;
}

div.boxLogin2 div.boxLoginForm {
    width: 120px;
    float: right;
}

div.boxLogin2 label {
    display: block;
    width: 120px;
    margin-bottom: 2px;
    height: 20px;
}

div.boxLogin2 label span {
    margin-top: 3px;
    display: block;
    width: 66px;
    float: left;
    text-align: right;
    color: #666666;
}

div.boxLogin2 label input {
    width: 115px;
    float: right;
}

div.boxLogin2 button {
    margin-left: 0px;
    margin-bottom: 2px;
}

div.boxLogin2 a {
    margin-left: 0px;
    margin-bottom: 2px;
    border-bottom: none;
    display: inline-block;
}

div.boxLogin2 a.doTranslate {
    margin-left: 0;
}

div.boxLogin2 h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #666666;
}

div.layCovers {
    float: right;
    width: 800px;
    height: 120px;
    background-position: 8px 3px;
    background-image: url('/inc/lay/opening3.jpg');
    background-repeat: no-repeat;
}

div.layCovers ul {
    float: right;
}

div.layCovers ul li {
    float: left;
    margin-left: 8px;
}

div.layCovers ul li img {
    margin-top: -1px;
    width: 90px;
    height: 125px;
}

div.layMain {
    clear: both;
    width: 1200px;
    margin: 0px auto 0px auto;
}

div.colSideRight {
    width: 190px;
    float: right;
}

div.colSideLeft {
    width: 190px;
    margin-right: 10px;
    float: left;
}

div.colMain {
    width: 800px;
    float: left;
}

div#abinfo {
    background: #f8f8f8;
    width: 1168px;
    border: 1px solid #bbbbbb;
    padding: 15px;
    margin: 4px auto;
    line-height: 20px;
} 

div.movieHomePage div {
    width: 260px;
    margin-left: 10px;
    float: left;
    position: relative;
}

div.movieHomePage div > a {
    width: 258px;
    height: 143px;
    overflow: hidden;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #555555;
}

div.movieHomePage div:first-child {
    margin-left: 0px;
}

div.movieHomePage div h4 {
    bottom: 0px;
    position: absolute;
    padding: 15px;
    margin-bottom: 0px;
    background: rgba(0,0,0,0.6);
    display: block;
    width: 230px;
    font-family: 'OpenSansCondensedBold';
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
}

div.movieHomePage div h4 a {
    color: #fff;
    text-decoration: none;
    border: none;
}

div.movieHomePage {
    margin-bottom: 5px;
}

div.movieHomePage > div span.iconMoviePlay {
    background: url('/inc/lay/icon.62.play.png');
    display: block;
    width: 62px;
    height: 44px;
    position: absolute;
    left: 99px;
    top: 50px;
    opacity: 0.8;
}

div.movieHomePage > div:hover span.iconCamera {
    background: url('/inc/lay/icon.62.camera2.png');
    opacity: 1.0;
}

div.movieHomePage > div span.iconCamera {
    background: url('/inc/lay/icon.62.camera.png');
    display: block;
    width: 62px;
    height: 44px;
    position: absolute;
    left: 99px;
    top: 50px;
    opacity: 0.8;
}

div.movieHomePage > div:hover span.iconMoviePlay {
    background: url('/inc/lay/icon.62.play2.png');
    opacity: 1.0;
}

h3 {
    line-height: 18px;
    font-size: 16px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    margin: 0px 0px 4px 0px;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
}

h4 {
    line-height: 20px;
    font-size: 20px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    margin: 0px 0px 4px 0px;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
}

span.redHead a {
    color: #d61921;
    border-color: #d61921;
}

strong.redHead {
    color: #d61921;
    font-weight: bold;
}

h4.redHead {
    line-height: 20px;
    color: #d61921;
    font-size: 20px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    margin: 0px 0px 4px 0px;
    text-align: center;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
}

a.sideHighlight, a.sideHighlight:hover {
    border-color: #d61921;
    color: #d61921;
}

h4.redHead a {
    color: #d61921;
    border: 0px;
}

div.newsCategories {
    background: #f8f8f8;
}

div.newsCategories li {
}

div.newsCategories li.divider {
    margin-top: 7px;
    margin-bottom: 7px;
}

p.microLead {
    font-size: 11px;
    line-height: 15px;
    color: #444444;
    text-align: justify;
}

div.advert {
    margin-left: auto;
    mergin-right: auto;
    text-align: center;
}

div.colMain div.advert {
    background: #f8f8f8 url('/inc/lay/adback.png') center center no-repeat;
    text-align: center;
    margin-bottom: 3px;
    padding-top: 3px;
}

div.colMain div.advert a {
    border: none;
}

ul.leads li {
    display: block;
    width: 395px;
    float: left;
    padding: 6px 0px;
}

ul.leads li:nth-child(odd) {
    clear: both;
    float: left;
}

ul.leads li:nth-child(even) {
    float: right;
}

ul.leads li h3 {
    color: #444444;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
    font-size: 17px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    margin: 0px 0px 4px 0px;
    line-height: 20px;
}

ul.leads li p {
    font-size: 11px;
    line-height: 15px;
    color: #444444;
    text-align: justify;
    width: 250px;
    display: block;
    float: left;
}

ul.leads li > a > div {
    padding: 0px;
    margin: 0px 10px 0px 0px;
    width: 132px;
    background: #ffffff;
    overflow: hidden;
    float: left;
}

ul.leads li > a > div > img {
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border: 1px solid #000000;
    width: 130px;
    min-height: 90px;
}

div.newsSlides {
    border: 1px solid #777777;
    display: block;
    width: 393px;
    overflow: hidden;
    height: 90px;
    margin-bottom: 6px;
    position: relative;
    background: #fcfcfc;
}

div.newsSlidesStatic {
    border: 1px solid #777777;
    display: block;
    width: 393px;
    overflow: hidden;
    margin-bottom: 6px;
    position: relative;
    background: #fcfcfc;
}

div.newsSlides > div, div.newsSlidesStatic > div {
    position: relative;
}

div.newsSlides > div > div, div.newsSlidesStatic > div > div {
    background: #f8f8f8;
    display: block;
    width: 373px;
    height: 28px;
    overflow: hidden;
    padding: 1px 10px;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
}

a.gallery {
    float: left;
    margin: 6px 6px 0px 0px;
    border-bottom: 0px !important;
}

a.gallery:nth-child(5n) {
    margin-right: 0px;
}

a.movieCat {
    background: #f0f0f0;
    color: #aa0000 !important;
    padding: 0px 4px;
    border-bottom: none;
    border-radius: 4px;
}

div.moviePrimary {
    position: relative;
    display: block;
    float: right;
    overflow: hidden;
    background-color: #fff;
}

div.moviePrimary:first-child {
    float: left;
}

div.moviePrimary > a {
    width: 393px;
    height: 250px;
    overflow: hidden;
    display: block;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    color: #000000;
    border: 1px solid #555555;
    float: left;
}

div.moviePrimary h4 {
    position: absolute;
    padding: 20px;
    background-color: rgba(0,0,0,0.75);
    /*text-transform: uppercase;*/
    font-variant: small-caps;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    font-family: 'OpenSansCondensedBold', helvetica, arial;
    bottom: 0px;
    margin: 1px;
    width: 353px;
    line-height: 24px;
}

div.moviePrimary h4 a {
    color: #ffffff;
    text-decoration: none;
    border: none;
}

div.moviePrimary span.iconMoviePlay {
    background: url('/inc/lay/icon.62.play.png');
    display: block;
    width: 62px;
    height: 44px;
    position: absolute;
    left: 165px;
    top: 105px;
    opacity: 0.8;
}

div.moviePrimary:hover span.iconMoviePlay {
    background: url('/inc/lay/icon.62.play2.png');
    opacity: 1.0;
}

div.movieSecondary {
    margin-bottom: 8px;
    margin-top: 8px;
    position: relative;
}

div.movieSecondary > a {
    width: 260px;
    height: 145px;
    overflow: hidden;
    display: block;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    color: #000000;
    border: 1px solid #555555;
    float: left;
    margin-right: 8px;
}

div.movieSecondary > a > img {
    width: 248px;
    height: 186px;
}

div.movieSecondary h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
    font-size: 18px;
    font-weight: normal;
    font-family: 'OpenSansCondensedBold', helvetica, arial;
    line-height: 22px;
}

div.movieSecondary h5 {
    padding-top: 4px;
    padding-bottom: 10px;
}

div.movieSecondary p {
    font-size: 13px;
    line-height: 17px;
}

div.movieSecondary span.iconMoviePlay {
    background: url('/inc/lay/icon.62.play.png');
    display: block;
    width: 62px;
    height: 44px;
    position: absolute;
    left: 101px;
    top: 52px;
    opacity: 0.8;
}

div.movieSecondary:hover span.iconMoviePlay {
    background: url('/inc/lay/icon.62.play2.png');
    opacity: 1.0;
}

div.layMain > div.colMain > ul.menuTabs {
    background: url('/inc/lay/tab.back.png') no-repeat left 34px;
    height: 48px;
    width: 802px;
    padding: 0px 2px 0px 2px;
    margin: 9px 0px 0px 0px;
}

div.layMain > div.colMain > ul.menuTabs li {
    float: left;
    font-size: 11px;
    color: #444444;
}

div.layMain > div.colMain > ul.menuTabs li a {
    display: block;
    text-decoration: none;
    color: #444444;
    padding: 8px 7px 16px 8px;
    border: none;
    background: url('/inc/lay/tab.hover.png') no-repeat center 0px;
}

div.layMain > div.colMain > ul.menuYears {
    margin-top: 0px;
}

div.layMain > div.colMain > ul.menuYears li a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    padding: 9px 5px 9px 6px;
}

div.layMain > div.colMain > ul.menuMonths {
    margin-top: 0px;
}

div.layMain > div.colMain > ul.menuTabs li a.selected {
    background: url('/inc/lay/tab.hover.png') no-repeat center -35px;
}

div.layMain > div.colMain > ul.menuTabs li a:hover {
    color: #000000;
    background: url('/inc/lay/tab.hover.png') no-repeat center -70px;
}

div.layMain > div.colMain > ul.menuTabs li a.selected:hover {
    background: url('/inc/lay/tab.hover.png') no-repeat center -105px;
} 

.center {
    text-align: center;
}

div.boxButtons a {
    border: none;
    margin: 0px auto 0px auto;
}

div.boxButtons {
    margin-bottom: 2px;
}

div.boxAds a {
    border: none;
    margin: 0px auto 0px auto;
}

ul.menuSecondary {
    border-top: 1px solid rgba(0,0,0,0.5);
    padding-top: 4px;
}

ul.menuSecondary li {
    float: right;
    margin-left: 20px;
}

ul.menuSecondary li a {
    line-height: 20px;
    font-size: 20px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    margin: 0px 0px 4px 0px;
    text-transform: uppercase;
    text-align: center;
}

h3.menuPrimary {
    line-height: 20px;
    font-size: 20px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.document h3 {
    margin: 12px 0px 12px 0px;
}

div.document {
    margin: 20px 0px 20px 0px;
    color: #444444;
    line-height: 17px;
    font-size: 13px;
    font-family: helvetica, arial, sans-serif;
}

div.document b, div.document strong {
    font-weight: bold;
}

div.document p {
    margin: 0px 0px 12px 0px;
    text-align: justify;
    /*text-indent: 1.5em;*/
}

div.document p + p {
    /*text-indent: 1.5em;*/
}

div.document table {
    width: 100%;
    margin: 8px 0px 12px 0px;
    border: 1px solid #aaaaaa;
}

div.document table tr:nth-child(even) {
    background: #ffffff;
}

div.document table tr:nth-child(odd) {
    background: #f8f8f8;
}

div.document table td {
    padding: 4px;
}

div.document table th {
    padding: 4px;
}

div.document h3, div#error h3 {
    font-weight: bold;
    font-size: 17px;
    margin: 4px 0px 12px 0px;
}

div.document h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 4px 0px 12px 0px;
}

div.document ul {
    list-style-type: disc;
    margin: 4px 0px 16px 25px;
}

div.document img, img.img {
    border: 1px solid #000000;
}

div.document sup {
    font-size: xx-small;
    vertical-align: super;
}

div.document sub {
    font-size: xx-small;
    vertical-align: bottom;
}




div.frontForm label {
    clear: both;
    float: left;
    width: 260px;
    text-align: right;
    margin: 4px 10px 0px 0px;
}

div.frontForm input, div.frontForm textarea  {
    float: left;
    margin: 0px 0px 8px 0px;
    width: 300px;
    padding: 4px;
    border: 1px solid #444444;
}

div.frontForm textarea {
    height: 120px;
}

div.frontForm button {
    float: left;
}

div.booksList img {
    border-color: #ffffff;
}

div.booksList {
    clear: both;
    margin: 20px 0px 20px 0px;
    padding: 10px;
    background: #ffffff;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
}

div.booksList a, div.booksList a:hover {
    border: 0px;
    padding: 10px 2px;
}


div.subscribeDetailsForm {
    margin: 10px 40px;
    border: 8px solid #ffffff;
    padding: 20px 20px 20px 100px;
    font-size: 15px;
    line-height: 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
}

div.subscribeDetailsForm td.label {
    text-align: right;
    white-space: nowrap;
    padding-right: 10px;
}

div.subscribeDetailsForm label {
    font-size: 12px;
}

div.subscribeDetailsForm input.input {
    width: 300px;
    padding: 4px;
    margin: 0px 0px 8px 0px;
}

div.subscribeDetailsForm select {
    width: 310px;
    padding: 4px;
    margin: 0px 0px 8px 0px;
}


div.subscribeDetailsForm button {
}

ol.ol, .document ol {
    list-style-type: decimal;
    margin-left: 20px;
}

ul.errors {
    list-style-type: square;
    margin: 0px 0px 8px 0px;
    padding: 8px 8px 8px 26px;
    color: #aa0000;
    background: #ffffff;
    border: 1px solid #dddddd;
}

a.doPrint {
    display: block;
    float: right;
    height: 16px;
    margin: 3px 24px 0px 0px;
    padding: 0px 0px 0px 24px;
    background: url('/inc/lay/foot.icons.png') no-repeat 0px -48px;
    opacity: 0.5;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

a.doTop {
    display: block;
    float: right;
    height: 16px;
    margin: 3px 24px 0px 0px;
    padding: 0px 0px 0px 24px;
    background: url('/inc/lay/foot.icons.png') no-repeat 0px -64px;
    opacity: 0.5;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

a.sideHighlight {
    color: #990000 !important;
}

ul.connectionTree, ul.connectionTree ul {
    list-style-type: none;
    background: url(/inc/lay/tree.vline.png) repeat-y;
    margin: 0;
    padding: 0;
}

ul.connectionTree {
    margin: 10px 0px 0px 10px;
}

ul.connectionTree ul {
    margin-left: 10px;
}

ul.connectionTree li {
    margin: 0;
    padding: 0 12px;
    line-height: 20px;
    background: url(/inc/lay/tree.node.png) no-repeat;
    color: #888888;
    font-weight: normal;
    font-size: 12px;
}

ul.connectionTree li a {
    text-decoration: none;
    color: #444444;
    border-bottom: 1px dotted #444444;
}

ul.connectionTree li a:hover {
    border-bottom: 1px solid #444444;
}

ul.connectionTree li.last {
    background: #ffffff url(/inc/lay/tree.lastnode.png) no-repeat;
}

ul.connectionTree li.root {
    padding: 0px 0px 2px 20px;
    background: #ffffff url(/inc/lay/icon.16.page.png) no-repeat 0px 2px;
}

div.caption {
    font-style: italic;
    background: #f4f4f4;
    text-align: left;
}

div.caption img {
    border: 5px solid #f4f4f4;
    float: left;
    margin-right: 12px;
}

div.caption div {
    text-align: justify;
    text-indent: 0px;
    margin: 4px 4px 4px 4px;
    padding-left: 8px;
    padding: 14px 10px 4px 4px;
    color: #000000;
    font-size: 12px;
}

div.caption div.youtube {
    border: 5px solid #f4f4f4;
    background: #f4f4f4;
    float: left;
    padding: 0px;
    margin: 0px 12px 0px 0px;
}

div.caption div.clear {
    margin: 0px;
    padding: 0px;
}


ul.map {
    font-size: 14px;
    list-style: none !important;
    padding: 6px 0px 2px 0px;

}

ul.map li {
    color: #444444;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    line-height: 18px;
    background: url('/inc/lay/icon.16.page.png') no-repeat 0px 1px;
}

ul.map li a {
    color: #444444;
    text-decoration: none;
    border-bottom: 1px dotted #999999;
}

ul.map li a:hover {
    border-bottom: 1px solid #999999;
}

ul.leadsWide img {
    border: 1px solid #333;
    margin: 0px 10px 10px 0px;
    float: left;
    clear: both;
}

ul.leadsWide p {
    margin: 10px 0px 16px 0px;
    display: block;
    width: 664px;
    /*float: left;*/
}

h3.section {
    margin: 16px 0px 10px 0px;
}

div.darkDividerBig {
    line-height: 20px;
    color: #d61921;
    font-size: 20px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    margin: 8px 0px 4px 0px;
    padding: 3px 0px 0px 0px;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.5);
    clear: both;
}

div.smallCovers {
    margin: 8px 10px 20px 10px;
    text-align: center;
}

img.smallCover {
    margin: 6px;
}

div.smallCovers a {
    border-bottom: none;
}

table.subscriptionList {
    width: 100%;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    margin: 0px 0px 8px 0px;
}

table.subscriptionList tr:nth-child(odd) td {
    background: #ffffff;
}

table.subscriptionList tr td {
    background: #f8f8f8;
    text-align: center;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    padding: 4px;
}

table.subscriptionList th {
    text-align: center;
    background: #cccccc;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    padding: 4px;
    font-weight: bold;
}

table.subscriptionList a {
    color: #444444;
    text-decoration: none;
    border-bottom: 1px dotted #444444;
    margin: 4px;
    line-height: 20px;
    font-size: 13px;
}

table.subscriptionList a:hover {
    border-bottom: 1px solid #444444;
}

ul.magazines li {
    float: left;
    width: 380px;
    margin: 10px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px dashed #c0c0c0;
}

ul.magazines img {
    border: 6px solid #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
}

ul.magazines li h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    margin: 8px;
}

ul.magazines li h3 a {
    text-decoration: none;
    border-bottom: 1px dotted #999999;
    color: #444444;
}

ul.magazines li p {
    min-height: 80px;
}

div.searchBox {
    margin: 10px 40px;
    border: 8px solid #ffffff;
    padding: 20px 20px 20px 100px;
    background: #f0f0f0 url('/inc/lay/icon.48.search.png') no-repeat 30px 30px;
    font-size: 15px;
    line-height: 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
}

div.searchBox label {
    width: 100px;
    display: block;
    float: left;
    text-align: right;
    padding-top: 4px;
}

div.searchBox label.lab {
    width: 100px;
    display: block;
    float: left;
    text-align: left;
    padding-top: 4px;
}

div.searchBox input {
    float: left;
    color: #666666;
    background: #ffffff;
    padding: 3px;
    margin: 2px 6px 0px 6px;
    border: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    text-align: left;
    width: 100px;
}

div.searchBox input.radio {
    float: left;
    color: #666666;
    background: #ffffff;
    padding: 3px;
    margin: 5px 0px 0px 0px;
    border: 0px;
    font-size: 14px;
    text-align: left;
    width: 30px;
}

div.searchBox input.date,
div.searchBox input.datePicker {
    background-image: url('/inc/lay/icon_16_calendar.png');
    background-repeat: no-repeat;
    background-position: 86px 3px;
}

div.searchBox select {
    float: left;
    color: #666666;
    background: #ffffff;
    padding: 3px;
    margin: 2px 6px 0px 6px;
    border: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    text-align: left;
    width: 324px;
}

div.searchBox input.query {
    width: 318px;
}

div.searchBox button {
    clear: both;
    float: left;
    color: #ffffff;
    background: #777777;
    padding: 3px;
    margin-left: 106px;
    margin-top: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    font-size: 14px;
    text-align: center;
    width: 80px;
    text-transform: uppercase;
}

div.searchBox button:hover {
    color: #ffffff;
    background: #444444;
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-family: 'OpenSansCondensedBold', helvetica, arial, sans-serif;
    font-size: 14px;
    text-align: center;
    width: 80px;
    text-transform: uppercase;
}

div.info {
    margin: 10px 20px 10px 30px;
    border: 8px solid #ffffff;
    padding: 20px 20px 20px 100px;
    background: #f0f0f0 no-repeat 30px 5px;
    font-size: 15px;
    line-height: 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
    clear: both;
    display: block;
    min-height: 15px;
    color: #000000;
}
div.infoBad {
    background: #f0f0f0 url(/inc/lay/info_bad.png) no-repeat 8px 6px;
}

div.infoGood {
    background: #f0f0f0 url(/inc/lay/info_good.png) no-repeat 8px 6px;
}

li.searchItem {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

div.eIssueBox {
    clear: right;
    float: right;
    width: 208px;
    margin: 4px;
    text-align: center;
    padding: 4px;
}

div.eIssueBox a {
    color: #444444;
    text-decoration: none;
    border-bottom: 1px dotted #999999;
}

div.eIssueBox a:hover {
    border-bottom: 1px solid #999999;
}

div.switchSize {
    display: none;
}

div.switchLayout {
    display: none;
}

a.flagLanguage_pl {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 19px;
    background: #efefef url('/inc/lay/flag.30_pl.png') no-repeat top left;
    float: left;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 2px solid #f8f8f8;
}

a.flagLanguage_es {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 19px;
    background: #efefef url('/inc/lay/flag.30_es.png') no-repeat top left;
    float: left;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 2px solid #f8f8f8;
}

a.flagLanguage_fr {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 19px;
    background: #efefef url('/inc/lay/flag.30_fr.png') no-repeat top left;
    float: left;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 2px solid #f8f8f8;
}

a.flagLanguage_en {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 19px;
    background: #efefef url('/inc/lay/flag.30_en.png') no-repeat top left;
    float: left;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 2px solid #f8f8f8;
}

a.flagLanguage_de {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 19px;
    background: #efefef url('/inc/lay/flag.30_de.png') no-repeat top left;
    float: left;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 2px solid #f8f8f8;
}

a.flagLanguage_ru {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 19px;
    background: #efefef url('/inc/lay/flag.30_ru.png') no-repeat top left;
    float: left;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 2px solid #f8f8f8;
}

a.flagLanguage_it {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 19px;
    background: #efefef url('/inc/lay/flag.30_it.png') no-repeat top left;
    float: left;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 2px solid #f8f8f8;
}

a.flagLanguage_zh {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 19px;
    background: #efefef url('/inc/lay/flag.30_zh.png') no-repeat top left;
    float: left;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 2px solid #f8f8f8;
}

a.flagLanguage_pl.flagMourning {
    background: #efefef url('/inc/lay/flag.30_pl.mourning.png') no-repeat top left;
}

a.flagLanguage_en.flagMourning {
    background: #efefef url('/inc/lay/flag.30_en.mourning.png') no-repeat top left;
}

a.flagLanguage_pl span, a.flagLanguage_en span {
    display: none;
}

h3.highlighted {
    color: #a61921 !important;
}
h3.highlighted a {
    color: #d61921 !important;
}
p.highlighted {
    color: #a61921 !important;
}
p.highlighted a {
    color: #d61921 !important;
}


/* -- SidebarShare -- */

ul.sidebarShare {
    height: 2.5rem;
    display: block;
    white-space: nowrap;
}
ul.sidebarShare li {
    color: #ffffff;
    width: 2.4rem;
    padding-bottom: 2.4rem;
    position: relative;
    float: left;
    border-radius: 4px;
    display: block;
    margin-left: 0.3rem;
}
ul.sidebarShare li a {
    background-color: rgba(255,255,255,0.3);
    padding-top: 0.4rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    vertical-align: middle;
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
    border: none;
    background-position: center center;
    background-size: cover;
}
ul.sidebarShare li a:hover {
    background-color: rgba(255,255,255,0);
}
ul.sidebarShare li a span {
    display: none;
}

/* --- Adverts rotate --- */
.advSet > div.rotate {
    display: none;
}
.advSet > div.rotate.active {
    display: block;
}