#outer {
    width: 100%;
    min-height: 494px;
    _height: 494px;
    background: url(../images/bg-outer.png) repeat-x;
}
#container {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
#day-currency {
    margin-top: 40px;
    height: 49px;
    float: left;
    position: relative;
}
#day-currency .hide_evolution {
    padding-right: 50px;
    padding-bottom: 3px;
}
#day-currency .positive {
    padding-right: 50px;
    line-height: 50px;
    background: url(../images/evolution-up.png) no-repeat 100% 50%;
}
#day-currency .negative {
    padding-right: 50px;
    line-height: 50px;
    background: url(../images/evolution-down.png) no-repeat 100% 50%;
}
#day-currency .stable {
    padding-right: 0;
    padding-bottom: 3px;
    background-image: none;
    line-height: 50px;
}
#day-currency h2 {
    font-size: 30px;
    font-weight: bold;
    color: #5B481E;
    font-family: 'Signika', sans-serif;
}
#content {
    position: absolute;
    left: 0;
    top: 100px;
}
#error {
    width: 980px;
    text-align: center;
    font: 11px Tahoma;
    color: #7B7E4E;
}
#error p {
    line-height: 140%
}
#error a {
    text-decoration: underline
}
h1#oops {
    width: 629px;
    height: 117px;
    background: url(../images/oops.png) 175px 109px no-repeat;
    text-indent: -1000em;
    padding: 109px 0 0 175px;
}
h1#logo {
    width: 194px;
    height: 128px;
    text-align: center;
    position: relative;
    float: left;
}
h1#logo a {
    width: 194px;
    height: 128px;
    display: block;
    color: #000;
    cursor: pointer;
}
h1#logo a span {
    width: 194px;
    height: 128px;
    display: block;
    background: url(../images/logo.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.ad-box {
    margin: auto;
    border: 0px;
    padding: 0px;
}
#logo .ad-box a {
    width: 125px
}
.S125 {
    width: 125px;
    height: 125px;
}
.S468 {
    width: 468px;
    height: 60px;
}
.S234 {
    width: 234px;
    height: 60px;
}
#main {
    width: 591px;
    height: 280px;
    background: url(../images/bg-main.png) no-repeat;
    float: left;
    position: relative;
    border-radius: 0 10px 0 0;
}
#main #right div.tabs ul li a.selected,
#main #left div.tabs ul li a.selected {
    background-position: left top;
    color: #FF7419;
}
#main #left div.tabs ul li a.selected:hover span,
#main #right div.tabs ul li a.selected:hover span {
    background-position: right top;
    color: #FF7419;
}
#main #right div.tabs ul li a.selected span,
#main #left div.tabs ul li a.selected span {
    background-position: right top;
    color: #FF7419;
}
#main #right div.tabs ul li.dropdown a {
    background: url(../images/dropdown-right-left.png) left bottom no-repeat
}
#main #right div.tabs ul li.dropdown a span {
    background: url(../images/dropdown-right-right.png) right bottom no-repeat
}
#main #left div.tabs ul li.dropdown a {
    background: url(../images/dropdown-left-left.png) left bottom no-repeat
}
#main #left div.tabs ul li.dropdown a span {
    background: url(../images/dropdown-left-right.png) right bottom no-repeat
}
#main #right div.tabs ul li a {
    background: url(../images/tab-right-left.png) left bottom no-repeat
}
#main #right div.tabs ul li a:hover,
#main #left div.tabs ul li a:hover {
    color: #fff
}
#main #right div.tabs ul li a:hover span,
#main #left div.tabs ul li a:hover span {
    color: #fff
}
#main #right div.tabs ul li a span {
    background: url(../images/tab-right-right.png) right bottom no-repeat
}
#main #left div.tabs ul li a {
    background: url(../images/tab-left-left.png) left bottom no-repeat
}
#main #left div.tabs ul li a span {
    background: url(../images/tab-left-right.png) right bottom no-repeat
}
#main .inner {
    width: 255px;
    height: 81px;
    float: left;
    padding: 23px 20px;
}
#main input {
    font: bold 20px Verdana;
    color: #A2A66F;
    border: 0;
    background-color: transparent;
    text-align: right;
    display: block;
    margin: 11px 0 0 10px;
    width: 234px;
}
#left,
#right {
    position: relative
}
div.tabs {
    position: absolute;
    width: 256px;
    top: 82px;
    left: 20px;
    height: 21px;
    overflow: hidden;
}
div.tabs a.controls#from-right,
div.tabs span.controls#from-right-disabled {
    right: 0;
    background-image: url(../images/from-right.png);
}
div.tabs a.controls#from-left,
div.tabs span.controls#from-left-disabled {
    left: 0;
    background-image: url(../images/from-left.png);
}
div.tabs a.controls#to-right,
div.tabs span.controls#to-right-disabled {
    right: 0;
    background-image: url(../images/to-right.png);
}
div.tabs a.controls#to-left,
div.tabs span.controls#to-left-disabled {
    left: 0;
    background-image: url(../images/to-left.png);
}
div.tabs div.tabs-inner {
    margin: 0 auto;
    width: 180px;
    overflow: auto;
    height: 60px;
}
div.tabs a.controls,
div.tabs span.controls {
    position: absolute;
    top: 1px;
    width: 30px;
    height: 20px;
    background-position: 0 0;
}
div.tabs a.controls:hover {
    background-position: 0 -20px
}
div.tabs ul {
    display: block;
    height: 21px;
}
div.tabs ul li.dropdown {
    width: 75px;
    position: relative;
}
div.tabs ul li.dropdown .dropdown-tabs {
    position: absolute;
    top: 21px;
    left: 0;
}
div.tabs ul li.dropdown .dropdown-tabs li a {
    width: 25px;
    height: auto;
    float: left;
    display: block;
    padding: 5px 10px;
    font: bold 11px Arial;
    color: #5A6730;
    background: #fff none !important;
}
div.tabs ul li.dropdown a span {
    padding-right: 42px
}
div.tabs ul li {
    display: block;
    float: left;
}
div.tabs ul li a {
    height: 21px;
    float: left;
    display: block;
    padding-left: 2px;
    font: bold 11px Arial;
    color: #5A6730;
}
div.tabs ul li a span {
    float: left;
    display: block;
    height: 16px;
    padding: 3px 8px 2px 5px;
    width: 30px;
    text-align: center;
    font: bold 11px Arial;
    color: #5A6730;
    cursor: pointer;
}
div.tabs a.end,
div.tabs a.end:hover,
div.tabs span.controls {
    cursor: default;
    background-position: 0 -40px;
}
#results-left,
#results-right {
    font: bold 11px Arial;
    color: #464032;
    width: 255px;
    float: left;
    padding: 20px;
    padding-top: 15px;
}
#results-left fieldset {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 1px solid red;
}
#results-left strong,
#results-right strong {
    font: bold 19px Verdana;
    color: #FF7419;
    display: block;
}
.nodecoration {
    color: #464032;
    font-family: Arial;
    font-size: 11px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
}
.nodecoration:hover {
    color: #464032;
    font-family: Arial;
    font-size: 11px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
}
#results-left {
    padding-bottom: 3px
}
#results-left,
#plus,
#minus {
    text-align: right
}
#powered-by {
    font: 10px Arial;
    color: #464032;
    position: absolute;
    top: -17px;
    right: -179px;
}
#logo-powered {
    width: 195px;
    height: 128px;
    text-align: center;
    position: relative;
    float: left;
}
#logo-powered a {
    width: 195px;
    height: 128px;
    display: block;
    color: #EA5E00;
}
#logo-powered .ad-box a {
    width: 125px
}
#logo-powered a:hover {
    color: #EA5E00
}
#logo-powered a span {
    width: 195px;
    height: 128px;
    display: block;
    background: url(../images/promo-right-convertor.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
#logo-powered p {
    color: #464032;
    font-family: Arial;
    font-size: 11px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    padding-left: 3px;
    padding-right: 3px;
}
#footer {
    width: 591px;
    color: #B0A890;
    text-align: center;
    font-size: 10px;
    padding: 50px 0 80px 0;
}
#footer a {
    text-decoration: underline
}
#announcements {
    width: 591px;
    height: 30px;
    line-height: 29px;
    background: url(../images/announcements-bgrd.png) no-repeat top center;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
}
#announcements a {
    color: #EA5E00
}
#announcements a:hover {
    color: #FFF
}
#twitter {
    color: #464032;
    font-size: 16px;
    text-align: center;
    margin: 5px;
    margin-top: 40px;
}
#span.select {
    position: absolute;
    width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */;
    height: 21px;
    padding: 0 24px 0 8px;
    color: #fff;
    font: 12px/21px arial,sans-serif;
    background: url(select.gif) no-repeat;
    overflow: hidden;
}
#userinput {
    position: absolute;
    top: 132px;
    left: 0px;
    width: 590px;
    height: 40px;
    padding: 0px;
}
#dateselectortitle {
    position: absolute;
    top: 0px;
    left: 10px;
    padding: 0px;
    margin: 0px;
    color: #ffffcc;
}
#taxselectortitle {
    position: absolute;
    top: 0px;
    left: 315px;
    padding: 0px;
    margin: 0px;
    color: #ffffcc;
}
#paymentselectortitle {
    position: absolute;
    top: 0px;
    left: 467px;
    padding: 0px;
    margin: 0px;
    color: #ffffcc;
}
#ortitle {
    position: absolute;
    top: 20px;
    left: 444px;
    padding: 0px;
    margin: 0px;
    color: #ffffcc;
}
#click_overlayer {
    border: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
#announcements-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
	_height: 1px;
	_position: absolute;
	_width: 100%;
	_top: expression( (- announcements.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}