table{
	width: 100%;
}


table.border{
	width: 100%;
	border-collapse: collapse;
	padding: 1px;	
	border: 1px solid #000;
}

table.border th,
table.border td{
	border-collapse: collapse;
	border: 1px solid #000;
}

hr{
	clear: left;
	margin: 0px 2px 15px 2px;
	border: 1px solid #711;
}

p{
	clear: left;
}


div.listItem_white,
div.listItem_azzure{
	height: auto;
	margin-right: 20px; 
	margin-left: 20px;
	padding: 7px 0px;
}

div.listItem_white{ background-color: #fff; }
div.listItem_azzure{ background-color: #ebf8ff; }



div.listItem_white p{ margin: 0px; }
div.listItem_azzure p{ margin: 0px; }


div.listText{
	width: 70%; 
	text-align: left;
}

div.listOption{
	width: 30%;
	text-align: right;
	float: right; 
}
