/* =============================================================================
   View Map 
   ========================================================================== */
#view_map.digital-box {
    height: 41px;
    padding: 2px;
}

/* =============================================================================
   Ticket Option 
   ========================================================================== */
#ticket_option form {
	margin-top: 15px;
}

#ticket_option .border_gray {
	width: 534px;
	margin-bottom:-1px;
	margin-top: 0px;
}

#ticket_option .border_gray .description span {
	display:block;
	float: left;
}

#ticket_option .delivery {
	float: left;
	font-size: 11px;
	padding-left: 35px;
}

#ticket_option .print_home.delivery {
	background: url("../img/icon-pdf.png") no-repeat scroll 34px 6px transparent;
}

#ticket_option .print_home.delivery:hover, #ticket_option .print_home.delivery.selected {
	background: url("../img/icon-pdf.png") no-repeat scroll 34px 6px #ecedeb;
	cursor: pointer;
}

#ticket_option .train_station.delivery {
	background: url("../img/icon-train.png") no-repeat scroll 34px 14px transparent;
}

#ticket_option .train_station.delivery:hover, #ticket_option .train_station.delivery.selected {
	background: url("../img/icon-train.png") no-repeat scroll 34px 14px #ecedeb;
	cursor: pointer;
}

#ticket_option .envelope.delivery {
	background: url("../img/icon-envelope.png") no-repeat scroll 34px 11px transparent;
}

#ticket_option .envelope.delivery:hover, #ticket_option .envelope.delivery.selected {
	background: url("../img/icon-envelope.png") no-repeat scroll 34px 11px #ecedeb;
	cursor: pointer;
}

#ticket_option .delivery .description {
    display: block;
    margin-left: 35px;
}

#ticket_option .delivery .description .title {
	color: #0088CE;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#ticket_option .delivery .form-radio {
    float: left;
    margin-left: -25px;
    margin-top: 2px;
}

#ticket_option input.button-primary[type="submit"] {
    margin-top: 20px;
    margin-bottom: 0;
}
