@charset "UTF-8";

/* Store Hompage */

.teaserBoxBig {
  height: 160px;
  background: #fff;
  border: 0px solid;
  margin-bottom: 20px;
}

.teaserBoxBigImage {
  background: #fff;
  border: 0px solid;
}

/* Store Products */

.catalog_listing {
  margin-top: 10px;
}

.catalog_listing .product_entry {
  border: 1px solid #ccc;
  float: left;
  width: 150px;
  height: 230px;
  margin: 0 5px 10px 5px;
  padding: 5px;
  position: relative;
}

.catalog_listing .addToCart_catalog {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  background: url('/system/icons/cart.png') no-repeat;
}

.catalog_listing .addToCart_catalog_selection {
  float: right;
  padding-left: 5px;
}

.catalog_listing .addToCartCart_selection {
  z-index: 999;
  position: absolute;
  bottom: 0px;
  right: 20px;
  border: 1px solid #999;
  background: #eee;
  padding: 5px 10px;
}

.catalog_listing .addToCartCart_selection a {
  display: block;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

.catalog_listing .add_variation {
  color: #666;
}

.catalog_listing .add_variation:hover {
  color: rgb(0,75,145);
}

.product_entry .prod_image {
  display: block;
  text-align: center;
  height: 160px;
}

.product_entry .prod_image a {
  text-decoration: none !important;
  border: 0px solid transparent !important;
}

.product_entry h2 a {
  color: #444;
  text-decoration: none;
}

.product_entry .prod_info {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 150px;
}

.product_entry .prod_info ul {
  list-style: none;
  margin: 3px 0 0 0;
  padding: 0;
  border-top: 1px dotted #999;
}

.product_entry .prod_info ul li {
  margin: 0;
  padding: 2px 0;
  border-bottom: 1px dotted #999;
}

.product_entry .special {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
}

.product_entry .special_vertical {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 13px;
  height: 42px;
}

.product_entry .bundle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 49px;
  height: 14px;
}

/* special products shop start page */

.special_product {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  text-align: center;
  color: #444;
}

.special_product:hover {
  border: 1px solid #444;
}

.special_product .title {
  display: block;
  font-weight: bold;
  margin: 2px 0 7px 0;
}

.special_product .special_info {
  display: block;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
  line-height: 18px;
}

/* product single view */

.greyish {
  background-color: #f3f4f6 !important;
  padding: 10px;
  margin-bottom: 2px;
}

.price_box .price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 3px 0;
}

.price_box .price_before {
  display: block;
  text-align: center;
}

#product #addToCart {
  display: block;
  text-align: center;
  margin-top: 5px;
}

#product #linkToCart {
  background: transparent url('/local/image/cm/icons/link.png') left top no-repeat;
  padding-left: 16px;
}

#product #prod_image {
  margin: 0 0 10px 0;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

#product #prod_info {
  margin: 10px 0;
}

#prod_extrainfo {
  margin: 20px 0;
}

#product h1 {
  font-size: 12px !important;
  background: none !important;
  border: 0px solid !important;
  padding-left: 0px !important;
}

#product h2 {
  margin: 10px 0px;
  font-size: 12px;
}

#bundleSaving {
  margin: 5px 0 0 0;
}

#bundleSaving span {
  display: block;
  font-weight: bold;
  color: #900;
}

#product .subcr {
  padding-left: 0px;
}

#product .availability {
  margin: 3px 0 10px 0;
}

.prod_shots {
  text-align: center;
}

.prod_shots img {
  margin: 3px 3px;
  border: 1px solid #999;
}

.prod_parts img {
  border: 0px !important;
}

/* availability */

.availability_out {
  background: url('/local/image/cm/icons/red_square.gif') 0px 1px no-repeat;
  font-size: 10px;
  padding-left: 14px;
}

.availability_in {
  background: url('/local/image/cm/icons/green_square.gif') 0px 1px no-repeat;
  font-size: 10px;
  padding-left: 14px;
}

/* relations */

.related_product,
.related_products {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.related_product {
  color: #444;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}

.related_product:hover {
  border: 1px solid #444;
}

.related_product .title {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}

.related_product img {
  float: left;
}

.related_product .rel_info {
  display: block;
  margin-left: 40px;
}

