/*Product page*/
h3 {
  margin: 0 0 20px 0;
}

#viewer {
  position: absolute;
  left: 145px;
  bottom: 8px;
}

#product {
  float: left;
  width: 770px;
}

#product .image_place {
  position: relative;
  float: left;
  min-height: 350px;
  width: 350px;
  margin: 0 15px 30px 0;
  border: 1px solid #b9b9b9;
}

#product .image_place .magnifier {
  position: absolute;
  width: 350px;
  height: 350px;
  left: 360px;
  z-index: 1;
}

#product .image_place .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  height: 141px;
  width: 181px;
  background: url("/images/product/sold_stamp.png") no-repeat;
}

#product .image_place img.image {
  border-bottom: 1px solid #b9b9b9;
  position: absolute;
}

#product .image_place .rulers svg{
  width: 350px;
  height: 350px;
}
#product .image_place .rulers {
  position: absolute;
}

#product .thumbnails {
  clear: both;
  overflow: hidden;
  height: 82px;
  width: 342px;
  margin: 355px 4px 4px 4px;
}

#product .thumbnails .scroller {
  overflow: auto;
}

#product .thumbnails img {
  float: left;
  height: 80px; /*for dev*/
  width: 80px; /*for dev*/
  margin: 0 1px;
  border: 1px solid #b9b9b9;
  cursor: pointer;
}
#product .thumbnails img:hover,
#product .thumbnails img.active {
  border: 1px solid #f76f06;
}
#product .image_place .viewer_controls {
  display: none;
}

#product .image_place:hover .viewer_controls {
  display: block;
  position: absolute;  
  top: 315px;
  left: 0;
  z-index: 30;
  height: 29px;
  width: 100%;
}
#product .image_place .viewer_controls .previous-button,
#product .image_place .viewer_controls .next-button {
  position: absolute;
  height: 29px;
  width: 29px;
  background-image: url('/images/buttons/image_viewer/controls.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
#product .image_place .viewer_controls .previous-button {
  top: 0;
  left: 7px;
  background-position: 0 0;
}
#product .image_place .viewer_controls .previous-button.disabled,
#product .image_place .viewer_controls .previous-button.disabled:hover {
  background-position: 0 -29px;
  cursor: default;
}
#product .image_place .viewer_controls .previous-button:hover,
#product .image_place .viewer_controls .previous-button.hover {
  background-position: 0 -58px;
}
#product .image_place .viewer_controls .next-button {
  top: 0;
  right: 7px;
  background-position: 0 -87px;
}
#product .image_place .viewer_controls .next-button.disabled,
#product .image_place .viewer_controls .next-button.disabled:hover {
  background-position: 0 -116px;
  cursor: default;
}
#product .image_place .viewer_controls .next-button:hover,
#product .image_place .viewer_controls .next-button.hover {
  background-position: 0 -145px;
}
#product .image_place .viewer_controls .zoom-button {
  position: absolute;
  height: 29px;
  width: 29px;
  left: 50%;
  margin: 0 0 0 -14px;
  background-image: url('/images/buttons/image_viewer/controls.png');
  background-repeat: no-repeat;
  background-position: 0 -174px;
  cursor: pointer;
}

#product .options_place {
  float: left;
  height: 440px;
  width: 400px;
  margin: 0 0 30px 0;
}

#product .options_place .tracking_code {
  margin: 0 0 8px 15px;
  font-size: 14px;
}

#product .options_place .options {
  margin: 0 0 15px 0;
}
#product .options_place .options .dec_wrap {
  position: relative;
  margin: 0 0 5px 0;
  padding: 8px 13px 15px 13px;
  border: 2px solid #dfdfdf;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 14px;
}

/*.oldie #product .options_place .options {*/
/*behavior: url('stylesheets/PIE.htc');*/
/*}*/

#product .options_place .price_includes {
  float: right;
  width: 110px;
  margin: 5px 0 0 0;
}
#product .options_place .price_includes .shipping,
#product .options_place .price_includes .fast_delivery,
#product .options_place .price_includes .gift_box {
  margin: 0 0 10px 0;
  padding: 0 0 0 24px;
  font-size: 12px;
  font-style: italic;
}
#product .options_place .price_includes .fast_delivery {
  background: url('/images/product/icons/fast_delivery.gif') no-repeat;
}
#product .options_place .price_includes .shipping {
  background: url('/images/product/icons/shipping.gif') no-repeat;
}
#product .options_place .price_includes .gift_box {
  background: url('/images/product/icons/gift_box.gif') no-repeat;
}

