/* 
    Document   : print.css
    Created on : Dec 3, 2009, 2:33:34 PM
    Author     : michele
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.printable
{
  display: inline;
  visibility: visible;
}

/* IMPOSTAZIONI GENERALI*/

body, #allcontent
{
  background: #FFFFFF;
}

#allcontent
{
 width:99%;
}

#topcontent
{
  margin-bottom: 10px;
}

#toolbar-top, #topmenu, #menu-left, #sidebar-right, #footer
{
  display: none;
}

#maincontent .breadcrumb, #maincontent .utils
{
  display:none;
}

/**
*
* La sidebar a destra non c'è, il contenuto principale prende tutta la
* larghezza disponibile
*
**/
#maincontent, #maincontent .grid_6
{
  width:700px;
}

/**
* Le viste di tipo lista rimangono della dimensione originale
*
**/
.section_view, .featured
{
  width:460px !important;
}

/* SEZIONE PRODOTTI */

.section_folder_banner
{
  /*display: none;*/
}

#tabs-index
{
  display:none;
}

#tabs
{
  background: #FFFFFF;
}

#related_products
{
  margin-bottom: 10px;
}


