div.betStar {
	float:left;
	width:18px;
	height:16px;
	border:2px solid #F8D4D0;
	padding-top:2px;
	margin-top:2px;
	margin-left:4px;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#891955;
	background:#fff;
	text-align:center;
	cursor:pointer;
}

div.betNum {
	float:left;
	width:18px;
	height:16px;
	border-left:2px solid #F8D4D0;
	border-bottom:2px solid #F8D4D0;
	padding-top:2px;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#891955;
	text-align:center;
	cursor:pointer;
}

div.betNum:hover {
	color:#515151;
}

div.betStar:hover {
	color:#515151;
}

div.betNumMarked {
	color:#515151;
	background: url('../images/frontend/micro_mark.png') no-repeat center center;
}

div.betStarMarked {
	color:#515151;
	background: url('../images/frontend/micro_mark.png') no-repeat center center #fff;
}

div.betStars {
	background: url('../images/frontend/miniticketstar.png') no-repeat 0 0;
	width:89px;
	height:110px;
	padding-left:8px;
	padding-top:9px;
}

div.firstBetNum {
	border-left: none;
}

div.lastStarRow{
	margin-left:14px;
}

div.betBox{
	width:98px;
	border:2px solid #ce0a5d;
	background:#fff;
}

div.betBlock{
    float:left;
    width:98px;
    margin-right:10px;
    text-align:center;
}

.bet_label {
    background: #CE0A5D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 3px 17px 2px 17px;
    margin-bottom: 2px;
    color: #fff;
    font-weight: bold;
}


    br.all {clear:both;}
    #ticket {
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      user-select: none;
    }
    
    
div.betIcons {
	text-align:center;
}

div.betRandomIcon {
	float:left;
	background: url('../images/frontend/miniticketrandom.png') no-repeat 0 0;
	width:31px;
	height:19px;
	cursor:pointer;
	margin-left:20px;
}

div.betTrashIcon {
	float:left;
	background: url('../images/frontend/minitickettrash.png') no-repeat 0 0;
	width:31px;
	height:19px;
	cursor:pointer;
}
    

#ticket_banner {
    float:left;
    width: 224px;
    height:64px;
    margin-top:10px;
}

.ticket_banner_de {
    background: url('../images/i18n/de/ticket_banner.png')  no-repeat 0 0;
}
.ticket_banner_en {
    background: url('../images/i18n/en/ticket_banner.png')  no-repeat 0 0;
}


    
/* YOUR TICKET - ticket outer, inner, bets */
#ticket_box_top { margin:10px 0 0 0; background:#f9f9f9 url('../images/frontend/bg_tickettitle.gif') no-repeat left bottom; width:780px;}
#ticket_box_top p.title { padding:0; margin:30px 0 0 0; width:180px; text-align:center; position:absolute; font-weight:bold; color:#fff;}
#ticket_box_top p.nextdraw { text-align:right; margin:0; padding:0 0 10px 0;}



#ticket_box_inner {
	background: #e4f6fb url("../images/frontend/ticketbg.jpg") no-repeat center top;
	margin: 0 0 23px 0;
	padding: 23px 0 0 18px;
	-webkit-border-radius: 13px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius: 13px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-radius: 13px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border: 1px solid #d6d6d6;
}

/* BET EDIT */
#ticket_box_inner .first { margin:0 0 0 9px;}
#ticket_box_inner .bet_edit { width:99px; font-size:11px; padding:2px 5px 10px 5px; float:left; text-align: center;}
/*#ticket_box_inner .ticket_edit { width:99px; height:290px; background:url('../images/frontend/ticket_edit.gif'); display:inline-block; margin-top:3px; margin-bottom: 5px;}*/
#ticket_box_inner .bt_editbet { background-color:#5780b5; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; border:1px solid #476fa2; border-radius:3px; -moz-border-radius:3px; margin:4px 0 6px 0; padding:5px 0; display:inline-block; width:100px; text-align:center;}
#ticket_box_inner a.bt_editbet:hover { background-color:#5692e0;}
#ticket_box_inner a.bt_addbet { background-color:#fff; color:#5780b5; text-decoration:none; font-size:11px; font-weight:bold; border:1px solid #f3777e; border-radius:3px; -moz-border-radius:3px; margin:4px 0 6px 0; padding:5px 0; display:inline-block; width:100px; text-align:center;}
#ticket_box_inner a.bt_addbet:hover { background: #64b029;
    color: #fff;
    border-color: #3a5886;}
