/* $Id: ascisse.css,v 1.26 2010-07-27 15:08:14 webmaster Exp $ */

/*
	azzurro: #39c
	arancio: #f80
*/

body { margin: 15px 0; line-height: 1.3em; font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #666; background: #ddd }
form { margin: 0 }
	input.txt, textarea { color: #888; border: 1px solid #ddd }
	input.button { padding: 3px 5px 2px 5px; font-family: tahoma; font-size: 11px; color: #fff; font-weight: bold; background: #39c; border: 0; }
	input.button2 { padding: 3px 5px 2px 5px; font-family: tahoma; font-size: 11px; color: #fff; font-weight: bold; background: #999; border: 0; }
img { border: 0 }

a { color: #39c; font-weight: bold; text-decoration: none }
	a:hover { text-decoration: underline }
h1, h2, h3, h4, h5, h6 { line-height: normal }
h1 { display: inline; margin: 0 15px 0 0; font-family: Arial, Helvetica, sans-serif; font-size: 23px; color: #999 }
h3 { margin: 30px 0; padding: 20px; color: #666; background: #eee; border: 2px dashed #ddd }


#container { width: 990px; margin: 0 auto; background: #fff; border: 1px solid #999 }

	/* HEADER */
	#header { position: relative; background: url(../images/header.jpg) no-repeat }
		#logo { margin: 0 30px }
		#barraNav { position: absolute; top: 70px; right: 140px; width: 270px; line-height: 1.6em; font-size: 13px; text-transform: uppercase }
			#barraNav a { color: #fff }
			#barraNavSx { float: left }
			#barraNavDx { float: right; margin-right: 2px }
	#sottoHeader { height: 9px; margin-bottom: 15px; background: url(../images/header-striscia.gif) repeat-x; }
	

	/* MENU SX */
	#menuSx { float: left; width: 190px; padding: 10px 10px 10px 20px; background: url(../images/menusx-bg.jpg) repeat-x #ebebeb; border: 1px solid #eee; border-left: 0 } 
		ul { margin-top: 10px; color: #ccc }
			ul li { margin-left: -24px; margin-bottom: 8px }
				ul li.child { margin-left: -10px; list-style-type: circle }
				ul li.collapsed { display: none }
				ul li a.selected { color: #f80 }


	/* CONTENT */
	#content { float: right; width: 729px; margin-bottom: 20px; padding: 0 18px; }
		
		/* CMS */
		#cmsContent { margin: 10px 0 35px 0; line-height: 1.5em; font-size: 12px; }

		/* BRICIOLE */
		#briciole { float: left; font-size: 110%; margin-bottom: 10px }
		
		/* PAGINAZIONE */
		#paginazione { float: right; padding: 3px 0 4px 0; margin-bottom: 10px; text-align: center; color: #888; }
			.paging_current { margin: 0 7px; padding: 3px 10px; color: #39c; background: none; border: 1px solid #39c }
			.paging_links { margin: 0 7px; padding: 3px 10px; color: #fff; background: #39c }
		
		/* DUE AREE INFORMAZIONI E ASSISTENZA */
		a#informazioni { margin-right: 10px }
		a#service { }

		/* TITOLI */
		div.contentTitle { margin: 0 0 5px 0;  }
			div.contentTitle img.contentTitle { margin-right: 10px }
		
		/* LISTA PRODOTTI */
		table#productList { width: 100%; }
			table#productList td { width: 25%; padding: 20px 10px; text-transform: uppercase; text-align: center; vertical-align: top; background: #f4f4f4 }
				img.thumb { margin-bottom: 4px; border: 1px solid #ccc }
		
		/* DETTAGLIO PRODOTTO */
		#schedaProdotto { height: 220px; padding: 20px; background: #f4f4f4 }
			img.medium { float: left; margin: 0 20px 20px 0 }
			#logoPrint { display: none }
			div.fileDownload { margin: 5px 0 0 180px; padding: 10px 20px; background: #fff }
		
		/* FORM MAIL */
		table.formMail {  }
			.formMail td { padding: 3px 10px; text-align: right }
		

	/* BOTTOM ELEMENTS: PREVENTIVO, NEWSLETTER, PARTNER */
	#bottomElements { clear: both; margin: 20px 0 3px 0; border-bottom: 1px solid #fff }

		#preventivo { float: left; width: 195px; height: 56px; margin-right: 23px; padding: 13px 16px 10px 10px; background: url(../images/bg_quadretti.gif) }

		#newsletter { float: left; width: 523px; height: 56px; margin-right: 13px; padding: 13px 10px 10px 10px; background: url(../images/bg_quadretti.gif) }
			#newsletter img { margin-right: 10px }
			#newsletter form { display: inline }
	
		#partner { float: left; height: 56px; padding: 13px 10px 10px 10px; background: url(../images/bg_quadretti.gif); }
	
	/* FOOTER */
	#footer { clear: both; margin-bottom: 20px; padding: 0 12px 0 10px; color: #bbb }
		#credits { float: right }
			#footer a { font-weight: normal; color: #bbb }


@media print {
	#header, #menuSx, #briciole, .fileDownload, a#informazioni, #stampa, #preventivo2, #footer, #sottoHeader, a#service, #bottomElements { display: none }
	#logoPrint { display: block; margin-bottom: 20px; }
	#schedaProdotto h1 { font-size: 15px }
	#container { width: 640px; padding: 0; border: 0 }
	#content { width: 640px; margin: 0; padding: 0; }
}


.errore { text-transform: lowercase; color: #d00 }
