/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2011, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media all
{
  .menu_primary {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width:auto;
    overflow:hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:left;
    display:inline;
    /* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent;
    line-height:0;
	padding: 0;
	padding: 8px 0px 0px 220px;
	top: 0px;
}

  .menu_primary ul {
    margin:0;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */	
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
	border: 0px;	
    /* border-left:0px #aaa solid;
    border-right:0px #fff solid; */	
	background: url("../../images/menu_primary_right.png") no-repeat;
	width: 553px;
	height: 60px;
	background-position: right top;
  }

  .menu_primary ul li {
    border:0px;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
	position: relative;
	bottom: 2px;
    float:left; /* LTR */
    font-size:16px;
    line-height:20px;
    list-style-type:none;
    margin: 0;
    padding: auto;
	width:110px;	
    height:60px;
	background: url("../../images/menu_primary_default.png") no-repeat;
  }

  .menu_primary ul li a,
  .menu_primary ul li strong {
    text-transform: uppercase;
	text-shadow: #3e3e3e 1px 1px 0px;
    background:transparent;
    color:#ffffff;
    display:block;
    font-weight:normal;
    margin:0;
    text-decoration:none;
    width:auto;	
	height:90px;
	padding: 32px 0px 0px 0px;
	text-align:center;
  }

	.menu_primary ul li a:focus,
	.menu_primary ul li a:hover,
	.menu_primary ul li a:active  { 
		background: url("../../images/menu_primary_hover.png") no-repeat;
		text-decoration:none;
		outline: 0 none;
	}

  .menu_primary ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: url("images/turtle/background_active.png");
    border:0px;
  }

  .menu_primary ul li.active strong,
  .menu_primary ul li.active a:focus,
  .menu_primary ul li.active a:hover,
  .menu_primary ul li.active a:active { background:transparent; color:#fff; text-decoration:none; }
  
  
  
  .userlinks {
	position: absolute;
	right: 10px;
	bottom: 5px;
  }
  
  .userlinks ul {
    margin:0;
    padding:0;
  }
 
   .userlinks ul li {
	display: inline;
	font-size: 9px;
	color: #fff;
  }
  .userlinks a {
	color: #7a90b0;
	font-weight: bold;
  }
  
  .menu_secondary {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width:282px;
    overflow:hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:right;
    display:inline;
    /* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
	z-index: 10;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent;
    line-height:0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	top: 0px;
	background: url("../../images/menu_secondary_right.png") no-repeat;
	background-position: left;
}

  .menu_secondary ul {
    margin:0;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:right; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    border-left:0px;
    border-right:0px;
  }

  .menu_secondary ul li {
    border-left:0px;
    border-right:0px;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:right; /* LTR */
    font-size:12px;
    line-height:13px;
    list-style-type:none;
	text-shadow: #3e3e3e 1px 1px 0px;
    margin: 0;
    padding: auto;
	width:80px;	
    height: 19px;	
	background: url("../../images/menu_secondary_default.png") no-repeat;
	background-position: right;
  }
  .menu_secondary.flag {
	width: 40px;
  }
 

	.menu_secondary ul li a,
  .menu_secondary ul li strong {
	z-index: 100;
	position: relative;
    text-transform: uppercase;	
    background:transparent;
    color:#ddd;
    display:block;
    font-weight:bold;
    margin:0;
    text-decoration:none;
    width:auto;	
	height:90px;
	padding: 3px 0px 0px 0px;
	text-align:center;
  }

	.menu_secondary ul li a:focus,
	.menu_secondary ul li a:hover,
	.menu_secondary ul li a:active  { 
		background: url("../../images/menu_secondary_hover.png") no-repeat;
		text-decoration:none;
		outline: 0 none;
		height:90px;
	}
	.menu_secondary.flag ul li a:focus,
	.menu_secondary.flag ul li a:hover,
	.menu_secondary.flag ul li a:active  { 
		background: none;
		text-decoration:none;
		outline: 0 none;
		height:90px;
	} 
	
  .menu_secondary ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: url("images/turtle/background_active.png");
    border:0px;
  }

  .menu_secondary ul li.active strong,
  .menu_secondary ul li.active a:focus,
  .menu_secondary ul li.active a:hover,
  .menu_secondary ul li.active a:active { background:transparent; color:#fff; text-decoration:none; }
  
  
  .footer_links ul {
    margin: 0 0 0 0;
    padding:0;
	display: block;
  }

  .footer_links li {
	font-size: 100%;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type:disc;
	list-style-position: inside;
	list-style-image:none;
  }
  
  .footer_links li a {
	color: #eee;
	font-weight: bold;
  }
  
  .footer_title {
	font-size: 150%;
	color: #999;
	font-weight: bold;
  }  

  .footer_logos {
	margin: 20px 0 0 0;
	text-align: center;
  }
  .footer_logos img {
	margin: 8px;
  }
  
  #footer_lang_select {
	color: #666;
	font-size: 80%;
	text-align: right;
  }
  
  .menu_secondary_rolldown {
	display: none;
	z-index: 1000;
	position: absolute;
	top: 86px;
	height: auto;
	/* width: 716px; */
	width: 280px;
	background-color: #434c5b;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#AAAAAA;	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#AAAAAA;	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#AAAAAA;	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#2b323b;		
	color: #000;
	padding: 0px;	
	right: 0px;
  }

  .menu_secondary_rolldown a {
	color: #ccc;
	font-weight: bold;
	display: block;
	width: 264px;
	height: 20px;
	padding: 8px;
	text-shadow: #3e3e3e 1px 1px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #2b323b;
	text-decoration: none;
  }
  
  .menu_rolldown_languages {
	margin-top: 20px;
  }
  
  .menu_rolldown_languages.passive {
	color: #AAAAAA;
	font-weight: normal;
	font-size: 11px;
  }
  
  .menu_rolldown_languages img {
	margin-right: 0px;
	float: right;
  }  
  
  .menu_secondary_rolldown a:hover {
	background-color: #5e6a7f;
  }  
  .menu_rolldown_languages ul {
	margin: 0px 0 0 0;
  }
  .menu_rolldown_languages li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type:none;
  }
  
  .menu_primary_rolldown {
	display: none;
	z-index: 1000;
	position: absolute;
	top: 68px; /* -81 */
	height: 387px;
	/* width: 716px; */
	width: 697px;
	background-color: #fff;
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:#1252b0;	
	border-right-width:3px;
	border-right-style:solid;
	border-right-color:#1252b0;	
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#1252b0;	
	color: #000;
	padding: 20px 10px 10px 10px;	
	left: 220px;
	background-image: url(../../images/menu_rolldown_bg.png);
  }

  .menu_primary_rolldown a {
	color: #000;
	font-weight: bold;
  }
	
  .menu_primary_rolldown_games  {
	background-image: url(../../images/menu_rolldown_bg.png);
	
  }
  .menu_primary_rolldown_events  {
	background-image: url(../../images/menu_rolldown_bg_events.png);
	/* left: 319px; */
  }
  .menu_primary_rolldown_channels  {
	background-image: url(../../images/menu_rolldown_bg_channels.png);
	/* left: 440px; */
  }
  .menu_primary_rolldown_schedule  {
	background-image: url(../../images/menu_rolldown_bg_schedule.png);
	/* left: 560px; */
  }
  .menu_primary_rolldown_videos  {
	background-image: url(../../images/menu_rolldown_bg_videos.png);
	/* left: 560px; */
  }
  
  .menu_rolldown_left {
	float: left;
	width: 250px;
	height: 387px;	
	text-align: left;	
  }  

  .menu_rolldown_left li {
	margin-top: 5px;
  }  
  
  .menu_rolldown_left li.title {
	/* font-size: 150%;
	color: #999;
	font-weight: bold; */
	list-style-image: none;
	list-style-type:none;
	padding: 0;
	margin: 10px 0 0px 0;
  }  

  .menu_rolldown_left_schedule {
	width: 472px;
  }  

  #menu_rolldown_left_schedule_innner {
	
  }  
  
  .menu_rolldown_left h1 {
	font-size: 210%;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../../images/icons/cmsbox_title_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 2px 0 0 27px;
	margin: 10px 0 0px 0;	
  }

  .menu_rolldown_left h4 {
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
	width: 80%;
  }
  

  .menu_rolldown_right {
	float: left;
	width: 444px;
	height: 387px;
	text-align: left;	
	position: relative;
  }  

  .menu_rolldown_right_schedule {
	width: 100px;
  }  
 
  .menu_rolldown_right ul {
    margin: 0 0 0 0px;
    padding:0;
	display: block;
  }

  .menu_rolldown_right li {
	position: relative;
	float: left;
	margin: 0 0 10px 10px;
	padding: 0 0 0 0;
	list-style-type:none;
  }
  .menu_rolldown_right img {
	# width: 212px;
	# height: 119px;
  }
  .menu_rolldown_right a.oversize img  {
	width: 434px;
	height: 253px;
  }  
  .menu_rolldown_right a.wide img  {
	width: 434px;
	height: 119px;
  }  
  .menu_rolldown_left ul {
	margin: 0px 0 0 0;
  }
  .menu_rolldown_left li {
	margin: 5px 0 0px 0;
	padding: 0px 0 0 0px;
	line-height:16px;
	list-style-image:url(../../images/icons/cmsbox_link_icon.png);
	list-style-position: inside;
  }

  .channel_menu_language {
	padding: 1px 3px 1px 0px;
  }
  
  .menu_rolldown_left_games li {
	list-style-type: none; 
	list-style-image: none;
  }
  
  .menu_rolldown_left_games img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 5px 0 0;
  }

  .menu_rolldown_left_channels li {
	list-style-type: none; 
	list-style-image: none;
  }
  
  .channel_menu_game {
	display: inline;
	position: relative;
	line-height: 9px;
	font-size: 10px;
	color: #aaa;
  }
  .channel_menu_icons {
	display: inline;
  }
  .channel_menu_title {
	display: inline;
  }
  
 
  .menu_rolldown_left icon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 5px 0 0;
  }

  .img_live {
	width: 30px;
	height: 12px;
	margin: 3px 5px 0 5px;
  }

  .img_live_raw {
	width: 30px;
	height: 12px;
	margin: 3px 5px 0 0px;
  }
  
  .menu_rolldown_left table {
	width: 450px;
	margin: 10px 0 0 0;
	border: 0px;
  }

  .menu_rolldown_left tbody td  {
	vertical-align: top;
	height: 10px;
	padding: 3px;
	margin: 0px;
  }

   .menu_rolldown_left tbody td.time  {
	width: 40px;
  }

   .menu_rolldown_left tbody div.schedule_details_title   {
	font-weight: bold;
	margin-top: 2px;	
	display: inline;
  }

  .menu_rolldown_left tbody div.schedule_details_game   {
	display: inline;
	margin: 0 10px 0 0;
  }

  #flag_hint {
	position: absolute;
	right: -145px;
	top: -5px;
  }
  
  .menu_channel_current_viewers {
	font-size: 80%;
	color: #AAAAAA;
	vertical-align: middle;  
  }
  
  #support_banner {  
	cursor: pointer;
	left: 0;
	margin-left: 0px;
	position: fixed;
	z-index: 100000;
	height: 175x;
	width: 25px;
	top: 42%;
  }
  #support_banner img {  
	height: 175x;
	width: 25px;
  }
  
  .menu_videos_games_num_videos {
	font-size: 80%;
	color: #AAAAAA;
	vertical-align: middle;  
	margin-left: 24px;
	margin-top: 0px;
  }
  
  .result_menu_videos_games li {
	margin: 0px;
  }
  
#support_banner {
cursor: pointer;
  left: 0;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  height: 175x;
  width: 100%;
  top: 120px;
  background-color: #FFCD00;
  height: 33px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 33px;
  border-bottom: 1px solid #762500;
} 
#main {
    top: 20px;
}

#support_banner a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: bold;
}

}
  
  
