/* BREADCRUMB MENU
  __________________________________________________________________________________________________*/
#breadcrumb { float: right;
  position: relative;
  width: 734px;
  height: 19px;
  padding-top: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #c2b49d;
  }
#breadcrumb a { font-size: 1.1em;
  color: #424242;
  }
#breadcrumb a:hover { color: #fff;
  }
#breadcrumb ul { padding-left: 0;
  display: inline;
  } 
#breadcrumb ul li { margin-left: 0;
  padding-left: 2px;
  border: none;
  list-style: none;
  display: inline;
  }
#breadcrumb ul li:before {
  content: "> ";
  color: #424242;
  }
  
#breadcrumb ul li.first:before {
  content: " ";
  }    
#breadcrumb ul li.current a { font-weight: 700;
  }
  
/* CATEGORIE DESCRIPTION TOP
  __________________________________________________________________________________________________*/
#categorie-photo { float: left;
  position: relative;
  display: inline;
  margin: 20px;
  width: 210px;
  height: 160px;
  padding-bottom: 8px;
  background: #fff url(categoriephoto_shadow.gif)/*tpa=http://www.tsbinternational.nl/images/categoriephoto_shadow.gif*/ no-repeat bottom;
  }
#categorie-photo img { border: 1px solid #c2b49d;
  }
#categorie-text { float: left;
  position: relative;
  margin-top: 20px;
  width: 460px;
  }

/* PRODUCTS
  __________________________________________________________________________________________________*/
#products { position: relative;
  width: 744px;
  margin-bottom: 20px;
  }
div.titlebar { position: relative;
  left: 20px;
  height: 23px;
  width: 220px;
  background: #fff url(specials_tab.gif)/*tpa=http://www.tsbinternational.nl/images/specials_tab.gif*/ no-repeat top left;
  text-align: center;
  }
div.titlebar h2 { padding-top: 3px; }
#products-background { position: relative;
  width: 744px;
  padding-bottom: 12px;
  background: white;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #545454;
  }
#products-background-shadow { position: relative;
  width: 744px;
  height: 8px;
  background: url(productfield_shadow.gif)/*tpa=http://www.tsbinternational.nl/images/productfield_shadow.gif*/ no-repeat center top;
  border-top: 1px solid #b5cde4;
  }  
div.productbox-shadow { position: absolute;
  bottom: -9px;
  width: 232px;
  height: 8px;
  background: white;
  }
div.productbox { float: left;
  color: #545454;
  display: inline;
  position: relative;
  margin-left: 12px;
  margin-top: 12px;
  width: 230px;
  height: 270px;
  background: #fff ;
  border: 1px solid #545454;
  }
div.productbox p { line-height: 1.2em;
  }
div.productphoto { position: relative;
  margin-bottom:10px;
  width: 220px;
  height: 150px;
  }
div.productphoto img { margin: auto;
  }
div.description-small { position: relative;
  width: 210px;
  height:55px;
  overflow:hidden;
  left: 10px;
  }
div.product-prize { position: absolute;
  right: 10px;
  bottom: 32px;
  font-weight: 700;
  font-size: 1.1em;
}
div.product-prize .amount { font-size: 1.3em;
  color: #a9192d;
  }
div.offer-btn { position: absolute;
  width: 130px;
  height: 17px;
  bottom: 10px;
  right: 10px;
  }

a.product-button { display: block;
  width: 130px;
  height: 17px;
  background: transparent url(product_button1.gif)/*tpa=http://www.tsbinternational.nl/images/product_button1.gif*/ no-repeat top left;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 700;
  }
a.product-button span { display: none;
  }  

/* PAGE NUMBER NAVIGATION
  __________________________________________________________________________________________________*/
#pagenumbers { float: right;
  margin-top: 10px;
  padding-right: 12px;
  }
#pagenumbers ul li { float: left;
  text-align: center;
  margin-left: 3px;
  list-style: none;
  display: inline;
  }
#pagenumbers ul li.current a { background: transparent url(pagenumbers_selected.gif)/*tpa=http://www.tsbinternational.nl/images/pagenumbers_selected.gif*/ repeat-x;
  }
#pagenumbers ul li a { height: 14px;
  padding: 1px 5px;
  background: transparent url(../images/pagenumbers_normal.gif) repeat-x;
  font-size: 1.1em;
  color: #d1dce6;
  text-decoration: none;
  }
#pagenumbers ul li a:hover { color: #fff;
  }
#pagenumbers ul { padding-left: 0;
  display: inline;
  } 
