

/*==============================================================================
								Tipografia
==============================================================================*/

h1, h2, h3, h4 { font-family: Verdana, sans-serif; color: #669b3a; }
h3 {  font-weight: bold; margin-bottom: 10px; color: #669b3a; }
b { color: #669b3a; }
a:focus, a:hover { color: #669b3a; text-decoration: none; }


/*==============================================================================
								Promo 
==============================================================================*/

.itemPromo .titolo {font-weight:bold; color:#669b3a;}


/*==============================================================================
								FORMS
==============================================================================*/

input.text:hover, input.text:focus, input.text:active, input.submit:hover, input.submit:focus, input.submit:active, textarea:hover, textarea:focus, textarea:active { border: 1px solid #669b3a; }


/*==============================================================================
								Struttura
===============================================================================*/

.subMenu li { float: left; padding: 0px 15px; color: #669b3a; font-size: 15px; margin: 0px; margin-bottom: 15px; border-right: 1px dashed #9e9e9e; list-style-type: none; }
.subMenu li a { color: #669b3a; }

		
		.button {
			vertical-align: baseline;
			margin-top:7px;
			outline: none;
			cursor: pointer;
			text-align: left;
			text-decoration: none;
			width:78px;
			height:60px;
			color: #fff;
			background-color: #777;
			border:1px solid #bbb6aa;
			font-size:13px;
		
		}
		
		.button:hover {
			cursor: pointer;
			text-align: left;
			text-decoration: none;
			width:78px;
			height:60px;
			color: #777;
			background-color: #eee;
			border:2px solid #0000ff;
			font-size:13px;
		
		}
		
.footer { width: 936px; font-size:11px; margin: 0px auto; height: 40px; padding-left: 24px; padding-top: 8px; color: #fff;background: url(../img/struttura/bgFooter.jpg) no-repeat 24px 0px; }

.itemPromo .prezzo { padding-left: 100px; height:15px; min-height:15px; display:block; color: #669b3a; padding-top: 15px; text-align: right; }