﻿/* Common trip elements used in destinations and trips pages */

/* Trip */

.trip
{
    background:#353535 url("images/trips_bk.jpg") top left repeat-x;
    color:#FFFFFF;
    padding:15px 10px 10px 10px;
    border-top:solid 1px #b4b4b4;
    position:relative; /* Needed for peekaboo fix in IE 6 */
}

.tripl
{
    float:left;
    width:120px;
    margin-right:10px; /* This was margin-left: 10px in .tripr */
    margin-top:15px;
    position:relative; /* Needed for peekaboo fix in IE 6 */
}

.tripl img
{
    border:solid 1px #868686;
}

.tripr
{
    float:left;
    
    width:313px;
    margin-top:15px;
    font-size:0.9em;
    position:relative; /* Needed for peekaboo fix in IE 6 */
}

.tripsummary
{
    background:#4E4E4E;
    border-bottom:solid 1px #000000;
    padding:10px;
}

.tripdetails
{
    background:#4E4E4E;
    border-top:solid 1px #868686;
    padding:10px;
}

.tripdetails .tlabel
{
    float:left;
    width:70px;
}

.tripdetails .tval
{
    float:left;
    width:140px;
}

.tripdiff0
{
    background:#FFFFFF;
    padding:5px;
    text-align:center;
    margin-top:10px;
    font-weight:bold;
    color:#CD0505;
}
.tripdiff0 a
{
    color:#CD0505;
    display:block;
}

.tripdiff1
{
    background:#F3C3C3;
    padding:5px;
    text-align:center;
    margin-top:10px;
    font-weight:bold;
    color:#CD0505;
}
.tripdiff1 a
{
    color:#CD0505;
    display:block;
}

.tripdiff2
{
    background:#E78585;
    padding:5px;
    text-align:center;
    margin-top:10px;
    font-weight:bold;
    color:#CD0505;
}
.tripdiff2 a
{
    color:#CD0505;
    display:block;
}

.tripdiff3
{
    background:#DA4646;
    padding:5px;
    text-align:center;
    margin-top:10px;
    font-weight:bold;
    color:#FFFFFF;
}
.tripdiff3 a
{
    color:#FFFFFF;
    display:block;
}

.tripdiff4
{
    background:#CD0505;
    padding:5px;
    text-align:center;
    margin-top:10px;
    font-weight:bold;
    color:#FFFFFF;
}
.tripdiff4 a
{
    color:#FFFFFF;
    display:block;
}

.tripactivities
{
    font-size:0.9em;
    padding:8px 0px 8px 0px;
    border-bottom:solid 1px #A46200;
}

.tripstyles
{
    font-size:0.9em;
    padding:8px 0px 0px 0px;
}

.tripbottom
{
    /*background:#A46200;*/ /* Colour is specified by colour style sheet */
    padding:8px 6px 0px 6px;
    margin-bottom:6px; 
    font-size:1.1em;
    height:18px;
}

/* 2 Column */
.tripwl
{
    float:left;
    width:389px;
    margin-right:9px;

}

.tripwr
{
    float:left;
    width:389px;

}

.tripwl .tripr,.tripwr .tripr
{
    width:234px;
}

span.sml
{
    font-size:0.8em;
    font-weight:normal;
}

