html, body {
    height: 100%;
    margin: 0px;
}
body {
    font: 11px/1.2 Verdana;
    background-color: #f1eff0;
}
body.clickable {
    cursor: pointer;
}

a {
    color: #00509d;
}
a.emptyResource {
    text-decoration: none;
    border-bottom: 1px dotted #1e2f7c;
}
.emptyResource {
    border-bottom: 1px dotted black;
}

input {
    background-color: #FAF9F5;
    font: 11px/1.2 Verdana;
    border: 1px solid #C6C6C6;
}
textarea {
    background-color: #FAF9F5;
    font: 11px/1.2 Verdana;
    border: 1px solid #C6C6C6;
}
input.btn {
}
input.chk {
    background: none;
    border: none;
}
input.rad {
    background: none;
    border: none;
}

form {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
}

h1 {
    font: bold 14px/1.2 Verdana, sans-serif;
    border-bottom: 1px solid #c5c8a9;
    margin-top: 10px;
    margin-bottom: 9px;
}
h1.first {
    margin-top: 0px;
}
h2 {
    font: bold 13px/1.2 Verdana, sans-serif;
    border-bottom: 1px solid #c5c8a9;
    margin-top: 10px;
    margin-bottom: 9px;
}
h2 a {
    color: black;
    text-decoration: none;
}
h3 {
    font: bold 12px/1.2 Verdana, sans-serif;
    border-bottom: 1px solid #c5c8a9;
    margin-top: 10px;
    margin-bottom: 9px;
}
h4 {
    font: bold 11px/1.2 Verdana, sans-serif;
    border-bottom: 1px solid #c5c8a9;
    margin-top: 10px;
    margin-bottom: 9px;
}
h5 {
    font: bold 10px/1.2 Verdana, sans-serif;
    border-bottom: 1px solid #c5c8a9;
    margin-top: 10px;
    margin-bottom: 9px;
}
h6 {
    font: 10px/1.2 Verdana, sans-serif;
    border-bottom: 1px solid #c5c8a9;
    margin-top: 10px;
    margin-bottom: 9px;
}

blockquote {
    padding-left: 8px;
    padding-right: 50px;
    border-left: 1px solid #C7C7A9;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#masterGrid {
    position: relative;
    margin: auto;
    width: 990px;
    height: 100%;
    background: white;
    text-align: center;
    cursor: auto;
}

#masterGridContent {
    vertical-align: top;
}

#masterGridFooter {
    height: 97px;
    vertical-align: bottom;
}

#content {
    position: relative;
    width: 812px;
    text-align: left;
    background-color: red;
    margin: auto;
}

#topBar {
    position: relative;
    width: 100%;
    height: 98px;
    background-color: #ffec00;
    text-align: left;
    vertical-align: top;
}

#topBanner {
    float: right;
    padding-top: 16px;
    padding-right: 20px;
}
#topBanner img {
    width: 468px;
    height: 60px;
}

#gamewareLogo {
    float: left;
    padding-top: 34px;
    padding-left: 20px;
}

#menuBar {
    width: 980px;
    height: 50px;
    font: bold 11px/1.2 Verdana;
    text-align: left;
    vertical-align: top;
    color: white;
    background-color: #0057a2;
    margin-left: 5px;
}
#menuBar #menu {
    padding-left: 25px;
}
#menuBar .menuEntry {
    position: relative;
    float: left;
    line-height: 15px;
    padding-top: 9px;
    padding-right: 19px;
}
#menuBar .menuEntry .line2 {
    position: absolute;
    left: 8px;
}
#menuBar ul {
    padding-top: 12px;
    padding-left: 25px;
    margin: 0px;
    list-style-type: none;
}
#menuBar ul li {
    display: inline;
    padding-right: 20px;
}
#menuBar a {
    text-decoration: none;
    color: white;
}
#menuBar a:hover {
    text-decoration: underline;
}
#menuBar #forumLink { /* @@15.check */
    float: right;
    margin-top: 12px;
    margin-right: 13px;
}

