/* section breadcrumb custom control styles */
#breadcrumb-ferry  {
margin: 0px 0px 10px 5px;
overflow:hidden;
font-size: 12px;
padding-bottom: 10px;
}
#breadcrumb-ferry  dd {
color:white;
float:left;
margin:0px;
}
#breadcrumb-ferry  dd div {
background: #6b92bd;
padding: 10px;
border-radius: 5px;
margin-right: 10px;
}
#breadcrumb-ferry  dd div a {
color: #0049A7;
font-weight: bold;
text-decoration: none;
}
#breadcrumb-ferry  dd div a:hover {
text-decoration:underline;
}
#breadcrumb-ferry  dd.active {
color: white;
font-weight: bold;
background:url(./images/arrow.png) no-repeat;
background-position: 0px 4px;
margin:0px;
}
 
.depart, .return, .promoDetails
{
float: left;
width: 230px;
}

.passenger_details
{
float: left;
width: 100%;
margin-top: 30px;
}

 
/* end section */
