/*Tutti i diritti riservati */ 
#live_summary{
clear: both;
display: inline-block;
}
#center_column #live_summary.widget {
  width: 99%;
}
.live_mcontent {
  margin: 0;
}
#live_sport {
    background: none repeat scroll 0 0 #222222;
}

#live_diary{
    display: inline-block;
    width: 100%;
}
#diary_container {
    margin: 0;
    padding: 0;
}

#diary_container h3 {
    display: inline-block;
    /*float: left;*/
    height: 26px;
    line-height: 26px;
    margin:0;
    width: 100%;
}

#diary_container h3 span {
  /*float: left;*/
  height: 26px;
  width: 100%;

}

#diary_container h3 span a {

  background-repeat: no-repeat;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  /*float: left;*/
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  text-indent: 30px;
  text-transform: uppercase;
  width: auto;
    background-position: 0 0;
}

#diary_container h3 span a:hover {
    background-color: #3324ea;
    color: #fff;
}

#diary_container h3 a.groupicon {
    /*float: left;*/
    margin-left: 4px;
}

#diary_container h3.activetab span a {
  color: #fff;
  background-color: #3324ea;
  text-shadow: 1px 1px 1px #000000;
  width: 100%;
}






#menu_live_diary .mtable div {
    display: none;
    margin: -2px 0 0;
}

#menu_live_diary div table {
    width: 100%;
}

.diary {
    color: #FFFFFF;
    display: none;
    float: left;
    height: auto;
    width: 100%;
}

.live_event_box {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: inline-block;
  font-family: verdana;
  height:100px;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 1% 0 0;
  position: relative;
  width: calc(49% - 9px);
}

.live_event:hover {
    background: url("../img/bg_live_event.png") repeat scroll 0 0 transparent;
}

.live_event_margin {
    float: left;
    height: 5px;
    width: 100%;
}

#live_summary .live_event_date {
    background: url("../img/bg_event_date.png") repeat scroll 0 0 transparent;
    color: #092360;
    float: left;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    text-shadow: 1px 1px 1px #0F2E62;
    width: 100%;
}

a.livebet_link {
    color: #FFF;
    display: block;
}
a.livebet_link:hover {
    text-decoration: none;
    color: #3324ea;
}

.events_list {
    display: block;
}

.event_minute {
  color: #00cc00;
  float: left;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  text-align: right;
  width: 100%;
}
.event_minute.hot{
    color: #FF5353;
}
#live_summary .event_name {
  float: none;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto;
  min-height: 60px;
  text-align: center;
  width: 120px;
  display: block;
}

.event_mani {
    color: #999999;
    font-family: verdana;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin-left: 55px;
    text-decoration: none;
}
#live_summary .event_score {
  color: #ffcc00;
  float: left;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
}
#live_summary .diary {
  background-position: 0 0;

}


#diary_container h3 span a:before {
  background-image: url("/res/client/img/offermenu/ico_sprite.png");
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  width: 25px;
}

a.group_8:before{
  background-position: 0 -100px;
}

a.group_2:before{
  background-position: 0 -200px;
}

a.group_7:before{
  background-position: 0 -300px;
}

a.group_17:before{
  background-position: 0 -500px;
}

/* legenda gruppi */
#live_summary .group_1 {
    background-image: url("../img/ld_soccer.jpg");
}

#live_summary .group_2 {
    background-image: url("../img/ld_basket.jpg");
}

#live_summary .group_8 {
    background-image: url("../img/ld_tennis.jpg");
}

#live_summary .group_7 {
    background-image: url("../img/ld_volley.jpg");
}

#live_summary .group_17 {
    background-image: url("../img/ld_hockey.jpg");
}