/*
   products.css
   goodchild
   
   Created by Cale Woodley on 2008-09-01.
   Copyright 2008 Webfirm. All rights reserved.

   product page specific styles
*/

body#page-products .product {
  width: 120px;
  float: left;
  display: inline;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}

body#page-products .product .image {
  width: 120px;
  height: 120px;
}


body#page-products .product p {
  margin: 0;
  font-weight: bold;
}

body#page-products .product a {
  display: block;
  height: 35px;
}

body#page-products .product a:hover {background: #d1181f; color: #fff; }

body#page-products .detail .image {
  width: 240px;
  height: 240px;
  float: right;
  display: inline;
  margin: 0 0 10px 10px;
}

a#button-enquiry {display: block; text-indent: -999em; background: url('../images/core/product-button-enquire.gif') 0 0; width: 139px; height: 30px; margin: 20px 0;}
a#button-enquiry:hover {background-position: 0 -30px;}