.block-shop {
}

.block-shop .block-inner {
  padding: 0px;
  margin: 0px;
}

.block-shop .block-inner .title {
  font-size: 10px;
  background: #444444;
  width: 100px;
/*  float: left;*/
  padding: 0px;
  margin: auto;
}

.block-shop .block-inner .content {
  display: inline-block;
  /*ie7 hack*/
  zoom:1;
  *display:inline;
}

.block-shop .block-inner .content ul {
  padding: 0px;
  margin: 0px;
}

.block-shop .block-inner .content ul li {
  display: inline;
  /*height: 20px;*/
  font-size: 10px;
  padding: 0px;
  margin: 0px;
}

.block-shop #shop-checkout-stage-indicator {
  /*background: none repeat scroll 0 0 #E1E4F3;
  border-radius: 6px 6px 6px 6px;*/
  color: #2E3192;
  width: 100%;
  height: 30px;
}

.block-shop #shop-checkout-stage-indicator .shop-checkout-stage {
  background: #E1E4F3;
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height:30px;
  font-size: 12px;
  padding: 0px 0px 0px 6px;
  position:relative;
  vertical-align:top;
}

.block-shop #shop-checkout-stage-indicator .current-stage {
  background: #2E3192;
  color: #ffffff;
  font-weight: bold;
}

.block-shop #shop-checkout-stage-indicator .shop-checkout-stage-left-separator  {
  display: inline-block;
  height: 30px;
  width: 14px;
  background: url('images/corner-left-pale.png') no-repeat;
}

.block-shop #shop-checkout-stage-indicator .shop-checkout-stage-left-separator-current-stage  {
  display: inline-block;
  height: 30px;
  width: 14px;
  background: url('images/corner-left-selected.png') no-repeat;
}

.block-shop #shop-checkout-stage-indicator .shop-checkout-stage-right-separator  {
  display: inline-block;
  height: 30px;
  width: 14px;
  background: url('images/corner-right-pale.png') no-repeat;
}

.block-shop #shop-checkout-stage-indicator .shop-checkout-stage-right-separator-current-stage  {
  display: inline-block;
  height: 30px;
  width: 14px;
  background: url('images/corner-right-selected.png') no-repeat;
}

.block-shop #shop-checkout-stage-indicator .current-stage:before {
  /*content: '\00BB';*/
}
/*
#shop-price-list-selector {
  padding-top: 3px;
  height: 28px;
  line-height:25px;
  width: 180px;
  background: #444444;
  border-radius: 6px 6px 6px 6px;
  position:absolute;
  right:263px;
  top: 2px;
  font-size:12px;
  font-weight:bold;
  color: #ffffff;
  text-align:center;
  cursor:pointer;
}

#edit-shop-price-list-id {

}

#shop-price-list-selector form div {
  display: inline-block;
}*/

#header-inner .block-price-list-selector {
  background: #444444 none repeat scroll 0 0;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding: 0;
  position: absolute;
  left: 190px;
  top: 5px;
  width: 180px;
}

#shop-price-list-selector {
  display:inline;
  /*  width: 60px;*/
  position: relative;
/*  left: 6px;*/
  line-height: 25px;
  color: #FFFFFF;
  font-size: 11px;
}

#shop-price-list-selector a {
  color: #FFFFFF;
  font-weight: bold;
  line-height:1em;
}

#shop-price-list-selector a:hover {
  text-decoration: underline;
}

.shop-price-list-selector-submit {
  /*background: none !important;
  border: none !important;*/
  vertical-align: text-bottom !important;
}