#product .options_place .label {
  display: none;
  margin: 0 0 5px 0;
  color: #eb1e1e;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

#product .options_place .retail_price {
  display: none;
  margin: 0 0 5px 0;
  line-height: 14px;
}

#product .options_place .discount_price {
  display: none;
  margin: 0 0 5px 0;
  line-height: 14px;
}

#product .options_place .price {
  float: left;
  clear: left;
  margin: 0 13px 10px 0;
  color: #272727;
  line-height: 22px;
  font-size: 22px;
  font-weight: bold;
}

#product .options_place .save {
  display: none;
  float: left;
  width: 91px;
  padding: 0 0 0 11px;
  background: url('/images/substrate/save-substrate-big.gif') no-repeat;
  color: #565656;
  line-height: 21px;
}

#product .options_place .ask_question {
  float: left;
  overflow: hidden;
  margin: 10px 20px 10px 0;
  padding: 0 0 0 22px;
  background: url('/images/icons/ask_question.gif') no-repeat;
  line-height: 17px;
}

#product .options_place .make_offer {
  float: left;
  overflow: hidden;
  margin: 10px 20px 10px 0;
  padding: 0 0 0 22px;
  background: url('/images/icons/make_offer_17x17.gif') no-repeat;
  line-height: 17px;
  font-size: 14px;
  font-weight: bold;
}
#product .options_place div.layaway {
  float: left;
  text-align: center;
  color: #565656;
  font-size: 12px;
}
#product .options_place div.layaway a.layaway {
  display: block;
  height: 27px;
  margin: 0 0 5px 0;
  padding: 0 11px;
  background: #69b843;
  background: linear-gradient(top, #69b843, #269213);
  background: -moz-linear-gradient(top, #69b843, #269213);
  background: -webkit-linear-gradient(top, #69b843, #269213);
  background: -o-linear-gradient(top, #69b843, #269213);
  -pie-background: linear-gradient(top, #69b843, #269213);
  border: 1px solid #87c667;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  line-height: 27px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: #4b806d 1px 1px 0;
  white-space: nowrap;
}
#product.sold div.layaway a.layaway {
  background: #BDBDBD;
  background: linear-gradient(top, #BDBDBD, #747474);
  background: -moz-linear-gradient(top, #BDBDBD, #747474);
  background: -webkit-linear-gradient(top, #BDBDBD, #747474);
  background: -o-linear-gradient(top, #BDBDBD, #747474);
  -pie-background: linear-gradient(top, #BDBDBD, #747474);
  border-color: #CACACA;
}
#product .options_place .size_ring {
  height: 20px;
  width: 400px;
  padding: 4px 0;
  background: #eaeaea;
}
#product .options_place .size_ring .field {
  overflow: hidden;
  width: 200px;
  margin: 0 auto;
}
#product .options_place .size_ring select,
#product .options_place .size_ring label {
  float: left;
  display: block;
}
#product .options_place .size_ring select {
  height: 20px;
  width: 50px;
  margin: 0 5px 0 0;
  line-height: 20px;
}
#product .options_place .size_ring label {
  color: #474747;
  line-height: 20px;
  font-size: 12px;
}

#product .options_place hr {
  margin: 0 0 12px 0;
}

#product .options_place .options hr {
  margin: 0 0 15px -5px;
}

#add_to_cart {
  margin: 0 0 20px 122px;
}

#product .links_place {
  float: left;
  width: 235px;
  margin: 0;
  padding: 0;
  line-height: 16px;
  font-size: 12px;
  list-style: none;
}
#product .links_place li {
  margin: 0 0 10px 0;
  padding: 0;
}
#product .share {
  float: right;
}

