
table.tabs {
	width: 100%;
	height: 450px;
	
}
div.contenitore_tabs{
	width: 100%;
	/*height: 450px;*/
	height: auto;
	font-family: Verdana,Arial;
	font-size: 13px;
}

div.cont_linguette {
	width: 100%;
	height: 20px;
	text-align: center;
	float: left;
	font-size: 10px;
}	

div.linguetta {
	width: 19%;
	height: 20px;
	margin-right: 5px;
	border-top: 1px solid rgb(42,94,141);
	border-left: 1px solid rgb(42,94,141);
	border-right: 1px solid rgb(42,94,141);
	background-color: rgb(228,236,241);
	text-align: center;
	float: left;
	cursor: pointer;
}

div.linguetta_attiva {
	width: 19%;
	height: 20px;
	background-color: rgb(42,94,141);
	color: white;
	margin-right: 5px;
	text-align: center;
	float: left;
	/*cursor: hand;*/
}


div.contenitore_info {
	margin-top: 4px;
	width: 100%;
	height: 450px;
	border: 1px solid black;
	background-color: white;
	overflow: auto;
}

td.inputRequirement {
	font-size: 10px;
	color: red;
}

table.firstinfo {
	width: 100%;
	height: 300px;

}

div.big_info{
	width: 100%;

}

div.img_container {
	width: 20%;
	float: left;
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: bold;
	color: rgb(128,197,223);
}
div.img_container img {
	cursor: pointer;
}
div.infoes_container {
	width: 79%;
	float: left;
}







div.titolo_prodotto{
	width: 98%;
	height: 55px;
	margin-left: 1%;
	float: left;
	text-align: right;
	background-color: rgb(228,236,241);
	border: 1px solid rgb(158,187,203);
	font-family: verdana,arial;
	font-size: 12px;
	color: rgb(0,0,1
);
	
	padding-top: 10px;
	padding-right: 10px;
	
}

table.smallInfo{
	margin-left: 19%;
	width: 80%;
}


div.titolo_prodotto2{
	width: 99%;
	height: 100px;
	margin-left: 1%;
	float: left;
	text-align: right;
	margin-top: 20px;
	font-family: Arial;
	font-size: 14px;
	border-bottom: 1px solid rgb(158,187,203);
}

div.titolo_prodotto3{
	width: 99%;
	height: 40px;
	margin-left: 1%;
	float: left;
	text-align: right;
	margin-top: 20px;
	font-family: Arial;
	font-size: 14px;
	border-bottom: 1px solid rgb(158,187,203);
}

div.leggenda_pr {
	width: 40%;
	height: 20px;
	float: left;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid rgb(158,187,203);
}

div.valore_pr {
	width: 60%;
	height: 20px;
	float: left;
	text-align: right;
	border-bottom: 1px solid rgb(158,187,203);
	
}

div.loading {
	display: none;
	z-index: 800;
	position: absolute;
	top: 80%;
	left: 50%;
	text-align: center;
	padding-top: 10px;
	width: 150px;
	height: 60px;
	background-color: white;
	border: 1px solid rgb(158,187,203);
}
div.nobordo {
	border: none;
}

div.related_title {
	width: 80%;
	margin-left: 10%;
	font-family: Verdana,Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}




table.elenco_prodotti {
	border-collapse: collapse;
	border: 1px solid rgb(170,170,170);
	font-family: Verdana;
	font-size: 10px;
	z-index: 10;

}
table.elenco_prodotti tr td {
	border-collapse: collapse;
	border: 1px solid rgb(170,170,170);
	
}

tr.produttore td {
	background-color: rgb(210,231,240);
	color: rgb(0,102,153);
	height: 15px;
}

tr.produttore td a{
	font-weight: bold;
}
tr.produttore td.cdiv {
	background-color: rgb(213,225,240);
	border-top: 2px solid rgb(158,187,203);
	border-bottom: 2px solid rgb(158,187,203);
}
tr.produttore td.cdiv div.est {
	width: 100%;
	float: left;
}
div.riga-sep {
	width: 100%;
	height: 1px;
	background-color: red;
}
div.est div.blocco1 {
	float: left;
	height: 30px;
	}

div.est div.blocco2 {
		float: left;
		
}

	td.bold a{
		font-weight: bold;
	}

div.blocco2 a.link_prod {
	color: rgb(0,0,128);
	font-size: 10px;
	margin-left: 20px;
}

a.link_prodotto{
	font-weight: bold;
}

a.link_prodotto:visited{
	font-weight: bold;
}

a.link_prodotto:hover{
	font-weight: bold;
	text-decoration: underline;
}


tr.produttore td span.contenitore {
	margin-right: 30px;
	font-size: 12px;
}
span.contenitore img {
	margin-left: 5px;
	margin-right: 10px;
}
span.contenitore a{
	color: rgb(0,130,175);
}

tr.produttore td a {
	color: rgb(0,102,153);
	font-weight: bold;
}

tr.leggenda td {
	background-color: rgb(238,238,238);
	text-align: center;
	height: 10px;
	
}
tr.reg td {
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
tr.reg td a{
	color: rgb(0,102,153);
	font-weight: bold;
}


tr.special td {
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	color: red;
	background-color: rgb(255,244,210);
}

tr.special td.nero {
	color: black;
}



tr.special td a{
	color: rgb(255,10,10);
	font-weight: bold;
}

td.cent {
	text-align: center;
	font-weight: bold;
	line-height: 15px;
}
td.verde {
	color: green;
}

td.rosso {
	color: red;
}
td.grigio{
	color: rgb(135,135,135);
}

td.nero {
	color: rgb(0,0,0);
}
div.prova {
	visibility: hidden;
	
	top:10px;
	left:10px;
	position: absolute;
	z-index: 400;
	width: 130px;
	
	float: left;
	border: 1px solid rgb(0,0,139);
	background-color: white;
}
div.prova div.titolo {
	float: left;
	width: 130px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	background-color: rgb(158,187,203);
	border-bottom: 1px solid rgb(0,0,139);
}
div.titolo span#code{
	font-weight: bold;
}
div.prova div.img {
	float: left;
	width: 130px;
	
	text-align: center;
}
div.img img {
	margin-top: 5px;
}
td.prod_name {
	font-size: 9px;
	color: blue;
	line-height: 15px; 
}


td.prod_name2 {
	font-size: 9px;
	color: blue;
line-height: 15px; 
}


td.prod_name3 {
	font-size: 9px;
	color: blue;
	line-height: 15px; 
}


td.prod_name4 {
	font-size: 9px;
	color: blue;
	line-height: 15px; 
	
}
td.prod_name a{
	
	font-size: 9px;
	
}


td.nomargin {
	margin-left: 0px;
	margin-right: 0px;
}

a.link_prodotto{
	font-weight: normal;
}

a.link_prodotto:link 
{
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	color: #003366;
	
	font-weight: normal;
}

a.link_prodotto:hover
{
	text-decoration: underline;
	font-size: 8pt;
	font-family: Arial;
	color: #5a86b3;
	font-weight: normal;
	
}

a.link_prodotto:focus 

{
	text-decoration: underline;
	font-size: 8pt;
	font-family: Arial;
	color: #ff3300;
	font-weight: normal;
	
}


a.link_prodotto:visited

{
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
	color: #003366;
	font-weight: normal;
	
}