.shadeLeft { /* @@15.check */
    float: left;
    width: 5px;
    height: 100%;
    background-color: white;
}
.shadeRight { /* @@15.check */
    float: right;
    width: 5px;
    height: 100%;
    background-color: white;
}

.box {
    width: 100%;
}
.box .topEdge { /* @@15.check */
    width: 100%;
    height: 5px;
    background-color: white;
}
.box .bottomEdge { /* @@15.check */
    width: 100%;
    height: 13px;
}

.threeColumns td {
    text-align: left;
    vertical-align: top;
}
.threeColumns td.left {
    width: 208px;
}
.threeColumns td.center {
    width: 574px;
}
.threeColumns #centerPadder {
    padding-left: 2px;
    padding-right: 2px;
}
.threeColumns td.right {
    width: 208px;
}

#leftSideBar {
    width: 201px;
    margin-left: 5px;
    margin-right: 2px;
}
#leftSideBarHeader { /* @@15.check */
    width: 100%;
    height: 37px;
    background-color: red;
    margin-bottom: 3px;
}

#rightSideBar {
    width: 201px;
    margin-right: 5px;
    margin-left: 2px;
}
#rightSideBarHeader { /* @@15.check */
    width: 100%;
    height: 37px;
    background: url(../grad-bg-inv.png);
    margin-bottom: 3px;
}

.sideBox {
    width: 100%;
    font: 11px/1.2 Verdana;
    background-color: #f1eff0;
    margin-bottom: 5px;
}

.sideBoxHeader {
    height: 30px;
    color: #00509d;
    background-color: #f1eff0;
    font-size: 12px;
    font-weight: bold;
}
.primarySideBox .sideBoxHeader {
    color: #00509d;
    background-color: #ffec00;
}
.sideBoxHeader a.moreLink {
    display: block;
    float: right;
    color: #00509d;
    font-size: 8px;
    text-transform: uppercase;
    padding-right: 10px;
}
.sideBoxHeaderPadder {
    line-height: 30px;
    padding-left: 10px;
}

.sideBoxContent {
    line-height: 15px;
    background-color: white;
}
.primarySideBox .sideBoxContent {
    background-color: #f1eff0;
}
.sideBoxContentPadder {
    padding: 10px 13px 10px 13px;
}
.sideBoxContent a {
    color: #00509d;
    text-decoration: none;
}
.sideBoxContent a:hover {
    text-decoration: underline;
}
.sideBoxContent ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
}
.sideBoxContent ul.denoise a {
    font-weight: bold;
    text-decoration: none;
}
.sideBoxContent ul.denoise a:hover {
    text-decoration: underline;
}

#resourceInfo {
    height: 30px;
    color: #00509d;
    background-color: white;
    line-height: 30px;
    padding-bottom: 2px;
    border-bottom: 1px solid #00509d;
    margin-bottom: 5px;
    margin-left: 14px;
    margin-right: 14px;
}
.narrowPadding #resourceInfo {
    margin-left: 1px;
    margin-right: 1px;
}

#resourceInfoTitle {
    font: bold 18px Verdana;
    line-height: 30px;
}
.narrowPadding #resourceInfoTitle {
    padding-left: 13px;
}

#resourceInfoByline { /* @@15.check */
    float: right;
    font: 11px/1.2 Verdana;
    text-align: right;
    padding-top: 4px;
    padding-right: 12px;
}

#resourceContent {
    font: 11px/1.2 Verdana, Arial, sans-serif;
    padding: 10px 15px 3px 15px;
}
#resourceContent p {
    margin-top: 0px;
    margin-bottom: 10px;
}
#resourceContent h1 {
    margin-top: 0px;
}

