/**
 * @title       oXya global styles
 * @affected    IE6 & IE7
 */


/**
 * @workaround          png
 * @affected            ie6
 */
* html #searchForm .text {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/benelux/templates/oxya/img/bg/bg-input-search.png',sizingMethod='image');
}
* html #content {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/benelux/templates/oxya/img/bg/bg-content.png',sizingMethod='crop');
}

/**
 * @workaround          auto width behaviors
 * @affected            ie6
 */
* html #mainMenu li {width:1%;}
* html #mainMenu ul {width:15.5em;}
* html #mainMenu ul ul {width:13em;}
* html #navigation .access li a {width:7.5em;}
* html #navigation .access li.last a {width:5em;}

/**
 * @workaround          min-height unsupported
 * @affected            ie6
 */
* html #main .push .content {height:115px;}

/**
 * @workaround          position fixed unsupported
 * @affected            ie6
 */
* html #footer {position:static;}
* html #content {padding-bottom:20px;}

#aside {top:15px;}

/**
 * @workaround         Clearing, hasLayout
 */
#wrapper, #content, #navigation, #aside .push h2,#mainMenu ul, #mainMenu li {zoom:1;}

#footer .sapHosting, #footer .sapCloud  {
    margin-top:23px;
}