html,
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

body {
	height:970px;	
}

html {
	background:url('../img/padsfondo.jpg');
}

input,
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;	
}

ul {
	margin:0;
	padding:0;
}

a {
	outline:none;
	text-decoration:none;
	font-size:10pt;
	color:#777777;	
}

img {
	border:none;
}

#topblock {
	width:1260px;
	margin:0 auto;
	background-position:center -160px;
	background-repeat:no-repeat;
}

#wrapper {
	height:970px;
	width:100%;
	margin:0 auto;
	/*margin-top:188px;*/
}

#menu {
	float:left;
	background:url('../img/menu_base.png') no-repeat;
	height:125px;
	width:710px;
	margin-top:28px;
}

a#menu_home,
a#menu_happening,
a#menu_shop,
a#menu_guestbook,
a#menu_contatti {
	float:left;
	display:inline;
}

a#menu_home {
	margin-top:50px;
	margin-left:130px;
	width:370px;
	height:95px;	
}

a#menu_happening {
	width:170px;
	height:58px;
	margin-top:33px;
	margin-left:15px;
}

a#menu_happening:hover {
	background:url('../img/menu_happening_hover.gif') no-repeat;		
}

a#menu_shop {	
	width:103px;
	height:54px;
	margin-top:27px;
	margin-left:26px;
}

a#menu_shop:hover {
	background:url('../img/menu_shop_hover.gif') no-repeat;		
}

a#menu_guestbook {	
	width:144px;
	height:49px;
	margin-top:42px;
	margin-left:45px;
}

a#menu_guestbook:hover {
	background:url('../img/menu_guestbook_hover.gif') no-repeat;		
}

a#menu_contatti {	
	width:144px;
	height:48px;
	margin-top:58px;
	margin-left:30px;
}

a#menu_contatti:hover {
	background:url('../img/menu_contatti_hover.gif') no-repeat;		
}

#mode {
	clear:left;
	float:left;
	display:inline;
	clear:left;
	width:100%;
}

#mode_inner {
	float:left;
	display:inline;
	margin-left:220px;
	width:850px;
	padding-top:10px;
}

#footer {
	clear:left;
}

.pagina_uno,
.pagina_due {
	float:left;
	display:inline;
	width:415px;
	height:580px;
	/*border:1px solid red;*/
}

.rosa,
.happening_riga a,
#lista_navigatore a:hover,
#lista_navigatore a.navigatore_sel {
	color:#e00178;
}





/* carrello */
#cart_master table {
	width:240px;
	color:#777777;
}

#cart_master table td {
	vertical-align:top;
	white-space:nowrap;
	font-size:8pt;
	padding:1px;
}

.cellaprezzo,
.cellatotale,
.cellaspese {
	text-align:right;
}

#cart_master table td.cellatotale {
	font-size:12px;
	font-weight:bold;
}

.cellasacchetto {
	font-size:10pt;	
}

.cellasacchetto img {
	vertical-align:middle;
}

.last td {
	border-bottom:1px dotted #e00178;
}

a.linkrimuovi {
	font-size:8pt;
	font-style:italic;
}

a.linkrimuovi:hover {
	color:red;
}






.lista_sinistra,
.lista_destra {
	float:left;
	display:inline;
}

.lista_sinistra {
	width:650px;	
}

.lista_destra {
	width:190px;
}


