/* =============================================================================
   Contents 
   ========================================================================== */
#your_itinerary .information {
    height: 120px;
    margin-bottom: 15px;
    display: block;
}


#your_itinerary .information .title {
    background: none repeat scroll 0 0 #ECEDEB;
    display: block;
    margin: -10px -10px 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#your_itinerary .information .border_gray.small {
    margin: 0;
    width: 45%;
    min-height: 120px;
}


#your_itinerary .information #railpass_details.border_gray.small {
    float: left;
}

#your_itinerary .information #passenger_details.border_gray.small {
    float: right;
}

#your_itinerary .information #railpass_details.border_gray.small {
    margin-right: 12px;
}


#your_itinerary .information .content {
    font-weight: bold;
    text-transform: uppercase;
}

#your_itinerary .information .content > span {
    color: #0088CE;
	font-weight: normal;
    text-transform: none;

}

#your_itinerary .information #passenger_details .content > span {
    text-transform: uppercase;
}

ul {
    padding-left: 18px;
    margin: 0;
}

li {
    line-height: normal;
    list-style-image: url("../img/arrow_right.png");
    margin-bottom: 8px;
}