/* CSS Document */
.nodecoration:hover {
  text-decoration: none;
}

.strankovani {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-size: 11pt;
  font-family: Arial;
}

.actual {
  border: 1px solid gray;
  padding: 0px 3px 0px 3px;
  color: red;
}
.strankovaniPage {
  margin-left: 3px;
  margin-right: 3px;
}

.strankovaniPage:hover {
  text-decoration: none;
  color: blue;
}


.strankovaniFirstLimit, .strankovaniLastLimit, .strankovaniBack, .strankovaniNext {
  border: 1px solid gray;

  padding: 0px 3px 0px 3px;

}

.strankovaniFirstLimit, .strankovaniBack {
  margin-right: 15px;
}
.strankovaniLastLimit, .strankovaniNext {
  margin-left: 15px;
}

#nejprodavanejsi {
  width: 100%
}

#nejprodavanejsi td {
  width: 50%;
  padding-bottom: 11px;
}

#nejprodavanejsi img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}

#soucasneProdavane {
  width: 100%
}

#soucasneProdavane td {
  width: 50%;
  padding-bottom: 11px;
}

#soucasneProdavane img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}

.nej_name {
  font-weight: bold;
  font-family: Arial;
  font-size: 10pt;
  margin-bottom: 4px;
}

.nej_price {
 font-family: Arial;
  text-align: right;
  font-size: 11pt;
  width: 100%;
  color: red;
  font-weight: bold;
}

.nej_price span {
  font-size: 8pt;
  color: gray;
  font-weight: normal;
  padding-right: 10px;
}

#CategoryPath {
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 20px;
  display: list-item;
}

.print_article_table {
  width: 665px;
}

.print_article_td {
  width: 196px;
  border: 1px solid gray;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.print_article_td .no-sale {
    position: absolute;
    z-index: 20;
    width: 200px;
    text-align: center;
    background: #BF2121;
    padding: 5px;
    font-size: 13px;
    color: white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 34px;
    left: -60px;

}

#detailFoto .no-sale {
    position: absolute;
    z-index: 20;
    width: 200px;
    text-align: center;
    background: #BF2121;
    padding: 5px;
    font-size: 13px;
    color: white;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    TOP: 34px;
    left: -60px;
}

.print_article_properties {
}

.cena_inf {
margin-top: 5px;
  font-size: 8pt;
}

.cena_cst {
  font-size: 14pt;
  font-family: Arial;
  font-weight: bold;
}

.cena_inf, .cena_cst {
  margin-right: 5px;
}

.cena_sum {
  vertical-align: middle;
  text-align: right;
  height: 30px;
}

.vypis_kosik {
  border-bottom: 1px solid gray;
  height: 40px;

  vertical-align: middle;
  margin-top: 5px;
}

/**
 *
 *** DETAIL ZBOZI
 *
 **/
#productDetail {
  position: relative;
}
.productStandard h1 {
    background-image: url('../images/eye_black.png');
}
.productAkce h1 {
    background-image: url('../images/eye_green.png');
}
.productDoprodej h1 {
    background-image: url('../images/eye_red.png');
}
.productBazar h1 {
    background-image: url('../images/eye_orange.png');
}

.productAkce h2 {
    position: absolute;
    left: 217px;
    top: 0px;
    margin-top: 45px;
    z-index: 2;
    width: 300px;

    font-weight: bold;
    text-align: right;
    color: #70AC21;
}

#productDetail h1 {
  background-repeat: no-repeat;
  background-position: top left;
  border-bottom: 1px solid gray;

  width: 670px;
  height: 20px;

  padding-left: 50px;
  padding-top: -5px;
  padding-bottom: 15px;

  font-family: Arial;
  font-size: 14pt;
}

#detailFoto {
  background-image: url('../images/detail_fotoo.jpg');
  width: 236px;
  height: 267px;
  float: left;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

#img_big {
  text-align: center;
  margin-top: 20px;
  height: 185px;
}

#img_big img {
  height: 160px;
  border: 1px solid gray;
}

#img_thumb {
  text-align: center;
  border-top: 1px solid rgb(213,213,213);
  padding-top: 10px;
}

#img_thumb img {
  padding: 5px 5px 5px 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

#detailInfo {
  margin-top: 15px;
}

#detailInfo td {
  font-family: Arial;
  font-size: 12px;
}

#detailInfo label {
  font-weight: bold;
  padding-right: 20px;
}

.detailPadding td {
  padding-bottom: 15px;
}

#detailInfo span {
  font-weight: bold;
  color: #70AC21;
}

#detailInfo form {
  margin-top: 0px;
  padding-top: 0px;
}

.dKod {
  font-size: 20pt;
}

