@import url(index_mobile.css);

/* --- PRODUCT INFO --- */
#info_header_right {
    text-align: right;
    margin-bottom: 1em;
}
#info_content_left {
    text-align: center;
}
@media only screen and (max-width: 768px) {
    #info_header_right input[type="text"] {
        font-size: 1.2em;
    }

    .button_add_cart {
        width: 70%;
    }

    #info {
        font-size: 0.8em;
    }
    #print {
        display: none;
    }
}
@media only screen and (min-width: 769px) {
    #product_info #info_header_left {
        float: left;
        max-width: 62%;
    }

    #info_header_right {
        float: right;
        text-align: right;
        width: 36%;
    }

    #info_content_left {
        clear: both;
        float: left;
        text-align: center;
        width: 34%;
        border-right: 1px solid grey;
    }

    #info_content_right {
        float: left;
        padding-left: 0.5em;
        width: 64%;
    }

    #info_content_right_noimage {
        float: left;
        padding-left: 1%;
        width: 98%;
    }

    #info_content {
        clear: both;
        /*overflow: auto;*/
    }
}

#product_info h1 {
    color: #444;
}

#info {
    margin: 0.5em 0;
}

#info span {
    font-weight: bold;
}

#product_info ul#info li {
    margin: 0;
    list-style: none;
}

#info_content img {
    margin: 0 auto;
    display: block;
}

#info_content_images {
    float: right;
    width: 34%;
    text-align: center;
    position: sticky;
    top: 10px;
    margin-top: 15px;
}

#info_price {
    font-weight: bold;
    font-size: 2.35em;
    color: darkred;
}

#info_price #special_price{
    font-weight: bold;
    font-size: 0.6em;
    color: darkred;
}

#info_footer {
    clear: both;
    padding-top: 0.5em;
}

.graduated_prices {
    background: #CCC;
    text-align: center;
}

.tableListingI {
    background: #DDD;
}

.tableListingII {
    background: #FAFAFA;
}

.tooltip {
    position: absolute;
    display: none;
    background-color: #CCF;
    border: 1px solid #66F;
    padding: 3px;
}

#info_reviews {
    margin-bottom: 0.5em;
}

#info_reviews dl {
    border: thin solid #CCC;
    padding: 0.25em;
    margin-bottom: 1em;
}

@media print {
    input {
        display: none;
    }
    #product_info ul#info li#print {
        display: none;
    }
}

#grad_table,#special_grad_table {
    width: 100%;
    border: 0 none;
    margin-top: 0.5em;
}

#grad_table td,#special_grad_table td {
    white-space: nowrap;
    border: 0 none;
}

#grad_table tr:first-child,#special_grad_table tr:first-child {
    background: #CCC;
    text-align: center;
}

#special_grad_table {
    background: #CFC;
    margin-top: 1em;
}

#cross_title {
    margin-top: 2em;
}

.download_button {
    width: 10em;
    height: 2em;
    text-align: right;
}

#product_image img {
    margin-bottom: 0.5em;
    border-radius: 5px;
}

#products_media td {
    padding-top: 0.5em;
}

.box_cart2 { margin-left: -5em;}

.type {
}

dl.models dt {
    margin-left: 1em;
}

dl.models dd {
    margin-left: 2em;
}

#info_price_text {
    color: orange;

    text-shadow: 1px 1px 0 #000,
        -1px 1px 0 #000,
        1px -1px 0 #000,
        -1px -1px 0 #000,
        0px 1px 0 #000,
        0px -1px 0 #000,
        -1px 0px 0 #000,
        1px 0px 0 #000;
}

.vorteile {
    border: 2px solid orange;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    padding: 4px;
    margin-bottom: 0.5em;
}

.vorteile ul {
    margin: 0;
}

.vorteile li {
    list-style-type: none;
    padding-left: 20px;
    margin-left: 0px;
    background-image:url('../img/success.png');
    background-repeat:no-repeat;
    background-position:left center;
}

.vorteile li:nth-child(odd) {
    background-color: #FED;
}

.type_sel {
    background: #DFD;
}

.gen_sel {
    background: #BFB;
}

.model_sel {
    background: #7F7;
    padding: 4px;
    font-weight: bold;
}

.express_buttons {
    overflow: hidden;
    padding-right: 5px;
}

.express_buttons span#paypalExpress {
    float: right;
}

div.infoDiv p {
    overflow: auto;
}

div.infoDiv a img {
    float: right;
}

dd.option_comment {
    font-style: italic;
    font-size: 80%;
}

div#options {
    border: none;
    width: 66%;
}

div#options fieldset {
    margin-bottom: 2em;
}

div#options legend {
    font-weight: bold;
    color: #444;
    font-size: 1.2em;
}

div#options label.option_container {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
}

div#options label.option_container:hover {
    border-color: #999;
}

div#options input.option_select:checked + label.option_container {
    border-color: rgb(134,198,12);
    border-width: 2px;
}

div#options ul {
    list-style: none;
    margin: 0;
}

div#options li {
    padding: 8px 0;
    margin: 0;
}

div#options .option_select {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
}

.option_details {
    overflow: hidden;
    padding: 26px 0;
}

.option_details div {
    padding-left: 15px;
    float: left;
}

.option_details span {
    float: right;
    padding-right: 15px;
}

div#info_content footer {
    position: fixed;
    bottom: 0;
    font-weight: bold;
    font-size: 1.2em;
    background: #CCCCCC;
    line-height: 3em;
    width: 100%;
    left: 0;
    text-align: center;
}

#current_selection {
    padding-top: 1em;
    clear: both;
}

div.product_info_2 div#description {
    float: left;
    width: 66%;
}