*{
	font-family: Tahoma, Sans-Serif, Helvetica;  
}
body,h1,h2,h3,h4,p,div,li,span,form,input,textarea,select {
	margin: 0px; 
  padding: 0px;  
}
body,h1,h2,h3,h4,p,div,li,span,form,input,textarea,select,ul,ol {
  font-family: Tahoma, Sans-Serif, Helvetica;
}

body {
	background: #ffffff url('../imagescons/background-base.jpg') repeat-x top left;
  text-align: center;
  font-size: 11px;
  color: #777;
}

ol.nob, ul.nob {
	margin: 0px; 
  padding: 0px;
	list-style-type: none;
}

img {
	border: 0px;
}

input, textarea, select {
	padding: 1px 3px;
  font-size: 11px;
  color: #777; 
  border: 1px solid #dedede; 
}

#container {
	margin: auto;
	width: 952px;
  text-align: left;
}

#toolbar {
	clear: both;
	background: url('../imagescons/toolbar.jpg') no-repeat;
  height: 60px;
}

#header {
	background: url('../imagescons/logo.jpg') no-repeat 20px 0px;
	height: 99px;
}

#body {
	clear: both;
	background: url('../imagescons/middle.gif') repeat-y;
  min-height: 300px;
	height: auto !important;
	height: 300px;
  padding: 0px 10px 10px 10px;  
}

#footerline {
	clear: both;
	background: url('../imagescons/footer.gif') no-repeat;
  height: 11px;
}

#footer {
	background: url('../imagescons/middle.gif') repeat-y;
	padding: 0px 10px;
}

#footer .bg-left {
  height: 42px;
  background: url('../imagescons/boxheader-right.jpg') no-repeat right top;
}

#footer .bg-right {
  height: 42px;
  background: url('../imagescons/boxheader-left.jpg') no-repeat left top;
}

a, a:visited, a:link{
  color: #014aca;
}
a:hover {
	color: #fd9802;
}


/*menu top*/
#menuuser {
	width: 580px;
	clear: both;
  float: right;
	margin-top: 10px;
}

#menuuser li {
	float: left;
  line-height: 12px;
  height: 12px;
  padding: 0px 10px;
  background: url('../imagescons/menuusersep.gif') no-repeat 0px 4px;
}

#menuuser li.nosep {
	background: none;
}

#menuuser a, #menuuser a:visited, #menuuser a:link {
	color: #ddd;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}

#menuuser a:hover, #menuuser a.sel, #menuuser a.sel:visited, #menuuser a.sel:link {
	color: #fff;
}

/*menu footer*/
#menufooter {
	clear: both;
  float: right;
  margin-top: 7px;
}

#menufooter li {
	float: left;
  line-height: 12px;
  height: 12px;
  padding: 0px 10px;
  background: url('../imagescons/menuusersep.gif') no-repeat 0px 4px;
}

#menufooter li.nosep {
	background: none;
}

#menufooter a, #menufooter a:visited, #menufooter a:link {
	color: #888;
  text-decoration: none;
  font-size: 10px;
}

#menufooter a:hover, #menufooter a.sel, #menufooter a.sel:visited, #menufooter a.sel:link {
	color: #bbb;
}

#copyright {
	font-size: 10px;
  margin-top: 3px;
  color: #bbb;
  clear: both;
  float: right;
  padding: 0px 10px;
}

/*form cerca*/
#cercabox {
	float: right;
	width: 570px;
	background: url('../imagescons/lineheader.jpg') repeat-x bottom left;
  height: 50px;
}

#cercaSmall.cerca {
	margin-top: 20px;
	float: right;
  margin-right: 10px;
}

#cercaSmall.cerca input.query {
	border: 0px;
  width: 150px;
}

#cercaBig.cerca {
	margin-left: 180px;
  margin-bottom: 15px;
}

#cercaBig.cerca input.query {
	width: 280px;
}

.cerca input.button {
	border: 0px;
	background: transparent;
  color: #ddd;
  cursor: pointer;
	font-size: 9px;
  padding: 0px;
  background: url('../imagescons/btncerca.gif') no-repeat right 1px;
  width: 45px;
  text-align: left;
  margin-left: 8px;
  height: 13px;
}

#cercaBig.cerca input.button {
	width: 10px;
}

/*menu toolbar arancione*/
#menu {
	clear: both;
  float: left;
  margin-top: 9px;
  margin-left: 10px;
}

#menu li {
	float: left;
  line-height: 42px;
  height: 42px;
  padding: 0px 18px;
  background: url('../imagescons/menusep.gif') no-repeat 0px 21px;
}

#menu li.nosep {
	background: none;
}

#menu a, #menu a:visited, #menu a:link {
	color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  line-height: 42px;
  height: 42px;
  display: block;
  float: left;  
}

#menu a:hover, #menu a.sel {
	color: #014aca;
  background: url('../imagescons/menusel.gif') no-repeat center center;
}

/*box*/
.box {
  margin-bottom: 10px;
}

.box h1.title {
  height: 42px;
  background: url('../imagescons/boxheader-right.jpg') no-repeat right top;
  font-size: 11px;
  font-weight: bold;
  text-align: center;  
  line-height: 42px; 
  color: #999; 
}

.box h1.title span {
	display: block;
  height: 42px;
  background: url('../imagescons/boxheader-left.jpg') no-repeat left top;
}

.box .body {
	background: url('../imagescons/line.jpg') repeat-y right top;
	padding: 10px;
}

.box .inside {
	background: url('../imagescons/line.jpg') repeat-y left top;
}

