#ticker.element-large
{
  width: 918px;
  height: 100px;
  background-image: url('http://www.forzaitalia.it/speciali/sfondo-ticker.png');
  background-repeat: no-repeat;
  padding: 10px 21px 20px 21px;
}

#ticker-channel {
  float: left;
  font-size: 1.2em;
  margin: 0 0 10px;
  width: 100%;
  line-height: 1em;
}

#ticker-msgs {
  float: left;
  height: 101px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#ticker-msgs .icon {
  background-color: #D8EFF9;
  color: #1F497D;
  font-size: 0.7em;
  font-weight: bold;
  left: 605px;
  position: absolute;
  text-align: right;
  top: 42px;
  width: 149px;
  z-index: 100;
}

#ticker-msgs .icon a
{
  color: #1F497D;
}

#ticker-msgs .icon span
{
  display: block;
  float: right;
  margin-right: 10px;
  line-height: 1.3em;
  font-style: italic;
}

#ticker-msgs .icon img
{
  float: right;
}

#ticker-list
{
  float: left;
  list-style-type: none;
}

#ticker li {
  float: left;
  height: 101px;
  overflow: hidden;
  width: 918px;
}


#ticker-list .avatar
{
  float: left;
  width: 64px;
  height: 64px;
}

#ticker-list .avatar a{
  display: block;
  float: left;
  width: 64px;
  height: 64px;
}

#ticker-list .avatar img
{
  width: 64px;
}

#ticker-list .testo {
  float: left;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: -2px 0 0 20px;
  width: 834px;
  color: #1F497D;
  height: 68px;
}

#ticker-list .testo a, #ticker-list .links a
{
  color: #2960a7;
  text-decoration: none;
  font-weight: normal;
}

#ticker-list .testo a:hover, #ticker-list .links a:hover
{
  text-decoration: underline;
}

#ticker-list a
{
  color: #1f497d;
  text-decoration: none;
}

#ticker-list a:hover
{
  text-decoration: underline;
}

#ticker-list .links
{
  font-size: 0.65em;
  color: #777;
}
#ticker-list .links a{
  color: #777;
}
#ticker-list .links a:hover{
  color: #2960a7;
}
#ticker-list .twitter-actions{
  display: block;
  float: right;
  margin-right: 16px;
}
#ticker-list .twitter-data{
  display: block;
  float: left;
  margin-top: -3px;
}
#ticker-list .twitter-action-icon{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url("http://www.forzaitalia.it/gui-images/twitter-actions.png");
  background-repeat: no-repeat;
}
#ticker-list .twitter-action-icon.twitter-rispondi{
  background-position: 0 0;
}
#ticker-list .twitter-action-icon.twitter-rispondi:hover{
  background-position: 0 -16px;
}
#ticker-list .twitter-action-icon.twitter-retweet{
  background-position: 0 -32px;
}
#ticker-list .twitter-action-icon.twitter-retweet:hover{
  background-position: 0 -48px;
}
#ticker-list .twitter-action-icon.twitter-favoriti{
  background-position: 0 -64px;
}
#ticker-list .twitter-action-icon.twitter-favoriti:hover{
  background-position: 0 -80px;
}