/*
$Id: main.css,v 1.21 2009/08/07 08:34:31 joy Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

.products-list .special-price-row {
  text-decoration: line-through;
}
.offers-cart-button {
  float: right;
}
.cart .right-buttons-row {
  width: 60%;
}
.cart .right-buttons-row .button-separator {
  width: 60px;
  float: right;
}
.cart .offers-common-price {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
  background: transparent url(../../images/spacer_black.gif) repeat-x left 8px;
  padding: 0px;
  margin: 0px;
}
.cart .offers-free-note {
  margin: 10px 0px;
  padding: 0;
  font-size: 14px;
  color: #a10000;
}
.cart .offers-free-shipping-note {
  margin: 10px 0px;
  padding: 0;
  font-size: 14px;
  color: #a10000;
}
.products-list .special-price-row {
  text-decoration: line-through;
}
.cart .right-buttons-row .button-separator {
  width: 60px;
  float: right;
}

a.offers-thumbnail
{ }
 .cart a.offers-thumbnail { margin-left: 0; }

.rtl a.offers-thumbnail
{
  text-align: right;
}
.rtl .products-table a.offers-thumbnail:link,
  .rtl .products-table a.offers-thumbnail:visited,
  .rtl .products-table a.offers-thumbnail:hover,
  .rt .products-table a.offers-thumbnail:active
{
  display: block;
  position: relative;
  margin: -44px 0px 0px 70px;
  text-align: left;
}

a.offers-thumbnail { display: block; position: absolute; left: 0; z-index: 1; top: 0px; width: 88px;  }
a.offers-thumbnail img {
  width: 88px;
  height: 87px;
  margin: 0px;
  background: transparent url(../../images/custom/specialoffer.gif) no-repeat left top;
}

.offers-price {
  color: #b51a00;
  font-weight: bold;
  font-size: 14px;
  margin: 15px 0px;
  padding: 0px;
}

/* offers short list */
.offers-short-list {
  width: 160px;
  padding: 10px; 
  text-align: left;
  float: right; 
  background: #eee;
  border: 1px dashed #ccc;
}
.printable .offers-short-list {
  padding-left: 0px;
  padding-right: 0px;
}
.offers-cell {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.offers-cell.first {
  padding-left: 0px;
  width: 100% !important;
}
.offers-cell.last {
  padding-right: 0px;
}

.offers-cell img {
  margin: 5px;
}
.offers-more-info {
  position: relative;
  z-index: 10;
  cursor: pointer;    
  height: 26px;       
  margin: 10px 0 0 0;        
  vertical-align: top;
  overflow: visible;  
  outline-style: none;
  text-align: center;
  vertical-align: middle;
  background: transparent url(../../images/custom/but.gif) no-repeat center top;
  border-left: 1px solid #900;
  border-right: 1px solid #900;
  color: #b80522;
  font-weight: normal;
  font-size: 12px;
  height: 24px;
  line-height: 23px;
}

/*
  Bonuses view
*/
.offers-bonus-title {
  float: left;
  width: 50%;
  text-align: right;
}
.offers-bonus-value {
  font-weight: bold;
}

.offers-bonuses-page .subheader {
  margin-top: 15px;
}

.error-page .offers-short-list {
  display: none;
}

.cart-free-offer-title {
  color: #043fa0;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.product-details .details .bp-icon-header {
  height: 35px;
  text-align: center;
  vertical-align: middle;
  color: #ff6d00;
  font-weight: bold;
  font-size: 18px;
  background: transparent url(images/bp_icon_top_middle.gif) repeat-x;
}
.product-details .details .bp-icon-footer {
  height: 19px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  white-space: nowrap;
  background: transparent url(images/bp_icon_bottom_middle.gif) repeat-x;
}