#footerBar {
    width: 980px;
    height: 97px;
    background-color: #ffec00;
    margin-left: 5px;
}
#footerBarText {
    font: 11px/1.2 Verdana, Arial, sans-serif;
    text-align: left;
    vertical-align: top;
    padding: 15px;
}
#footerBarText ul {
    list-style-type: none;
    margin: 0px;
}
#footerBarText li {
    display: inline;
    padding-right: 16px;
}
#copyrightText {
    float: left;
}
#siteLinks {
    float: right;
}
#siteLinks a {
    color: black;
    text-decoration: none;
}
#siteLinks a:hover {
    color: black;
    text-decoration: underline;
}

/* --- */
/* @@15.check */

.aspectbox {
    border: 1px solid #C7C7A9;
    margin-bottom: 10px;
}
.aspectbox .header {
    padding: 10px;
    background-color: #FAF9F5;
}
.aspectbox .body {
    padding: 10px;
}
.aspectbox .label {
    border-right: 1px dotted #C7C7A9;
    padding-right: 10px;
}
.aspectbox .value {
    padding-left: 10px;
}
.defaultDateEditorTimeHours {
    width: 17px;
}
.defaultDateEditorTimeMinutes {
    width: 17px;
}

/* --- */

.subMenu {
    position: absolute;
    visibility: hidden;
    top: 138px;
    background-color: #0057a2;
    z-index: 1000;
}
.subMenu .padder {
    padding-top: 10px;
}
.subMenu .container {
    padding: 0px 10px 10px 10px;
    border: 2px solid white;
    border-top: none;
}
.subMenu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.subMenu ul li {
    font-weight: bold;
    padding-right: 30px;
}
.subMenu a {
    color: white;
    text-decoration: none;
}
.subMenu a:hover {
    text-decoration: underline;
}

/* --- */
/* @@15.check */

.previewTable {
    width: 100%;
    background-color: #FAF9F5;
    border: 1px solid #C7C7A9;
}
.previewTable .b {
    background-color: white;
}

/* --- */

.formTable td.label {
    text-align: right;
}

/* --- */

.cart {
    position: relative;
}
.cart .header {
    height: 30px;
    color: #00509d;
    background-color: #ffec00;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
}
.cart .lines {
    margin-top: -14px;
    width: 100%;
}
.cart .lines .thumbCell {
    min-width: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D4D4BE;
}
.cart .lines .thumbCell img {
    max-width: 35px;
    max-height: 35px;
}
.cart .lines .label {
    letter-spacing: -1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #D4D4BE;
}
.cart .lines .price {
    float: right;
}
.cart .lines a {
  color: black;
  text-decoration: none;
}
.cart .lines a:hover {
  text-decoration: underline;
}
.cart .imageButton {
    width: 180px;
    height: 30px;
    margin-bottom: 5px;
    margin-left: 5px;
    background-color: #0057a2;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
}
.cart .greenButton {
    background-color: #368734;
}
.cart .checkoutButton {
    background-color: #ff4e00;
}
.cart .imageButton a {
    display: block;
    color: white;
    text-decoration: none;
}
.editableCart {
    width: 100%;
}
.editableCart .articleLine img {
    max-width: 35px;
    max-height: 35px;
}
.editableCart .b {
    background-color: #f1eff0;
}
.cartForConfirm .b {
    background-color: #f1eff0;
}

.paymentTypeIcons {
    width: 201px;
    height: 23px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #d5d5bf;
}

/* -- */

form .checkoutButton {
    width: 180px;
    height: 30px;
    background-color: #ff4e00;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    float: right;
}
form .checkoutButton a {
    display: block;
    color: white;
    text-decoration: none;
}

/* --- */

.error {
    color: #A00;
    font-weight: bold;
}
.unpublished {
    color: #A00;
}
.centered {
    margin-left: auto;
    margin-right: auto;
}

/* -- */

.order {
    border: 1px solid #C7C7A9;
    margin-bottom: 10px;
}
.order .header {
    background-color: #FAF9F5;
    padding: 10px;
}
.order .body {
    padding: 10px;
}
.order .b {
    background-color: #FAF9F5;
}
.order .sep {
    border-top: 1px solid #C7C7A9;
}

