/* =============================================================================
   Your Journey 
   ========================================================================== */
#your_journey h2 {
	background: url("../img/ticket_option/icon_blue_train.png") no-repeat scroll right 5px transparent;
}

#your_journey .trip.gray{
	width: 240px;
}

/* === Section Trip === */
#your_journey .trip .one_way:before {
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #3e3d40;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    margin-top: 3px;
    
}

#your_journey .trip .one_way {
    padding-left: 6px;
    padding-right: 9px;
}

#your_journey .trip .return:before {
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #3e3d40 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    margin-top: 2px;
    margin-left: -5px;
}

#your_journey .trip .return {
    padding-left: 6px;
    padding-right: 11px;
}

#your_journey .trip span.depart , #your_journey .trip span.arrival, #your_journey .trip span.duration  {
	display:block;
}

#your_journey .trip span.depart span, #your_journey .trip span.arrival span, #your_journey .trip span.duration span {
	font-weight: bold;
}

#your_journey .trip span.people {
	display: block;
    margin-top: 8px;
}

#your_journey .trip .cost span {
    font-weight: bold;
}

/* === Section Total === */
#your_journey #total_journey {
	height: 13px;
	margin-bottom: 10px;
}

#your_journey  #total_journey.gray {
    float: none;
}

#your_journey #total_journey.gray h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    float: left;
    vertical-align: baseline;
}

#your_journey #total_journey .total, #your_journey #total_journey .total span {
    font-size: 17px;
    text-align: right;
}

#your_journey #total_journey .total {
	float: right;
	color: #0088CE;
}

#your_journey #total_journey .total span{
	font-weight: bold;
}

/* === Section information link === */
#your_journey .journey_information_right{
	display: block;
	float: right;
}

#your_journey .journey_information_right span {
	display: block;
	text-align: right;
}

#your_journey .journey_information_right .journey_information_link {
	background: url("../img/arrow_right.png") no-repeat scroll 100% center transparent;
    padding-right: 10px;
    text-align: right;
}
