@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0;
	}
	
	
/* ----- Struttura ------ */

.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.centro {
	background-color: white;
	background-image: url(../img/sfondo_bianco.gif);
	background-repeat: repeat-y;
}



.header {
	width: 900px;
	height: 76px;
	background-image: url(../img/sfondo_header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: 18px;
	left: 30px;
	}
	
#borsa {
	position: absolute; top: 5px; left: 650px;
	}

.menu_carrello {
	float: left;
	position: absolute; top: 20px; left: 710px;
}



/**** FLOATS ****/
.collezioni,
.header,
.centro,
.content,
.flash,
.tasselli,
.tassello,
.scopri,
.scopri_azienda,
.scopri_wrap,
.scopri_testo_first,
.scopri_testo,
.home_newsletter,
.footer,
.bannerino_home {
	float: left;
	}

/**** DISPLAYS ****/
.collezioni dd a,
.collezioni dt a {
	display: block;
	} 


/**** FONTS ****/
.collezioni,
.collezioni h2,
.menu_carrello h3 {
	font-size: 12px;
	font-weight: normal;
	}
	
.collezioni h2,
.menu_carrello h3,
.footer h3 {
	text-transform: uppercase;
	font-weight: normal;
	}
	
.scopri_testo_first,
.scopri_testo,
.footer h3 {
	font-size: 11px;
line-height: 15px;
}

.footer {
	font-size: 11px;
	}

	
/**** WIDTHS AND PADDING ****/	
.collezioni dt a,
.collezioni h2 {
	padding: 10px 15px;
	
}


.collezioni dd a {
	padding: 0px 15px 5px 15px;
	}
	
.centro, 
.footer {
	width: 880px;
	}
	
.centro {
	padding: 0 10px;
	}
	
.content,
.flash,
.tasselli,
.scopri_azienda,
.scopri_wrap,
.home_newsletter {
	width: 684px;
	}

.content {
	padding: 7px 0 0 7px;
	}

.tasselli {
	padding: 6px 0 15px 0;
	}
	
.tassello {
	width: 228px;
	}

.scopri {
	width: 668px;
	padding: 0 0 15px 16px;
	}
	
.scopri_azienda {
	padding: 10px 0;

	}
	
.scopri_testo_first {
	width: 186px;
	padding: 0 26px 20px 17px;
	}

.scopri_testo {
	width: 180px;
	padding:0 30px 0 17px;
	}

.home_newsletter {
	padding: 20px 0 8px 0;
	}
	
.scopri_wrap h2{
	padding-bottom: 1px;
	}
	
/**** LISTS ****/
.collezioni dt,
.collezioni dd {	
	list-style: none;
}
	
.collezioni {	
	width: 183px;
	padding: 0 0 20px 0;
}

.bannerino_home {
	width: 183px;
	padding: 20px 0;
	text-align: center;
	}

.collezioni dl {
	width: 183px;
	border-bottom: 1px solid #e0e0e0;
}

.collezioni dt {
	text-transform: uppercase;
	border-top: 1px solid #e0e0e0;
}



.last {
  padding-bottom: 10px;
  
}

	

/**** COLOURS ****/
/**** RED ****/
	.collezioni h2,
	.collezioni dd,
	.collezioni dd a,
	.menu_carrello h3 a,
	.footer dt a {
		color: #FF0000;
		text-decoration: none;
		}
		
	.collezioni h2 {
		border-top: 3px solid #FF0000;
		}
		
	.menu_carrello a,
	.scopri_wrap a {
	color: #FF0000;
	text-decoration: underline;
}


		
/**** DARK GREY ****/
.collezioni dt,
.collezioni dt a,
.scopri_testo_first,
.scopri_testo,
.footer h3 {
	color: #000000;
	text-decoration: none;
	}
	
/**** LIGHT GREY SFONDO ****/		
.collezioni dt a:hover {
	background-color: #d2d2d2;
	}
	
/**** LIGHT GREY ****/
.footer_indirizzo {
	color: #666666;
	}

/**** BACKGROUNDS ECC ****/	
.scopri_wrap {
	background-image: url(../img/sfondo_righe_verticale.gif);
	background-position: 229px 20px;
	background-repeat: repeat-y;
	}
	
.footer {
	background-color: white;
	border-top: 1px solid #CCCCCC;
	background-image: url(../img/sfondo_footer_1.gif);
	background-repeat: repeat-x;
	}
	
.footer_menu {
	float: left;
	width: auto;
	padding: 15px;
	}
	
.footer_indirizzo {
	float: left;
	padding: 15px 15px 15px 100px;
	}
	
.credits {
	float: left;
	width: 876px;
	padding: 10px 12px;
	text-align: right;
	margin-bottom: 10px;
	background-color: white;
	background-image: url(../img/sfondo_footer_2.gif);
	background-repeat: no-repeat;
	}
	
.credits a {
	color: #999999;
	text-decoration: none;
	}

	

.borsa_wrap {
float: left;
width: 684px;
	padding: 7px 0 15px 15px;
	}
