@CHARSET "UTF-8";

/* Software and Book Products */

.product_book {
  width: 120px;
  height: 185px;
  float: left;
  margin: 10px 5px;
  position: relative;
}

.product_software {
  position: relative;
}

.product_book .available {
  position: absolute;
  /*top: 130px;*/
  top: -8px;
  right: -8px;
  width: 35px;
  height: 35px;
  background: url('/local/image/cm/icons/available.png');
}

.product_book .coming_soon {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 35px;
  height: 35px;
  background: url('/local/image/cm/icons/available_soon.png');
}

.product_software .available {
  position: absolute;
  top: 120px;
  left: 60px;
  width: 35px;
  height: 35px;
  background: url('/local/image/cm/icons/available.png');
}

.product_software .coming_soon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  background: url('/local/image/cm/icons/available_soon.png');
}

a.leseprobe {
  display: block;
  margin-top: 5px;
  background: url('/local/image/cm/arrows/link.png') 0px 5px no-repeat;
  padding-left: 12px;
  font-weight: bold;
  text-decoration: none;
}

span.leseprobe {
  display: block;
  margin-top: 5px;
  padding-left: 12px;
  font-weight: bold;
  text-decoration: none;
}

.preview_media_links {
  display: block;
  overflow: hidden;
  margin-top: 5px;
}

.preview_media_links a {
  margin-right: 5px;
  background: url('/local/image/cm/arrows/link.png') 0px 5px no-repeat;
  padding-left: 12px;
  font-weight: bold;
  text-decoration: none;
}


.product_software {
  margin: 20px 5px;
  position: relative;
  overflow: hidden;
}

.product_software .product_image {
  float: left;
  margin: 0 15px 10px 0;
}

.product_software .product_information {
  overflow: hidden;
}

.content_image {
  float: left;
  margin: 10px;
  width: 150px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #ccc;
}

#flvContainer {
  background: #efefef;
  padding: 5px;
}

.content_animation {
  float: left;
  display: block;
  margin: 10px;
  width: 150px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #ccc;
}

#toShop {
  width: 75px;
  margin: 20px auto;
}

/* overwriting */

#prod_image {
  position: relative;
}

#prod_image .available {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: url('/local/image/cm/icons/available.png');
}

#prod_image .coming_soon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: url('/local/image/cm/icons/available_soon.png') !important;
}
