.preview-block {
    position: relative;
}

.preview-block .blocker {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent url('/img/global/preview-watermark.png') center center;
}

.preview-block.print-preview,
.preview-block.print-preview iframe {
    width: 284px;
    height: 282px;
}

.preview-block.print-preview iframe {
    border: solid 1px #AAAAAA;
    padding: 5px;
}

body.base-layout {
    background: none !important;
    font-family: "Arial";
}

.pp-head {
    background-color: #007B6D;
    height: 45px;
    border-top-left-radius: 16px !important;
}

.inner-box.buero .pp-head {
    background-color: #704722;
}

.inner-box.beauty .pp-head {
    background-color: #14955C;
}

.inner-box.elektronik .pp-head {
    background-color: #E33147;
}

.inner-box.freizeit .pp-head {
    background-color: #1298B4;
}

.inner-box.mode .pp-head {
    background-color: #C45990;
}

.inner-box.motor .pp-head {
    background-color: #F79433;
}

.inner-box.reise .pp-head {
    background-color: #EBB82B;
}

.inner-box.sport .pp-head {
    background-color: #248CA0;
}

.inner-box.wohnen .pp-head {
    background-color: #4A5893;
}

.pp-head h1 {
    margin: 0px;
    padding: 2px 8px 0px 8px;
    font-size: 32px;
    color: white;
}

.pp-head h1 span.name {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    max-width: 60%;
    max-height: 40px;
    font-weight: bold;
}

.pp-head h1 span.num {
    float: right;
    margin: 2px 0 0 0;
    padding: 0px;
}

.pp-body {
    font-size: 12px;
    line-height: 12px;
}

.pp-body .left-column,
.pp-body .right-column {
    width: 50%;
    float: left;
    padding: 5px;
    height: 225px;
    padding-bottom: 0px;
}

.pp-body .left-column {
    padding-right: 0;
}

.pp-body .left-column .description {
    height: 97px;
    overflow: hidden;
    width: 125px;
}

.pp-body ul.acceptance-data {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.pp-body ul.acceptance-data li {
    float: left;
    width: 50%;
    font-size: 9px;
    margin-bottom: 4px;
}

.pp-body ul.acceptance-data li.last {
    width: 100%;
}

.pp-body ul.acceptance-data li span {
    color: #007B6D;
    font-size: 11px;
    line-height: 9px;
}

.pp-body ul.acceptance-data li strong {
    color: #007B6D;
    font-size: 19px;
    font-weight: bold;
    line-height: 16px;
}

.pp-body .pic {
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.pp-body .pic img {
    border-top-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 130px;
}

.pp-body .logo {
    vertical-align: bottom;
    width: 125px;
    height: 45px;
    text-align: center;
}

.pp-body .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.pp-body .contact {
    position: relative;
    bottom: 0;
    height: 86px;
    width: 130px;
}

.pp-body .contact p {
    margin: 0;
    position: absolute;
    top: 0;
}

.pp-body .contact .branchname {
    margin-bottom: 0px;
    font-weight: bold;
    height: 37px;
    margin-top: 5px;
}

.pp-body .contact .branchinfo {
    height: 49px;
}

.pp-body .contact .pic-copyright {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    text-align: right;
    margin-top: 0px;
    margin-bottom: -5px;
}

.pp-body .contact .branchname,
.pp-body .contact .branchinfo {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.pp-body .pic img.notcleared,
.pp-body .logo img.notcleared,
.pp-body li.notauctionend {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid red;
}

.pp-body li.notauctionend {
    border: 2px solid red;
}

.base-layout .phpdebugbar-openhandler,
.base-layout .phpdebugbar-openhandler-overlay,
.base-layout .phpdebugbar {
    display: none !important;
}

/* page mirror styles */

.pagemirror .page {
    margin: 40px auto;
    width: 858px;
    padding: 5px;
    border: solid 1px #000000;
}

.pagemirror .page table {
    border: none;
}

.pagemirror .page table td.title,
.pagemirror .page table td.empty {
    width: 282px;
    height: 282px;
    border: none;
}

.pagemirror .page table td.product {
    border-left: solid 1px #000000;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.pagemirror .page table td.product:first-child {
    border-left: none;
}

.pagemirror .page table td.product .over-link {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.pagemirror .page table td .inner-box {
    margin: 5px;
    width: 272px;
    height: 272px;
    position: relative;
}

.pagemirror .page table td.title .inner-box {
    background: #704722;
}

.pagemirror .page table td.title .inner-box.beauty {
    background: #14955C;
}

.pagemirror .page table td.title .inner-box.elektronik {
    background: #E33147;
}

.pagemirror .page table td.title .inner-box.freizeit {
    background: #1298B4;
}

.pagemirror .page table td.title .inner-box.mode {
    background: #C45990;
}

.pagemirror .page table td.title .inner-box.motor {
    background: #F79433;
}

.pagemirror .page table td.title .inner-box.reise {
    background: #EBB82B;
}

.pagemirror .page table td.title .inner-box.sport {
    background: #248CA0;
}

.pagemirror .page table td.title .inner-box.wohnen {
    background: #4A5893;
}

.pagemirror .page table td.title .inner-box .title-logo {
    width: 272px;
    padding: 10px;
    height: 210px;
    text-align: center;
}

.pagemirror .page table td.title .inner-box .title-logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.pagemirror .page table td.title .inner-box span.title {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 252px;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.pagemirror .page table td.product .inner-box {
    /*	border-top: solid 2px #1A97B3;*/
}

.pagemirror .box-state {
    margin: 0px 5px;
}

.pagemirror .box-state,
.pagemirror .box-state * {
    font-size: 9px;
}

.pagemirror .box-state small {
    display: block;
    padding: 2px 3px;
    width: 132px;
    text-align: center;
    color: #FFFFFF;
}

.pagemirror .box-state small.product-state.auctionretailer_auction_state_disabled {
    width: 100%;
}
.pagemirror .box-state small.product-state {
    float: left;
}

.pagemirror .box-state small.retailer-state {
    float: right;
}

.pagemirror .box-state small.state-retailer-inwork,
.pagemirror .box-state small.yellow-lemon,
.pagemirror .box-state small.grey-cascade,
.pagemirror .box-state small.grey-mint {
    background: #FF0000;
}

/* red */

.pagemirror .box-state small.state-retailer-productsfinished {
    background: #FFA500;
}

/* yellow */

.pagemirror .box-state small.state-retailer-ready {
    background: #228B22;
}

/* green */

.pagemirror .box-state small.state-retailer-allpaid {
    background: #4B8DF8;
}

/* blue */

.pagemirror .box-state small.state-article-inwork {
    background: #FF0000;
}

/* red */

.pagemirror .box-state small.state-article-readyedit {
    background: #FFA500;
}

/* yellow */

.pagemirror .box-state small.state-article-finished {
    background: #228B22;
}