/*
$Id: main.css,v 1.13 2008/11/28 07:05:59 max 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 .button-separator {
  width: 60px;
  float: right;
}
.cart .offers-common-price {
  font-style: italic;
  color: #8a8a8a;
}
.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:link,
  a.offers-thumbnail:visited,
  a.offers-thumbnail:hover,
  a.offers-thumbnail:active
{
  padding: 0px;
  margin: 0px 0px 0px -24px;
  text-decoration: none;
  text-align: left;
}
.products-table a.offers-thumbnail:link,
  .products-table a.offers-thumbnail:visited,
  .products-table a.offers-thumbnail:hover,
  .products-table a.offers-thumbnail:active
{
  display: inline;
  position: static;
  margin: 0px 0px 0px -24px;
  text-align: left;
}
.rtl a.offers-thumbnail:link,
  .rtl a.offers-thumbnail:visited,
  .rtl a.offers-thumbnail:hover,
  .rtl a.offers-thumbnail:active
{
  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: -24px 0px 0px 70px;
  text-align: left;
}
a.offers-thumbnail img {
  width: 24px;
  height: 24px;
  margin: 0px;
  background: transparent url(../../images/custom/star_icon.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 {
  margin-bottom: 30px;
}
.printable .offers-short-list {
  padding-left: 0px;
  padding-right: 0px;
}
.offers-cell {
/*  float: left;*/
	border: 1px solid #e2e0de;
	margin-bottom: 11px;
	padding: 1px;
}
.offers-cell .box {
	background: url(../../images/custom/bg_offer.png) 0 0 repeat-x;
	padding: 7px;
	line-height: 1.5em;
}
.offers-cell img {
	float: left;
	margin-right: 18px;
}
.offers-cell h2 {
	display: block;
	margin: 0 -7px 0 0;
	font-size: 12px;
	color: #a70b5c;
}
.offers-cell h2 span {
	color: #e20d0d;
	font-size: 15px;
}
.offers-more-info {
  text-align: right;
  vertical-align: middle;
}
.offers-more-info a:link,
  .offers-more-info a:visited,
  .offers-more-info a:hover,
  .offers-more-info a:active
{
  color: #818891;
  background: transparent url(../../images/offerbox_arrow.gif) no-repeat right 7px;
  padding-right: 12px;
}
.offers-more-info a:link {
  text-decoration: underline;
}
.offers-more-info a:visited {
  text-decoration: underline;
}
.offers-more-info a:hover {
  text-decoration: none;
}
.offers-more-info a:active {
  text-decoration: underline;
}

/*
  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;
}

