table.products{
  background: none;
  border: none;
  border-collapse: collapse;
  /*width: 567px;*/
  margin-right: -10px;
  table-layout: fixed;
}
table.products p{
  padding: 0;
}
table.products th, table.products td{
  border: none;
  background: none;
  padding: 8px 18px 8px 8px;
  width: 163px;
}
table.products th{
  background: #fff url('../img/product-box.gif') no-repeat;
  vertical-align: top;
}
table.products th a{
  display: block;
  text-decoration: none;
}
table.products td.product-box-image{
  background: #fff url('../img/product-box.gif') no-repeat 0% 50%;
  text-align: center;
}
table.products td img{
  margin: 0;
  padding: 0;
  /*max-height: 130px;
  max-width: 150px;*/
}
table.products td.product-box-sku{
  background: #fff url('../img/product-box.gif') no-repeat 0% 50%;
}
table.products td.product-box-price{
  background: #fff url('../img/product-box.gif') no-repeat 0% 50%;
}
table.products td.product-box-store{
  background: #fff url('../img/product-box.gif') no-repeat 0% 50%;
  color: #398000;
}
table.products td.product-box-originalPrice, table.products td.product-box-retailPrice{
  background: #fff url('../img/product-box.gif') no-repeat 0% 50%;
  color: #aaa;
  text-align: right;
  padding: 0px 18px 0px 2px;
}

table.products td.product-box-price p.price{
  float: right;
  color: #c00;
}
table.products td.product-box-price p.show-more a{
  background: url('../img/show-more.gif') no-repeat 0px 50%;
  color: #000;
  padding-left: 10px;
}
table.products td.product-box-price p.show-more a:hover{
  background: url('../img/show-more.gif') no-repeat -200px 50%;
  color: #c00;
  text-decoration: none;
}
table.products td.product-box-description{
  background: #fff url('../img/product-box.gif') no-repeat 0% 100%;
  color: #777;
  padding-top: 0px;
  padding-bottom: 20px;
  vertical-align: top;
}

/*
table.products th a{
  background: #fff;
  color: #000;
  display: block;
  font-weight: bold;
  padding: 5px;

  text-decoration: none;
}

table.products .price{
  color: #D00;
  font-weight: bold;
}*/


#fieldset-valhallaCategoryIndex{
  margin-bottom: 1.0em;
  border: 1px solid #ccc;
}
#fieldset-valhallaCategoryIndex legend{
  color: #666;
}
#fieldset-valhallaCategoryIndex ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#fieldset-valhallaCategoryIndex ul li{
  float: left;
  padding-right: 15px;
}

.productPaginationControl{
  padding-bottom: 10px;
}

#fieldset-valhallaManufacturerIndex{
  margin-bottom: 1.0em;
  border: 1px solid #ccc;
}

#fieldset-valhallaManufacturerIndex ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#fieldset-valhallaManufacturerIndex ul li{
  float: left;
  padding-right: 15px;
}

.product-filter{
  border: 1px solid #CDCDCD;
  margin: 0 0 10px 0;
  padding: 10px;
  height: 40px;
}
.product-filter dl, .product-filter dt, .product-filter dd{
  margin: 0;
  padding: 0;
}
.product-filter #formquery-label, .product-filter #formorder-label, .product-filter #formsubmit-label,
.product-filter #formitemCountPerPage-label{
  display: none;
}
.product-filter fieldset{
  border: none;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
}
.product-filter #q, .product-filter #orderBy,
.product-filter #itemCountPerPage, .product-filter #filterFormSubmit{
  border: 1px solid #6ca0c2;
  height: 21px;
  line-height: 21px;
}
.product-filter #q{
  height: 17px;
  line-height: 17px;
  width: 150px;
}
.product-filter #orderBy{
  width: 150px;
}
.product-filter #itemCountPerPage{
  width: 45px;
}
.product-filter #filterFormSubmit{
  border: none;
  background: #6ca0c2 url('../img/filter-button.png') no-repeat;
  color: #fff;
  padding-left: 20px;
  width: 60px;
}

.productPaginationControl{
  padding-top: 5px;
  padding-bottom: 15px;
  clear: both;
  font-size: 1.2em;
}
.productPaginationControl strong{
  padding: 5px;
}
.productPaginationControl a{
  background: #EFEFEF;
  border: 1px solid #ccc;
  padding: 5px 7px 5px 7px;
  text-decoration: none;
}
.productPaginationControl a:hover{
  border: 1px solid #ccc;
  background: #ddd;
}




/*------ product-detail ------*/
.product-detail-imagebox{
  float: left;
  width: 330px;
}
.product-detail-imagebox-large{
  margin-bottom: 5px;
}
.product-detail-imagebox-large a, .product-detail-imagebox-no-image{
  border: 3px solid #dadada;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 300px;
    height: 300px;
}
.product-detail-imagebox-large a:hover{
  border: 3px solid #aaa;
}
.product-detail-imagebox-no-image{
  margin: 0 14px 5px 0;
  float: left;
}

.product-detail-imagebox-thumb{
  float: left;
  margin: 0 5px 5px 0;
}
.product-detail-imagebox-thumb a{
  border: 2px solid #dadada;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 154px;
    height: 158px;
}
.product-detail-imagebox-thumb a:hover{
  border: 2px solid #aaa;
}

.product-detail-right{
  margin-left: 340px;
}
.product-detail-description{
  padding-bottom: 10px;
}

.product-detail-prices, .product-detail-attributes, .product-detail-others{
  border: 1px solid #dadada;
  border-bottom: none;
  width: 100%;
}
.product-detail-prices th, .product-detail-attributes th, .product-detail-others th,
.product-detail-prices td, .product-detail-attributes td, .product-detail-others td{
  background: #f8f8f8;
  border: none;
  border-bottom: 1px solid #dadada;
  color: #67767F;
  font-weight: normal;
  text-align: left;
}
.product-detail-prices th, .product-detail-attributes th, .product-detail-others th{
  width: 50%;
}
.product-detail-prices td, .product-detail-attributes td, .product-detail-others td{
}
.product-detail-price-no-vat th, .product-detail-price-no-vat td,
.product-detail-price-vat th, .product-detail-price-vat td{
  background: #F2D56D;
  color: #000;
}

.product-detail-buybox fieldset{
  border-color: #ccc;
}
.product-detail-buybox p{
  padding: 0;
}
.product-detail-buybox input{
  border: 1px solid #6ca0c2;
  height: 17px;
  line-height: 17px;
}
.product-detail-buybox #count{
  width: 60px;
}
.product-detail-buybox #sbm{
  border: none;
  background: #6ca0c2 url('../img/add-to-cart-button.png') no-repeat;
  color: #fff;
  height: 21px;
  line-height: 21px;
  padding-left: 20px;
  width: 150px;
}

div.product-box-news-cs_CZ, div.product-box-news-en_GB{
  background: url('../img/novinka.png') no-repeat;
  height: 35px;
  width: 35px;
  float: right;
  margin: -7px -9px 0px -10px;

}

div.product-box-news-en_GB{
  background: url('../img/novinka-en.png') no-repeat;
}