html {
    background-image: url("/immagini/gradiente.jpg");
    background-position: left center;
    background-repeat: repeat-x;
    font-family: "CenturyGothic";
}

@font-face {
	font-family: "CenturyGothic";
	src: url('../font/Centurygothic.eot');
	src: local("CenturyGothic"),
		 url('../font/Centurygothic.eot?#iefix') format('embedded-opentype'),
		 url('../font/Centurygothic.woff') format('woff'),
		 url('../font/Centurygothic.ttf') format('truetype'),
		 url('../font/Centurygothic.svg#webfontd60hyItJ') format('svg');
    font-weight: normal;
    font-style: normal;
}

div#container {
    margin: auto;
    width: 55em;
}
div#header {
    color: #FFFFFF;
    font-size: 0em; //0.8em per vederlo
    margin-bottom: 0.2em;
    text-align: center;
}
div#navigation_H {
    margin: 0;
    padding: 0;
}
div#navigation_H ul {
    height: 4.2em;
    list-style-type: none;
    margin: 0.1em;
    padding-left: 2em;
}
div#navigation_H li {
    border-radius: 12px 12px 12px 12px;
	behavior: url(/librerie/PIE.php);
    float: left;
    margin: 1.25px;
    text-align: center;
}
div#navigation_H a {
    color: #CCC;
    font-size: 0.75em;
    position: relative;
    text-decoration: none;
    top: 30%;
    word-spacing: 0;
}
div#navigation_H a:hover{
	color : #666;
	font-size: medium;
	}
	
div#navigation_H a#activelink, div#navigation_H a#activelink2{
	color: #06F;
	}


.logo1, .logo2 {
    background-color: #cccccc;
    border: 2px solid #87CEFA;
    box-shadow: 10px 10px 10px #000000;
    color: #FFFFFF;
    height: 3.88em;
    width: 3.88em;
}
.S2 {
    font-size: 38px;
    position: relative;
    top: 16%;
	behavior: url(/librerie/iepngfix.php);
}
.logo2 {
    background-color: #F8F8F8;
    color: #000000;
}
.logo3 {
    border: 1px solid #5396FE;
    height: 4em;
    width: 4em;
}
.logo1:hover, .logo2:hover {
    background-color: #5C6989;
    border: 2px solid #FFFFFF;
}
.logo3:hover {
    background-color: #313E68;
    border: 1px solid #FFFFFF;
}
.icone {
    height: 2.5em;
    width: 2.5em;
	behavior: url(/librerie/iepngfix.php);
}
div#content {
    background-color: #3A75C4;
    border: 3px solid #FFFFFF;
    border-radius: 1em 1em 1em 1em;
	behavior: url(/librerie/PIE.php);
    color: #FFFFFF;
    height: auto !important;
    margin: 1em;
    min-height: 30em;
    padding: 1.4em;
}
img#cim {
    float: left;
    height: 30em;
    width: 15em;
	behavior: url(/librerie/iepngfix.php);
}
h1#cts {
    color: #FFFFFF;
    float: left;
    margin: 0 0 0 0.5em;
    text-align: center;
    width: 16em;
}
div#ccn {
    color: #FFFFFF;
    float: left;
    font-size: 0.9em;
    margin: 2em 0 0 1.2em;
    text-align: justify;
    width: 35.8em;
}
.imgg {
    float: left;
    height: 28.1em;
    margin: 0em;
    width: 49.9em;
}
p#end {
    clear: both;
}
div#footer {
    color: #000000;
    text-align: center;
}
a#mailfinale {
    color: blue;
}
td {
    border: 0.1em solid #6DBFFC;
}
a {
    color: #6DBFFC;
}
.stop {
    clear: both;
}
form {
    text-align: left;
}
fieldset {
    border: 0.1em solid #6DBFFC;
    padding: 0em; /* era 0.8em*/
    margin : 0em;
}
legend {
    color: #3331CE;
}

.ui-button{
	margin-left: -1px;
	}
.ui-button-icon-only .ui-button-text{
	padding: 0.35em;
	}
.ui-autocomplete-input{
	margin: 0em;
	padding: 0.4em 0em 0.4em 0.45em;
	}
.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
	height: 100px;
	}

select {
    margin-bottom: 0.3em;

//	background: #CCCCCC;
	margin: 0.5em;
	margin-left: 0em;
	border: 0;
	width: 8.5em;
	height: 1.4em;
	padding: 0em;
}
label {
    float: left;
    margin-bottom: 0em;
    padding: 0em;
    width: 9.0em;
}
input {
	margin: 0.5em;
	margin-left: 0em;
	border: 0;
	width: 8.5em;
	height: 1.4em;
	padding: 0em;
}
input.valuta {
	width: 5.0em;
	text-align: right;
}
input.decimali {
	width: 1.5em;
	text-align: left;
}

input:hover {
    background-color: #FFFE95;
}
