.tip-yellow {
	z-index:10000;
	text-align:left;
	padding:0 10px;
	 box-sizing:border-box;
	min-width:50px;
	max-width:400px;
	color:#222;
	background-color:#fef9d9;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	 -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
		 -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.3);
		 box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.3); 
		 cursor:pointer; 
		 margin-top:0;
	
	/*background-image:url(tip-yellow.png); /* bgImageFrameSize >= 10 should work fine */
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-yellow .tip-inner {
	
	margin-top:0px;
	padding:0 3px ;
	min-height: 40px;
	line-height:20px

}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellow .tip-arrow-top {
	margin-top:-10px;
	margin-left:15px;
	top:0;
	left:0;
	width:16px;
	height:10px;
	background:url(tip-yellow_arrows.png) no-repeat;
}
.tip-yellow .tip-arrow-right {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-4px;
	top:0;
	left:100%;
	width:10px;
	height:20px;
	background:url(tip-yellow_arrows.png) no-repeat -16px 0;
}
.tip-yellow .tip-arrow-bottom {
	margin-top:0px;
	margin-left:15px;
	top:100%;
	left:0;
	width:16px;
	height:13px;
	background:url(tip-yellow_arrows.png) no-repeat -32px 0;
}
.tip-yellow .tip-arrow-left {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:10px;
	height:20px;
	background:url(tip-yellow_arrows.png) no-repeat -48px 0;
}

.tariffa_giorno{float:left; width:150px;}
.tariffa_giorno ul{float:left; width:100%; padding:0; margin:0; list-style:none;}
.tariffa_giorno ul li{float:left; width:100%; line-height:20px; border-bottom:1px solid #ccc;}
.tariffa_giorno ul li:last-child{border-bottom:none;}
.tariffa_giorno ul li .data{float:left; width:auto; line-height:20px; }
.tariffa_giorno ul li .prezzo{float:right; width:auto; line-height:20px; }