/*
   products.css
   iw-hire
   
   Created by Cale Woodley on 2008-09-15.
   Copyright 2008 Webfirm. All rights reserved.
*/

body.page-productlisting h1 {
  text-indent: -999em;
  height: 0;
}

body#page-productdetail h1 {text-indent: 0; height: auto;}

#content ul#product-list {
  margin: 0;
  padding: 0;
}

#content ul#product-list li.product {
  list-style: none;
  margin: 0 4px 5px 0;
  width: 227px;
  padding: 10px;
  height: 156px;
  background: #d0e9f7;
  border: 1px solid #d0e9f7;
  float: left;
  display: inline;
  cursor: pointer;
}

#content ul#product-list div.product-image {
  width: 100px;
  height: 77px;
  overflow: hidden;
  text-align: center;
  float: left;
  display: block;
  margin: 0 5px 5px 0;
  padding: 5px 0 0 0;
  background: url('../images/core/product-image-background.gif') 0 0 no-repeat;
}

#content ul#product-list li h2 {
  font-size: 1em;
  color: #1257b0;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  font-weight: bold;
}

#description-float {
float: left;
width:227px;
}

#content ul#product-list li p {
  line-height: 1.55em;
  margin: 0;
}

#content a#enquiry-button {
  line-height: 27px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}


.secondary ul#subcat-list li {
  line-height: 24px;
  background: #b9baba;
}

.secondary ul#subcat-list a {
  text-decoration: none;
  text-transform: uppercase;
  background: url('../images/core/product-subcat-li-background.gif') 0 3px no-repeat;
  padding-left: 20px;
  margin-left: 5px;
  color: #3c3b38;
}

.secondary ul#subcat-list a:hover {
  text-decoration: underline;
}
