/*CSS HANDLER */
#lotto_bet ul {
	background: url(https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTIdYZLv1OCacmM6rKTJtSlwsmBi6tK6WcM-dOA6p0na-U1ys8Rsw) repeat scroll 0 0 #222222;
	background: url(../img/LottoBet_bg.png) ;
}

#lotto_bet ul li {
	background: url("../img/LottoBet_li_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	margin: 4px 0;
	padding: 2px 0;
	text-align: center;
}



#lotto_bet ul li span{	
	color: var(--colore_principale);;
	display: inline-block;
	font-size: 11px;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%%;
}

#lotto_bet ul li span input{
	margin-left: 5px;
	width: 70%;
		float: right;
	
	}




@media print{
    
    
    /*WIDGET: lottobet*/
    #lotto_bet ul {
        
    }
    #lotto_bet ul li {
        
        
    }
    #lotto_bet ul li + li  {
        border-bottom: none;
    }
    #lotto_bet ul li span{	
        float: left;
        font-size: 11px;
        line-height: 23px;
        padding: 0 0 2px 6px;
    }
    #lotto_bet ul li span+span{
        float: right;
        margin-right: 10px;
        padding: 0;
        width: 30px;
    }
    #lotto_bet ul li span input{
        /*width:80px;*/
        width:32px;
            margin-left:0px !important;
    }
    #lotto_bet button {
        border: 0 none;
        color: #222222;
        cursor: pointer;
        display: block;
        height: 22px;
        margin: 0 auto;
        overflow: hidden;
        text-decoration: none;
        white-space: nowrap;
        width: 80px;
    }
    #lotto_bet button:hover{
        /*background-image: url("../img/css_sprite.png");
        background-position: -8px -948px;*/
        background-position: 0 -22px;
    }
    
        
        
        
         
        
    
    
    
    
    
    
}