/* CSS Document */

/*------top------------*/

.tophome{
	width:510px;
	position:relative;
	float:left;
	padding:5px;
}
.swftophome{
	width:300px;
	position:relative;
	float:left;
	height:184px;
}
/*--------login-----*/
.contlogin{
	width:190px;
	position:relative;
	float:left;
	padding-left: 15px;
}
.log{
}
.labellog{
font-size:9px;
width:105px;
}
.toplogin{
	width:189px;
	position:relative;
	float:left;
}
.midlogin{
	width:185px;
	position:relative;
	float:left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #eeeeee;
}
.footlogin{
	width:189px;
	position:relative;
	float:left;
}

/*-----------carrello---------*/

.contcarrello{
	width:166px;
	position:relative;
	float:left;
	background-image: url(../images/boxecommerce/topcarrello.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 44px;
}

.midcarrello{
	width:149px;
	position:relative;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #eeeeee;
}
.footcarrello{
	width:150px;
	position:relative;
	float:left;
}
.tabellacarr{
padding-left:2px;

}
/*-------elencoprodotti--------*/

.contelencoprodotti{
	width:520px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	float:left;
}
.topelencoprodotti{
	width:516px;
	position:relative;
	float:left;
}
.midelencoprodotti{
	width:486px;
	padding:0px 15px 0 15px;
	position:relative;
	float:left;
	background-image: url(../images/boxecommerce/middlebox.jpg);
}
.footelencoprodotti{
	width:516px;
	position:relative;
	float:left;
}
/*------boxprodotti------*/
.boxprodotti{
	width:486px;
	position:relative;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 6px;
	margin-top: 5px;
}
.leftbox{
	width:100px;
	float:left;
	position:relative;
	
}
.imgprodotto{
	width:100px;
	height:100px;
	float:left;
	position:relative;

}
.zoom{
	width:100px;
	float:left;
	position:relative;
	text-align:left;
	margin-top: 3px;

}
.rightbox{
	width:376px;
	float:left;
	position:relative;
	padding:0px 5px 0px 5px;
}
.nome{
	color:#000033;
	font-size:13px;
	font-weight: bold;
	font-style: italic;

}
.pulaggiungi{
	text-align:right;
	padding-top: 6px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}