#ticket_box_inner .bet_edit p { text-align:center; margin:0; padding:0;}
#ticket_box_inner a.cancel_bet { color:#f3777e;}
#ticket_box_inner a.cancel_bet:hover { color:#ad0d0d;}
#ticket_box_inner .ticket_edit img.cross { position:relative; top:24px; left:23px;}

/* BET PLACE */
#ticket_box_inner .bet_place { width:99px; font-size:11px; padding:15px 5px; float:left;}
#ticket_box_inner a.ticket_place { width:99px; height:290px; background:url('../images/frontend/ticket_place.gif'); display:inline-block; margin-top:3px;}
#ticket_box_inner a.ticket_place:hover { background:url('../images/frontend/ticket_place-hover.gif');}
#ticket_box_inner a.bt_placebet { background-color:#db7d0e; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; border:1px solid #ca7108; border-radius:3px; -moz-border-radius:3px; margin:4px 0; padding:5px 0; display:inline-block; width:97px; text-align:center;}
#ticket_box_inner a.bt_placebet:hover { background-color:#2b9612; border:1px solid #208309;}

#ticket_box_bottom p { 
	font-size:11px; 
	margin: 0 0 0 39px; 
	float:left;
	display: block;
	width: 359px;
}

.price_wrapper {
	background: #edf7fc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	border: 1px solid #b7cfef;
}

.price_wrapper .buttonGreen {
	margin: 8px 6px 0 0;
	float: left;
}

.price_wrapper .buttonGrey {
	margin: 8px 6px 0 0;
	float: left;
}


.total_price_text {
	min-width: 221px;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	text-align: center;
	float: left;
}

a.buttonGreen { 
	background-color:#2b9612;
	color:#fff; 
	text-decoration:none; 
	border:1px solid #208309; 
	border-radius:5px; 
	-moz-border-radius:5px;
	padding:11px 25px; 
	display:inline-block;
	min-width:78px; 
	text-align:center; 
	margin:0;
}

a.buttonGrey { 
	background-color:#888;    
	color:#fff; 
	text-decoration:none; 
	border:1px solid gray;    
	border-radius:5px; 
	-moz-border-radius:5px; 
	padding:11px 25px; 
	display:inline-block; 
	min-width:78px; 
	text-align:center; 
	margin:0;
}

a.buttonGreen:hover { 
	background-color:#22b200;
}
#numDrawsPicker {
    font-weight:bold;
    color:#000;
    padding:20px 0 24px 21px;
    width:500px;
}
#numDrawsPicker label{
    color:#000;
    padding-left:5px;
}
#numDrawsPicker input{
    margin-left:20px;
}

#unlimitedInfo {
    font-weight:normal;
    font-size: 11px;
    padding-top: 20px;
    display:none;
}

#ticketActions {
    float:right;
    padding: 19px 38px 25px 22px;
    font-size:13px;
}

#ticketActions a.random {
    color:#044AB3;
    padding-right:15px;
	font-weight: bold;
}

#ticketActions a.random:hover{
	color: #002F76;
}

#ticketActions a.cancel {
    color:#BF4662;
}

#ticketActions a.cancel:hover {
	color: #CE0A38;
}

#ticketActions a:hover {
    text-decoration:underline;
}

.ticketFull {
background: #FFFFFF url("../images/frontend/ok.png") no-repeat center 99px !important;
}