*:focus { 
  outline: none;
}

a {
	color: #14264A;
	text-decoration: none;
	font-weight: bold;
}

.alteration-up {
  color: #0c0;
}

.alteration-equal {
  color: #aaa;
}

.alteration-down {
  color: #c00;
}
@font-face {
    font-family: 'co_headline_corpregular';
    src: url('./font/coheadlinecorp-regular-webfont.eot');
    src: url('./font/coheadlinecorp-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/coheadlinecorp-regular-webfont.woff') format('woff'),
         url('./font/coheadlinecorp-regular-webfont.ttf') format('truetype'),
         url('./font/coheadlinecorp-regular-webfont.svg#co_headline_corpregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaregular';
    src: url('./font/4864.eot');
    src: url('./font/4864.eot?#iefix') format('embedded-opentype'),
         url('./font/4864.woff') format('woff'),
         url('./font/4864.ttf') format('truetype'),
         url('./font/4864.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'helveticabold';
    src: url('./font/helvetica_bold.eot');
    src: url('./font/helvetica_bold.eot?#iefix') format('embedded-opentype'),
         url('./font/helvetica_bold.woff') format('woff'),
         url('./font/helvetica_bold.ttf') format('truetype'),
        url('./font/helvetica_bold.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'CoHeadlineCorp-Light';
  src: url('./font/CoHeadlineCorp-Light.eot');
  src: local('CoHeadlineCorp-Light'),
    url('./font/CoHeadlineCorp-Light.woff') format('woff'),
    url('./font/CoHeadlineCorp-Light.ttf') format('truetype'),
    url('./font/CoHeadlineCorp-Light.svg') format('svg');
}
@font-face {
  font-family: 'CoHeadlineCorp-Regular';
  src: url('./font/CoHeadlineCorp-Regular.eot');
  src: local('CoHeadlineCorp-Light'),
    url('./font/CoHeadlineCorp-Regular.woff') format('woff'),
    url('./font/CoHeadlineCorp-Regular.ttf') format('truetype'),
    url('./font/CoHeadlineCorp-Regular.svg') format('svg');
}
@font-face {
  font-family: 'CoHeadlineCorp-Bold';
  src: url('./font/CoHeadlineCorp-Bold.eot');
  src: local('CoHeadlineCorp-Light'),
    url('./font/CoHeadlineCorp-Bold.woff') format('woff'),
    url('./font/CoHeadlineCorp-Bold.ttf') format('truetype'),
    url('./font/CoHeadlineCorp-Bold.svg') format('svg');
}

#wrapper {
  font: 12px/15px Arial;
  color: #000;
  background: #fff;
  overflow: hidden;
  width: 190px;
}

.currency{
  font-family: 'co_headline_corpregular'; 
  font-size: 24px;
  font-weight: bold;
  padding-top: 12px;
}
.date{
  /*font-family: 'helveticaregular'; */
  font-size: 11px;
  color: #9a9a9a;
  padding-top: 9px;
}
.change{
  font-family: 'helveticaregular'; 
  font-size: 13px;
  padding-top: 10px;
}

.russian .currency{
  font-family: 'CoHeadlineCorp-Regular';
}

.russian .date,
.russian .change {
  font-family: Arial;
}

.russian .currency span {
  font-family: 'co_headline_corpregular'; 
}

.col2 {
  width: 128px;
}
#chart{
  height: 125px;
}
#chart,
#chartfooter {
  clear: both;
  padding-left: 6px;
}

.menu ul {
  width: 100%;
}

/*.menu li {
  float: left;
  display: block;
  margin: 0 8px 16px 0;
}*/

/*.menu a {
  height: 28px;
  text-align: center;
  display: block;
  padding: 3px 8px 0 8px;
}

.menu a.active {
  color: #000;
  cursor: default;
  background: url("./images/teaser_link_active.png") center 0 no-repeat;
}
*/




/*.menu a {
    background: none repeat scroll 0 0 #F3F3F3;
    color: #000000;
}*/

.menu {
    border-radius: 2px 2px 2px 2px;
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px 7px;
    position: relative;
    display: block;
}

.menu:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #F3F3F3;
    bottom: -4px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    width: 0;
}
.menu{
    background: #F3F3F3;
    color: #000000;
}
.menu:hover {
    /*border-top: 4px solid #FCAF17;*/
}

.menu:hover {
    background: 0 0 #FCAF17;
    color: #FFFFFF;
}

.menu:hover:after {
    border-top: 4px solid #FCAF17;
}