#product .description {
  clear: left;
  float: left;
  width: 342px;
  margin: 0 0 30px 0;
  padding: 0 10px 0 0;
  color: #010000;
  line-height: 1.6em;
  font-size: 14px;
}
#product .details {
  float: right;
  width: 395px;
  margin: 0 0 40px 0;
}
#product .details .tabs {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin: 0 0 -1px 5px;
  padding: 0;
  list-style: none;
}
#product .details .tabs li {
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  background: #eaeaea;
  border: 1px solid #bfbfbf;
  white-space: nowrap;
}
#product .details .tabs li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}
#product .details .tabs li a {
  display: block;
  padding: 0 10px;
  color: #565656;
  line-height: 33px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#product .details .content {
  height: 310px;
  padding: 25px;
  border: 1px solid #bfbfbf;
  overflow-y: scroll;
}

#product .specifications table {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
}

#product .specifications table th {
  width: 200px;
  text-align: left;
  font-weight: normal;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

#product .specifications table td {
  text-align: left;
  font-weight: normal;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

#product .certificate {
  height: 290px;
  width: 340px;
  margin: 0 0 38px 0;
  background: url('/images/product/details_box/certificate.png') 0 30px no-repeat;
}

#product .certificate p {
  padding: 210px 0 0 112px;
  font-size: 14px;
}
#product .details .guarantee .banners {
  margin: 0 0 35px 0;
}
#product .details .guarantee .banner {
  float: left;
  height: 71px;
  margin: 0 0 0 25px;
}
#product .details .guarantee .banner:first-child {
  margin: 0;
}
#product .details .guarantee .banner.money_back {
  width: 89px;
  background: url('/images/product/details_box/money_back.png') 0 0 no-repeat;
}
#product .details .guarantee .banner.shipping {
  width: 63px;
  background: url('/images/product/details_box/shipping.png') 0 0 no-repeat;
}
#product .details .guarantee .banner.price_guarantee {
  width: 49px;
  background: url('/images/product/details_box/price_guarantee.png') 0 0 no-repeat;
}
#product .details .guarantee .banner.secure_checkout {
  width: 41px;
  background: url('/images/product/details_box/secure_checkout.png') 0 0 no-repeat;
}
#product .details .guarantee ul {
  clear: left;
  width: 100%;
  margin: 0 0 0 14px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
#product .details .guarantee ul li {
  margin: 0 0 10px 0;
}

#product .details .gift_box {
  min-height: 275px;
  background: url('/images/product/details_box/gift_box.jpg') 30px 50px no-repeat;
  font-size: 14px;
  
}

/*Termometer*/
#thermometer_block {
  overflow: hidden;
  float: left;
  width: 243px;
  margin: 0 0 15px 60px;
}

.thermometer-with-name {
  float: left;
  width: 243px;
  margin: 0 0 5px 0;
  color: #414141;
}

.thermometer-name {
  margin-bottom: 2px;
  padding-left: 10px;
  font-weight: bold;
}

.thermometer {
  float: right;
  width: 241px;
  height: 22px;
  background: url('/images/product/termometer.gif');
  padding-left: 2px;
  clear: left;
}

.thermometer-scale {
  float: left;
  width: 23px;
  height: 18px;
  background: url('/images/product/termometer-scale.gif');
  margin: 2px 1px 0 0;
  display: inline-block;
}

.thermometer-comment {
  float: right;
  width: 241px;
  line-height: 12px;
}

/*Similar products*/
.products.similar_products {
  position: relative;
  float: right;
  width: 178px;
  margin: 0 0 40px 0;
  padding: 0;
  border: 1px solid #cccccc;
  text-align: center;
}
.products.similar_products h3 {
  background: #eaeaea;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  color: #474747;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
}

.products.similar_products div.link_view_all {
  position: relative;
  left: 0;
  bottom: 0;
  height: 26px;
  width: 100%;
  margin: 45px 0 0 0;
  background: #eaeaea;
  border-top: 1px solid #cccccc;
  text-align: center;
  line-height: 26px;
}
.products.similar_products a.link_view_all {
  color: #474747;
  font-size: 12px;
  font-weight: bold;
}
.products.similar_products a.link_view_all.arrow {
  position: absolute;
  left: 72px;
  top: -22px;
  display: block;
  height: 20px;
  width: 40px;
  background: #eaeaea url('/images/marker/arr_down.gif') center center no-repeat;
  border: 1px solid #cccccc;
}
.products.similar_products .product {
  float: none;
  height: 170px;
  margin: 0 auto 20px auto;
}
.products.similar_products .product .image {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;  
}
.products.similar_products .product .title {
  display: none;
}
.products.similar_products .product .retail_price {
  display: none;
}
.products.similar_products .product .discount_price {
  display: none;
}