.dCenaLabel {
  font-size: 13pt;
}
.dCenaValue {
  font-size: 13pt;
  font-weight: bold;
  color: #DF122A;
}

#detailParametres {
  margin-top: 40px;
}

#detailPopis {
  color: black;
}

#detailTechnicalParametres {
  color: black;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgb(213,213,213);
}

#detailComments {
}

#detailCommentsInput {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgb(213,213,213);
}


.comment {
  width: 450px;
}


.item {
  color: rgb(206,17,45);
}

.str {

}

#kategorie_menu {
    margin: 30px 5px 5px 10px;
    position: absolute;
    left: -10px;
    top: 257px;
    width: 180px;
}

.menu_item {
  display: block;

  padding-bottom: 2px;
  padding-left: 15px;

  background-image: url('../images/menu_li.jpg');
  background-repeat: no-repeat;
  background-position: left center;

}

.otevrene {
    background-image: url('../images/menu_li2.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}

.top1 {
    font-weight: bold;
}

.top3 {
    font-style: italic;
}

.menu_item:hover {
    color: red;
    text-decoration: none;
}

.private_data_transaction {
  width: 345px;
  height: 200px;
}

.items_data_transaction {
  width: 709px;

  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2px;
 }

.private_data_transaction, .items_data_transaction {
  border: 1px solid;

  margin-right: 5px;
  padding: 5px;
}

.bord {
  margin-top: 20px;
  margin: 2px;
  padding: 5px;
  font-weight: bold;
  width: 705px;

    border: 1px solid gray;
  background-color: #EFEFEF;
}

.cart_icon {
    background-image: url('../images/cart_icon.jpg');
    background-color: white;
    background-position: left middle;
    background-repeat: no-repeat;
    border: none;

    padding-right: 25px;
    height: 25px;
    width: 111px;

    font-family: Verdana;
    font-weight: bold;

    cursor: pointer;
}

.cart_icon_2 {
    background-image: url('../images/cart_icon.jpg');
    background-color: white;
    background-position: left middle;
    background-repeat: no-repeat;
    border: none;

    padding-right: 25px;
    height: 25px;
    width: 111px;

    font-family: Verdana;
    font-weight: bold;

    cursor: pointer;
}

.cart_icon:hover {
    color: red;
    text-decoration: underline;
}

.refresh_icon {
    background-image: url('../images/refresh.jpg');
    border: none;
    width: 16px;
    height: 20px;
    cursor: pointer;
}

.zalozkyTitle {
  margin: 0px;
  padding: 0px;
}

.zalozkyTitle div {
    float: left;

    padding: 4px 9px 4px 9px;

    margin-right: 5px;
    cursor: pointer;
    border-bottom: none;
}

.zalozkaPasivni {
    background-color: rgb(211,211,211);
}

.zalozkaAktivni {
    background-color: gray;
    font-weight: bold;
    color: white;
}

#zalozkyContent {
    width: 100%;
    clear: left;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

#logoVyrobce {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 3;
}

#rating {
    position: absolute;
    top: 350px;
    right: 0px;
    z-index: 3;
}

#rating .yellow {
    background-color: rgb(247,203,0);
}

#rating img {
    cursor: pointer;
    filter: alpha(opacity=70%);
    -moz-opacity: 0.7;
}

#rating div {
    color: gray;
    font-size: 8pt;
    margin-top: 5px;
    text-align: center;
    width: 204px;
}

#IconLinks {
    position: absolute;
    top: 280px;
    right: 0px;
    z-index: 3;
}

#IconLinks div {
    width: 200px;
    text-align: right;
    margin-bottom: 3px;
}

#IconLinks div a {
    font-family: Verdana;
    font-size: 7pt;
    color: black;
}

#IconLinks div img {
    margin-left: 10px;
    margin-top: 2px;
}

#PosledniNavstiveneZbozi {
    margin-bottom: 15px;
}

#PosledniNavstiveneZbozi a {
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid lightgray;
    width: 170px;
}

#PosledniNavstiveneZbozi a img {
    float: left;
    width: 38px;
    border: 1px solid lightgray;
    margin-left: 5px;
    margin-right: 5px;
}

#PosledniNavstiveneZbozi a div.code {
    color: black;
    text-decoration: none;
}

#PosledniNavstiveneZbozi a:hover div.code {
    color: red;
    text-decoration: none;
}

#PosledniNavstiveneZbozi a div.nadpis {
    font-weight: bold;
    color: black;
    margin-left: 8px;
    margin-bottom: 0px;
}

#PosledniNavstiveneZbozi a:hover div.nadpis {
    color: red;
}

#popup {
  background-image: url('../images/popup-background.png');
  background-repeat: no-repeat;

  display: none;

  background-position: center;

  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 950px;
}

#popup div.icons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

