h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

ul {
    list-style-type: none;
    padding:0;
}

#col-a {
    float: left;
}

#col-b {
    float: right;
    width: 65%;
    position: relative;
}
 
#col-b a:hover {
    text-decoration: underline;
}

#finder_form a {
    text-decoration: none;
    font-weight: bold;
}

#pricing-tab, #overview ul {
    padding: 0;
}

#results a, #col-a a, #col-b a {
    font-weight: bold;
    text-decoration: none;
}

.border-silver { 
    border-bottom: 1px solid #a0b1b8; 
    border-left: 1px solid #a0b1b8; 
    border-right: 1px solid #a0b1b8; 
    padding: 0px 0px 0px 0px; 
    margin: 0px 0px 10px 0px; 
}

.border-silver-full {
    border: 1px solid #a0b1b8;
    margin: 0px 0px 10px 0px;
    padding: 5px;
}

.purple {
    color: #5A4099;
}

.white {
    color: #FFFFFF !important;
}

.right {
    float: right;
    margin: 0 0 10px 10px;
}

.silver-bg {
    color: #555e63; margin: 0; 
    background: url(images/grey_h3.png) no-repeat top left; 
    background: -webkit-gradient( linear, 0 0%, 0 100%, from(#A0B1B8), to(#FFF) );
    background: -moz-linear-gradient(top, #A0B1B8, #FFF, #FFF);
    border: 1px solid #A0B1B8;
    border-bottom: none; 
    padding: 5px;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-top-right-radius: 10px;
    border-radius: 10px 0 0 0;
    font-weight: bold; border-right: 1px solid #a0b1b8;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.micro {
    font-size: 12px;
}

.left {
    float: left;
    margin: 0 10px 10px 0;
}

#page-banner { position: relative;}
#page-banner .copy {
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    left: 2em;
    top: 2em;
}
#page-banner .page-rail { border-left: 3px solid #FFF; 
    background:url(../images/rail-purple.jpg) no-repeat bottom right;position:absolute; bottom:0;right:0;width:43px;height:300px;
}
 
#breadcrumbs ul, #breadcrumbs ul li { margin: 0; padding: 0; list-style: none;}
#breadcrumbs ul { margin-top: 5px; margin-left: 5px; }
#breadcrumbs ul li { list-style: none; list-style-image: none; }
#breadcrumbs ul li.last, #breadcrumbs ul li.last a { background: none; }
#breadcrumbs a { 
  display: inline-block; 
  line-height: 2em;
  padding-right: 10px; background: url('images/chevron-green-light.gif') no-repeat right center; 
  zoom:1; *display:inline; /* IE */
} 
#breadcrumbs span { display: inline-block; } 

/* Search Results */
.pagination {
    margin-top: 0.5em;
}

/* Trip Styles */
#trip-styles li { list-style: none; float: left; font-size: 10px; text-align: center; margin: 0 0 0 0; width: 54px;}

/* Booking, fix the list numbering issue in ie7 */
.ie6 #id-booking-steps, .ie7 #id-booking-steps {
    margin-left: 0;
}

.ie7 #id-booking-steps li {
    display : list-item;
    vertical-align: top;
}

/* Webkit, fix the border around the trip code search */
.webkit #finder dd.code {
    border: none !important;
}

.webkit #finder input#id_dossier_code, .webkit #finder input#id_q {
    border: 1px solid #A0B1B8 !important;
}

/* IE */
.ie6 #overview ul, .ie7 #overview ul {
    margin-left: 0;
}

.ie6 #pricing, .ie7 #pricing {
    display: inline-block;
}

.ie6 .border-silver, .ie7 .border-silver {
    display: inline-block;
}

.ie6 #finder dd, .ie7 #finder dd {
    background-image: none !important;
}

