/**
 * .html_alert:BEGIN
 */
.html_alert {
  position: absolute;
  z-index: 1;
  width: 240px;
  background: url('/buxus/images/design/html_alert_top.gif') no-repeat left top;
}
.html_alert .title {
  padding: 6px 10px 5px 10px;
  font-weight: bold;
}
.html_alert .close {
  float: right;
  background: url('/buxus/images/design/html_alert_close.gif') no-repeat right top;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: 7px 10px 0px 0px;
}
.html_alert .bottom {
  background: url('/buxus/images/design/html_alert_bottom.gif') no-repeat left bottom;
  padding-bottom: 8px;
}
.html_alert .bottom .container {
  margin: 0px;
  padding: 0px;
  background: url('/buxus/images/design/html_alert_back.gif') repeat-y left top;
  text-align: center;
  padding: 5px 5px;
  font-size: 0.9em;
}
.html_alert .bottom .container.wb {
  padding-bottom: 10px;
  border-bottom: 1px solid #ffd409;
}
.html_alert .bottom small {
  color: #999;
}
.html_alert .bottom .container input {
  padding: 0px;
  margin: 0px;
}
/**
 * .html_alert:END
 */
/**
 * #content.basket:BEGIN
 */
#middle_col.basket .title {
  background: url('/buxus/images/design/cont_basket_title.jpg') no-repeat left top;
  /*	padding: 9px;*/
}
.basket #stack {
  padding: 0px;
  border: none;
}
.basket #stack ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.basket #stack ul li {
  float: left;
  background: url('/buxus/images/design/basket_arrow.jpg') no-repeat left top;
}
.basket #stack ul li a {
  float: left;
  display: block;
  padding: 16px 0px;
  text-decoration: none;
  color: #cecece;
  font-size: 1.2em;
  font-weight: bold;
}
/**
 * #content.basket:END
 */
/**
 * .basket_table:BEGIN
 */
.basket_table {
  margin: 0px 10px;
  font-family: Arial;
  border: 1px solid #e9e4e4;
  background-color: #fff;
  width: 100%;
}
.basket_table,
.basket_table td,
.basket_table th {
  border-collapse: collapse;
}
.basket_table th {
  padding: 2px 5px;
}
.basket_table td {
  padding: 5px;
}
.basket_table .head th {
  background: url('/buxus/images/design/basket_table_head.gif') repeat-x left top;
  padding: 3px 5px;
}
.basket_table .head th.center {
  background-color: red;
}
.basket_table .head2 th {
  background: url('/buxus/images/design/basket_table_head2.gif') repeat-x left top;
  padding: 4px 5px;
}
.basket_table .btop td,
.basket_table .btop th {
  border-top: 1px solid #e9e4e4;
}
.basket_table .btop2 td,
.basket_table2 .btop th {
  background: url('/buxus/images/design/basket_table_btop2.gif') repeat-x left top;
  padding-top: 7px;
}
.basket_table .bbot td,
.basket_table .bbot th {
  border-bottom: 1px solid #e9e4e4;
}
.basket_table .prod {
  width: 160px;
  text-align: left;
}
.basket_table .prod a {
  font-weight: bold;
  color: #6b69d6;
}
.basket_table .count {
  width: 110px;
  text-align: left;
}
.basket_table .count a {
  color: #999;
}
.basket_table .count input {
  width: 25px;
}
.basket_table .table-price1,
.basket_table .table-dual-price1,
.basket_table .table-price2,
.basket_table .table-dual-price2 {
  text-align: right;
}
.basket_table .table-price1,
.basket_table .table-price2,
.basket_table .table-dual-price2 {
  font-weight: bold;
}
.basket_table .table-price1,
.basket_table .table-price2 {
  width: 60px;
}
.basket_table .table-dual-price1,
.basket_table .table-dual-price2 {
  width: 80px;
}
.basket_table .table-price2 {
  color: #f46600;
}
.basket_table .del,
.basket_table .del a {
  color: #999999;
}
.basket_table .spacer {
  padding: 10px 0px 30px 0px;
}
.basket_table .spacer hr {
  margin: 0px;
  padding: 0px;
  height: 1px;
  line-height: 1px;
  border-top: 1px solid #b5b5b5;
  border-width: 1px 0px 0px 0px;
}
.basket_table .vtop td,
.basket_table .vtop th {
  vertical-align: top;
}
.basket_table .errors ul,
.eshop-confirm-order-form .errors {
  margin: 0px;
  color: #a61905;
  font-weight: bold;
}
.eshop-confirm-order-form ul.errors {
  margin-top: 5px;
}
.basket_table .center {
  width: 100px;
}
.basket_table .del td,
.basket_table .del th {
  padding: 5px 0px;
}
.basket_table .del div {
  background-color: #cdcdcd;
  color: #000;
  padding: 2px 5px;
}
.basket_table .summary td {
  background-color: #efeeff;
  text-align: right;
  font-weight: bold;
}
.basket_table table {
  border-collapse: collapse;
}
.basket_table table td {
  padding: 0px 10px 0px 0px;
  line-height: 25px;
}
/**
 * .basket_table:END
 */
