/*zobrazenie kategorie eshopu*/

ul.eshop-category-navigation {padding: 0 0 10px 0; height: 16px; position: absolute; top: 50px; left: 420px;}
ul.eshop-category-navigation li {float: left; color: #979797; margin: 0; padding: 0; background: none;}
ul.eshop-category-navigation li a {color: #979797; font-size: 11px; padding: 0 14px; text-decoration: none;}
ul.eshop-category-navigation li a.selected {color: #777; font-weight: bold;}

/*zobrazenie vyrobcu*/
div.eshop-manufacturer {}
div.eshop-manufacturer h1 {margin-top: 10px;} /*nadpis vyrobcu*/
div.eshop-manufacturer div.eshop-manufacturer-shortDesc {} /*kratky popis*/
div.eshop-manufacturer div.eshop-manufacturer-shortDesc p{}
div.eshop-manufacturer div.eshop-manufacturer-shortDesc p img{} /*obrazok*/
div.eshop-manufacturer div.eshop-manufacturer-desc {} /*popis*/
div.eshop-manufacturer div.eshop-products-list {} /*zobrazenie produktov*/

/*detail produktu v liste*/

div.eshop-product-card {width: 213px; height: 330px; padding: 10px; z-index: 1; position: relative; margin-right: 13px; float: left; }
div.eshop-product-card-last {margin-right: 0;}
div.eshop-product-card div.eshop-product-addToCart {position: absolute; z-index: 100; top: 207px; left: 8px;}
div.eshop-product-card div.eshop-product-addToCart img {margin-bottom: -2px;}
div.eshop-product-card div.eshop-product-addToCart input {border: 1px solid #999; width: 30px; height: 14px; font-size: 12px; text-align: center;}
div.eshop-products-list-line {height: 13px; margin: 0; padding: 0; width: 100%;}
div.eshop-product-card p.eshop-product-name {padding:0; margin: 0; color: #6699cc;}
div.eshop-product-card p.eshop-product-name a {font-size: 16px; font-weight: normal; text-decoration: underline; color: #6699cc; text-decoration: none;}
div.eshop-product-card p.eshop-product-category {padding:0; margin: 0; width: 215px; height: 12px; overflow: hidden; font-size: 11px; color: #585858;position: absolute; top: 220px; left: 10px; line-height: 12px; text-transform: uppercase;}
div.eshop-product-card div.eshop-product-image {width: 210px; height: 210px; overflow: hidden; text-align: center; position: absolute; top: 50px; left: 10px; padding: 0; margin: 0; background: #fff;}
div.eshop-product-card div.eshop-product-price {position: absolute; top: 270px; left: 10px;}
div.eshop-product-card p.eshop-product-priceWithoutVat {font-size: 20px; color: #fff; font-weight: bold; padding: 0; margin: 0;}
div.eshop-product-card p.eshop-product-priceWithoutVat span {font-size: 12px; font-weight: normal;}
div.eshop-product-card p.eshop-product-priceWithVat {font-size: 26px; color: #d71921; padding: 0; margin: 0; font-weight: bold;}
div.eshop-product-card p.eshop-product-priceWithVat span.vatText{font-size: 12px; color: #000; font-weight: normal;}
div.eshop-product-card div.eshop-tags {position: absolute; z-index: 100; top: 145px; left: 0px; width: 200px;}
div.eshop-product-card div.eshop-tags div.eshop-tagSpecialOffer {font-size: 10px; color: #fff; text-transform: uppercase; background: #ea660e; padding: 3px 5px; margin: 2px; float: left;}
div.eshop-product-card div.eshop-tags div.eshop-tagRecomended {font-size: 10px; color: #fff; text-transform: uppercase; background: #3879da; padding: 3px 5px; margin: 2px; float: left;}
div.eshop-product-card div.eshop-tags div.eshop-tagNew {font-size: 10px; color: #fff; text-transform: uppercase; background: #618d0d; padding: 3px 5px; margin: 2px; float: left;}
div.eshop-product-card p.detailLink {position: absolute; bottom: 0px; left: 10px;}
div.eshop-product-card p.detailLink a {display: block; width: 100px; height: 26px; background: url('/img/button.png'); line-height: 26px; color: #fff; text-align: center; text-shadow: 1px 1px #999; text-decoration: none;}

/*paginator*/

div.eshop-paginator {margin: 15px 0; width: 980px; height: 32px; padding-top: 13px; background: url('/img/paginator-bg.png') no-repeat; text-align: left;}
div.eshop-paginator ul {padding: 7px 0 0 8px; margin: 0px auto; display: inline;}
div.eshop-paginator ul li {margin: 0px; padding: 0; display: inline;}
div.eshop-paginator ul li a {padding: 3px 8px 3px 8px; background: #f3f3f3;line-height: 20px; font-size: 16px; margin: 0; text-decoration: none; color: #3b3f45; font-weight: bold; text-align: center;}
div.eshop-paginator ul li:hover a, div.eshop-paginator ul li.current a {color: #fff; background: #d71921;}

div.eshop-product-detail {border: none; width: 980px; margin-bottom: 15px; position: relative; padding-top: 140px;}

div.eshop-product-detail div.eshop-product-tags {position: absolute; top: 110px; right: 0; z-index: 1000; width: 470px;}
div.eshop-product-detail div.eshop-product-tags div.eshop-tagNew {font-size: 10px; color: #fff; text-transform: uppercase; background: #618d0d; padding: 3px 5px; margin: 2px 0 2px 4px; float:right;}
div.eshop-product-detail div.eshop-product-tags div.eshop-tagRecomended {font-size: 10px; color: #fff; text-transform: uppercase; background: #3879da; padding: 3px 5px; margin: 2px 0 2px 4px; float: right;}
div.eshop-product-detail div.eshop-product-tags div.eshop-tagSpecialOffer {font-size: 10px; color: #fff; text-transform: uppercase; background: #ea660e; padding: 3px 5px; margin: 2px 0 2px 4px; float: right;}
div.eshop-product-detail div.eshop-product-tags .eshop-product-fbLike {float: left;}
span.eshop-recommendedButton {cursor: pointer; color: #9e7cb3; text-transform: uppercase; background: url('/img/env.png') no-repeat 0 50%; padding-left: 15px; font-size: 11px; position: absolute; right: 0px; top: 60px;}

div.eshop-product-detail div.wrapper { width: 980px; position: relative; padding: 0px; }
div.eshop-product-detail div.wrapper div.eshop-product-image {width: 500px; float: left; margin-bottom: 10px;}
div.eshop-product-detail div.wrapper div.eshop-product-image .img-wrapper {height: 500px; width: 500px; padding: 0px; overflow: hidden; text-align: center; background: #fff;}
div.eshop-product-detail div.wrapper div.eshop-product-image img.eshop-product-mainImage {}

div.eshop-product-detail div.eshop-product-gallery {margin-top: 10px; height: 104px; position: relative; overflow: hidden;}
div.eshop-product-detail div.eshop-product-gallery a#eshop-product-prev-image, div.eshop-product-detail div.eshop-product-gallery a#eshop-product-next-image {width: 25px; height: 104px;  cursor: pointer; display: block;  line-height: 104px; font-size: 20px; text-decoration: none; color: #d71921;text-shadow: #aaa 1px 1px; background: #f3f3f3;}
div.eshop-product-detail div.eshop-product-gallery a#eshop-product-prev-image {position: absolute; top: 0; left: 0; text-align: center;}
div.eshop-product-detail div.eshop-product-gallery a#eshop-product-next-image {position: absolute; top: 0; right: 0; text-align: center;}

div.eshop-product-detail div.eshop-product-gallery #eshop-product-images-slideshow { overflow: hidden; width: 902px;  margin-left: 38px;}
div.eshop-product-detail div.eshop-product-gallery #eshop-product-images-slideshow ul{ width:6000px; padding: 0px; margin: 0 0px; }
div.eshop-product-detail div.eshop-product-gallery #eshop-product-images-slideshow li { float:left; margin:0 10px 0 0; border: 2px solid #eee; width: 100px; height: 100px; padding: 0px; cursor:pointer; background: #fff; text-align: center;}
div.eshop-product-detail div.eshop-product-gallery #eshop-product-images-slideshow li.selected {border: 2px solid #BA6265;}
div.eshop-product-detail div.eshop-product-gallery #eshop-product-images-slideshow li img {max-width: 100px;}

div#eshop-tabs {margin-top: 15px;}

div.eshop-product-detail div.wrapper div.eshop-product-descBox {padding: 0 0 15px 0; margin: 0;position: relative;}

div.eshop-product-detail div.wrapper div.eshop-product-infoBox {float: left; width: 470px; padding: 0;position: relative; margin-left: 10px;}
div.eshop-product-detail div.wrapper div.eshop-product-infoBox .eshop-product-label {margin: 0px; padding: 6px 0px; height: 15px; line-height: 15px; font-size: 15px; font-weight: bold; color: #3b3f45; text-align: left; /*background: url('/img/heading-line2.png') no-repeat 0 100%;*/ width: 450px;}
div.eshop-product-detail div.wrapper div.eshop-product-infoBox .eshop-product-val { font-weight: normal; display: block; float: right; width: 220px; text-align: left;}

div.eshop-product-detail div.wrapper div.eshop-product-infoBox p.price-without-vat {border: none;}
/*div.eshop-product-detail div.wrapper div.eshop-product-infoBox  div.hr {background: url('/img/line.png') no-repeat; width: 100%; height: 3px;}*/
div.eshop-product-detail div.wrapper div.eshop-product-infoBox p.eshop-product-label span#eshop-product-priceVat {font-weight: normal;}
div.eshop-product-detail div.wrapper div.eshop-product-infoBox p.eshop-product-prWithVat .eshop-product-val{color: #d71921; font-size: 30px;}
div.eshop-product-detail div.wrapper div.eshop-product-infoBox p.eshop-product-prWithVat {margin-top: 10px;}
#eshop-product-priceDiscount {font-size: 18px; font-weight: bold; color: #47852e;}

div.eshop-product-detail div.wrapper div.eshop-product-infoBox div.eshop-product-addToCart {margin: 30px 0 20px 0; position: relative;}
div.eshop-product-detail div.wrapper div.eshop-product-infoBox div.eshop-product-addToCart img {cursor: pointer;  float: right; margin-right: 127px;}
div.eshop-product-detail div.wrapper div.eshop-product-infoBox div.eshop-product-addToCart .w {font-weight: bold; font-size: 13px; color: #3b3f45;}
div.eshop-product-detail div.wrapper div.eshop-product-infoBox div.eshop-product-addToCart .w input {width: 50px; padding: 0 10px; height: 28px; background: url('/img/input-text2.png'); border: none; text-align: center; }
div.eshop-product-detail div.wrapper div.eshop-product-infoBox div.eshop-product-addToCart .w select {margin-right: 1px; width: 40px;}
div.eshop-product-detail h2.eshop-product-description {/*background: url('/img/heading-line2.png') no-repeat 0 100%;*/ margin-bottom: 10px;}
div.eshop-product-detail div.wrapper div.eshop-product-description {}
div.eshop-product-detail div.wrapper h2 {font-size: 16px; font-weight: bold; color: #62536c; padding: 0 10px 15px 10px; margin: 0; text-transform: uppercase;}

div.eshop-product-detail div.eshop-product-parameters {}
div.eshop-product-detail div.eshop-product-parameters h2 {font-size: 13px; font-weight: bold; background: #a0a0a0; padding: 5px; margin: 0;}
div.eshop-product-detail div.eshop-product-parameters table {border-collapse: collapse; margin: 10px auto 0 auto; width: 100%; font-size: 13px;}
div.eshop-product-detail div.eshop-product-parameters table td {padding: 3px 14px 3px 0px;}
div.eshop-product-detail div.eshop-product-parameters table td.eshop-poduct-paramName {font-weight: bold; padding-left: 0; width: 150px;}

div.eshop-product-detail div.eshop-product-parameters-extended {}
div.eshop-product-detail div.eshop-product-parameters-extended h2 {font-size: 13px; font-weight: bold; padding: 5px; margin: 0;}
div.eshop-product-detail div.eshop-product-parameters-extended table {border-collapse: collapse; margin: 0 0 10px 0; width: 100%; font-size: 13px;}
div.eshop-product-detail div.eshop-product-parameters-extended table td {padding: 3px 14px 3px 0px;}
div.eshop-product-detail div.eshop-product-parameters-extended table td.eshop-poduct-paramName {font-weight: bold; padding-left: 0; width: 150px;}

div.eshop-product-detail div.eshop-product-parameters-extended div.eshop-product-parameters-table table {border: 1px solid #111;}
div.eshop-product-detail div.eshop-product-parameters-extended div.eshop-product-parameters-table div.eshop-product-parameters-tableImage {float: left; margin-right: 10px;}
div.eshop-product-detail div.eshop-product-parameters-extended div.eshop-product-parameters-table div.eshop-product-parameters-tableImage img {width: 100px; border: 2px solid #111;}
div.eshop-product-detail div.eshop-product-parameters-extended div.eshop-product-parameters-table div.eshop-product-parameters-tableWrapper {float: left;}
div.eshop-product-detail div.eshop-product-parameters-extended div.eshop-product-parameters-table div.eshop-product-parameters-tableWrapper table {border-collapse: collapse;}
div.eshop-product-detail div.eshop-product-parameters-extended div.eshop-product-parameters-table div.eshop-product-parameters-tableWrapper table td, div.eshop-product-detail div.eshop-product-parameters-extended div.eshop-product-parameters-table div.eshop-product-parameters-tableWrapper table th {border: 1px solid #111; text-align: center;}
div.eshop-product-detail div.eshop-product-parameters-extended div.eshop-product-parameters-table div.eshop-product-parameters-tableWrapper table td.eshop-td-head, div.eshop-product-detail div.eshop-product-parameters-extended div.eshop-product-parameters-table div.eshop-product-parameters-tableWrapper table th {background: #62536c; font-weight: normal; font-size: 13px; padding: 5px 15px !important; color: #fff; border: 1px solid #111;}

div.eshop-product-detail p.eshop-product-rating span.rating-total {font-size: 12px; margin-top: 4px;}
div.eshop-product-detail p.eshop-product-rating span.eshop-product-val {line-height: 18px; cursor: pointer;}
h2.similar-products {padding: 0 0 10px 0; margin: 10px 0 15px 0; background: url('/img/heading-line2.png') no-repeat 0 100%;}
/*eshop basket panel */

/*
div.eshop-basketPanel-totalPrice {position: relative; width: 350px;}

div.eshop-basketPanel-totalPrice div.eshop-basketPanel-productsList {display: none; background: #f0f0f0; position: absolute;}

div.eshop-basketPanel-totalPrice:hover div.eshop-basketPanel-productsList {display: block;}

div.eshop-basketPanel-totalPrice div.eshop-basketPanel-productsList table {border-collapse: collapse; border: 2px solid #0a0a0a;}
div.eshop-basketPanel-totalPrice div.eshop-basketPanel-productsList table thead th {padding: 3px 5px; text-align: left; border: 1px solid #d0d0d0;}
div.eshop-basketPanel-totalPrice div.eshop-basketPanel-productsList table tbody tr td {vertical-align: top; padding: 3px 5px; border: 1px solid #d0d0d0;}
div.eshop-basketPanel-totalPrice div.eshop-basketPanel-productsList table tbody tr td img.eshop-trash {cursor: pointer;}
*/

div.eshop-basket table.eshop-item-list {border-collapse: collapse; width: 100%; margin-top: 20px; margin-bottom: 20px;}

div.eshop-basket table.eshop-item-list thead th {height: 30px; padding: 0 8px; text-align: left; background: #f3f3f3; line-height: 30px;font-size: 13px; font-weight: normal; color: #000; text-transform: uppercase; }

div.eshop-basket table.eshop-item-list tbody tr td {vertical-align: top; padding: 8px 8px;}
div.eshop-basket table.eshop-item-list tbody tr td img.eshop-trash, div.eshop-basket table tbody tr td img.eshop-update {cursor: pointer;}
div.eshop-basket table tbody tr td img.eshop-update {margin: 0 0 -3px 8px;}
/*div.eshop-basket table.eshop-item-list tbody tr td input {border: 1px solid #abc; text-align: center; width: 40px; margin-right: 10px;}*/
div.eshop-basket table.eshop-item-list tbody tr td.eshop-product-name img {width: 60px; border: 2px solid #a0a0a0; float: left; margin-right: 5px;}
div.eshop-basket table.eshop-item-list tbody tr td.eshop-product-name a {font-weight: normal; color: #d71921; text-decoration: none;}
div.eshop-basket table.eshop-item-list tbody tr td.eshop-product-name {font-weight: normal; color: #ea660e;}
div.eshop-basket table.eshop-item-list tbody tr td.eshop-product-name span.eshop-product-parameters {font-size: 11px; font-weight: normal; color: #ea660e; text-decoration: none;}
div.eshop-basket table.eshop-item-list tbody tr td.eshop-product-name span.eshop-product-refcode {font-size: 10px; font-weight: normal;  color: #979797; text-decoration: none;}
div.eshop-basket table.eshop-item-list tbody tr td.eshop-product-currency {color: #fff; text-align: center; line-height: 24px; text-align: left;}
div.eshop-basket table.eshop-item-list tbody tr td.eshop-product-currencyTotal {color: #fff; text-align: center; line-height: 24px; font-weight: bold; text-align: left;}
div.eshop-basket table.eshop-item-list a.eshop-basket-product-link {text-decoration: none; color: #ea660e;}
div.eshop-basket h3 {color: #fff; font-size: 16px; font-weight: bold; line-height: 30px; padding: 8px;}

div.eshop-basket table.eshop-priceSummary {border-collapse: collapse; width: 100%; margin-bottom: 20px;}
div.eshop-basket table.eshop-priceSummary thead th {height: 30px; padding: 0 8px; text-align: left; background: #f3f3f3; line-height: 30px;font-size: 13px; font-weight: normal; color: #000; text-transform: uppercase;}
div.eshop-basket table.eshop-priceSummary tbody tr td {vertical-align: top; padding: 3px 5px;}
div.eshop-basket table.eshop-priceSummary tfoot td {padding: 5px 5px; text-align: left; font-size: 14px; font-weight: bold; color: #fff; background: #515151;}

/*******/
div.eshop-order-summary table.eshop-item-list {border-collapse: collapse; width: 980px; margin-top: 20px; margin-bottom: 20px;}

div.eshop-order-summary table.eshop-item-list thead th {height: 30px; padding: 0 8px; text-align: left; background: #d8d8d8; line-height: 30px;font-size: 12px; font-weight: normal; color: #000; text-transform: uppercase; border: 1px solid #fff;}

div.eshop-order-summary table.eshop-item-list tbody tr td {vertical-align: top; padding: 8px 8px;}
div.eshop-order-summary table.eshop-item-list tbody tr td img.eshop-trash, div.eshop-basket table tbody tr td img.eshop-update {cursor: pointer;}
div.eshop-order-summary table tbody tr td img.eshop-update {margin: 0 0 -6px 8px;}
div.eshop-order-summary table.eshop-item-list tbody tr td.eshop-product-name img {width: 60px; border: 2px solid #a0a0a0; float: left; margin-right: 5px;}
div.eshop-order-summary table.eshop-item-list tbody tr td.eshop-product-name {font-weight: bold;}
div.eshop-order-summary table.eshop-item-list tbody tr td.eshop-product-name span.eshop-product-parameters {font-size: 11px; font-weight: normal; color: #61516c;}
div.eshop-order-summary table.eshop-item-list tbody tr td.eshop-product-name span.eshop-product-refcode {font-size: 10px; font-weight: normal;  color: #61516c;}
div.eshop-order-summary table.eshop-item-list tbody tr td.eshop-product-currency {color: #fff; text-align: center; line-height: 24px;}
div.eshop-order-summary table.eshop-item-list a.eshop-basket-product-link {text-decoration: none; color: #d2a6ee;}
div.eshop-order-summary table.eshop-item-list tfoot td {padding: 5px 5px; text-align: left; font-size: 14px; font-weight: bold; color: #fff; background: #d71921;}

div.eshop-order-summary h3 {color: #fff; font-size: 16px; font-weight: bold; line-height: 30px; padding: 8px;}

div.eshop-order-summary table.eshop-priceSummary {border-collapse: collapse; width: 980px; margin-bottom: 20px;}
div.eshop-order-summary table.eshop-priceSummary thead th {height: 30px; padding: 0 8px; text-align: left; background: #d8d8d8; line-height: 30px;font-size: 12px; font-weight: normal; color: #000; text-transform: uppercase; border: 1px solid #fff;}
div.eshop-order-summary table.eshop-priceSummary tbody tr td {vertical-align: top; padding: 3px 5px;}
div.eshop-order-summary table.eshop-priceSummary tfoot td {padding: 5px 5px; text-align: left; font-size: 14px; font-weight: bold; color: #fff; background: #d71921;}
/******/

div.eshop-order-summary table.eshop-customerData {border-collapse: collapse; width: 980px;  margin-bottom: 20px ;}
div.eshop-order-summary table.eshop-customerData th {text-align: left; vertical-align: top; padding: 5px 5px; font-weight: bold; color: #fff; width: 70px; background: #515151; border: 1px solid #fff;}
div.eshop-order-summary table.eshop-customerData td {vertical-align: top; padding: 5px 5px; color: #fff; width: 400px; background: #515151; border: 1px solid #fff;}
div.eshop-order-summary table.eshop-customerData thead th {height: 30px; padding: 0 8px; text-align: left; background: #d8d8d8; line-height: 30px;font-size: 12px; font-weight: normal; color: #000; text-transform: uppercase;  }

div.eshop-errorContainer {display: none; background: url('/img/core/icon_alert.gif') no-repeat 0 10px; padding: 10px 0 0 70px; min-height: 60px;}
div.eshop-errorContainer h4 {color: #ff1a4c; font-size: 14px;}
div.eshop-errorContainer ol {}
div.eshop-errorContainer ol li {padding-left: 10px; line-height: 20px; font-size: 13px; color: #ff1a4c;}
input.error {border: 2px solid #ff1a4c;}

div.eshop ul.eshop-steps {list-style: none; height: 55px; width:980px; position: relative;}

div.eshop ul.eshop-steps li a, div.eshop ul.eshop-steps li a:hover {font-size: 15px; color: #d71921; text-decoration: none; background: none; margin: 0; padding: 0; font-weight: bold;}

div.eshop ul.eshop-steps li {position: absolute; padding: 19px 8px 22px 50px; height: 15px; background: url('/img/steps-bg.png') no-repeat 0 0; margin-right: -26px; font-size: 15px; color: #aaa;}
/*div.eshop ul.eshop-steps li.eshop-step4 {width: 180px;}*/
div.eshop ul.eshop-steps li.eshop-step1 {z-index: 10; width: 80px; top: 0; left: 0; padding-left: 20px;}
div.eshop ul.eshop-steps li.eshop-step2 {z-index: 9; width: 152px; top: 0; left: 82px;}
div.eshop ul.eshop-steps li.eshop-step3 {z-index: 8; width: 190px; top: 0; left: 267px;}
div.eshop ul.eshop-steps li.eshop-step4 {z-index: 7;width: 240px; top: 0; left: 490px;}
div.eshop ul.eshop-steps li.eshop-step5 {z-index: 6;width: 165px; top: 0; left: 760px; background-position:0 0 !important;}


div.eshop ul.eshop-steps li.eshop-stepCurrent {background: url('/img/steps-bg-sel.png') no-repeat 100% 0;}
div.eshop ul.eshop-steps li.eshop-stepCurrent a {color: #fff;}

div.eshop-user-data {padding: 15px 15px; width: 950px; background: #f3f3f3; }
div.eshop-user-data dt, div.eshop-user-data dd {margin: 0; padding: 5px 0;}

div.eshop-user-data dt {float: left; width: 120px;}

div.eshop-user-data label {font-size: 13px; color: #000;}
div.eshop-user-data textarea.textarea {margin-left: 3px;}

/*div.eshop-user-data-t {width: 721px; height: 6px; background: url('/img/box-top.png') no-repeat 0 0; margin-top: 20px;}
div.eshop-user-data-b {width: 721px; height: 6px; background: url('/img/box-bottom.png') no-repeat 0 100%; margin-bottom: 20px;}
*/



div.eshop-shippinghAndPayment {padding: 0 0 20px 0}
div.eshop-shippinghAndPayment p {padding: 0; margin: 0;}
div.eshop-shippinghAndPayment h2 {margin: 10px 0; padding: 0 0 10px 0; background: url('/img/heading-line2.png') no-repeat 0 100%;}

div.eshop-shippinghAndPayment div.eshop-payment-head input, div.eshop-shippinghAndPayment div.eshop-shipping-head input {padding:0; margin: 0 10px 0 0;}
div.eshop-shippinghAndPayment div.eshop-payment-head label, div.eshop-shippinghAndPayment div.eshop-shipping-head label {font-size: 14px; font-weight: bold; color: #d71921; cursor: pointer;}
div.eshop-shippinghAndPayment div.eshop-payment-desc, div.eshop-shippinghAndPayment div.eshop-shipping-desc {padding: 5px 0 15px 0; font-size: 13px; font-weight: normal; color: #818181;}

div.eshop-shippinghAndPayment div.eshop-user-data {margin-bottom: 15px;}

div.eshop-order-summary {padding: 0 0 20px 0px;}

/*filtrovanie*/
div.eshop, div.eshop-category {padding-top: 140px;}
div.eshop-products-filter1 {margin: 0px 0 10px 0; width: 940px; padding: 18px 20px 17px 20px; height: 20px; background: url('/img/eshop-filter-bg.png') no-repeat; line-height: 19px; color: #3b3f45;}
div.eshop-products-filter1 label {cursor: pointer; color: #3b3f45;}

label.eshop-filter-sortA {background: url('/img/sort-a.png') no-repeat 0 50%; padding: 3px 0 4px 12px; font-size: 12px;}
label.eshop-filter-sortA_s, label.eshop-filter-sortA:hover{background: url('/img/sort-a-s.png') no-repeat 0 50%; padding: 3px 0 4px 12px; color: #d71921 !important;}
label.eshop-filter-sortD {background: url('/img/sort-d.png') no-repeat 0 50%; padding: 3px 0 4px 12px; font-size: 12px;}
label.eshop-filter-sortD_s, label.eshop-filter-sortD:hover {background: url('/img/sort-d-s.png') no-repeat 0 50%; padding: 3px 0 4px 12px; color: #d71921 !important;}

ul#eshop-navViewType {list-style: none; margin: 0px; padding: 0px; height: 40px; width: 100%;}

ul#eshop-navViewType li {font-size: 16px; color: #d2a6ee; background: none #0e0911; padding: 0px 20px; margin: 0 3px 0 0; text-transform: uppercase; float: left; line-height: 40px;}
ul#eshop-navViewType li.selected {color: #fff; background: #62536c;}
ul#eshop-navViewType li:hover {cursor: pointer; color: #fff; background: #62536c;}

div#eshop-viewManufacturers {padding: 15px 0px !important; width: 290px !important;}
div#eshop-viewManufacturers ul {margin: 0; padding: 0;}
div#eshop-viewManufacturers ul li {margin: 0; padding: 2px 0 3px 0; background: url('/img/list-border-b.png') no-repeat 0 100%;}
div#eshop-viewManufacturers ul li a {text-transform: uppercase; font-size: 13px; font-weight: bold; color: #62536c; padding: 4px 5px 4px 22px; display: block; text-decoration: none;}

div#eshop-viewManufacturers ul li a:hover, div#eshop-viewManufacturers ul li a.selected {color: #fff; background: #62536c;}


div#eshop-viewCategories {padding: 15px 0px !important; width: 290px !important;}
div#eshop-viewCategories ul {margin: 0; padding: 0;}
div#eshop-viewCategories ul li {margin: 0; padding: 2px 0 3px 0; background: url('/img/list-border-b.png') no-repeat 0 100%;}
div#eshop-viewCategories ul li.noBorderBottom {padding-bottom: 0; background: none;}

div#eshop-viewCategories ul li a {text-transform: uppercase; font-size: 13px; font-weight: bold; color: #62536c; padding: 4px 5px 4px 22px; display: block; text-decoration: none;}

div#eshop-viewCategories ul li a:hover, div#eshop-viewCategories ul li a.selected {color: #fff; background: #62536c;}
div#eshop-viewCategories ul li ul {padding-top: 1px; background: url('/img/list-border-b.png') no-repeat 0 0;}

div#eshop-viewCategories ul li ul li a {padding-left: 44px;}
div#eshop-viewCategories ul li ul li a:hover, div#eshop-viewCategories ul li ul li a.selected {color: #fff; background: #362541;}
div#eshop-viewCategories ul li ul li ul li a {padding-left: 66px;}
div#eshop-viewCategories ul li ul li ul li a:hover, div#eshop-viewCategories ul li ul li ul li a.selected {color: #fff; background: #1e0d26;}

h2.eshop-note {padding-bottom: 0px; margin-bottom: 0px;}

div#eshop-dialogSuggest {width: 350px;}
div#eshop-dialogSuggest dl dt, div#eshop-dialogSuggest dl dd {margin: 0px; padding: 0px; height: 40px;}
div#eshop-dialogSuggest dl dt {color: #d2a6ee; float: left; width: 150px; line-height: 40px;}
div#eshop-dialogSuggest dl dl {width: 200px;}
div#eshop-dialogSuggest dl dt.msg {width: 350px;}
div#eshop-dialogSuggest dl dd.msg {width: 350px; height: 105px;}
div#eshop-dialogSuggest dl dd {float: left; width: 200px;}
div#eshop-dialogSuggest dl dd input.txt, div#eshop-dialogSuggest dl dd input.txt5,div#eshop-dialogSuggest dl dd div.captcha-img-txt5 {margin-top: 3px;}

div.eshop-products-list h2 {background: url('/img/news-border.png') no-repeat 0 100%; margin: 0 0 10px 0;; padding: 0 0 10px 0;}
div.eshop-products-list h2.first {margin-top: 20px; padding-top: 0;}

dl.main_address{float:left; width: 300px;}
dl.diff_address{float:left; width: 300px; margin-left: 30px; padding-left: 30px; border-left: 1px solid #dedede;}

table.eshop-files td, table.eshop-files th {padding: 3px 6px;}
table.eshop-files a {text-decoration: none; font-weight: bold; color: #ff3f45;}