.tblCarrello, .tblDatiSpedizione{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border: 1px solid #999;
}

.tblCarrello{
	width:98%;
}

.tblDatiSpedizione{
	width:70%;
}


.tblCarrello th, .tblDatiSpedizione th{
	color:#fff;
	background:#151d31;
	font-weight:bold;
	height: 30px;
}

.tblCarrello td, .tblDatiSpedizione td {
	height: 28px;
}

.tblCarrello td input{
	width:45px;
	text-align:right;
}

#errorMsg{
	font-size:130%;
	color:#f00;
	text-align:center;
	padding:5px;
}


#tipoPagamento{
	margin: 30px auto; 
	width:70%;
	text-align:right;
	
}


span.sconto{
	font-size:10px;
	color:#000;
	text-decoration:line-through;
}

.btnAquista{
	float:left;
	margin:0;
	margin-left: 5px;
	padding:0;
	width:80px;
	min-height:18px;
	height:18px;
	background: url("/template/images/cart.gif") no-repeat left top;
	border:none;
	cursor:pointer;
	
}

.cntQta{
	float:left;
	margin:0;
	padding:0;
	width:50px;
	min-height:16px;
	height:16px;
	text-align:right;
	background:#fff;
	border-color: #999;
}


a.minibutton{
	font: 76% arial,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #999;
	padding:1px 0;
	background: #FFF;
}

a.minibutton:hover{
	border-color: #000 #ccc #ccc #000}


a.minibutton span{
	padding: 0 10px 0 3px;
	margin:0;
	border: 1px solid #fff;
	text-decoration:none;
}

a.minibutton span.span1{
	background: #151d31;
	color:#fff;
	border-right:none;
	padding-right: 3px;
}

a.minibutton span.span2{
	background: #336ca1;
	color:#fff
}

/*** REGISTRAZIONE UTENTE*/
.tblRegistrazioneUtente{
	margin-left:auto;
	margin-right:auto;
	width:70%;
}

.lblRegistrazioneUtente{
	text-align:right;
}

ul#funsioniUtente{
	width: 100%;
}

div#login{
	float:right;
	color:#333;
	padding:5px;
	padding-right:85px;
}



div#login ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#login ul li{
	float:left;
	display:inline;
	list-style:none;
	padding-left: 10px;
	/*padding-right: 5px;*/
}

div#login ul li input{
	background:#fff;
	border: 1px solid #00019a;
	width:170px;	
}

div#login ul li a {
	color:#000;
	border: none;
	cursor:pointer;
}



