@charset "utf-8";
body  {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-image:url(img/bg_testa.gif);
background-repeat:repeat-x;
}
.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 164px;
	width: 980px;
} 

.twoColFixLtHdr #logo {
float:left;
	height: 164px;
	width: 185px;
} 

.twoColFixLtHdr #logo_dx {
float:right;
	height: 61px;
	width: 195px;
} 

.twoColFixLtHdr #menuGlobale {
float:left;
	width: 795px;
}

.contenutoMenuGlobale {
	height: 40px;
	padding-top: 6px;
   margin: 0 auto;
	width: 902px;
}


.contenutoMenuGlobale img {	float: left;
	margin-right: 30px;
	margin-left: 30px;
}

.twoColFixLtHdr #spazioBanner {
float:left;
	width: 980px;
	height:10px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 235px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.floatLeft {
	float: left;
	width: 480px; 
}

.floatRight {
	float: right;
	width: 244px;
}

.separatore_menu {
float:left;
width: 15px;
height: 256px;
background-image:url(img/divisore_menu.gif);
background-repeat:no-repeat;
}

.separatore_menu_sottoPG {
float:left;
width: 70px;
height: 256px;
background-image:url(img/divisore_menu.gif);
background-repeat:no-repeat;
}

.box {
	float: left;
	width: 238px;
	
}

.testo {
	color: #666666;
	margin: 10px 0px 10px 0px;
}

.continua {
	float: right;
	margin-bottom: 15px;
}

.separatore_verticale {
float:left;
width: 7px;
height: 252px;
background-image:url(img/divisore_verticale.gif);
background-repeat:no-repeat;
}

.separatore_orizzontale {
float:left;
width: 740px;
height: 5px;
background-image:url(img/separatore_orizzontale.gif);
background-repeat:repeat-x;
}


.twoColFixLtHdr #ultimafascia {
width: 975px;
float:left;
	padding: 0 0 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.bannerVerde {
	height: 149px;
	width: 280px;
	float:left;
	margin-right: 5px;
}

.separatore_verticale_small {
float:left;
width: 15px;
height: 144px;
background-image:url(img/divisore_verticale_sm.gif);
background-repeat:no-repeat;
}

.separatore_verticale_vuoto {
float:left;
width: 15px;
height: 144px;
}

.etichettaBox {
	height: 15px;
	width: 207px;
	margin-bottom: 10px;
}

.box_img {
float:left;
width: 119px;
	margin-right: 10px;
}



.twoColFixLtHdr #footer {
background-color:#e9e9e9;
	width: 950px;
	height: 61px;
	float:left;
	padding: 18px 15px 0px 15px;
	margin: 15px 0px 15px 0px;
	font-size:11px;
}

.footer_sx {
text-align:left;
float:left;
width: 350px;
}

.footer_dx {
text-align:right;
float:right;
width: 350px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.tahoma11azzurro {
color:#348bbf;
font-weight:bold;
font-size:12px;
}

.tahoma11celeste {
color:#00ccff;
font-weight:bold;
font-size:12px;
}

.tahoma11blu {
color:#333399;
font-weight:bold;
font-size:12px;
}

.tahoma11nero {
color:#000000;
font-weight:bold;
font-size:12px;
}


.tahoma11rosso {
color:#ff0000;
font-weight:bold;
font-style:italic;
font-size:12px;
}

.tahoma11verde {
color:#008000;
font-weight:bold;
font-style:italic;
font-size:12px;
}

.tahoma11giallo {
color:#ffcc00;
font-weight:bold;
font-style:italic;
font-size:12px;
}

.tahoma11grigio {
color:#a9a9a9;
font-weight:bold;
font-style:italic;
font-size:12px;
}

.tahoma14azzurro {
color:#00aeef;
font-weight:bold;
font-size:14px;
}

.link_azzurro11 {
	font-weight:bold;
	color:#26688f;
	text-decoration: none;
	}
A.link_azzurro11:HOVER {
	font-weight: bold;
	color: #348bbf;
	text-decoration: none;
	}
	
.link_grey {
	font-weight:bold;
	color: #26688f;
	text-decoration: none;
	}
A.link_grey :HOVER {
	font-weight: bold;
	color: #DBDBDB;
	text-decoration: none;
	}
	
.barretta {
width: 675px;
height: 31px;
margin: 0px 0px 15px 0px;
float:left;
}

.contenuto_interno {
width: 675px;
margin: 0px 0px 15px 0px;
float:left;
}

.foto_prodotto {
float:right;
width: 269px;
	margin-left: 15px;
}

.descrizione_prodotto {
width: 390px;
float:left;
margin: 0px 0px 0px 0px;
}

.barretta_gallery {
width: 390px;
float:left;
margin: 15px 0px 0px 0px;
}

.separatore_gallery {
float:left;
width: 390px;
height: 15px;
background-image:url(img/divisore_gallery.gif);
background-repeat:no-repeat;
}

.gallery {
width: 390px;
float:left;
}

.gallery img {
margin: 15px 15px 15px 15px;
float:left;
}

.bannerVerde_interno {
	height: 149px;
	width: 280px;
	float:left;
	margin-top: 41px;
	margin-right: 5px;
}

.mappa {
width: 675px;
margin: 15px 0px 0px 0px;
float:left;
}

.bold {
font-weight:bold;
}

input.textv
{
font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background: #FFFFFF;
border: 1px solid #696969;
width: 240px;
}

.twoColFixLtHdr textarea
{
display:block;
font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background: #FFFFFF;
border: 1px #696969 solid;
width: 600px;
}

.sottomenu
{
float:left;
padding: 15px 0px 0px 20px;
width:690px;
}

.paginazione {
text-align:center;
	float:left;
	width: 677px;
	margin: 5px 0px 10px 0px;
	}