@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	background-image: url(../images/gallery/negozio.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
}

#totale {
	width: 500px;
	text-align:left;
}

#totale p{
	margin-bottom: 0px;
	margin-top: 0px;
}

.send {
	border: 1px solid #000000;
	background-color:#FFFFFF;
	float:right;
	margin-top: 5px;
	margin-right: 5px;
}

.tabella {
	text-align:left;
}

.cromo-color img{
	border: 1px solid #000000;
	height: 35px;
	width: 35px;
	padding: 2px;
	margin: 5px;
}

#totale table {
	vertical-align: top;
	}
	
#totale img {
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin: 5px;
	}
