body {
}

/* Tab image links: hide default border/outline, restore on keyboard focus */
.idx-imglink {
    border: 0;
    outline: none;
    text-decoration: none;
}
.idx-imglink:focus {
    outline: revert;
}

/* Images inside tab panels */
#tabs1 img,
#tabs2 img,
#tabs3 img {
    border: 0;
    outline: none;
}

/* News/business section: contain floated left column */
.twocol .padding10ALL {
    overflow: hidden;
}
