/* vypis sekci */

#sections-list
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

  #sections-list li
  {
    float: left;
    list-style-type: none;
    width: 120px;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
  }

  #sections-list li a
  {
    display: block;
    float: left;
    width: 120px;
    padding-top: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    font-variant: small-caps;
    color: #cc6900;
    margin-bottom: 20px;
  }


  #sections-list li.margin
  {
    margin-right: 5px;
  }


#section-header
{
  height: 130px;
}



/* vypis kategorii */

  .section
  {
    display: block;
    width: 150px;
    height: 180px;
    margin: 0 18px;
    padding-top: 20px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    overflow: hidden;
    color: #000;
    font-size: 1.2em;
    box-shadow: 0px 0px 15px #475f6f;
  }

  .section span.thumb
  {
    display: block;
    width: 150px;
    padding: 0;
    height: 115px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  
  
  .section:hover
  {
    text-decoration: underline;
  }


/* vypis produktu */

  .article
  {
    display: block;
    width: 148px;
    height: 180px;
    margin: 0 18px;
    padding-top: 20px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    overflow: hidden;
    color: #000;
    font-size: 1.2em;
    box-shadow: 0px 0px 15px #475f6f;
  }


  .article span.border
  {
    display: block;
    width: 150px;
    height: 115px;
    margin: 0 auto;
    background: #fff;
    padding: 1px;
  }
    
  
  .article span.thumb
  {
    display: block;
    width: 120px;
    height: 90px;
  }
  
  
  .article:hover
  {
    text-decoration: underline;
  }


/* detail produktu */

#article-left
{
  display: block;
  width: 220px;
  overflow: hidden;
  float: left;
  padding: 14px;
}

#article-text
{
  width: 670px;
  float: right;
}

#article-detail-main-img
{
  display: block;
  text-align: center;
}

#detail-image
{
  padding: 2px !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: 0px 0px 5px #000;
}


#article-images
{
  margin-top: 10px;
}


#article-images a
{
  display: block;
  width: 100px;
  height: 75px;
  overflow: hidden;
  float: left;
  margin:  0;
  background-position: center center;
  background-repeat: no-repeat;
    border: 1px solid #cdd4da;
}

#article-images a:hover
{
  border: 1px solid #999;
}

.article-detail-image
{
  display: block;
  width: 102px;
  height: 77px;
  overflow: hidden;
  float: left;
  margin: 0 5px 8px 7px;
  padding: 1px;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 5px #000;
}
 
