/* productlist */

ul.productlist { 
    font-size: 80%;
    display: block;
    list-style: none;
    margin-top: 25px;
}

ul.productlist li div.item {
    border: 1px solid #efefef;
    padding: 10px;
}

ul.productlist li {
  float: left;
  position: relative;
  width: 45%; 
  height: 338px;
  _height: 350px;
  overflow: hidden;
  padding-left: 10px;
}

/*
 * The width for the thumbnails and other related tags
 */
.sliding_product, .centerImage {
    
    height: 150px;
    width: 150px;
}

.sliding_product {
    margin: auto;
}

.centerImage {
    display: table-cell;
    vertical-align: middle;
    line-height: 150px;
    font-size: 150px;
    text-align: center;
    margin: auto;
}

ul.productlist img {
    display: block;
    margin: auto;
}

ul.productlist h3 {
  font-size: 110%;
  font-weight: bold;
  color: #2B3F01;
}

ul.productlist p {
  color: #333333;
}

ul.productlist .price {
  color: #999900;
  font-size: 110%;
  font-weight: bold;
}

ul.productlist a {
  display: block;
  text-transform: lowercase;
}

ul.productlist a:link    { color: #666666; text-decoration: none; }
ul.productlist a:visited { color: #666666; text-decoration: none; }
ul.productlist a:focus   { color: #660099; text-decoration: underline; }
ul.productlist a:hover   { color: #660099; text-decoration: underline; }
ul.productlist a:active  { color: #660099; text-decoration: underline; }

ul.productlist:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div#topPart { border: 1px solid #c6c6c6; padding: 10px; margin-top: 10px; }