/**
 * buttons:BEGIN
 */
.buttons,
.buttons2 {
  padding: 10px 10px;
}
.buttons.right {
  padding: 20px 10px;
}
.buttons2 {
  width: 674px;
  padding: 30px 10px;
}
a.button {
  padding: 5px 0px 5px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
}
a.button * {
  padding: 5px 15px 5px 0px;
}
.basket_button {
  border: none;
  cursor: pointer;
}
/**
 * buttons:END
 */
/**
 * .order_info:BEGIN
 */
.order_info {
  float: left;
  margin-top: 20px;
}
.order_info td {
  border: 1px solid #d7babc;
  border-width: 0px 1px;
  font-size: 0.9em;
  width: 222px;
  vertical-align: top;
  background-color: #d3d3d3;
}
.order_info .box_title {
  background-color: #ffdcbe;
  padding: 2px 5px;
  font-weight: bold;
  border: 1px solid #f3c7a2;
  border-width: 1px 0px;
}
.order_info .box_text {
  padding: 4px 5px;
}
/**
 * .order_info:END
 */
/**
 * #basket_nav:BEGIN
 */
#basket_nav {
  position: relative;
  height: 40px;
  padding: 0px 7px;
  font-family: Arial;
  width: 688px;
  font-size: 11px;
}
#basket_nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 1;
}
#basket_nav ul li {
  position: absolute;
}
#basket_nav ul li.eshop-shopping-cart-key,
#basket_nav ul li.eshop-shopping-cart-key-sel {
  z-index: 5;
  background: url('/buxus/images/design/step1.png') no-repeat top left;
  width: 174px;
}
#basket_nav ul li.eshop-order-transport-key,
#basket_nav ul li.eshop-order-transport-key-sel {
  z-index: 4;
  background: url('/buxus/images/design/step2.png') no-repeat top left;
  width: 193px;
  right: 332px;
}
#basket_nav ul li.eshop-order-payment-key,
#basket_nav ul li.eshop-order-payment-key-sel {
  z-index: 3;
  background: url('/buxus/images/design/step1.png') no-repeat top left;
  right: 175px;
  width: 174px;
}
#basket_nav ul li.eshop-sumary-info-key,
#basket_nav ul li.eshop-sumary-info-key-sel {
  z-index: 2;
  background: url('/buxus/images/design/step2.png') no-repeat top left;
  width: 193px;
  right: 0px;
}
#basket_nav ul li.eshop-shopping-cart-key-sel,
#basket_nav ul li.eshop-order-payment-key-sel {
  background: url('/buxus/images/design/step1_sel.png') no-repeat top left;
}
#basket_nav ul li.eshop-order-transport-key-sel,
#basket_nav ul li.eshop-sumary-info-key-sel {
  background: url('/buxus/images/design/step2_sel.png') no-repeat top left;
}
#basket_nav ul li a,
#basket_nav ul li span {
  display: block;
  line-height: 54px;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 18px;
  color: #cecece;
  position: relative;
}
#basket_nav ul li.eshop-shopping-cart-key-sel span,
#basket_nav ul li.eshop-order-transport-key-sel span,
#basket_nav ul li.eshop-order-payment-key-sel span,
#basket_nav ul li.eshop-sumary-info-key-sel span {
  color: #000;
  position: relative;
}
/**
 * #basket_nav:END
 */
.eshop-product-animation {
  border: 2px solid #aaa;
  position: absolute;
  display: none;
}
