/** PRODUCT BROWSE PAGE ************************************/

.store-controls {
  margin: 0 0 15px 0; padding: 0;
  width: 696px; height: 30px;
  color: #eee;
  background: #646464 url(/assets/images/global/bg_store_controls.gif) no-repeat 0 0;
  }

.store-controls h1 {
  float: left;
  margin: 0; padding: 0;
  font: normal 20px/30px Arial, Helvetica, sans-serif;
  color: #eee;
  letter-spacing: 1px;
  border: none;
  text-indent: 10px;
  }

.store-controls form {
  float: right;
  line-height: 30px;
  padding-right: 10px;
  }

#store-products {
  list-style: none;
  margin: 0 0 15px 0;
  background: url(/assets/images/global/bg_store_products.gif) repeat-y center top;
  }

#store-products li {
  float: left; display: inline;
  margin: 0 15px; padding: 15px 0;
  width: 144px;
  height: 250px;
  border-bottom: 1px dotted #d2d2d2;
  }

#store-products li a {
  display: block;
  color: #3b4449;
  text-align: center;
  }

#store-products li a:hover {
  color: #c30;
  }

#store-products img {
  margin-bottom: 5px;
  }

.store-product-title {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  height: 52px;
  }

.store-product-price, .store-products-price a {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  color: #3b4449;
  }

#store-products button.addtocart {
  display: block;
  width: 144px; height: 26px;
  background: url(/assets/images/global/btn_addtocart.gif) no-repeat center center;
  color: #fff;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  }

/** PRODUCT DETAIL PAGE ************************************/

#store-product-detail {
  display: block;
  margin-bottom: 30px;
  }

#product-image {
  float: left; display: inline;
  margin-right: 15px; padding: 6px 0;
  width: 332px;
  text-align: center;
  background: #d2d2d2;
  }

#product-details {
  float: left;
  width: 335px; 
  }

#product-details h1 {
  margin: 0 0 5px 0;
  font: normal 25px/27px Arial, Helvetica, sans-serif;
  border: none;
  }
#product-details h3{
	font-weight:bold;
}

.product-price {
  font-size: 23px;
  line-height: 17px;
  color: #c30;
  }

#store-product-detail form {
  margin-bottom: 1.2em;
  }

#store-product-detail input {
  margin-bottom: 5px;
  width: 100px;
  }

#store-product-detail button.addtocart {
  display: block;
  width: 125px; height: 26px;
  background: url(/assets/images/global/btn_addtocart.gif) no-repeat center center;
  color: #fff;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  }

/** TABS ****************/

#toggle {
  margin: 0 0 -1px 5px;
  height: 30px;
  list-style: none;
  }

#toggle li {
  float: left; display: inline;
  margin-right: 5px;
  background: #fff url(/assets/images/global/bg_tab_left.gif) no-repeat left top;
  }

#toggle li a {
  display: block;
  padding: 0 12px;
  font: bold 13px/30px Arial, Helvetica, sans-serif;
  background: transparent url(/assets/images/global/bg_tab_right.gif) no-repeat right top;
  }

#toggleable {
  display: none;
  }

#current-tab {
  background: #fff url(/assets/images/global/bg_tab_left.gif) no-repeat left -30px !important;
  }

#current-tab a {
  color: #c30;
  background: transparent url(/assets/images/global/bg_tab_right.gif) no-repeat right -30px !important;
  }

#tab-content {
  padding: 15px;
  border: 1px solid #d2d2d2;
  background: #fff url(/assets/images/global/bg_tab_content.gif) repeat-x left top;
  }

#safety, #specs {
  margin: 0; padding: 0;
  list-style: none;
  }

.pdf {
  padding-left: 25px;
  background: url(/assets/images/global/icon_pdf.gif) no-repeat 0 center;
  }
