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

img {
    border: none;
}

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

#col-a {
    float: left;
}

#col-b {
    float: right;
    width: 650px;
    position: relative;
}
 
#col-b a:hover {
    color: #AAD045;
    text-decoration: underline;
}

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

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

#results a, #col-a a, #col-b a {
    color: #5A4099;
    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 {
    font-size: 20px;
    color: #5A4099;
    margin: 0px 0px 0px 0px;
    background-image: url(/media-server/static/css/images/grey_h3.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 5px;
    font-weight: bold;
    border-right: 1px solid #a0b1b8;
}

.micro {
    font-size: 12px;
}

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

#page-banner .copy {
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    left: 2em;
    top: 2em;
}
#page-banner .page-rail {
    position: absolute;
    right: 0;
}

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

/* 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;
}
