@import url(stilefiav.css);

span.fotodesc{
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  font-weight: normal;
  color: #000;
  background-color: transparent;
}

ul.fotolista{
  margin: auto;
  width: 594px;
  overflow: auto;
}

ul.fotocampioni{
  width: 396px;
  overflow: auto;
}

ul.fotolista li{
	background-color: #abd1ab;
	border: 1px solid #587d58;
	display: inline;
	float: left;
	margin: 3px;
	padding-top: 5px;
	position: relative;
	height: 144px;
	width: 190px;
}

ul.fotocampioni li{	
  display: inline;
	float: left;
	margin: 3px;
	padding-top: 5px;
	position: relative;
	height: 144px;
	width: 190px;
}

li.champred{
  border: 1px solid #997373;
	background-color: #ffc2c2;
}

li.champgreen{
	border: 1px solid #587d58;
	background: #abd1ab;
}

img.fotomostra{
	background-color: #fff;
	border: 1px solid #999;
	padding: 2px;
	height: 100px;
}

a.fotolnk:hover img{
  height: 130px;
  border-color: #000;
}

a.fotolnk:hover span{display: none;}

/*######TEST*/

table.gallery2{
  width: 638px;
/* border: 1px solid #999;*/
  border-spacing: 6px 6px;
  margin: auto;
  table-layout: fixed;
}

table.gallery2 td{
  text-align: center;
  width: 200px;
  height: 144px;
  padding-top: 2px;
}

table.gallery2 td.greenbox{
	border: 1px solid #587d58;
	background: #abd1ab;
	vertical-align: top;
}

table.gallery2 td.lightbox{
  border: 1px solid #999;
  font-size: 0.8em;
}

table.gallery2 td.redbox{
  border: 1px solid #997373;
	background-color: #ffc2c2;
	vertical-align: top;
}


/*###### END TEST*/

table.gallerychamp{
  width: 602px;
  border: 1px solid #999;
  border-spacing: 0;
  margin: auto;
  table-layout: fixed;
}


table.gallerychamp caption{
 font-weight: bold;
 margin: 0 auto;
 padding-bottom: 0.5em;
}

table.gallerychamp td{
  text-align: center;
  border-bottom: 1px solid #999;
  font-size: 0.8em;
}

table.gallerychamp td.desc{width: 200px;}

table.gallerychamp p{font-size: 0.8em;}
 
/* 
 END GALLERIA FOTOGRAFICA
*/


table.tabmainmostre{
  margin: 2em auto;
  border-spacing: 6px 0;
}

table.tabmainmostre td{
  border-bottom: 1px solid #000;
  padding: 0.3em;
  width: 15em;
  text-align: center; /*IE fix*/
}

table.tabmainmostre td.tdlogomostra{
  padding: 0;
  border-style: none;
}

table.tabmainmostre a{
  display: block;
  width: 15em;
  min-height: 2em;
  padding: 0.5em;
	background-color: #abd1ab;
	color: #000;
	font-size: 0.8em;
	margin: auto;
	border: 1px solid #587d58;
	outline: none;
	text-align: center; /*IE fix*/
}

table.tabmainmostre a:hover{
  color: #fff;
	text-decoration: underline;
	background-color: #3d8229;
}



