/* @override 
	http://localhost:3000/stylesheets/products.css
	http://www.thestringzone.co.uk/stylesheets/products.css?1268698921
	http://127.0.0.1:3000/stylesheets/products.css
	http://test.thestringzone.co.uk/stylesheets/products.css?1282160136
	http://www.thestringzone.co.uk/stylesheets/products.css?1282236499
*/

h1.product-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 140%;
}

#product_image {
  float: left;
  margin: 1em;
}

#product_image img {
  display: block;
  margin-bottom: 0.8em;
}

#product_image div.zoom-msg {
  text-align: center;
  font-size: 92%;
  color: #888;
}

#images {
  margin: 0.6em 0;
  text-align: center;
  clear: both;
}

#images img.thumb {
  border: 1px solid #444;
  margin: 0 0 5px 5px;
  display: block;
  float: left;
}

#options {
  margin-left: 216px;
  padding-bottom: 14px;
  margin-bottom: 12px;
}

#options .product-price {
  line-height: 1;
}

#options .product-price .price {
  font-size: 150%;
}

#options .stock {
  font-size: 92%;
}

#options p {
  margin: 0.6em 0;
}

#options h3.title {
  margin-bottom: 0.7em;
  font-size: 130%;
  line-height: 1.25em;
}

#options p.skus, .details p.skus {
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  font-size: 82%;
  color: #777;
}

/* product options chooser */

table.options-chooser {
  border-collapse: collapse;
  empty-cells: show;
  border-top: 1px solid #ddd;
}

p.retry-msg {
  text-align: left;
  font-weight: bold;
  padding: 0.4em 0.8em;
  margin: -7px -7px 0 -7px;
  background-color: #c00;
  color: #fff;
}

h3.options-header {
  margin-bottom: 0.4em;
  margin-top: 1.5em;
  padding-left: 0.4em;
}

table.options-chooser td {
  padding: 0.1em 0.5em;
  border-bottom: 1px solid #ccc;
}

table.options-chooser td.add-to-basket {
  padding-left: 0.6em;
}

table.options-chooser td.add-to-basket input {
  display: block;
  margin: 3px 0;
}

table.options-chooser td.stocked-msg {
  text-align: center;
}

#description {
  clear: both;
}

#in_categories {
  margin-top: 1.5em;
  margin-bottom: 2em;
  color: #777;
}

#in_categories li {
  margin: 0.4em 0;
}

#in_categories a {
  white-space: nowrap;
  color: #8e3a28;
  font-weight: bold;
}

#in_categories ul {
  
}

h1.category-header {
  margin-bottom: 0.4em;
}

.category-title {
  display: block;
  font-size: 140%;
  margin: 0.3em 0 0.1em 0;
}


span.category_link {
}

.category-trail {
  display: block;
  margin-bottom: 0.4em;
  font-weight: bold;
  color: #aaa;
}

.category-trail a {
  color: #8e3a28;
}

.category-trail .element {
  white-space: nowrap;
}

span.product-count {
  color: #888;
  font-weight: normal;
  font-size: 92%;
}



table#product_list {
  border-collapse: collapse;
  width: 100%;
  empty-cells: show;
  margin-top: 5px;
}

table#product_list td {
  padding: 0.8em 0.5em;
}

table#product_list td.image {
  width: 1%;
  padding: 0.8em 1em;
  vertical-align: top;
  text-align: center;
}

table#product_list td.image img {
  border: 1px solid #333;

}

table#product_list td.details {
  vertical-align: top;
  padding-left: 0.2em;
}

table#product_list td {
  border-top: 1px solid #98A973;
}

td.details h2.title {
  margin-bottom: 0;
}

td.details h2.title a {
  text-decoration: none;
  color: #444512;
}

td.details h2.title a:hover {
  color: #851700;
}

td.details h3.title {
  margin-bottom: 0;
}

td.details .stock {
  margin-bottom: 0.4em;
  color: #333;
  font-size: 92%;
}

td.details .prod-desc {
  margin: 0.5em 0;
}

td.details div.actions {
  padding-top: 0.5em;
}

td.details div.actions input {
  font-size: 85%;
}

div.saving {
  font-size: 92%;
  color: #717855;
  font-style: italic;
}

strike.rrp {
  color: #777;
}

div.saving .price {
  color: #444;
}

td.details a.more {
  font-size: 90%;
}

hr.top {
  margin-bottom: 0;
}

span.out-of-stock {
  color: red;
  font-weight: bold;
  padding: 1px;
}

span.in-stock {
  color: green;
  font-weight: bold;
  font-size: 92%;
}

span.out-of-stock a {
  text-decoration: underline;
  padding: 0 2px;
}

p#stock-contact-msg {
  font-size: 92%;
  margin-top: 1.5em;
}

#bullet_list {
  list-style-type: disc;
  margin: 1.5em 0;
}

#bullet_list li {
  margin-left: 30px;
}

#also_boughts {
  margin-top: 1.5em;
}
