

/* filter kategorie*/
.eshop-category-filter {
     font-weight: bold;
     overflow: auto;
     margin-bottom: 20px;
     border: 1px solid #bbbbbb;
     background: #eeeeee;
     padding: 7px;
     color: #000000;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.eshop-category-filter div {
     float: left;
}

.eshop-category-filter div a {
     font-weight: normal;
     color: #B21F0C;
     display: block;
     padding: 3px 6px;
     margin: 10px 10px 0px 0px;
     text-decoration: none;
     border: 1px solid #ccc;
     background: #fff;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.eshop-category-filter div a:hover {
    border: 1px solid #999;
    color: #000;
}

.eshop-category-filter div a:active {
    border: 1px solid #000;
    color: #000;
}

















/* BASKSET maly */

#eshop-basket-content-little,
#eshop-basket-content-little-link {
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: -42px;
    width: 230px;
    height: 34px;
    /*
    border: 1px solid #ccc;
    */
}
 
#eshop-basket-content-little-link {
    z-index: 100;
    display: block;
}

#eshop-basket-content-little > .inner {
    padding: 10px 10px;
    text-align: right;
    background: url('../images/_/basket_little.png') no-repeat 10px center ;
}
#eshop-basket-content-little > .inner > div {
    display: inline-block;
}
#eshop-basket-content-little .title a {
    font-weight: bold;
    color: #555;
}

#eshop-basket-content-little {
    
}

#eshop-basket-content-little .content {
    margin-left: 8px;
    padding-left: 8px;
    text-align: right;
}
#eshop-basket-content-little .content a {
    color: #555;
    width: 105px;
    display: inline-block;
}
#eshop-basket-content-little .content b {
    color: #428BCA;
    font-weight: bold;
}

#eshop-basket-content-little.no-empty {
    background: #6caa03;
    color: #fff;
    
}

#eshop-basket-content-little.no-empty a,
#eshop-basket-content-little.no-empty b {
    color: #fff;
}

















/* PRODUCT PREVIEW */

.eshop-product.preview {
    float: left;
    border: 1px solid #dadada;
    width: 235px;
    height: 420px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #ddd;
    background: #fff;
    border: 1px solid #ddd;
}

.eshop-product.preview:nth-child(3n) {
    margin-right: 0px;
}

.eshop-product.preview:hover {
    border: 1px solid #bbb;
    box-shadow: 0px 0px 15px #ddd;
}

.eshop-product.preview > .inner {
    padding: 5px;
    text-align: center;
}

.eshop-product.preview a.picture {
    text-align: center;
    margin-bottom: 5px;
    height: 225px;
    display: block;
}
.eshop-product.preview a.picture img {
    height: 225px;
}


.eshop-product.preview .bottom {
    border-top: 1px solid #ccc;
    border-radius: 0px;
    background: #f5f5f5;
    padding: 0px;
    height: 180px;
    position: relative;
}

.eshop-product.preview a.name {
    display: block;
    color: #428BCA;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0px;
}


.eshop-product.preview .trademark {
    color: #000;
    font-size: 14px;
}
.eshop-product.preview .price {
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    font-size: 20px;
    margin-bottom: 10px;
}
.eshop-product.preview .price .old {
    color: #c00;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    text-decoration:line-through;
}
.eshop-product.preview .description {
    height: 70px;
    line-height: 18px;
    color: #555
    font-size: 14px;
}


