﻿
/* --- catalog list --- */
div.catalog{  
}

div.catalog hr.catalog-end{
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  clear: left; 
}

div.catalog div.item{
  position: relative;
  margin: 10px 0;
  width: 180px;
  height: 185px;
  float: left;
}

div.catalog div.item{
  text-align: center;
}

div.catalog div.item div.img{
  margin: 0 0 5px 0;
}

div.catalog h4{
  font-size: 90%;
  margin: 0 0 5px 0;
  padding: 0 5px;
  min-height: 2em;
}

div.catalog div.item div.img a{
  display: block;
  width: 100px;
  height: 75px;
  padding: 1px;
  margin: 0 auto;
  /*
  background-image: url(images/img-bg.png);
  background-repeat: repeat;
  background-position: center center;
  */
  background-color: #fff;
}

div.catalog div.description{
  padding: 0 5px;
  font-size: 80%;
  overflow: hidden;
  display: none; /* <- popisky v DB nejsou */
}

div.catalog div.cost{
  padding: 0 20px 2px 0;
  font-size: 75%;
  text-align: right;
}

div.catalog div.cost span{
  display: block;
}

div.catalog div.cost span.cost{
  font-weight: bold;
  font-size: 110%;
  color: #666;
}

div.catalog div.btn{
  width: 159px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 10px 0 10px;
  padding: 0 0 5px 0;
  border-bottom: solid #E6F0D8 1px;
}

/* --- podkategorie --- */

#sub-category-list{
  padding: 10px;  
}

#sub-category-list div.item{

}

#sub-category-list h4{
  font-size: 90%;
  margin: 10px 0;
  font-weight: normal;
}

#sub-category-list h4 a{
  font-weight: bold;
}

#sub-category-list ul{
  margin: 3px 0;
  padding: 0 0 0 30px;
  font-size: 80%;
  list-style-type: circle; 
  color: #666;
  background-color: #F3F9EB;
}

/* --- product detail --- */
#detail{
  margin: 10px;
}

#detail div.img{
 float: left;
 padding: 5px;
 width: 220px;
}

#detail div.img img{
  border: solid #C0C3BA 1px;
}

#detail table.info{
  margin-left: 230px;
  font-size: 80%;
}

#detail table td{
  padding: 3px 0;
}

#detail table.info th{
  width: 130px
}

#detail table.info .price th,
#detail table.info .price-vat th{
  font-weight: normal;
}

#detail table.info .price td,
#detail table.info .price-vat td{
  font-weight: bold;
}

#detail table.info .price td,
#detail table.info .price th{
  padding-top: 20px;
  color: #666;
}

#detail table.info .price-vat td,
#detail table.info .price-vat th{
  padding-top: 3px;
  font-size: 120%;
  color: #6AA411;
}

#detail div.btn{
  margin-top: 10px;
  text-align: right;
}

#detail div.description{
  clear: left;
  margin-top: 10px;
  padding: 10px 0;
}

#detail div.description h4{
  margin: 3px 0;
  padding: 2px 4px;
  background-color: #305F01;
  background-image: url(images/detail-description-header.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  color: #fff;
  font-weight: normal;
  font-size: 100%;
}

#detail div.description p{
  margin: 5px 10px;
  color: #777;
  font-size: 90;
}


/*  additions */

div.page-up-link
{
	text-align: right;
	margin-right: 15px;
}
input.int-box
{
	text-align: right;
}
