/*
 * Print styles
 * =======================================================
 * This css file contains all definitions for media print
 * and the print preview (for example on product detail level)
 */
 
/* HTML ELEMENTS ----------------------- */
img {
    border:0;
}

html,body {
    font-family:Helvetica,Arial,sans-serif;
    font-size:11px;
    background-color:#FFF;
    color:#333;
}

ul {
    list-style-type:none;
}

h3 {
    color:#000;
}

h4 {
    margin-bottom:4px;
    font-size:16px !important;
    color:#333;
    font-weight:bold;
}


/* ID ELEMENTS ----------------------- */

/* Basic container */
#Wrapper {
    padding:10px 35px;
}

#Wrapper * {
    /* set all margins below rapper to zero */
    margin:0;
}

/* Footer */
#Footer {
    border-top:1px solid #CBCBCB;
    padding:14px 0 0 0 !important;
    color:#CBCBCB;
}

/* For media print only
 * hr required because border-color does not
 * work when printing the file.
 */
#Footer hr {
    display:block !important;
    height:1px;
    overflow:hidden;
}

/* All hidden elements */
#MainNavigation, #SubNavigation, #MetaNavigation, #Additional, 
#PageNavigation,hr,#Cart, #ProductHistory, #FooterNavigation,
#ProductNavigation, .product-options,
fieldset,button  {
    display:none;
}

/* CLASS ELEMENTS ----------------------- */
.product-info {
    padding-bottom:24px;
}

/* Product related */
.product-price {
    font-size:16px !important;
    color:#333;
    font-weight:bold;
}
 
/* Product related */
.product-info h3 {
    text-transform:uppercase;
    font-size:11px;
}

/* Product related */
.product-description, .product-notes {
    padding-bottom:5px;
    color:#333;
}

/* Print icon for print preview */
.product-print {
    background-image:url(img/drucken.gif);
    background-repeat:no-repeat;
    background-position:0 center;
    padding-left:15px;
    position:absolute;
    right:20px;
    top:10px;
    color:#000;

}

/* Custom colors for span elements inside headlines */
span.razz {
    color:#FF339A !important;
}

span.b-live {
    color:#FE0000 !important;
}

span.mojito {
    color:#01CC01 !important;
}