/*CSS HANDLER */

/*
WIDGET: sezione market movers
*/


#market_movers{
    
}
#market_movers .icon{
    background: url("../img/MarketMovers_icon.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 84px;
    position: absolute;
    right: -80px;
    top: -45px;
    width: 200px;  
}

#market_movers .widgetTitle:after{
  background: url("../img/MarketMovers_icon.png") no-repeat scroll -20px -27px rgba(0, 0, 0, 0);
  content: ".";
  display: block;
  height: 76px;
  overflow: hidden;
  position: absolute;
  right: -22px;
  text-indent: 300px;
  top: -18px;
  white-space: nowrap;
  width: 80px;
  z-index: 1;

}


#mm_list_cont{    
    background: url("../img/MarketMovers_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 16px;
}

#mm_list{
     width: 100%;
     margin: 0 auto;
}

#market_movers li{
    background: url("../img/MarketMovers_li_bg.png") repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 66px;
    text-align: center;
}
   
#market_movers li:hover{
    background-image: none;
    color: inherit;
}

.mmname{
    color: var(--colore_principale);;
    display: block;
    font-size: 17px;
    height: 23px;
    
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
}

.mmodd{
   background: url("../img/MarketMovers_sprite.png") repeat scroll -5px -1px rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #222222;
    display: inline-block;
    text-align: center;
    width: 31%;
    margin-left: 3px;
}

.mmodd.up{
     background-position: -5px -41px;
}
.mmodd.down{
     background-position: -5px -81px;
}

.mmsign{
    display: block;
    height: 19px;
    line-height: 19px;
}


#market_movers .mmodd a{
   background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #222222;
    display: block;
    height: 19px;
    line-height: 19px;
    padding: 0;
}


.mm_legenda{
 background: none repeat scroll 0 0 #000;
padding: 9px;
text-align: center;
}

.mm_legenda span{
    
    display: inline-block;
width: 32%;
    
}

.downQuote{
    color: #FF0000;
}

.upQuote{
    color: #DBF07E;
    
    
}
.stableQuote{
    color: #fff;
}


#market_movers h3 {
  margin-top: 10px;
}