/*  screen-ie.css */

/*  target: Internet Explorer 7 (released 2006) */

/*  ---------------------------------------------------------------------------
 *  COMPONENT STYLING
 *  ---------------------------------------------------------------------------
 */

/* (non-api buttons)

.nav .right .size_02 {
    line-height: 12px;
    }
*/

.ie_shadow {
    display: block;
    width: 433px;
    height: 325px;
    margin: 0 0 -335px -10px;
    background: #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='10',MakeShadow='true',ShadowOpacity='0.40')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10',MakeShadow='true',ShadowOpacity='0.40');
    }

/*  ---------------------------------------------------------------------------
 *  End
 */