#popup div.nadpis {
  font-family: Arial;
  color: rgb(97,97,97);
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

#popup div.popis {
  font-family: Arial;
  color: rgb(97,97,97);
  font-size: 13px;
  text-align: center;
}

#popup_ok, #popup_er {
  width: 40px;
  height: 40px;
  margin-top: 50px;
  margin-bottom: 20px;
  margin: 0px 40px;
  border: none;
  background-color: white;
  cursor: pointer;
}

#popup_ok {
  background-image: url('../images/popup-ok.png');
}
#popup_er {
  background-image: url('../images/popup-er.png');
}
.google-box {
    _margin-left: 28px;
}



.catalog {
    width: 750px;
    clear: both;
}
.catalog .productDetail {
    float: left;
    width: 235px;
    overflow: hidden;
    margin: 3px;
    border: 1px solid gray;
    text-decoration: none;
}
.catalog .productDetail:hover {
    text-decoration: none;
}
.catalog .productDetail a * {
    color: white !important;
    text-decoration: none !important;
}
.catalog .productDetail .title {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 3px;
    height: 16px;
    _height: 20px;
    line-height: 15px;
    overflow: hidden;   
    margin-bottom: 3px;
}
.catalog .productDetail.normal .title {
    background: url('../images/black_button.jpg') repeat-x;
}
.catalog .productDetail.action .title {
    background: url('../images/green_button.jpg') repeat-x;
}
.catalog .productDetail.doprodej .title {
    background: url('../images/red_button.jpg') repeat-x;
}
.catalog .productDetail.bazar .title {
    background: url('../images/orange_button.jpg') repeat-x;
}
.catalog .productDetail img {
    float: left;
    margin-left: 3px;
}
.catalog .productDetail .info {
    float: right;
    margin-top: 7px;
}
.catalog .productDetail .info .price {
    color: #FF0000;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
}
.catalog .productDetail .info .price.label {
    font-size: 11px;
    font-weight: normal;
    margin-top: 10px;
}
.catalog .productDetail .info .priceVat {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
}
.catalog .productDetail .info .priceVat.label {
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
}
.catalog .productDetail .info .toChart {
    border: none;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    padding-right: 27px;
    cursor: pointer;
    background: url('../images/cartIcon.gif') no-repeat right center white;
}
.catalog .productDetail .info .toChart:hover {
    color: red;
    text-decoration: underline;
}
.catalog .productDetail .google-box {
    clear: right;
    margin-top: 2px;
    margin-left: 3px;
}
.catalog .productDetail .description {
    height: 35px;
    _height: 39px;
    padding: 2px 3px;
    width: 231px;
    _width: 237px;
    margin-top: 3px;
    color: #000000;
    font-size: 10px;
    overflow: hidden;
    background: #D8D6D6;
}


.new-layout {
    width: 750px;
    padding: 0px 20px;
}
.new-layout h2 {
    font-size: 15px;
    margin-top: -12px;
    font-family: Arial;
    padding-top: 12px;
    padding-left: 6px;
    padding-bottom: 4px;
    background: url('../images/h2-background.gif') no-repeat left bottom;
}
.new-layout h2 span {
    color: #A3A3A3;
    font-size: 14px;
}

/**
 *  Vyhledávací formulář 
 */  
.search-form {
    margin-left: 8px;
}
.search-form td {
    padding-right: 15px;
    padding-bottom: 6px;
}
.search-form td input {
    width: 10px;
    height: 10px;
    margin-left: 0px;
}
.search-form td label {
    font-size: 10px;
    line-height: 10px;
    cursor: pointer;
}
.search-form .search-input {
    width: 140px;
    height: 17px;
    font-size: 10px;
    padding-left: 3px;
    border: 1px solid gray;
}
.search-form .search-button {
    width: 24px;
    height: 17px;
    border: none;
    cursor: pointer;
    background: url('../images/search-button.gif') no-repeat;
}
.search-form div {
    margin-bottom: 4px;
}
.search-form a {
    color: gray;
    font-size: 10px;
}

/**
 *  Výsledky fulltextového vyhledávání
 */ 
.fulltext-categories {
    padding-top: 10px;
    padding-bottom: 15px;
}
.fulltext-categories li {
    font-weight: bold;
    margin-bottom: 8px;
}
.fulltext-categories li span.separator {
    color: gray;
    font-weight: normal;
}

.pagination {
    clear: both;
    margin-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}
.pagination a {
    padding: 4px;
    margin-left: 3px;
    font-size: 11px;
    color: gray;
    border: 1px solid rgb(216,214,214);
}
.pagination a.active {
    background: rgb(216,214,214); 
    font-weight: bold;
}
.pagination a.PaginationStatic {
    color: gray;
    font-weight: bold;
    border: 1px solid white;
}