/*stylesheet per avalonpc.it*/
//-------------------------------------------------
/*elementi generici*/
html,body {
	margin: 0;
	padding: 0;
}
html {
	font-size: x-small;
	}
body {
	font-family: verdana;
	font-size: 120%;
	color: #DBDB70;
}
/*elementi inline*/
h1,h2,h3,p,fieldset,form,input,img {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0px;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
td {
text-align: center;
}
td.b {
text-align: justify;
}
table#pnc {
	border: 1px solid #003f87;
	}
table#pnc td {
border: 1px solid #003f87;
padding: 0.2em;
}
//-------------------------------------------
/*scheletro principale: sezione div*/
div#container {
	margin: 0 auto;
	width: 99%;
}
div#header {
	background-image: url('../images/header.jpg');
	height: 80px;
	position: relative;
}
div#header img {
	padding-left: 5%;
	border: 0;
}
div#navmenu {
	position: absolute;
	font-weight: bold;
	right: 0;
	bottom: 0;
	padding: 0.2em;
}
div#navmenu ul {
	list-style-type: none;
}
div#navmenu li {
	display: inline;
}
div#navmenu a {
	color: #DBDB70;
	text-decoration: none;
}
div#navmenu a:hover {
	text-decoration: underline;
}
div#navmenu a#active {
	text-decoration: underline;
}
div#logbar {
	background-color: #003F87;
	padding-right: 0.5em;
	border-bottom: 1px solid black;
	text-align: right;
}
div#extra {
	float: right;
	width: 15%;
}
div#carrello {
	margin-top: 50px;
	color: #000000;
	border: 2px solid #003f87;
	font-size: 90%;
}
div#carrello a {
	font-weight: bold;
	color: #003f87;
}
div#carrello p {
	margin: 0.2em;
}
div#carrello h2 {
	font-size: 1.2em;
}
div#chrttitle {
	color: #DBDB70;
	background: #003f87;
	padding: 0.2em;
	}
div#info {
	margin: 0.8em;
	border: 1px solid black;
	color: #000000;
	padding: 0.2em;
}
div#info2 {
	margin: 0.8em;
	text-align: center;
	border: 0;
	color: #000000;
	padding: 0.2em;
	}
div#info h2 {
	font-size: 1.2em;
}
div#listino {
	float: left;
	width: 15%;
}
div#searchbox {
	background: url('../images/sidefade.jpg');
	padding: 0.1em;
}
div#searchbox h2 {
	font-size: 1.2em;
	padding-left: 0.2em;
}
div#listmenu {
	margin: 1em;
	margin-top: 3em;
	}
div#listmenutitle {
	text-align: center;
	padding: 0.2em;
	background: url('../images/listfade.jpg');
	}
div#errore {
	font-weight: bold;
	border: 1px solid red;
	color: red;
	}
div#newsarea {
	}
div#newsarea table {
	table-layout: fixed;
	width: 95%;
	border-collapse: separate;
	border-spacing: 5px;
	}
div#newsarea td {
	border: 1px solid #003f87;
	text-align: justify;
	padding: 0.4em;
	}
div.newsbox { 
	float: left;
	background: yellow;
	height: 75px;
	width: 250px;
	padding: 0.2em;
	margin-left: 1em;
	}
div.newsbox h2 {
	font-size: 1em;
	display: inline;
	}
div.newsbox p {
	font-size: 0.8em;
	display: inline;
	}
#list dt {
	padding: 0.3em;
	cursor: pointer;
	color: #DBDB70;
	text-align: center;
	font-weight: bold;
	background-color: #003f87;
	border-bottom: 1px solid black;
	/*background: url('tasti.gif');*/
}
#list dt:hover {
	background-color: grey;
	}
#list dd {
	}
#list li {
	padding: 0.1em;
	text-align: center;
	background-color: #fff;
	color: #26466D;
	border-bottom: 1px dotted black;
	}
#list li a, #list dt a {
	color: #001155;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	}
#list li a:hover, #list dt a:hover {
	background: #B4CDCD;
	text-decoration: underline;
	}
/*fine menu*/
div#contenuto {
	background: url('../images/sfondo.jpg') no-repeat;
	/*background: url('../images/sfondo2.jpg') right no-repeat;*/
	color: #000000;
	margin-left: 15%;
	margin-right: 15%;
	padding: 1.2em;
	}
div#contenuto p {
	margin-top: 29px;
	text-align: justify;
	}
div#contenuto p.dual {
	margin-top: 24px;
	}
div#contenuto input {
	margin: 2px;
	}
tr.header {
	border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 111%;
	background-color: #d3d8df;
	}
div#contenuto tr.item1 {
	background-color: #d3d8df;
	}
table a {
	color: #003f87;
	text-decoration: none;
	font-weight: bold;
	}
table a:hover {
	color: #6194ce;
	text-decoration: underline;
	font-weight: bold;
	}
table#carrello td.no {
	border: 0;
	}
form {
	display: inline;
	}
table#carrello td {
	border: 1px solid #003f87;
	padding: 0.3em;
	}
table#carrello td.n {
	text-align: center;
	}
table#carrello tr.first {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	}
div#registrazione {
	background: url('../images/sfondo.jpg') no-repeat;
	color: #000000;
	margin-left: 15%;
	margin-right: 15%;
	padding: 0.8em;
}
div#registrazione h1 {
	padding: 1em;
	font-size: 1.8em;
	text-decoration: underline;
}
div#registrazione table {
	padding-left: 2em;
}
div#registrazione table td{
	text-align: justify;
}
table#ssinfo tr {
	border: 1px solid #003f87;
	}
table#ssinfo td.g {
	text-align: justify;
	font-weight: normal;
	}
table#ssinfo td {
	text-align: center;
	font-weight: bold;
	border: 1px solid #003f87;
	}
table#boninfo {
	border: 1px solid #003f87;
	}
table#boninfo td {
	text-align: left;
	}
table#boninfo td.y {
	font-weight: bold;
	}
div#footer {
	padding: 0.6em;
	font-weight: bold;
	clear: both;
	background-color: #003F87;
	text-align: center;
}
div#footer a {
	color: #FFFFFF;
}
input.btn {
	padding: 0.1em;
	font-size: 94%;
	color: #003f87;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-weight:bold;
	background-color: #d5deed;
	border:1px solid;
	border-top-color:#8ad;
	border-left-color:#8ad;
	border-right-color:#038;
	border-bottom-color:#038;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#d5deed');
      }