/* -- */

.classicWeblogSnip {
    width: 564px;
    background-color: #FAF9F5;
    border-left: 4px solid #F1D200;
    border-bottom: 1px solid #CCC;
    margin-bottom: 4px;
}
.classicWeblogSnip .classicWeblogSnipHeader {
    font-size: 11px;
    background: url(../weblog-entry-bg.gif) bottom;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
}
.classicWeblogSnip .classicWeblogSnipContent {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

/* -- */

.weblogDayHeader {
    width: 569;
    height: 39px;
    background:url(../2006/weblog-day-header.png);
}
.weblogDayHeader .date {
    font-size: 21px;
    padding-top: 5px;
    padding-left: 15px;
}
.weblogSnip {
    position: relative;
    border: 1px solid #C7C8A9;
    border-top: none;
}
.weblogSnipHeader {
    position: relative;
    height: 49px;
    background-color: #F2F2F2;
}
.weblogSnipTitle {
    position: absolute;
    top: 5px;
    left: 62px;
    width: 500px;
    font-size: 17px;
}
.weblogSnipTitle a {
    text-decoration: none;
    color: black;
}
.weblogSnip .icon {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 32px;
    height: 32px;
    padding: 2px;
    background: url(../2006/icon-bg.png);
}
.weblogSnipByLine {
    position: absolute;
    top: 27px;
    left: 62px;
    width: 500px;
    color: #74736F;
}
.weblogSnipByLine a {
    color: #74736F;
}
.weblogSnipMetaData {
    position: relative;
    height: 20px;
}
.weblogSnipTimeStamp {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 36px;
    font-size: 10px;
    text-align: center;
}
.weblogSnipTeaserTimeStamp {
    position: absolute;
    top: 54px;
    left: 15px;
    width: 36px;
    font-size: 10px;
    text-align: center;
}
.weblogSnipTags {
    position: absolute;
    top: 5px;
    left: 62px;
    width: 500px;
}
.weblogSnipContent {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.weblogSnipTeaserContent {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 62px;
    padding-right: 15px;
}
.seperator {
    height: 5px;
}

/* -- */

.reviewSnip {
    margin-bottom: 10px;
    border-left: 4px solid #00509d; /* was: #1e2f7c; */
    padding-left: 8px;
}
.reviewComment {
    border-left: 4px solid white;
}
.reviewSnipHeader {
    background-color: #f2f2f2; /* was: #F5F7FA; */
    padding: 7px;
    /* border-top: 1px solid #A9B2C7; */
}
.reviewSnip .ratingStars {
    float: right;
    text-align: right;
}
.reviewSnipEvaluations {
    padding: 7px 13px 7px 5px;
    border-bottom: 1px dotted #A9B2C7;
}
.reviewSnipContent {
    width: 100%;
}
.reviewSnipActions {
    text-align: right;
    padding: 5px 0px;
    border-top: 1px dotted #A9B2C7;
    margin-top: 5px;
}
.reviewSnipActions img {
    border: none;
    vertical-align: middle;
}
.reviewSnipActionButtons {
    float: left;
    padding-top: 3px;
}

/* -- */
/* @@15.check */

.articleBox {
    background-color: white;
    padding: 5px;
    border: 1px solid #EACB00;
    z-index: 10;
}
.articleBoxFloatRight {
    position: relative;
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}
.articleBoxFloatLeftSideBar {
    position: relative;
    float: left;
}
.articleBox .buyButton {
    position: absolute;
    bottom: 3px;
}
.articleBox .buyButtonLeft {
    left: -20px;
}
.articleBox .buyButtonRight {
    right: -20px;
}
.articleBox .buyButton img {
    width: 92px;
    height: 35px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../buy-shadowed.png',sizingMethod='scale');
}
.articleBox .articleBoxVariants {
    display: none;
    position: absolute;
    bottom: -1px;
    width: 260px;
    line-height: 12px;
    letter-spacing: -1px;
    background-color: white;
    border: 1px solid #D4D4BE;
}
.articleBox .articleBoxVariantsLeft {
    left: -267px;
}
.articleBox .articleBoxVariantsRight {
    right: -268px;
}
.articleBox .articleBoxVariantsLoading {
    text-align: center;
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 20px;
}
.articleBox .lines {
    width: 259px;
}
.articleBox .lines .thumbCell {
    width: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #D4D4BE;
}
.articleBox .lines .label {
    letter-spacing: -1px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D4D4BE;
}
.articleBox .lines .label .status {
    float: right;
    width: 9px;
    height: 9px;
    margin-top: 1px;
    margin-right: 3px;
}
.articleBox .lines a {
    text-decoration: none;
}
.articleBox .lines a:hover {
    text-decoration: underline;
}
.articleBox .lines .lastOption {
    padding: 5px;
}

/* -- */

#specialFeatureBar {
    position: relative;
    width: 990px;
    height: 135px;
    margin-top: 5px;
}
#specialFeatureBar .topShadow { /* @@15.check */
    display: none;
}
#specialFeatureBar .bottomShadow {
    /* @@15.check */
}
#specialFeatureBar .leftBox {
    position: absolute;
    left: 5px;
    width: 201px;
    height: 135px;
    background-color: #f1eff0;
}
#specialFeatureBar .rightBox {
    position: absolute;
    right: 5px;
    width: 201px;
    height: 135px;
    background-color: #f1eff0;
}
#specialFeatureBar .boxTitle {
    height: 30px;
    color: #00509d;
    background-color: #ffec00;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
}
#specialFeatureBar .boxTitle a.moreLink {
    display: block;
    float: right;
    color: #00509d;
    font-size: 8px;
    text-transform: uppercase;
    padding-right: 10px;
}
#specialFeatureBar .topGames {
    position: absolute;
    top: 38px;
    left: 10px;
    font-size: 11px;
}
#specialFeatureBar .topGames .rank {
    font-weight: bold;
    text-align: right;
}
#specialFeatureBar .topGames .title {
    text-align: left;
    width: 143px;
}
#specialFeatureBar .topGames .title a {
    display: block;
    width: 141px;
    white-space: nowrap;
    overflow: hidden;
}
#specialFeatureBar .flashlet {
    position: absolute;
    left: 211px;
    width: 567px;
    height: 135px;
    background-color: #464646;
}
#specialFeatureBar .topGames .title a {
    color: black;
    text-decoration: none;
}
#specialFeatureBar .topGames .title a:hover {
    text-decoration: underline;
}

