/* eigene Anpassung zwecks Darstellung im iframe - störende Elemente (Header, etc.) ausblenden */
.pagewidth{
    width: 620px;
}
/* Seiteninhalt mit Hintergrund und Mindesthöhe versehen */
.pagecontainer{
    color: #fff;
    min-height: 1350px;
    background: url('http://www.fixversand.de/ebay/vorlagen/stabilo_kaufhalle/ebay_kaufhalle_arzfeld/images/style/bg-box-620x1.png') repeat-y;
    background: linear-gradient(125deg, #54AF86 10%,#007D45 50%,#41cfa7 100%);
    background: -webkit-linear-gradient(125deg, #54AF86 10%,#007D45 50%,#41cfa7 100%);
    background: -moz-linear-gradient(125deg, #54AF86 10%,#007D45 50%,#41cfa7 100%);
    background: -ms-linear-gradient(125deg, #54AF86 10%,#007D45 50%,#41cfa7 100%);
    background: -o-linear-gradient(125deg, #54AF86 10%,#007D45 50%,#41cfa7 100%);
}
/* Breite des Elements */
.pagecontainer>table>tbody>tr>td>table{
    width: 620px !important;
    float: left;
}
.pagecontainer > table > tbody > tr > td > table + tr{
    display: none;
}
/* Linkgestaltung */
a:link {
    color: #FFFFFF !important;
}
a:active, a:hover {
    color: #edc500 !important;
    text-decoration: none;
}
a:visited {
    color: #edc655 !important;
}
/* header raus */
#header{
    display: none;
}
/* ?! */
.pagecontainer+div{
    display: none;
}
#gh-gb{
    display: none;
}
div.v4bc{
    display: none;
}
/* ebay-Kopfzeile Teil I (mit Mein eBay, etc.) raus */
#gh-top{
    display: none;
}
/* ebay-Kopfzeile Teil II - ebay Shops, etc. */
#gh{
    display: none;
}
/* ebay-Footer mit Verkäuferangaben - raus */
.stBadge{
    display: none;
}
/* Trennelement ebay-Footer zu Schlussfooter - raus */
#sModule{
    display: none;
}
/* Schlussfooter - raus */
#glbfooter{
    display: none;
}
/* body element ohne Abstände */
body{
    margin: 0;
    padding: 0;
}
/* Object-Bug weg!? */
body, html { border: none; overflow: hidden; }
/* Angebotszeitalarmfarbe */
span.alert{
    color: #edc500;
}
/* Rand der Produktanzeige raus */
.whiter-rcp{
    border: 0px;
}
table.v4stw{
    padding: 0px;
}
/* Ecken des Randes der Produktanzeige raus */
.whiter-rcp .whiter-n .whiter-e{
    display: none;
}
/* Sofortkaufzeile & Preisangabe ändern */
/* Sofort-Kaufen-Image raus - miserable Darstellung auf farbigem BG */
table.gallery div.ttl + div > table > tbody > tr > td > img{
    display: none;
}    
table.gallery div.ttl + div + div > table > tbody > tr > td > img{
    display: none;
}
/* Alternatives Sofort-Kaufen Image - anderes als den Listenpunkt - z.B. &euro; sofern man den Text "EUR" vor dem Preis rausbekommt... */
table.gallery div.ttl + div > table > tbody > tr > td{
    height: 30px;
    max-width: 40px;
    /* background: url('../images/style/listenpunkt.png') no-repeat; */
}
table.gallery div.ttl + div + div > table > tbody > tr > td{
    max-width: 40px;
    /* background: url('../images/style/listenpunkt.png') no-repeat; */
}
/* Preis-Zelle */
table.gallery div.ttl + div > table > tbody > tr > td + td{
    background: url();
}
/* Preis-Text */
span.bin{
    position: relative;
    left: 20px;
    white-space: nowrap;
    color: #edc500 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: bold;
    height: 45px;
    line-height: 42px;
    /* margin: -30px 0 25px -5px; */
    padding-left: 2px;
    text-align: left;
    position: relative;
    letter-spacing: 0.0em;
    /*text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, -2px -2px 1px #eee, -3px -3px 3px #fff;*/
    /* text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, -1px -1px 2px grey, -2px -2px 2px #fff;*/
    /* text-shadow: -1px 2px 1px #000, -4px 5px 3px #fff, -3px 2px 0px #eee, -5px 5px 5px #222; */
    /* text-shadow: -1px 0 #000, -2px 0 0 #fff, -3px 1px #eee, -3px 0 2px #222; */
    /* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, -2px 0 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -3px 0 1px #eee, 0 3px 1px #eee, 3px 0 1px #eee, 0 -3px 1px #eee, -3px 0 2px #222, 0 2px 2px #222, 2px 0 2px #222, 0 -2px 2px #222; */
} 
/* Zeilenumbruch bei Versandkosten verhindern */
span.ship{
    white-space: nowrap;
} 
/* Alles was von zuvor genannten Regeln nicht erfasst werden soll - Alle weiteren Zellen innerhalb dieser Tabelle */
table.gallery div.ttl + div > table > tbody > tr + tr > td{
    height: 15px;
    background: url();
}
/* Cross-Selling-Area, Artikeldarstellung, "weitere Artikel in dieser Kategorie anzeigen:..." ausblenden */
.v4shwc .gallery .catItms{
    display: none;
}
/* "Diesen Verkäufer speichern|Für Shop-Newsletter" anmelden ausblenden, tauchte in ItemShowCase oben auf */
.tb_v4bc{
    display: none;
}
/* oberste Zeile raus */
div.pagecontainer > p{
    display: none;
}
/* Kontaktleiste rechte Seite raus */
#gh-ctab{
    display: none;    
} 