.eshop-product.preview form {
    display: block;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    overflow: auto;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.eshop-product.preview form > * {
    float: left;
    margin: 0px 1px;
}

.eshop-product.preview form span {
    padding-top: 5px;
    display: inline-block;
}

.eshop-product.preview form .form-text {
    width: 30px;
    height: 28px;
    padding: 0px;
    text-align: center;
}
.eshop-product.preview .form-button,
.eshop-product.preview a.detail {
    padding: 5px 15px;
    display: inline-block;
    font-weight: normal;
    
}

.eshop-product.preview a.detail {
    background: #4A4A4A;
    color: #fff;
    margin: 0px auto;
    padding
} 
.eshop-product.preview a:hover {
    
} 

.eshop-product.preview a.detail {
}












/* PRODUCT DETAIL */

.eshop-product-detail {
    position: relative;
    min-height: 500px;
    border: 0px solid blue;
}

.eshop-product-detail > .div-left {
    border: 0px solid red;
    z-index: 100;
}
.eshop-product-detail > .div-right {
    position: absolute;
    width: 250px;
    border: 0px solid red;
    right: 0px;
    top: 75px;
    top: 45px;
    z-index: 200;
}

.eshop-product-detail .eshop-product-detail-pictures {
    margin-bottom: 10px;
    text-align: center;
    border: 0px solid red;
    position: relative;
    left: -8px;
}

.basket-table td .price {
    font-weight: bold;
    font-size: 16px;
}

.basket-table td .price-old {
    font-weight: bold;
    color: #e00;
    text-decoration: line-through;
    margin: 5px 0px;
}

.eshop-product-detail .eshop-product-trademark {
    color: #000;
    font-size: 16px;
}












/* BASKET */

.eshop-basket {
    position: relative;
    margin-top: 10px;
}
.eshop-basket > .inner {
    text-align: right;
}

.eshop-basket .input-count .form-text {
    width: 30px;
    padding: 3px 5px;
    text-align: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.basket-table .input-count {
    margin-top: 10px;
    margin-bottom: 10px;
}

.eshop-basket {

    border: 1px solid #aaa;
    background: #f5f5f5;
    padding: 10px;
    text-align: right;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}

.eshop-basket table {
    float: right;
}

.basket-price-row td, .basket-price-row-over td {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    white-space:nowrap;
}


.basket-price-row-over td {
    background: #ddd;
} 
.basket-price-row td .price,
.basket-price-row-over td .price,
.basket-price-row td .price-old,
.basket-price-row-over td .price-old {
    text-align: right;
    font-size: 27px;
    color: #428BCA;
}


.basket-price-row td .price-old,
.basket-price-row-over td .price-old {
    color: #d00;
    font-weight: normal;
    font-size: 18px;
}


















































/* ORDER */
.eshop-order-links {
    margin-top: 10px;
    margin-right: 5px;
    padding-bottom: 5px;
}
.eshop-order-links .form-button {
    background: #00743C; /*ff4924;*/
    color: #ffffff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #ccc;
    font-size: 14px;
}

.eshop-order-links .button-left {
    float: left;
    background: #9EAAB7;
    border: 2px solid #fff;
}

.eshop-order-links .button-right {
    float: right;
    background: #428BCA;
    border: 2px solid #fff;
}


.eshop-order-product-link {
     color: #19428D;
}









/* ORDER STEP INFO */
.eshop-order-step-info {
    border-bottom: 2px solid #6caa03;
    margin-bottom: 20px;
    border-radius: 0px;
}

.eshop-order-step-info a {

-webkit-border-radius: 5px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 5px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;

    margin-right: 10px;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #00743C;
    border-bottom: 0px;
    cursor: default;
    color: #777;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.eshop-order-step-info a:hover {
    text-decoration: none;
}
.eshop-order-step-info a.sel {
    background: #6caa03;
    color: #fff;
    border-color: #6caa03;
    cursor: pointer;
}
.eshop-order-step-info a.passed {
    cursor: pointer;
    background: #62E18D;
    background: #C3EA7E;
    color: #222;
    border-color: #6caa03;
    position: relative;
}

.eshop-order-step-info a.passed span {
    display: block;
    width: 22px;
    height: 20px;
    position: absolute;
    top: -12px;
    right: -8px;
    background: url('../images/_/eshop_order_step_passed.png') no-repeat;
}


td.order-step-1-td-1,
td.registration-td-1 {
    width: 80px;
}
td.order-step-2-td-1 {
    width: 170px;
}

.div-order-outer td {
    white-space:nowrap;
}













/* ORDER SUMMARY */

.eshop-order-summary {
     border: 0px !important; 
     text-align: right;
     vertical-align: middle;
}
.eshop-order-summary b {
     color: #428BCA;
     font-size: 20px;
}

.td-order-send .form-button {
     background: #5F9E16;
     padding: 10px;
}














/* LOGIN */
#eshop-login-box-outer {
    
}

#eshop-login-box-outer h3 {
    margin-bottom: 0px;
    border-bottom: 5px solid #eee;
    padding-bottom: 5px;
    margin-top: 10px;
    border-radius: 0px;

}
#eshop-login-box-outer form {
    padding: 0px 0px 20px 0px;
}

#eshop-login-box-outer .form-text {
}


#eshop-login-box-outer table td {
}
#eshop-login-box-outer .form-table .form-button {
     
}
#eshop-login-box-outer .form-table .form-button:hover {
      
}
#eshop-login-box-outer a {
}
#eshop-login-box-logged {
     
}


#eshop-login-box-outer .form-table {
    
}
#eshop-login-box-outer .form-table .form-text {
    width: 100%;
}
.eshop-order-td-right {
     text-align: right;
}