/* -- */

#gamewareSearchQuery {
    width: 165px;
    height: 18px;
    line-height: 18px;
    padding: 5px;
}
#gamewareSearchForm .btn {
    width: 100%;
    height: 30px;
    color: white;
    background-color: #ff4e00;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    margin: 9px 0px;
    cursor: pointer;
}
#gamewareSearchForm .toggle {
    font-weight: bold;
}
#gamewareSearchForm .toggle img { /* @@15.check */
    display: none;
}
#gamewareSearchForm #searchBoxExpanded .toggle {
    margin-bottom: 9px;
}

/* -- */

.rightImage {
    float: right;
    background-color: white;
    padding: 5px;
    border: 1px solid #EACB00;
    margin-bottom: 15px;
    margin-left: 15px;
}

/* -- */

.revisionIns {
        background-color: #DDFFDD;
}
.revisionDel {
        background-color: #FFDDDD;
        text-decoration: line-through;
}

/* -- */

.clickCatcher {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* -- */

.newsRightColumn {
    margin-left: 188px;
}
.newsLeftImage {
    float: left;
    background-color: white;
    padding: 5px 0px;
    border: 1px solid #EACB00;
    margin-top: 6px;
}
.newsList {
    padding: 0px;
    margin-left: 15px;
}
.denoise a {
    text-decoration: none;
}
.denoise a:hover {
    text-decoration: underline;
}
.allInclusivePrice {
    color:red;
    font-size: 15pt;
    display: block;
    margin: 10px 0px;
}
.allInclusivePrice::after {
    content: " Alles-Inklusive-Preis";
}

/* -- */

.pageLinks {
    width: 532px;
    background-color: #f1eff0;
    padding: 5px;
    border-bottom: 1px solid #C7C7A9;
}
.pageLinks + .pageLinks {
    margin-top: 10px;
}

/* -- */

table.articleTable {
    width: 100%;
    border-right: 1px solid #C7C7A9;
    border-bottom: 1px solid #C7C7A9;
    margin-bottom: 10px;
}
table.articleTable td {
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #C7C7A9;
    border-top: 1px solid #C7C7A9;
}
table.articleTable img {
    padding: 10px 0px;
    max-width: 100px;
    max-height: 100px;
}
table.articleTable td.info {
    background-color: #FAF9F5;
    vertical-align: top;
    padding: 5px;
    border-top: 1px dotted #C7C7A9;
    border-left: 1px solid #C7C7A9;
}
table.articleTable a {
    color: black;
    text-decoration: none;
}
table.articleTable a:hover {
    text-decoration: underline;
}
table.articleTable td.header {
    color: #737346;
    background-color: #FAF9F5;
    text-align: left;
    font-weight: bold;
    padding: 10px;
    border-top: 1px solid #C7C7A9;
    border-left: 1px solid #C7C7A9;
}

/* -- */

.productBox .productBoxActions {
    color: #737373;
}
.productBox .productBoxActions a {
    color: #737373;
    text-decoration: none;
}
.productBox .productBoxActions a:hover {
    text-decoration: underline;
}

/* -- */

.outOfStockTooltip {
    cursor: pointer;
}
.temporarilyOutOfStockTooltip {
    cursor: pointer;
}

/* -- */

.imageSwitcher {
    width: 171px;
    margin-bottom: 2px;
}
.imageSwitcher .selector {
    color: white;
    background-color: #2f2f2f;
    font-size: 10px;
    padding: 5px;
    border-bottom: 1px solid #000;
    margin-top: 2px;
}
.imageSwitcher .selector a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.imageSwitcher .overflowContainer {
    border-spacing: 0px;
    overflow: hidden;
}
.imageSwitcher .holder {
    display: table-cell;
    background-color: #f1eff0;
    vertical-align: middle;
    border-spacing: 0px;
}

/* -- */

.coverBar {
    box-sizing: border-box;
    width: 100%;
    min-height: 120px;
    background-color: #f1eff0;
    text-align: center;
    padding: 10px;
}
.coverBar img {
    margin: 0 13px;
    max-width: 100px;
    max-height: 100px;
}
.coverBar + .weblogDayHeader {
    margin-top: 3px;
}
.coverTable {
    width: 100%;
    background-color: #f2f0f1;
    padding: 5px 10px;
}
.coverTable td {
    width: 20%;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.coverTable td img {
    max-width: 88px;
    max-height: 100px;
}
.coverTable + .weblogDayHeader {
    margin-top: 3px;
}
.coverTable .header a {
    text-decoration: none;
}

/* -- */

#weblogBanner img {
    width: 567px;
}

/* -- */

.snip h1 {
    background-color: #f1eff0;
    width: 532px;
    padding: 5px;
    border-bottom: 1px solid #C7C7A9;
}
.blockHeader .adminEditingLinks {
    float: right;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
}

/* -- */

.editionInfo {
    color: black;
    background-color: #f2f2f2;
    padding: 0px;
    border: none;
    border-left: 4px solid #00509d;
    margin-bottom: 10px;
}
.editionInfo .image {
    float: right;
    padding: 10px;
}
.editionInfo .image img {
    border: none;
}
.editionInfo .text {
    float: left;
    padding: 10px;
}
.editionInfo .clear {
    clear: both;
}

/* -- */

.bonusInfo {
    background-color: #FFFAC2;
    padding: 10px 0px;
    border-left: 4px solid #FFEC00;
    margin-top: 10px;
    min-height: 70px;
}
.bonusInfo .marker {
    float: left;
    width: 70px;
    height: 70px;
    margin-left: 27px; /* was: 33px; */
}
.bonusInfo .text {
    margin-left: 136px;
    font: 11px/1.2 Verdana;
}

/* -- */

.extraArticleInfo {
    color: black;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    border: none;
    border-left: 4px solid #0057a2;    
}

.importantArticleInfo {
    color: black;
    background-color: #fdd0cf;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    border: none;
    border-left: 4px solid #fa0802;
}

/* -- */

.masterArticleInfo {
    font-size: 12px;
    margin-top: 18px;
}
.masterArticleInfo h2,
.masterArticleFeatures h2,
.masterArticleFacts h2 {
    font-size: 14px;
    border-bottom: none;
}
.masterArticleInfo p {
    text-align: justify;
}
.masterArticleFeatures {
    float: left;
    width: 260px;
    font-size: 12px;
    padding-right: 10px;
}
.masterArticleFacts {
    float: right;
    width: 270px;
    font-size: 12px;
}

/* -- Weblog Clean-Up -- */
/* @@15.check */

.weblogDayHeader {
    display: none;
}
.weblogSnip.standalone {
    border-top: 1px solid #C7C8A9;
}
.newsWeblogSnip {
    font-size: 12px;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #c5c8a9;
}
.newsWeblogSnip.standalone {
    border-top: none;
    border-bottom: none;
}
.weblogDayHeader + .weblogSnip {
    border-top: 1px solid #C7C8A9;
}
.weblogDayHeader + .newsWeblogSnip {
    border-top: none;
}
.newsWeblogSnip .weblogSnipHeader {
    display: none;
}
.newsWeblogSnip .weblogSnipMetaData {
    display: none;
}
.newsWeblogSnip .weblogContent {
    padding-top: 10px;
}
.weblogSnip h3,
.newsWeblogSnip h3 {
    font-weight: bold;
    border-bottom: none;
}
.weblogSnip h3 a {
    color: black;
    text-decoration: none;
}
.newsWeblogSnip h2 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: none;
}
.newsWeblogSnip h2 a,
.newsWeblogSnip h3 a {
    color: black;
    text-decoration: none;
}
.newsWeblogSnip h3 a.unpublished {
    color: #A00;
}
.newsWeblogSnip h3 .publicationDate {
    color: gray;
    font-weight: normal;
    font-style: italic;
}
.newsButton {
    display: block;
    height: 30px;
    color: white;
    background-color: #408a30;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 30px;
}
.newsInfobox,
.infobox {
    color: black;
    background-color: #f2f2f2;
    font-size: 11px;
    padding: 10px;
    border: none;
    border-left: 4px solid #00509d;
    margin-bottom: 10px;
    overflow: hidden;
}
.newsInfobox .image,
.infobox .image {
    float: right;
}
.newsInfobox .image img,
.infobox .image img {
    border: none;
}
.newsInfobox .text,
.infobox .text {
    float: left;
}
.shortNews {
    font: 15pt/1.35 Verdana, sans-serif;
    color: grey;
    margin: 25px;
}
.shortNews .hilite {
    background: #ffed00;
    padding: 3px;
    color: black;
}

/* -- */

.imageBar {
    box-sizing: border-box;
    width: 100%; 
    text-align: center;
    /* padding: 12px; */
}
.imageBar img {
    border: none;
}
.imageBar img.left {
    float: left;
}
.imageBar img.right {
    float: right;
}
.imageBar img.extra {
    display: none;
}

/* -- */

.trailerInfo {
    background-color: #f2f2f2;
    font-size: 12px;
    padding: 10px;
    border-left: 4px solid #0057a2;
}

/* -- */

@media only screen and (max-device-width: 960px) {
    .pageLinks {
        -webkit-text-size-adjust: none;
    }
}
