
/* eshop */
.eshop-category-list-title {
     height: 38px;
     background: url('../images/bg_category_title.png') no-repeat;
     margin-bottom: 10px;
}
.eshop-category-list-title div {
     padding: 12px 0px 0px 30px;
     color: #ffffff;
     font-weight: bold;
}

.eshop-category-list a {
     display: block;
     padding: 2px 0px 2px 60px;
     color: #000088;
     text-decoration: none;
}
.eshop-category-list a:hover {
     text-decoration: underline;
}
.eshop-category-list a.sel {
     font-weight: bold;
     background: url('../images/bg_menu_category_sel.png') no-repeat 50px center;
}

.eshop-category-list .level2 a {
     padding-left: 80px;
}
.eshop-category-list .level2 a.sel {
     background: url('../images/bg_menu_category_sel.png') no-repeat 70px center;
}

.eshop-category-list .level3 a {
     padding-left: 100px;
}
.eshop-category-list .level3 a.sel {
     background: url('../images/bg_menu_category_sel.png') no-repeat 90px center;
}


.eshop-category-root {
     width: 202px;
     height: 31px;
     background: url('../images/bg_category_root.png') no-repeat;
     margin-left: 20px;
     margin-top: 15px;
     margin-bottom: 10px;
}

.eshop-category-root a {
     display: block;
     padding: 8px 10px 8px 25px;
     color: #aaaaaa;
}

.eshop-category-root a.sel {
     color: #A6130B;
     background: none;
}


























/* BASKSET maly */

#eshop-basket-content-little {
     position: absolute;
     right: 30px;
     top: 0px;
     
     width: 150px;
     padding-top: 6px;
     text-align: center;
}

#eshop-basket-content-little .title {
     text-align: center;
}
#eshop-basket-content-little .title a {
     color: #990000;
     font-weight: bold;
     text-decoration: none;
}
#eshop-basket-content-little .content a {
     color: #19428D;
     font-weight: bold;
     text-decoration: none;
}






















/* PRODUCT */

.eshop-product {
     position: relative;
     width: 277px;
     margin-right: 20px;
     margin-bottom: 20px;
     float: left;
     background: url('../images/bg_product.png') repeat-y; 
}

.eshop-product-inner {
     padding: 20px;
}
.eshop-product .top {
     background: url('../images/bg_product_top.png') no-repeat;
     position: absolute;
     top: 0px;
     left: 0px;
     height: 17px;
     width: 277px;
}
.eshop-product .bottom {
     background: url('../images/bg_product_bottom.png') no-repeat;
     position: absolute;
     bottom: 0px;
     left: 0px;
     height: 17px;
     width: 277px;
}


.eshop-product-line {
     clear: both;
}
.in-line-3 .eshop-product {
     margin-right: 0px;
}



.eshop-product .title {
     font-weight: bold;
}
.eshop-product .title a {
     color: #BD191F;
}


.eshop-product .picture {
     width: 100px;
     height: 110px;
     margin: 2px 0px;
}
.eshop-product .price {
     color: #1D4690;
     font-weight: bold;
}
.eshop-product .description {
     padding: 5px 0px;
}

.eshop-product-preview-picture {
     float: left;
     border: 1px solid #aaaaaa;
     padding: 1px;
}







.eshop-product-detail-outer {
     position: relative;
}

.eshop-product-description {
     margin: 10px 0px;
}
.eshop-product-parameters td {
     border-bottom: 1px solid #dddddd;
}
.eshop-product-parameters .td-1 {
     width: 100px;
}

.eshop-product-parameters .td-2 {
     width: 250px;
}

























/* BASKET */
#eshop-basket-outer {
     margin-top: 10px;
     background: url('../images/bg_basket.png') no-repeat;
     
     width: 200px;
     
     
     position: absolute;
     right: 0px;
     top: 17px;
     
}
#eshop-basket {
     padding: 0px 10px 10px 0px;
}



.eshop-basket-no-eshop {
     padding-bottom: 10px;
     margin-bottom: 10px;
     border-bottom: 1px solid #dddddd;
}

#eshop-basket .price-old {
     font-size: 11px;
     font-weight: bold;
     text-align: right;
     height: 15px;
     
     text-decoration: line-through;

}

#eshop-basket .price {
     color: #BD191F;
     font-size: 19px;
     text-align: right;
}

#eshop-basket .price-name {
     text-align: right;
}


#eshop-basket .input-count {
     position: absolute;
     top: 45px;
     right: 10px;

     text-align: right;
}
#eshop-basket .input-count .form-text {
     border: 1px solid #AFC4DF;
     width: 30px;
     text-align: right;
}

#eshop-basket .input-button {
     text-align: right;
     position: absolute;
     top: 70px;
     right: 10px;
     
          
}

#eshop-basket .input-button .form-button {
     background: #427BBF;
     color: #ffffff;
     font-weight: bold;
}

















/* ORDER */
.eshop-order-links {
     margin-top: 5px;
     padding-top: 5px;
     border-top: 1px solid #8EB7E1;
}
.eshop-order-links table {
     width: 450px;
}
.eshop-order-links .form-button {
     background: #427BBF;
     color: #ffffff;
     padding: 3px;
}

.eshop-order-product-link {
     color: #19428D;
}





.eshop-order-step-info {
     margin-bottom: 5px;
     padding-bottom: 5px;
     border-bottom: 1px solid #8EB7E1;
}
.eshop-order-step-info td {
     color: #777777;
     padding: 3px;
     border: 1px solid #f2f2f2;
     text-align: center;
}

.eshop-order-step-info .sel {
     color: #A6130B;
     background: #E8F0FA;
     border: 1px solid #8EB7E1;
}


.eshop-order-summary {
     border: 0px !important; 
     text-align: right;
}
.eshop-order-summary b {
     color: #A6130B;
     font-size: 12px;
}

.td-order-send .form-button {
     background: #5F9E16;
     padding: 10px;
}













/* LOGIN */
#eshop-login-box-outer {
     position: absolute;
     top: 30px;
     right: 20px;
     width: 200px;
     height: 90px;
}

#eshop-login-box-outer .form-text, #eshop-login-box-outer .form-text-sel {
     width: 120px;
}

#eshop-login-box-outer .form-text {
     background: #E8F0FA;
     border: 1px solid #8EB7E1;
}




.eshop-product-code {
     font-size: 11px;
     color: #19428D;
}


.eshop-product-price-old {
     color: #888888;
     text-decoration: line-through;
}
