/* Product finder content */
#productfinder-content {
  position: relative;
  margin: 0px auto;
  width:980px;
  /*height: 796px;*/
  padding-bottom:50px;
  background:#b3b3b3;
  font-family: arial, helvetica, sans-serif;
}
#productfinder-content.shadow {
  width: 1020px;
  margin-left: -20px;
  background: url('/ecom/common/images/shop/backgrounds/product-finder-center-bg.png') repeat-y top center;
}

#productfinder-top {
  position: relative;
  width: 910px;
  height: 19px;
  margin: 0px auto;
  top: 10px;
  font-size: 1px;
  vertical-align: top;
}

#productfinder-top  a.filters{
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('/ecom/common/images/shop/utils/button-open.gif') no-repeat top left; 
  color: #4c4c4c;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 15px;
  vertical-align: top;
}

#productfinder-top  a.filters-open{
  background: url('/ecom/common/images/shop/utils/button-open-on.gif') no-repeat top left; 
  color: #fff;
}

#view-mode {
  position: absolute;
  left: 570px;
  top: 0px;
}

#productfinder-top .picture {
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  margin-right: 5px;
  vertical-align: top;
}

#display-mode {
  position: absolute;
  left: 687px;
  top: 0px;
}

#productfinder-top .display {
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: top;
}

#productfinder-top .items { 
  position: absolute;
  left: 546px;
  top: 0px;
  color: #404040;
  font-size: 11px;
  font-weight: bold;
  vertical-align: top;
}

#productfinder-top .pages-block { 
  position: absolute;
  right: 0px;
  top: 0px;
  vertical-align: top;
}

#productfinder-top .pages-number {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}

#productfinder-top .pages-no-number, #productfinder-bottom .pages-no-number  {
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}

#productfinder-top a.pages-number {
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}

#productfinder-center {
  position: relative;
  width: 910px;/* 726 */
  top: 15px;
  left: 35px;
}

#productfinder-content.shadow #productfinder-center {
  left: 55px;
}

#productfinder-center table {
  border-collapse: separate;
}

#productfinder-bottom {
  position: relative;
  width: 910px;
  height: 19px;
  margin: 0px auto;
  top: 10px;
  font-size: 1px;
  vertical-align: top;
}

#productfinder-bottom .pages-block { 
  position: absolute;
  top: 0px;
  right: 0px;
  vertical-align: top;
  margin-top:5px;
}

#productfinder-bottom .pages-number {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}

#productfinder-bottom a.pages-number {
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}

#display-mode {
	display:none;
}

.pages-block .prev{
	margin-right: 5px;
	vertical-align: top;
}

.pages-block .next{
	margin-left: 5px;
	vertical-align: top;
}

.slash{
  color: #CCCCCC;
  margin-right: 5px;
}
