/*
	NejFuton CSS

   Author: Jakub Matas

   Colors: 
   reds: #ee2a28
   yellows: #bfbf93 #ebe2bf #bfbf92
   greens: #449933 #c5c58d
   browns: #47361d
   blacks: #2d2d2d #464642
*/
/* sprites */
/* Special style for block cart*/
#cart_block,
#cart_block_mini {
  background: transparent url('../../../img/h-line.gif') repeat-x bottom left;
  padding-bottom: 2px;
}
#index #cart_block {
  margin-bottom: 0;
}
#cart_block_summary {
  height: 60px;
  padding-top: 7px;
  margin-left: 7px;
}
.ajax_cart_quantity {
  /*background: transparent url('../../../img/cart-counter.png') no-repeat 0 10px;*/
  display: block;
  float: left;
  text-align: center;
  width: 38px;
  height: 25px;
}
.ajax_cart_product_txt_s,
.ajax_cart_product_txt_s2,
.ajax_cart_product_txt {
  display: block;
  float: left;
  margin-left: 7px;
  margin-top: 7px;
}
a.ajax_cart_button_to_cart {
  display: block;
}
a.ajax_cart_button_to_cart .ajax_cart_button_text {
  display: block;
  float: right;
  margin-right: 13px;
  margin-top: 2px;
  padding: 0 13px 0 10px;
  line-height: 26px;
}
a.ajax_cart_button_to_cart:after {
  content: "";
  display: table;
  clear: both;
}
a.ajax_cart_button_to_cart:hover .ajax_cart_button_text {
  text-decoration: none;
}
.ajax_cart_quantity {
  background: transparent url('/themes/nejfuton/img/sprite.png') 0 0;
  background-position: -95px -6px;
}
a.ajax_cart_button_to_cart:hover .ajax_cart_button_text {
  background-position: 0px 95px;
}
a.ajax_cart_button_to_cart .ajax_cart_button_text {
  background: transparent url('/themes/nejfuton/img/sprite.png') 0 0;
  background-position: 0px 121px;
}
#cart-prices-block:hover .ajax_cart_button_text {
  background-position: 0px 95px;
}
#cart-prices-block .ajax_cart_button_text {
  background: none;
  /*.sprite();*/
  /*background-position: 0px 121px;*/
}
#cart-prices-block .ajax_cart_button_text .ch {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff7e00;
  display: inline-block;
  margin-top: 5px;
  vertical-align: -2px;
  margin-left: 5px;
}
#cart-prices-block .ajax_cart_button_text:hover {
  border: 3px solid #ff7e00;
  border-radius: 5px;
  margin-top: -1px;
  padding-right: 10px;
}
.ajax_cart_quantity,
a.ajax_cart_button_to_cart:link,
a.ajax_cart_button_to_cart:visited,
.ajax_cart_product_txt_s,
.ajax_cart_product_txt_s2,
.ajax_cart_product_txt {
  color: #ff7e00;
  text-transform: uppercase;
  font-weight: bold;
}
/* cart with items */
#cart_block .no-empty .ajax_cart_button_to_cart {
  display: none;
}
#cart_block .no-empty .ajax_cart_product_txt,
#cart_block .no-empty .ajax_cart_product_txt_s,
#cart_block .no-empty .ajax_cart_product_txt_s2,
#cart_block .no-empty .ajax_cart_quantity {
  color: #bfbf92;
  text-shadow: white 1px 1px 1px;
}
#cart_block .no-empty .ajax_cart_quantity {
  background-position: -133px -8px;
}
/* cart list */
#cart_block_list {
  margin-right: 6px;
}
#cart_block_list li,
#vouchers li {
  list-style: none;
  background-color: #ffffff;
  border: 1px dashed #bfbf92;
  position: relative;
  padding: 18px 10px 8px 10px;
  line-height: 1.4;
  font-size: 0.9em;
  margin: 2px 0 0 2px;
}
#cart_block_list li.highlighted,
#cart_block_list li.highlighted .price,
#cart_block_list li.highlighted a {
  background-color: #ff7e00;
  color: white;
}
#cart_block_list li .ajax_cart_block_remove_link,
#vouchers li .remove_link a {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  background: transparent url('../../../img/delete.png') no-repeat scroll 0 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
#cart_block_list li.highlighted .ajax_cart_block_remove_link,
#vouchers li.highlighted .remove_link a {
  background-position: -10px 0;
}
#cart_block_list .cart_block_product_name,
#vouchers .name {
  font-weight: bold;
}
#cart_block_list .quantity-formated {
  float: left;
  margin-right: 15px;
  font-weight: bold;
  font-size: 1.1em;
}
#cart_block_list .price {
  font-weight: bold;
  font-size: 1.1em;
}
#cart_block #cart-prices,
#cart_block #cart-buttons {
  float: left;
  margin: 10px 0 8px 12px;
}
#cart_block #cart-buttons {
  float: right;
  margin-left: 0;
}
#cart_block #cart-buttons a {
  margin-top: 0;
}
#cart_block #cart-prices,
#cart_block #cart_block_total {
  color: #ff7e00;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 26px;
}
