/* Disable dropdown for 'articles' nav item, since we can't get it to work in ie7 (dropdown randomly disappears) */

#pageHeader ul li ul { top: -999em; }
#pageHeader ul li#navArticles>a { padding-right: 0; background: transparent; }


.articleImage { width: auto; }
.centreColumn-inner { max-width: 100%; } /* To prevent IE7 from chopping off wide article images */

/* Highlight boxes */
.highlightBox { height: 100%; }

/* Pagination boxes */
.pagination span { display: inline-block; margin-top: -10px; }

.threecolShaded.centre { float: left; width: 39.5%; } /* rounding bug */

.threecolShaded.centre .inner.iehack { width: 76%; }

.pagekit { width: 31.5%; }

code, kbd, samp { font-size: 1.0em; }


/* Form fields */

input[type="submit"] { padding: 2px 0; }

/* BSA ad box */
#sidebar .adBox { padding-bottom: 10px; }

#followTab {
  background: url('/res/Image/v4/follow-tab/ie-gradient.png');
}

ul#followTab { list-style-image: none; }

/* To stop IE7 displaying border around hr */
hr.swirl { display: list-item; list-style: url("/res/Image/v4/misc/hr-swirl.png") inside; filter: alpha(opacity=0); margin-left: -10px; width: 0; }

