/**
 * TRAVEL SPECIFIC */
#contenttrip
{
    /*border-left: 1px solid #585956;*/
    padding: 0 10px 20px 10px;
    width: 610px;
}

div.travelbox
{
    display: block;
    width: 590px;
    margin: 0px 0px 20px;
}
div.picturebox
{
    vertical-align: top;
    display: inline-block;
    width: 150px;
}
div.travelleft
{
    border-style: solid;
    border-width: 1px 0 0;
    float: left;
    height: 120px;
    margin: 5px;
    padding: 10px 0 0;
    text-align: left;
    width: 295px;
    display: inline-block;
} 

div.travelright
{
    border-style: solid;
    border-width: 1px 0 0;
    float: right;
    height: 120px;
    margin: 5px;
    padding: 10px 0 0;
    text-align: left;
    width: 295px;
    display: inline-block;
} 
p.triptypeheading
{
    font-family: sans-serif;
    font-size: 11px;
    font-color: #585956;
    line-height: 17px;
}
p.triptype
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 17px;
    margin-top: 4px;
    list-style-position: outside;
    list-style-type: circle;
}


span.travelinfo
{
    display: inline-block;
    width: 400px;
}

p.trip
{margin: 0px 0px 4px 0px;
} 

a.trip {color: #585956; text-decoration: none;  }
a.trip:hover { color: #80c4cd; text-decoration: none;  }

