/* 
    Document   : otherproducts
    Created on : Sep 3, 2009, 1:58:25 PM
    Author     : ryan
    Description:
        Purpose of the stylesheet follows.
*/

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

.item img { width: 150px;}

#browseOtherProducts table img { width: 15.63em; }
img.banner.otherProducts { width: 17em; }