/* css esterni */
@import url(blueprint/src/reset.css);
@import url(blueprint/src/typography.css);

BODY             									{ color: #666; background: url(../images/sf_sito.jpg) repeat-x top center #d4d4d4; font-size: 12px; font-family: Verdana; }
A                									{ color: #666; }
A:focus,
A:hover 										{ color:#333; }

INPUT                      								{ vertical-align:middle; }
INPUT.text_field, 
TEXTAREA 									{ padding: 2px; font: 12px Arial,Helvetica,sans-serif; background: #fff; color: #666; border: 1px solid #ccc; }
input.text_field:focus, 
TEXTAREA:focus 								{ background: #f1f1f1; border-color: #999; }

SELECT 										{ background:#fff; color:#222; border:1px solid #bbb; }

.titolo_sezione   							{ margin: 15px 0 20px 0; padding: 10px; font-size: 21px; font-weight: bold; line-height: 18px; background: url(../images/sf_titolosezione.gif) no-repeat left bottom; font-family: Georgia; text-transform: uppercase; }
#bussola          								{ color: #777; font-size: 11px; margin-bottom: 1em; background: #e1e1e1 url(../images/bgBussola.png) no-repeat 0 0; padding-left:24px; line-height:20px; }
#bussola a        								{ color:#777; }
#bussola a:hover  							{ color:#000; }

.section-title 								{ border-bottom: 1px solid #c00 }

.box-title P 								{  }
.box-title A 								{ float:right; }

.clearfix,
.ripristino 									{ clear: both; }

.error, 
.errore 										{ color:#c00; font-weight:bold; }

H1,H2,H3,H4,H5,H6 							{ color: #2e8155; }
H4 											{ font-weight: bold; }

/* utilities */
.mir 										{ display:block; overflow:hidden; outline:none; text-indent:-9999em; }

/* layout */
#wrap										{ width:950px; margin: 0 auto; }
#container									{ width:950px; margin: 0 auto; }
#header										{ width:950px; height: 170px; position:relative; color:#fff; }
#header UL									{ position: absolute; right: 0; bottom: 0; margin: 0; padding: 10px; list-style-type: none; }
#header UL LI									{ margin: 0; padding: 0 10px; display: inline; border-right: 1px solid #ccc; }
#header UL LI A								{ color: #666; text-decoration: none; font-weight: bold; }
#header UL LI A:hover							{ color: #333; text-decoration: underline; }

#contentarea								{ clear: both; margin: 1px 0 0 0; padding: 0; }
#content-wrapper							{ width: 100%; padding: 0; margin: 0; }
#sidebar									{ float: right; width: 265px; padding: 15px 10px 30px 10px; margin: 30px 0 0 0; border-left: 1px solid #ccc; }
#maincontent								{ float: left; width: 630px; padding: 0 10px; position: relative; text-align: justify; margin: 0; line-height: 24px; }
#maincontent P								{ padding: 0; margin: 0 0 5px 0; }

/* menunav */
#menunav									{ text-align: left; overflow: hidden; height: 39px; background: #28416A url(../images/menu.jpg) repeat-x top left; padding: 0; margin: 0; font-family: Arial; }
#menunav a									{ color: #fff; font-weight:bold; text-decoration:none; }
#menunav a:hover								{ color: #fff; }
#menunav ul									{ height: 39px; list-style-type: none; padding: 0; margin: 0; }
#menunav ul li									{ height:39px; float:left; border-right: 1px solid #fff; }
#menunav ul li a								{ height:39px; line-height:39px; float:left; padding: 0 20px; background:url(../images/menu_off.jpg) repeat-x 0 0; outline:none; font-size: 14px; }
#menunav ul li a:hover,
#menunav ul li a:active							{ background: url(../images/menu_on.jpg); }

/* Box Search */
#box-search	{ float: right; margin: -39px 0 0 0; padding: 8px 5px; }

/* menucat */
#menucat ul 									{list-style-type:none; width:230px; padding:0; margin:0; font-family: Arial; }
#menucat ul li 									{display:block;list-style-type:none}
#menucat ul li a 								{display:block;padding:5px;text-decoration:none;color:#333;font-weight:bold; border-bottom:1px solid #ccc; }
#menucat ul li a.current						{background-color:#2E8155; color:#fff; }
#menucat ul li a:hover 							{background-color:#2E8155;color:#fff;}
#menucat ul ul li a 								{ padding-left:25px; font-weight:normal; }
#menucat ul ul ul li a 							{ padding-left:45px; }
#menucat ul ul ul ul li a 							{ padding-left:65px; }
#menucat ul ul ul ul ul li a 						{ padding-left:85px; }
#menucat ul ul ul ul ul ul li a 						{ padding-left:105px; }

/* header */
#logo       									{ width:950px; height: 170px; position:absolute; top:0px; left:0px; }
#logo a.mir 									{ width:950px; height: 170px; background: url(../images/testata_logo.jpg) no-repeat top center #28416A; }

/* home */
#maincontent_home							{ width: 950px; padding: 0; margin: 0; position: relative; }
#maincontent_home .titolo_sezione			{ margin: 5px; padding: 10px; font-size: 22px; font-weight: bold; line-height: 18px; background: url(../images/sf_titolosezione.gif) no-repeat left bottom; }
#fotohome									{ width: 542px; height: 248px; margin: 0 0 2px 0; padding: 0; float: left; }
#testohome									{ width: 408px; height: 248px; margin: 0 0 2px 0; padding: 0; background: url(../images/sf_testohome.jpg) no-repeat center center; float: right; text-align: justify; }
#testohome P									{ margin: 0; padding: 0 15px; line-height: 18px; }
.boxhome 									{ width: 315px; height: 295px; float: left; margin: 0 2px 0 0; padding: 0; background: url(../images/sf_boxhome.jpg) repeat-y top center #dcdcdc; text-align: center; }
.boxhome H3 									{ margin: 0; padding: 15px 15px 5px 15px; font-size: 15px; font-weight: bold; color: #666; text-align: left; }
.boxhome A 									{ text-decoration: none; }
.boxhome P 									{ margin: 0; padding: 0 15px 10px 15px; font-size: 11px; line-height: 15px; text-align: justify; }
.boxhome IMG 								{ margin: 0 0 0 15px; padding: 0; border: 3px solid #fff; }

/* footer */
#footer										{ width: 100%; float: left; border-top: 1px solid #f1f1f1; margin: 15px auto; padding: 5px; text-align: center; font-family: Arial; }
#footer A									{ color: #999; }
#footer A:hover								{ color: #666; }
#footer P									{ font-size: 11px; color: #999; margin: 10px 0; padding: 0; }

/* !categorie prodotti */
.item-cella { 
	float: left; 
	width:160px; 
	height: 150px; 
	padding: 9px; 
	border: 1px solid #ddd; 
	text-align: center; 
	margin: 0 10px 15px 0;
	background: #eee; 
	font-weight: bold; 
}
.item-cella.hover      						{ border-color:#ddd; background:#ddd; }
.item-cella .immagine  						{ height: 105px; width: 157px; }
.item-cella .immagine  IMG					{ border: 2px solid #fff; }

.immagine-laterale     						{ float:right; }
.immagine-laterale IMG 						{ margin-left:10px; border: 2px solid #ddd; padding: 4px; background: #fff; }
.wrapper-elenco        							{ clear:both; }

/* gallery */
.image-gallery            { clear:both; }
.image-gallery h4         { padding:0.5em 0; margin:0; }
.gallery-item             { float:left; width:110px; height:110px; margin:10px 10px 0 0; }
.gallery-item a img       { padding:4px; border:1px solid #ddd; background:#eee; }
.gallery-item a:hover img { background:#ddd; border-color:#ddd; }

/* elenco a righe */
.item-elenco               { float:left; width:100%; padding:1em 0;  border-bottom:1px solid #ccc; }
.item-elenco:last          { border-bottom:none; }
.item-elenco .titolo       { margin-bottom:0.5em; }
.item-elenco p.data        { margin:0; color:#666; font-size:11px; }
.item-elenco .immagine     { float:right; }
.item-elenco .immagine img { margin-left:10px; border: 2px solid #ddd; padding: 4px; background: #fff; }

/* dove siamo */
#mappagoogle        { text-align:center; }
#mappagoogle iframe { width:100%; }

/* contattaci */
.contact-form fieldset { border:0; padding:1em 0; }
.contact-form h5 { margin-bottom:1em; border-bottom:1px solid #ccc; }
.contact-form ul { margin:0; padding:0; }
.contact-form li { clear:both; padding-bottom:4px; width:100%; overflow:hidden; list-style-type:none; margin:0; }
.contact-form .label { float:left; width:15em; color:#666; }
.contact-form .text_field, .contact-form textarea { width:24em; }
.contact-form em { color:#f33; }
.align-to-label { margin-left:15em; }
#fs_pulsanti { margin-left:15em; }
#fs_pulsanti input,#fs_pulsanti button {  background:#2e8155; border:1px solid #2e8155;  font:bold 12px Arial,Helvetica,sans-serif; padding:2px 40px; color:#fff; }

.error { font-weight:bold; color:#f00; }
.success { font-weight:bold; color:#0f0; }

/* sitemap */
#sitemap ul    { font-weight:bold; color:#5E7899; }
#sitemap ul ul { font-weight:normal; }
#sitemap ul a { color:#1d3555; }
#sitemap ul a:hover { color:#2a77dd; }

/* carrello */
.tableCarrello { border-collapse:collapse; }
.tableCarrello thead th { background:#c00; color:#fff; }
.tableCarrello .tbody td { padding:3px 10px; border:1px solid #ccc; }
.tableCarrello .narrow { white-space:nowrap; width:1%; text-align:center; }
.tableCarrello .tot { font-weight:bold; }
.tableCarrello .tfoot { font-style:normal; }
.tableCarrello .tfoot .tlTotale { text-align:right;  }
.tableCarrello .tfoot .tot { text-align:center; font-size:18px; color:#000; }

.cart-form ul { list-style-type:none; margin-left:0; }
.cart-form li { line-height:2.2em;  }
.cart-form .label {float:left; width:18em; }

.empty-cart { color:#d00; font-size:1.2em; font-weight:bold; }

.info-cart { padding:10px 10px 10px 50px; border:1px solid #ddd; background:#eee url(../images/cart.gif) no-repeat 10px center; width:300px; }
.info-cart em { color:#555; }

.add-to-cart { padding:4px 10px; background:#c00; border:0; color:#fff; font:bold 12px arial,helvetica,sans-serif; }


/* box-newsletter */
#box-newsletter	{}

/* box-login */
#box-login	{}