/* Catalogo compresso *********************************************************/

#catalogo_compressed
{
  background: url('../images/menu_small/sfondo.jpg') no-repeat top left;
  height: 225px;
  width: 794px;
  margin: 0;
  padding: 0;
  top: 247px;
}

#catalogo_compressed #appunti
{
  position: absolute;
  z-index: 20;
  background: url('../images/menu_small/fondo_appunti.gif') no-repeat top left;
  width: 212px;
  height: 34px;
  top: 261px;
  padding-left: 60px;
  padding-top: 10px;
}

#catalogo_compressed div.elements
{
  z-index: 10;
  background-color: transparent;
  height: 44px;
  width: 212px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

#catalogo_compressed div.elements:hover
{
  background-position: 0px -29px;
  z-index: 5;
  height: 115px;
  width: 794px;
}

div#catalogo_compressed div.elements div.items
{
  background: url('../images/menu_small/marron.png') repeat top left;
  height: 100%;
  width: 100%;
  margin-left: 212px;
  opacity: 0.9;
  filter:alpha(opacity=80);
}

#catalogo_compressed #elements_news
{
  background-image: url('../images/menu_small/tasto_news2.jpg');
  top: 297px;
}

#catalogo_compressed #elements_news:hover
{
  top: 282px;
}

#catalogo_compressed #elements_outdoor
{
  background-image: url('../images/menu_small/tasto_outdoor2.jpg');
  top: 341px;
}

#catalogo_compressed #elements_outdoor:hover
{
  top: 326px;
}

#catalogo_compressed #elements_indoor
{
  background-image: url('../images/menu_small/tasto_indoor2.jpg');
  top: 385px;
}

#catalogo_compressed #elements_indoor:hover
{
  top: 370px;
}

#catalogo_compressed #download
{
  position: absolute;
  z-index: 20;
  width: 212px;
  background: url('../images/menu_small/fondo_download.gif') no-repeat top left;
  height: 56px;
  top: 429px;
}

#catalogo_compressed div.items a
{
  display: block;
  float: left;
  text-decoration: none;
  height: 109px;
  color: #FFF;
  text-align: center;
  width: 60px;
  margin: 10px 2px 0px 2px;
  font-size: 1em;
  overflow: hidden;
}

#catalogo_compressed div.items a:hover
{
  background-color: #EDEDED;
  color: #000;
}

#catalogo_compressed div.items a.selected
{
  background-color: #EDEDED;
  color: #000;
}

#catalogo_compressed div.items a img
{
  border: 0px solid transparent;
  margin-bottom: 5px;
}