.box .footer-left {
	margin-top: -3px;
	background: url('../imagescons/boxfooter-left.jpg') no-repeat left top;
  height: 3px;
}

.box .footer-right {	
	background: url('../imagescons/boxfooter-right.jpg') no-repeat right top;
  height: 3px;
}

.box ul.semplice li a, .box ul.semplice li a:visited, .box ul.semplice li a:link{
	background: url('../imagescons/listStyleBox.gif') no-repeat 10px 5px;
	text-decoration: none;
  color: #014aca;
  padding-left: 25px;
}
.box ul.semplice li a:hover, .box ul.semplice li a.sel {
	background: url('../imagescons/listStyleBoxHover.gif') no-repeat 10px 5px;
	color: #fd9802;
}

.box ul.semplice li {
	margin-top: 5px;
}

.clear {
	clear: both;
}

.cols {
	float: left;
  display: inline;
}

/*PAGINAZIONE*/
#vocivisualizzate{
	clear:both;
  margin-top:20px;
  border-bottom:1px dotted #cdcdcd;
  margin-bottom:25px;
  font-size:10px;
  position:relative;
} 

#paginasx #vocivisualizzate, #paginadx #vocivisualizzate{margin-top:0px;}

#vocivisualizzate span{
  position:absolute;
  right:0px;
  font-size:10px;
}

#paginazione{
  border-top:1px dotted #cdcdcd;
  clear:both;
  text-align:center;
  font-size:10px;  
}

#paginazione a{
  margin-left:5px;
  margin-right:5px;
  font-size:10px;  
}

#paginazione a.sel{
  font-weight:bold;
  text-decoration:underline;
}

#noDocumenti{
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

/*cartella articoli*/
#titoloPaginaCartellaArticoli {
	font-size: 11px;
  font-weight: 100;
}

#titoloPaginaCartellaArticoli strong {
	font-size: 12px;
  color: #014aca;
}

#col1 {
	width: 190px;
}
#col2 {
	margin-left: 10px;
	width: 729px;
}

/*vetrina articoli*/
.vetrina li {
	float: left;
  width: 206px;
  height: 225px;
  margin: 0px 11px 22px 11px;
	overflow: hidden;
}

#elencoArticoli.vetrina {
	margin-left: 10px;
}

.vetrina .descrizione {
	display: block;
	width: 206px;
  height: 13px;
  overflow: hidden;
  white-space: nowrap;
	text-overflow: ellipsis;
  color: #777;
}

#elencoArticoli.vetrina li {
  margin: 0px 14px 20px 14px;
}

.vetrina li h1 {
	border-top: 1px dotted #cecece;
	padding: 5px;
	font-size: 11px;
  text-align: right;
  font-weight: 100;
}

.vetrina li a {
	text-decoration: none;
}

.vetrina li a.immagine {
	display: block;
  height: 166px;
  margin: auto;
  text-align: center;
}

.vetrina li a.immagine img {
	border: 1px solid #e0e0e0;
  padding: 2px;
}

.vetrina li a.immagine:hover img {
	border: 1px solid #fd9802;
}

#elencoArticoli.vetrina h1 {
	font-weight: bold;
}

.vetrina a.prezzo {
	display: block;
  padding-right: 5px;
  text-align: right;
  font-size: 14px;
}

.vetrina .prezzoScontato {	
  color: #014aca;  
}

.vetrina .prezzoNormale {
  color: #777;
  padding-left: 20px;
}

.vetrina .sconto {
	font-size: 12px;
  text-decoration: line-through;
}

#titoloPaginaDocumento {
	font-size: 26px;
  font-weight: 100;
}

.documento li {
	padding: 0px 20px;
	margin-bottom: 40px;  
}

.documento li a {
	color: #777;
  text-decoration: none;
}

.documento li h1{
  margin-bottom: 2px;
}

.documento li h1 a{
  text-decoration: underline;
  color: #014aca;
  font-size: 12px;  
}

.documento li h1 a:hover {
  color: #fd9802;  
}

.documento li span.data {
	font-size: 10px;
  color: #999;
  display: block;
  margin-bottom: 5px;
}

.margin {
	padding: 10px 40px;
}

form .nob {
	border: 0px;
}

form ul {
	margin-top: 20px;
}

form ul h1 {
	font-size: 11px;
}

form ul li {
	margin-top: 5px;
  width: 99%;
}

form ul li label {
	width: 150px;
  text-align: right;
  float: left;
  line-height: 16px;
}

form ul li div.input {
	margin-left: 160px;
}

form ul li .obb {
	color: #fd9802;
}

form input.button {
	border: 0px;
	background: transparent;
  color: #777;
  cursor: pointer;
	font-size: 9px;
  padding: 0px;
  background: url('../imagescons/btncerca.gif') no-repeat right 1px;
  width: 105px;
  text-align: left;
  height: 13px;
}

form a.buttonAnnulla {
	color: #777;
  margin-left: 30px;
  font-size: 10px;
}

form a.buttonAnnulla:hover {
	color: #014aca;
}

.padding {
	padding: 10px 20px;
}

ul.elenco h1 {
	font-size: 11px;
}

ul.elenco {
	margin-left: 20px;
}

ul.elenco li {
	background: url('../imagescons/listStyleBox.gif') no-repeat 10px 5px;
  padding-left: 25px;
  margin-top: 5px;
}



#header {
	position: relative;
}

#infasediallestimento {
	position: absolute;
  top: 1px;
  left: 400px;
  width: 200px;
  height: 40px;
  background: url('../imagescons/infaseallestimento.gif');
}

#paginahtml ul, #paginahtml ol {
	padding-left: 30px;
}