.product_browser {
   background:#e2d5cc;
   height:132px;
   clear:both;
   margin-top:20px;
   margin-bottom:32px;
}
.product_browser button {
   display: block;
   border: none;
   background: transparent;
   cursor: pointer;
}
.product_browser_page {
}
.product_browser_home {
   height:118px;
}
button.pb_prevpage {
   float:left;
   background: url(../gfx/categorie_bar_left_image.jpg);
   margin-right:5px;
}
button.pb_nextpage {
   float:right;
   background: url(../gfx/categorie_bar_right_image.jpg);
}

button.pb_prevpage,
button.pb_nextpage {
   margin-top:20px;
   height:92px;
   width:15px;
}
.product_browser_home button.pb_prevpage,
.product_browser_home button.pb_nextpage {
   margin-top:13px;
   height:92px;
   width:15px;
}

a.product_item {
   float:left;
   text-decoration:none;
   cursor: pointer;
   padding: 10px 13px 10px;
}
a.product_item:hover {
   position:relative;
   top:-16px;
   padding-top:8px;
   padding-bottom:18px;
   background:#00a2b1;
}
.product_browser_page .product_item img {
	padding-top: 3px;
   display:block;
}
.product_browser_home .product_item {
}
.product_browser_page a.product_item:hover {
}
.product_browser_home a.product_item:hover {
}

a.product_item h2 {
   display:none;
}
a.product_item:hover h2 {
   color:white;
   font-size:12px;
   display:block;
   line-height:18px;
   margin:0;
}