.eshop-login-box-td-login {
     width: 260px;
}










/* ORDER HISTORY */

.order-history-outer {
     
}
.order-history-outer th, .order-history-outer td {
     border: 1px solid #ccc;
     padding: 5px;
}
.order-history-outer th {
     background: #f5f5f5;
     text-align: left;
}
.order-history-outer .price-total {
     font-size: 14px;
     font-weight: bold;
     text-align: right;
}
.order-history-outer .price-total span {
     font-size: 12px;
     font-weight: normal;
}
.div-discount {
     border: 1px solid #008800;
     background: #ccffcc;
     padding: 6px 10px;
     margin-bottom: 10px;
     float: right;
}














/* BASKET CONTENT */
.eshop-order table {
    width: 735px;
    width: 100%;
}

.table-basket-content th {
    padding: 8px;
    background: #798A9B;
    color: #fff;
    white-space:nowrap;
}
.table-basket-content a.eshop-order-product-link {
    font-weight: bold;
    color: #000;
    font-size: 12px;
    display: inline-block;
    margin: 0px 0px;
}

.table-basket-content td {
    padding: 5px;
}

.table-basket-content tr:nth-child(even) {background: #EBEEF0}
.table-basket-content tr:nth-child(odd) {background: #F8F9FA}

.table-basket-summary td {
    text-align: right;
    padding-top: 10px;
}

.label-sel {
    font-weight: bold;
    color: #00743C;
}

label:hover {
    text-decoration: underline;
}













/* FILTRE */
.div-products-filter {
    display: none;
    position: relative;
    margin-bottom: 10px;
}
.div-products-filter .products-sort {
     text-align: right;
     position: absolute;
     top: -45px;
     right: 2px;
}








#div-order-step-4-newsletter {
    border: 1px solid #ccc;
    background: url('../images/_/envelope.gif') no-repeat 10px center #f5f5f5;
    margin-top: 20px;
    padding: 10px 10px 10px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}







.eshop-product-parameters {
    margin-top: 40px;
    padding: 15px;
    border: 1px solid #bbb;
    box-shadow: 0px 0px 10px #ccc;    
}
.eshop-product-parameters h2 {
    margin-top: 0px;
}
.eshop-product-parameters table {
    min-width: 400px;
}

.eshop-product-parameters td:first-child {
    border-right: 1px dotted #888;
    width: 170px;
}
.eshop-product-parameters td {
    border-bottom: 1px dotted #aaa;
    padding: 5px;
    border-radius: 0px;
}

.eshop-product-parameters > div {
    overflow: auto;
}
.eshop-product-parameters > div > div.left {
    float: left;
}
.eshop-product-parameters > div > div.right {
    float: right;
}



.eshop-product-detail-thumbs a {
    margin-top: 5px;
    margin-right: 7px;
    float: left;
}
.eshop-product-detail-thumbs a:nth-child(4n) {
    margin-right: 0px;
}





.delivery.selected {
    font-weight: bold;
    color: black;
    color: #428BCA;
}


h2.delivery {
    margin-bottom: 5px;
}




.div-order-outer .loginbox fieldset {
    float: left;
    width: 320px;
    padding: 20px;
    height: 300px;
}

.div-order-outer .loginbox fieldset.no-account {
    float: right;
}





.share-buttons {
    margin-top: 50px;
    overflow: hidden;
    height: 50px;
}
















.eshop-product.pricelist {
    background: #eee;
    overflow: auto;
    margin-bottom: 1px;
}
.eshop-product.pricelist > div {
    float: left;
    display:table-cell;
    vertical-align:middle;
}
.eshop-product.pricelist > div.picture {
    width: 150px;
    height: 160px;
} 
.eshop-product.pricelist > div.picture img {
    width: 140px;
    margin: 10px;
}
.eshop-product.pricelist > div.name {
    width: 250px;
    text-align: center;
    padding-top: 40px;
}
.eshop-product.pricelist > div.name b,
.eshop-product.pricelist > div.price b {
    color: #000;
}
.eshop-product.pricelist > div.amount {
    width: 150px;
    text-align: center;
    padding-top: 55px;
}
.eshop-product.pricelist > div.price {
    width: 150px;
    padding-top: 65px;
    font-weight: bold;
    text-align: center;
}



.delivery.description {
    padding-left: 25px;
    padding-bottom: 10px;
    font-size: 12px;
}




#conditions-agreement-error {
    margin-top: 10px;
}