@charset "utf-8";
/* CSS Document for 'carrelloAjaxPerLista.jsp' */


.carrello_hover {
	box-sizing: border-box;
	max-width: 500px;
	border:2px solid #ededed;
	padding:10px;
	overflow: hidden;
	display: none;
	 position: fixed;
    /* center the div */
    top:40%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    z-index: 9999;
    background-color: #FFFFFF;
    /*background: none repeat scroll 0 0 #F4F7F8;
    border: 1px solid #B4BCC0;
    
    padding: 15px;
    width: 498px
    */
    margin: auto;
}

.carrello_hover span {
	box-sizing: border-box;
}

.carrello_hover p, .carrello_hover a{
	font-size:13px;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	
.carrello_hover_su {
	width: 100%;
   	min-height: 75px;
    overflow: hidden;
    text-align:center;
	background-color:#FFF;
	border:1px solid #ccc;
	background-color:#f3f3f3;
	font-size:13px;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}
	
.carrello_hover_sx {
	width: 35%;
	float:left;
	padding:10px 20px 10px 20px;
	background-image:url(/include/immagini/back.gif);
	background-repeat: repeat-y;
	background-position:right;
	box-sizing: border-box;
}


.carrello_hover_dx {
	width: 65%;
	float:left;
	padding:10px 20px 10px 20px;
	box-sizing: border-box;
}


.carrello_hover_dx p {
	background-image:url(/include/immagini/cart.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:50px;
}




.carrello_hover_su .evidente {
	color:#77C50F;
	font-size:14px;
	font-weight:bold;
}
	
	
	
.carrello_hover_giu {
	width: 100%;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	min-height: 50px;
}


.carrello_hover_giu_sx {
	width: 50%;
	text-align:center;
	float:left;
	min-height: 50px;
}

.carrello_hover_giu_dx {
	width: 50%;
	text-align:center;
	float:right;
	min-height: 50px;
}
		
		
.carrello_hover_giu	.bottone {
	color: #454545;
}
	
a.bottone.continua_shop	{
    display: inline-block;
    height: 35px;
    text-decoration: none;
    background-image: none;
    border: 0 none;
    float: none;
}
	
a.bottone.continua_shop	span{
	color: #454545;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: normal;
	padding-left: 45px;
	padding-right: 6px;
	padding-top: 6px;
	background-image:url(/include/immagini/torna_shopping.png);
		 /* splittare l'immagine in 3 parti, così da poter usare un repeat per la parte sotto il testo */
	background-repeat: no-repeat;
	min-width: 145px;
	min-height: 50px;
}



a.bottone.vai_carrello	{
    display: inline-block;
    height: 35px;
    text-decoration: none;
    background-image: none;
    border: 0 none;
    float: none;
}
	
a.bottone.vai_carrello span {font-weight:normal;
	color: #454545;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	padding-left: 6px;
	padding-right: 40px;
	padding-top: 8px;
	background-image:url(/include/immagini/vai_carrello.png);
	background-repeat:no-repeat;
	min-width: 145px;
	min-height: 50px;
}
	
	.overlay_carrello{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
	filter: alpha(opacity=30);					
    opacity: 0.30;
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.attesa_carrello{
border: 0;
display: none;
}

.testo_spedizione {
	font-style: italic;
}