/*
 *Titres
 */
h1.page-title
{
  font-size: 2.0em;
  padding-bottom: 16px;
  text-align: left;
}

/*
.list-match-tv
{
  background: white url(/images/new/match_out.jpg) no-repeat center top;
  width: 406px;
  height: 77px;
  padding: 0px 0;
  padding-bottom:12px;
  position: relative;
  text-align: center;
}
*/


.match-tv
{
  width: 296px;
  height: 77px;
  position: relative;
  text-align: center;
}


.match-tv-teams
{
  position: relative;
  top: 35px;
  height: 13px;
}

.match-tv-teams a
{
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #313233;
  text-decoration: none;
}

.match-tv-time
{
  font-style: italic;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 18px;
}

div.list-match-channels
{
  text-align:center;
  width: 95px;
  height: 70px;
  float:left;
  margin:0 auto;
}

div.match-channel-top, div.match-channel-bottom
{
  width: 95px;
}

div.match-channel-top
{
  background: transparent url(/images/new/match_channel_top.gif) no-repeat center top;
}

div.match-channel-bottom
{
  background: transparent url(/images/new/match_channel_bottom.gif) no-repeat center top;
  height: 7px;
  margin-bottom: 1px;
}

div.match-channel-top h3
{
  position: relative;
  top: 3px;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}


/*
 * SHORTCUTS block
 */

.shortcuts div.shortcut-tv
{
  padding-left: 16px;
  clear: both;
}

.shortcuts div.shortcut-tv img
{
  display: block;
  float: left;
  padding-right: 6px;
}

.shortcuts div.shortcut-tv div.shortcut-tv-text
{
  padding: 1px;
  display: block;
  float: left;
  width: 160px;
}

.shortcuts div.shortcut-tv a
{
  text-transform: uppercase;
  text-decoration:none;
}


/*
 * MENU
 */

#tv-search
{
  text-align: center;
}

#tv-search-menu
{
  width: 440px;
  height: 37px;
  margin: 0 auto;
  background: white url(/images/new/tv_search_menu.jpg) no-repeat center bottom;
}

#tv-search-main
{
  width: 440px;
  height: 163px;
  margin: 0 auto;
  background: white url(/images/new/tv_search_main.jpg) no-repeat center top;
}

ul#tv-search-menu
{
  list-style: none;
}

ul#tv-search-menu li
{
  display: block;
  float: left;
}

ul#tv-search-menu li a
{
  text-transform: uppercase;
  font-weight: bold;
  color: #313233;
  text-decoration: none;
  display: block;
  height: 29px;
  padding-top: 8px;
}

ul#tv-search-menu li a:hover,.sport_selected
{
  color: white;
}

ul#tv-search-menu li.all-sports a
{
  text-transform: capitalize;
  width: 37px;
  padding-left: 2px;
}

ul#tv-search-menu li.all-sports a:hover, ul#tv-search-menu li.all-sports a.sport_selected_all
{
  background: transparent url(/images/new/tv_search_menu_tab_all.jpg) no-repeat left 0;
  color: white;
}

ul#tv-search-menu li.foot a
{
  width: 40px;
}

ul#tv-search-menu li.foot a:hover,ul#tv-search-menu li.foot a.sport_selected_foot
{
  background: transparent url(/images/new/tv_search_menu_tab_foot.jpg) no-repeat left 0;
  color: white;
}

ul#tv-search-menu li.rugby a
{
  width: 51px;
}

ul#tv-search-menu li.rugby a:hover,ul#tv-search-menu li.rugby a.sport_selected_rugby
{
  background: transparent url(/images/new/tv_search_menu_tab_rugby.jpg) no-repeat left 0;
  color: white;
}

ul#tv-search-menu li.tennis a
{
  width: 51px;
}

ul#tv-search-menu li.tennis a:hover,ul#tv-search-menu li.tennis a.sport_selected_tennis
{
  background: transparent url(/images/new/tv_search_menu_tab_tennis.jpg) no-repeat left 0;
  color: white;
}

ul#tv-search-menu li.hand-basket-volley a
{
  width: 133px;
}

ul#tv-search-menu li.hand-basket-volley a:hover,ul#tv-search-menu li.hand-basket-volley a.sport_selected_hand
{
  background: transparent url(/images/new/tv_search_menu_tab_hand.jpg) no-repeat left 0;
  color: white;
}

ul#tv-search-menu li.sport-us a
{
  width: 72px;
}

ul#tv-search-menu li.sport-us a:hover,ul#tv-search-menu li.sport-us a.sport_selected_sportus
{
  background: transparent url(/images/new/tv_search_menu_tab_sportus.jpg) no-repeat left 0;
  color: white;
}

ul#tv-search-menu li.others a
{
  text-transform: capitalize;
  width: 51px;
  padding-right: 3px;
}

ul#tv-search-menu li.others a:hover,ul#tv-search-menu li.others a.sport_selected_others
{
  background: transparent url(/images/new/tv_search_menu_tab_others.jpg) no-repeat left 0;
  color: white;
}