body{ 
	background-color: #fff; 	
        margin: 0 0 0 0;
}

body, input, select, td, textarea{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
        color: 0c4a45;
}

.leftbar {    
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-right-width: thin; 
	
    border-bottom-style: solid;      
    border-bottom-color: #CCCCCC;
    border-bottom-width: thin;    
}


.prodotti {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold;
    color: #0c4a45;  
    padding: 2 2 2 10;      
}

.prodotto {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold;
    color: #0c4a45;  
    padding: 2 2 2 2;      
}


.errore {
   width: 700px;
   height: 150px;
   border: 1px;
   border-style: solid;
   border-color: #999999;
   background-color: #EEEEEE;
   background-image: url(../images/error.gif);   
   background-repeat: no-repeat;   
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   font-weight: bold;
   color: #f00;  
   margin: 10 10 10 10;
   padding: 10 10 20 30;           
}


.prodtable  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        border-style: solid; 
        border-width: 0.025cm;
        border-color: #AAAAAA;
	color: #0c4a45;
        width: 99%;           
	background-color: #fff;        
}

th {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-style: bold;
    background-image: url(../images/fillertabella.gif);
    vertical-align: baseline;
}

th.sorted a, th.sortable a {
        height: 20px;
        text-align: center;                	           
        color: #0c4a45;
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(../images/arrow_off.png);
        background-repeat: no-repeat
}

th.order1 a {
	background-image: url(../img/arrow_down.png);
        background-repeat: no-repeat;
}
th.order2 a {
	background-image: url(../img/arrow_up.png);
}

tr.odd {
  background-color: #fff
}

tr.tableRowEven, tr.even {

  background-color: #EEEEEE

}

.wptitle {
  background-image: url(../images/btn_neutra.jpg); 
  background-repeat: no-repeat;
  height: 54px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  font-style: bold;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 15 0 0 0;
  text-align: center;

}

.wphtml {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;  
  margin: 0 5 5 5px;
  padding: 0 5 5 5px;
}

/* Inizio Lightbox */
#lightbox{
    position: absolute;	
    left: 0; 
    width: 100%; 
    z-index: 100; 
    text-align:     center; 
    line-height: 0;
}

#lightbox img{ 
    width: auto; 
    height: auto;
}

#lightbox a img{ 
border: none; 
}

#outerImageContainer{ 
    position: relative; 
    background-color: #fff; 
    width: 250px; 
    height: 250px; 
    margin: 0 auto; 
}

#imageContainer{ 
    padding: 10px; 
}

#loading{ 
    position: absolute; 
    top: 40%; 
    left: 0%; 
    height: 25%; 
    width: 100%; 
    text-align: center; 
    line-height: 0; 
}

#hoverNav{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 100%; 
    width: 100%; 
    z-index: 10; 
}

#imageContainer>#hoverNav{ 
    left: 0;
}

#hoverNav a{ 
    outline: none;
}

#prevLink, #nextLink{ 
    width: 49%; 
    height: 100%; 
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
    display: block; 
}

#prevLink { 
    left: 0; 
    float: left;
}

#nextLink { 
    right: 0; 
    float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
    background: url(../images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
    background: url(../images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{ 
    font: 10px Verdana, Helvetica, sans-serif; 
    background-color: #fff; 
    margin: 0 auto; 
    line-height: 1.4em; 
    overflow: auto; 
    width: 100%; 
}

#imageData{	
    padding:0 10px; 
    color: #666; 
}

#imageData #imageDetails{ 
    width: 70%; 
    float: left; 
    text-align: left; 
}
	
#imageData #caption{ 
    font-weight: bold;	
}

#imageData #numberDisplay{ 
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;	
}
			
#imageData #bottomNavClose{ 
    width: 66px; 
    float: right;  
    padding-bottom: 0.7em; 
    outline: none;
}	 	

#overlay{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 90; 
    width: 100%; 
    height: 500px; 
    background-color: #000; 
}
/* Fine Lightbox */




