/* products page common classes */

div.productsPage { width: 640px }
div.productsPage ul { list-style: none; margin: 0; padding: 0; font-size:10px; padding-bottom:30px;} /* category/product list */
div.productsPage ul li { clear: both; border-bottom: 1px dotted #CCCCCC; padding-bottom: 10px; padding-top:10px; } /* category/product list */
div.productsPage ul li a { text-decoration:none;} /* category/product list */
div.productsPage li div {} /* category/product item */
div.productsPage li div.prodDetails { float: left; margin: 10px; padding-top:20px; line-height:20px; color:#333333;  font-size:12px;}
div.productsPage h2 { padding-top:20px; color:#095845;} /* category title */
div.productsPage h3 { color:#333333; padding-top:30px; font-size:14px;} /* product title */
div.productsPage img { float: left; margin: 10px; } /* category/product image */
div.productsPage p {} /* category/product description */
div.productsPage p.price {} /* category/product price */
div.productsPage p.price span { color: #bb2e2e; font-weight: bold } /* category/product price */
div.productsPage form { background: #bb2e2e; color: white; padding: 10px; width: 160px; } /* product add to basket */
div.productsPage fieldset {border: none }
div.productsPage legend { font-weight: bold; }
div.productsPage form ol { list-style: none; margin-top: 10px; padding: 0;  }
div.productsPage ol li { display: inline; border: none; }
div.productsPage label { }
div.productsPage input { width: 30px; }
div.productsPage input.submitbutton { width: inherit }
.highlight {font-size:14px; font-weight:bold; color:#095845;} /* Green sub title */
.highlight2 {font-size:12px; font-weight:bold; color:#333333;} /* Greysub title */
.spec_text {padding-top:30px; border-top: 1px dotted #CCCCCC; width:600px;} /* Greysub title */
.overview_text {padding-bottom:30px; width:600px;} /* Greysub title */
.crumb { border: thin #CCCCCC solid; padding:5px; font-size: 10px;} /* crumb in box */
.sub-product-list { float: left; margin: 10px; padding-top:20px; line-height:20px; color:#333333;  font-size:12px;}
.one_image { float:right; padding-left:20px;}

