/*
    Document   : comics
    Created on : Sep 3, 2009, 1:15:16 PM
    Author     : Theodore Trotz
    Description:
        Purpose of the stylesheet follows.
*/

.item { width: 8.9em; }
.item img { max-width: 8.5em; /* Max-Width for Internet Explorer Below. */
    width:expression(
    document.body.clientWidth > (500/14) *
    parseInt(document.body.currentStyle.fontSize)?
        "8.5em":
        "auto" );
}

img.banner.atlas { width: 6.25em; }
img.banner.dc { width: 2.81em; }
img.banner.dell { width: 4.63em; }
img.banner.ec { width: 2.5em; }
img.banner.goldkey { width: 9.06em; }
img.banner.marvel { width: 7.88em; }