/*Last Viewed*/
.products.last_viewed {
  padding: 0;
}
.products.last_viewed {
  float: left;
  width: 768px;
  border: 1px solid #ccc;
}
.products.last_viewed h3 {
  margin: 0 0 14px 0;
  padding: 0 7px;
  background: #eaeaea;
  border-bottom: 1px solid #ccc;
  color: #f76c00;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
}
.products.last_viewed .body {
  padding: 0 8px;
}

.products.last_viewed .product {
  height: 175px;
  width: 145px;
  margin: 0 6px 6px 0;
}

.products.last_viewed .product .image {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.products.last_viewed .product .title {
  display: none;
}
.products.last_viewed .product .retail_price {
  display: none;
}
.products.last_viewed .product .discount_price {
  display: none;
}
.products.last_viewed .product .save {
  margin: 0 0 5px 0;
}

/*Product with retail price*/
#product.with_retail_price .options_place .label {
  display: none;
}

#product.with_retail_price .options_place .retail_price {
  display: block;
}

#product.with_retail_price .options_place .retail_price del {
  text-decoration: none;
}

#product.with_retail_price .options_place .save {
  display: block;
}

/*Product on sale*/
#product.on_sale .options_place .label {
  display: block;
}

#product.on_sale .options_place .retail_price {
  display: block;
  margin: 0 0 2px 0;
}

#product.on_sale .options_place .discount_price {
  display: block;
}

#product.on_sale .options_place .price {
  color: #eb1e1e;
}

#product.on_sale .options_place .save {
  display: block;
  background: url('/images/substrate/save_on_sale-substrate-big.gif') no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*Product sold*/
#product.sold .image_place .overlay {
  display: block;
}

#product.sold .options_place .lowest_price .shtamp {
  background: url('/images/icons/stamp-grey.gif') no-repeat;
}

#product.sold .options_place .ask_question {
  background: url('/images/icons/ask_question-grey.gif') no-repeat;
}

#product.sold .options_place .make_offer {
  background: url('/images/icons/make_offer_17x17-grey.gif') no-repeat;
}

#product.sold .options_place .price_includes .fast_delivery {
  background: url('/images/product/icons/fast_delivery_grey.gif') no-repeat;
}
#product.sold .options_place .price_includes .shipping {
  background: url('/images/product/icons/shipping_grey.gif') no-repeat;
}
#product.sold .options_place .price_includes .gift_box {
  background: url('/images/product/icons/gift_box_grey.gif') no-repeat;
}

#product.sold .options_place .retail_price {
  display: block;
}

#product.sold .options_place .retail_price del {
  text-decoration: none;
}

#product.sold .options_place .save {
  display: block;
}

#product.sold .button {
  background: #848484;
  background-image: -moz-linear-gradient(top, #848484, #676767);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #848484), color-stop(100%, #676767));
  background-image: -o-linear-gradient(#848484, #676767);
  border: 1px solid #676767;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #fff;
}

/*.oldie #product.sold .button {*/
/*behavior: url('stylesheets/PIE.htc');*/
/*-pie-background: linear-gradient(top, #848484, #676767);*/
/*}*/

#product.sold .links_place .wish_list {
  background: url('/images/icons/wish-list-grey.gif') no-repeat;
}

#product .links_place .wish_list span:first-child {
  padding: 0 5px 0 0;
}

#product .links_place .wish_list span:last-child {
  padding: 0 0 0 5px;
}

#product.sold .links_place .send_email {
  background: url('/images/icons/email-grey.gif') no-repeat;
}

#product.sold .links_place .all_sellers_items {
  background: url('/images/icons/all-products-grey.gif') no-repeat;
}

#product.sold .links_place .print {
  background: url('/images/icons/print-grey.gif') no-repeat;
}

#product.no_image #image_viewer_controls {
  display: none;
}

#product.no_image .image_place {
  background: url('/images/product_image/page/missing.png') no-repeat;
}


