/*
*
*   KESCHES FAST ORDER Plugin für xt:Commerce
*   Plugin-Version: 1.0.0
*
*/


// Rahmenfarben der Eingabefelder
input.product_found{
    /* border-color: green; */
}
input.product_not_found{
    border-color: red;
}

input.cart_allowed{
    border-color: green;
}
input.cart_not_allowed{
    border-color: orange;
}


/* Alternierende Farben der Page-Tabelle */
.ks_fast_order {
    border: 0px;
}
.ks_fast_order td {
    padding: 5px 2px;
}
.ks_fast_order .qty {
    width: 40px;
}
.ks_fast_order .col_preview {
    min-width: 300px;
}
.ks_fast_order tr.odd, ks_fast_order tr.odd td{
    background-color: #f1f1f1;
}

/* Vorschau der Produkte in Page-Tabelle */
.ks_fast_order .productPreview { width: 100%; padding-left: 10px; }
.ks_fast_order p { margin: 0;}
.ks_fast_order .productPreview .name { font-weight: 700; }
.ks_fast_order .productPreview .productImg { max-height: 100px; max-width: 100px; float: left; margin-right: 10px; margin-bottom: 0; margin-bottom: 0 !important; }
.ks_fast_order .productPreview .productDesc { width: 100%; }
.ks_fast_order .productPreview .product-tax-shipping { font-size: 90%; }
.ks_fast_order .productPreview .product-stock-name { font-size: 90%; }

.ks_fast_order  .template { display: none; }
.ks_fast_order  .semi-transparent { opacity: 0.5; /* Real browsers */
                                    filter: alpha(opacity = 50); /* IE */}