/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 13, 2014, 8:17:38 PM
    Author     : madgergely
*/

#category-header {
  background-image: url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/category-header.png');
  background-repeat: no-repeat;
  background-color: white;
  border: 5px solid #fec628;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  width: 920px;
  margin: 20px auto 20px auto;
}

#category-header > img {
  float: left;
}

#category-header > #header-text {
  display: inline-block;
  width: 600px;
  right: 40px;
}

#category-header > #header-text h3 {
  border: 0;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#category-header > #header-text p {
  font-family: "Lato";
  font-size: 13px;
  color: #555555;
  line-height: 150%;
}

#product-list {
  position: relative;
  width: 940px;
  margin: 10px auto 0 auto;
}

#product-list td {
  display: inline-block;
  width: 220px;
  height: 340px;
  background-image: url('https://turbifycdn.com/ty/cdn/yhst-139525001261814/product-bg.png');
  background-repeat: no-repeat;
  margin: 5px;
  vertical-align: top;
}

.text {
  position: relative;
  z-index: 10;
}

.text a {
  position: absolute;
  bottom: -40px;
  left: 10px;
  width: 190px;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #555555;
}

.text a:hover {
  color: #428e1b;
}

.text a.button {
  padding: 5px 20px;
  width: 150px;
  bottom: -80px;
  left: 35px;
  display: inline-block;
  color: white;
  text-shadow: 1px 1px #8ec272;
  text-transform: capitalize;
  border: 1px solid #8dc63f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: #428e1b;
  background-image: -webkit-linear-gradient(top, #94e155, #428e1b);
  background-image: -moz-linear-gradient(top, #94e155, #428e1b);
  background-image: -o-linear-gradient(top, #94e155, #428e1b);
  background-image: linear-gradient(top, #94e155, #428e1b);
}

#category-footer {
  font-size: 13px;
  padding: 10px;
  border-top: 3px dotted #7fcc46;
  margin-top: 10px;
  line-height: 150%;
}

#category-footer h4 {
  font-family: "Lato";
font-style: italic;
  font-size: initial;
  margin-bottom: 0;
}

#category-footer p {
  margin: 0;
}

#category-footer a {
  color: #555555;
  font-size: 13px;
  text-decoration: none;
}

#category-footer a:hover {
  color: black;
}

