.landing .col span.p {   display: block; }

/* All zoom: 1; display: inline; is to fix IE7 display: inline-block bug */

#main, .main, .cols {

    letter-spacing: normal;

}

#leftnav, #facets, #primary, #secondary, .primary, .secondary, .full {
    display: inline-block;
    zoom: 1; display: inline;
}

.hover-links a {

    display: inline-block;
    zoom: 1; display: inline;

}

ul, ol {
    /*more padding for IE7*/
    padding-left: 25px;
}


.promo {
    /*Extra padding at bottom of promo in IE7*/
    padding-bottom: 10px;
    margin-top: 9px;
}

.feature .item {

    display: inline-block;
    zoom: 1; display: inline;

}

.feature .next, .feature .prev {

    /* Fix next and back arrow issue in IE7*/
    margin-top: 115px;
}

/*Make text not wrap round navigation feature images on home page in IE7*/
.p { display: block; zoom:1;}

/*IE 7 Road projects styles */

.projecttabs > ul li {
    display: inline-block;
    /*fix IE 7 tab display hack */
    zoom: 1;
    display: inline;
}

.projecttabs > ul a, .roads .tabs > ul a {
    display: inline-block;
    /*fix IE 7 tab display hack */
    zoom: 1;
    display: inline;
}

#helpicon {
    display: inline-block;
    /*fix IE 7 tab display hack */
    zoom: 1;
    display: inline;
}

#helpicon:hover #helppopup{

    DISPLAY: inline-block;
    /*fix IE 7 tab display hack */
    zoom: 1;
    display: inline;

}

#progress-text #glance{
    display: inline-block;
    /*fix IE 7 tab display hack */
    zoom: 1;
    display: inline;
    /*Reset  space between elements in at glance*/
    height: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#helpicon-traffic {
    display: inline-block;
    /*fix IE 7 tab display hack */
    zoom: 1;
    display: inline;

}


/*traffic services*/

.traffictabs > ul li {
    display: inline-block;
    /*fix IE 7 tab display hack */
    zoom: 1;
    display: inline;

}

.traffictabs > ul a.current, .traffictabs > ul a.current:hover, #content .traffictabs > ul a.current {
    display: inline-block;
    /*fix IE 7 tab display hack */
    zoom: 1;
    display: inline;
}

.traffictab {
    display: inline-block;
    /*fix IE 7 tab display hack */
    zoom: 1;
    display: inline;
}