@charset "utf-8";
/* CSS Document */
<!-- CSS with support for IE -->


<!--
#offerbanner {
     /* IE 5.0/Win and other lesser browsers will use this */
     position: absolute; right: 0px; bottom: 0px;

}
body > div#offerbanner {
     /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
     position: fixed;
}
#banfoot
{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}
#bantitles
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#bansmalltxt
{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}
#banorder
{
font-size:14px;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
}
#bandecline
{
font-size:14px;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
}
-->
<!--[if gte IE 5.5]>
<![if lt IE 7]>

div#offerbanner {
     /* IE5.5+/Win - this is more specific than the IE 5.0 version */
     right: auto; bottom: auto;
     left: expression( ( -0 - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
     top: expression( ( +0 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

<![endif]>
<![endif]-->
