/*
CSS from:
http://www.alistapart.com/articles/onionskin/
modified to use descendant selectors instead of class names,
as suggested by Sergio: http://www.alistapart.com/discuss/onionskin/3/#c8219
Updated to allow for multiple shadow styles throughout the site
*/

div.shadow3, div.shadow3 div, div.shadow3 div div {
    display:inline-table;
}

div.shadow3 {
    float:left;
    background:url(../images/shadows/03/shadow.gif) right bottom no-repeat;
}

div.shadow3 div {
    background:url(../images/shadows/03/corner_bl.gif) -16px 100% no-repeat;
}

div.shadow3 div div {
    padding:0px 8px 8px 0;
    background:url(../images/shadows/03/corner_tr.gif) 100% -16px no-repeat;
}

div.shadow3 div div img {
    display:block;
}
