.middle {
  width: 976px;
}

.product-overview-box {
  padding-right: 18px !important;
  padding-right: 15px;
  overflow: hidden;
}

#content {
  float: right;
}

/* list-toolbars */

#product-list-top {
  margin-bottom: 18px;
  width: 100%;
  overflow: auto;
}

#product-list-bottom {
  padding-top: 2px;
  margin-bottom: 18px;
  width: 50%;
  overflow: auto;
  float: right;
}


/* patches to existing breadcrumbs styles */
#product-list-top .breadcrumbs {
  float: left;
  margin-left: 126px !important;
  margin-left: 88px;
}

#product-list-top .breadcrumbs a {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 11px;
  color: #000;
}

#product-list-top .breadcrumbs a:hover {
  color: #5b032b;
}

#product-list-top .breadcrumbs h2 {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 11px;
}

/* back button */
.button-back a {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 11px;
  background: transparent url(../../images/catalogfilter/arrows/left.gif) bottom left no-repeat;
  background-position: 0 4px !important;
  background-position: 0 3px;
  color: #000;
  padding-left: 12px;
  float: left;
}

.button-back a:hover {
  color: #5b032b;
}

.product-list-controls {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 11px;
  padding-right: 15px;
  float: right;
}

.product-list-info,
.product-list-sorting,
.product-list-pager {
  float: left;
  font-size: 11px;
}

.product-list-sorting span {
  float: left;
  margin-left: 0.4em;
  margin-right: 3px;
}
.product-list-sorting select {
  float: left;
  font-size: 11px;
}

.product-list-sorting option {
  font-size: 11px;
}

.pager-sort-asc, .pager-sort-desc {
	float: left;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 4px !important;
  margin-top: 3px;
}


/* product-list-pager */

.product-list-pager {
  float: left;
  padding-left: 20px;
}

.product-list-pager.inactive {
  display: none;
}

.product-list-pager strong {
  float: left;
  margin-right: 5px;
  font-weight: bold;
}

.product-list-pager ul {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.product-list-pager li {
  float: left;
  list-style-type: none;
}

.product-list-pager li span,
.product-list-pager li a {
  padding: 0 4px;
  font-weight: bold;
}

.product-list-pager li a {
  font-weight: normal;
  text-decoration: underline;
  color: #000;
}

.product-list-pager li a:hover {
  color: #600030;
}

.pager-nav-prev, .pager-nav-next {
	float: left;
  cursor: pointer;
  margin-top: 4px !important;
  margin-top: 3px;
}


#filter-product-list {
  /* 4*(185+15) =  */
  width: 800px;
  overflow: auto;
  position: relative;
}

#product-list-empty {
  float: left;
}

#filter-product-list-overlay {
  background: #fff url(../../images/catalogfilter/ajax-loader.gif) no-repeat 382px 130px;
  width: 800px;
  height: 200px;
  opacity: 0.7;
  filter:Alpha(opacity=70);
  position: absolute;
  top: 31px;
  right: 0;
}


/* sticker */
.sticker {
  position:absolute;
  top: 0;
  left: 0;
}

.filter-static-block {
  position:relative;
  top: -5px;
}

.productBubbleOverlay {
  height: 267px; 
  width:184px;
  position: absolute; 
  top:0; 
  left:0; 
  z-index:3;
  background: transparent;
}
