/* =============================================================================
   Content 
   ========================================================================== */

#delivery_option h3.complex-title {
    margin-bottom: -10px;
    margin-top: 5px;
}
   
#delivery_option .title_option {
    border-bottom: 1px solid #BCBDBC;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

h4.complex-title.departure {
    background: url("../img/delivery/separator_option.png") no-repeat scroll right center transparent;
    padding-right: 40px;
}

h4.complex-title {
    display: inline;
    line-height: 15px;
}

.title_option .date_option {
    display: inline;
    float: right;
    line-height: 15px;
    vertical-align: baseline;
}

.delivery_option {
    display: inline;
    float: left;
    text-align: center;
    width: 33%;
}

.delivery_option > span {
    line-height: 14px;
    vertical-align: baseline;
}

.delivery_option input {
    display: block;
    margin-bottom: 5px;
    margin-left: 46%;
    margin-top: 5px;
}

.delivery_option label {
	font-weight: bold;
    text-align: center;
}

.delivery_option label .not_available {
    font-size: 9px;
}

.delivery_option span a {
    line-height: 14px;
    vertical-align: sub;
}

.delivery_option span > img {
    border: 1px solid #FFF;
    border-radius: 5px 5px 5px 5px;
}

.delivery_option.selected span > img {
    border: 1px solid #0088CE;
    border-radius: 5px 5px 5px 5px;
}

/* =============================================================================
   left colunm 
   ========================================================================== */
#your_journey .gray{
	margin-top: 10px;
	width: 240px;
}
   
#your_journey input {
    min-width: 122px;
    white-space: pre;
}

#your_journey .button-primary {
    float: right;
}

#your_journey .journey.first {
    background: url(../img/delivery/separator_journey.png) no-repeat scroll 8px 1px transparent;
    border-top: medium none;
    padding-top: 0;
}

#your_journey .journey {
    background: url(../img/delivery/separator_journey.png) no-repeat scroll 8px 17px transparent;
    border-top: 1px solid #BCBDBC;
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-top: 15px;
}

#your_journey .journey span{
	font-size: 11px;
}

.journey > span > span {
    display: block;
}

#your_journey span.blue {
    color: #008ACF;
    display: inline;
    font-weight: bold;
}

#your_journey .title .dep, #your_journey .title .arr {
    line-height: 15px;
    text-transform: uppercase;
}

#your_journey .total .title {
    float: left;
    padding-left: 26px;
    text-transform: uppercase;
}

#your_journey .total .cost {
    color: #008ACF;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: 12px;
}