/*
	Name: LigTV
	Date: July 2010
	Description: Lig TV Homepage Stylesheet
	Version: 1.0
	Author: Burak Topbaştekin
	Autor E-Mail: burak@sodamedya.com
*/

/*@import url("reset.css");*/

.b {
	display:block;
}
.c {
	clear:both;
	display:block;
}
.o {
	overflow:hidden;
}
.l {
	float:left;
}
.r {
	float:right;
}
a {
	text-decoration:none;
}
.tp {
	margin-top:10px;
}
.mp {
	margin-bottom:10px;
}
.lp {
	margin-left:10px;
}
.mg {
	margin:10px;
}
table {
	width:100%;
}
#tooltip {
	background:#b33136;
	color:#FFF;
	font:normal 12px Arial;
	padding:5px;
	border:1px solid #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.advice {
	background:#DDDDDD;
	display:block;
	border:1px solid #707070;
	padding:15px;
	font:normal 12px Arial;
	color:#707070;
}

#main_header {
	background:#000 url(../gfx/showcase_bg.jpg) no-repeat top center;
	height:580px;
}
#main_header .top {
	background:#a02225 url(../gfx/header_tile.gif) repeat-x;
	height:111px;
}
#main_header .top .header{
	width:1020px;
	height:70px;
	margin:0 auto;
}
#main_header .top .header .logo{
	width:58px;
	height:70px;
}
#main_header .top .header .logo a{
	background:url(../gfx/logo.png) no-repeat;
	width:58px;
	height:70px;
}
#main_header .top .header .navigation{
	width:770px;
	height:70px;
}
#main_header .top .header .navigation ul.main_menu{
	list-style:none;
	margin-top:20px;
	margin-left:15px;
}
#main_header .top .header .navigation ul.main_menu li.single, #main_header .top .header .navigation ul.main_menu li.has_sub {
	float:left;
	margin-left:5px;
}
#main_header .top .header .navigation ul.main_menu li.single a.link, #main_header .top .header .navigation ul.main_menu li.has_sub a.link{
	display:block;
	font:bold 12px "Arial";
	color:#FFF;
	/*letter-spacing:-1px;*/
	padding-left:28px;
	background:url(../gfx/nav_indicator.png) no-repeat 4px 6px;
	padding-top:10px;
	padding-right:7px;
	padding-bottom:25px;
}
#main_header .top .header .navigation ul.main_menu li.has_sub:hover{
	background:url(../gfx/navigation_hover_right.gif) no-repeat top right;
}
#main_header .top .header .navigation ul.main_menu li.has_sub:hover a.link{
	background:url(../gfx/navigation_hover_left.gif) no-repeat top left;
	color:#af2126;
}
#main_header .top .header .navigation ul.main_menu li.single:hover, #main_header .top .header .navigation ul.main_menu li.selected{
	background:url(../gfx/navigation_hover_single_right.gif) no-repeat top right;
}
#main_header .top .header .navigation ul.main_menu li.single:hover a.link,  #main_header .top .header .navigation ul.main_menu li.selected a.link{
	background:url(../gfx/navigation_hover_single_left.gif) no-repeat top left;
	color:#af2126;
}
#main_header .top .header .navigation ul.main_menu li.has_sub .main_menu_sub{
	position:absolute;
	width:1003px;
	border:3px solid #ba686b;
	margin-top:-4px;
	background:#fefefe;
	z-index:999;
	display:none;
}
#main_header .top .header .navigation ul.main_menu li.has_sub:hover .main_menu_sub{
	display:block;
}
#main_header .top .header .navigation ul.main_menu li.has_sub .main_menu_sub .sub_menu_wrapper{
	padding:20px;
}
#main_header .top .header .navigation ul.main_menu li.has_sub .main_menu_sub .sub_menu_wrapper span{
	border-left:1px solid #c15558;
	padding-left:10px;
}
#main_header .top .header .navigation ul.main_menu li.has_sub .main_menu_sub .sub_menu_wrapper ul.sub_menu_navigation{
	width:800px;
}
#main_header .top .header .navigation ul.main_menu li.has_sub .main_menu_sub .sub_menu_wrapper ul.sub_menu_navigation li{
	float:left;
	width:140px;
	border-bottom:1px dotted #4c4c4c;
	margin-right:20px;
}
#main_header .top .header .navigation ul.main_menu li.has_sub .main_menu_sub .sub_menu_wrapper ul.sub_menu_navigation li a{
	color:#4c4c4c;
	font:bold 13px "Arial";
	padding:5px 0;
	display:block;
}
#main_header .top .header .navigation ul.main_menu li.has_sub .main_menu_sub .sub_menu_wrapper ul.sub_menu_navigation li a:hover{
	color:#000;
}
#main_header .top .header .user_actions{
	background:url(../gfx/search_bg.gif) no-repeat -1px -0px;
	width:182px;
	height:70px;
}
#main_header .top .header .user_actions .actions{
	width:180px;
	height:25px;
	margin-left:10px;
}
#main_header .top .header .user_actions .actions a{
	background:url(../gfx/black_indicator.png) no-repeat center left;
	font:bold 11px "Arial";
	font-weight:bold;
	color:#FFF;
	display:block;
	float:left;
	padding-left:20px;
	margin-left:15px;
	line-height:25px;
}
#main_header .top .header .user_actions .fast_search{
	margin-left:15px;
	margin-top:6px;
}
#main_header .top .header .user_actions .fast_search input.fast_search_input {
	border:0;
	height:18px;
	background:transparent;
	color:#bebebe;
	font:normal 12px Arial;
	vertical-align:middle;
	width:138px;
}
#main_header .top .header .user_actions .fast_search input.fast_search_submit {
	border:0;
	background:transparent;
	cursor:pointer;
	height:20px;
	width:20px;
	vertical-align:middle;
}

#main_header .top .sub_nav {
	background:url(../gfx/sub_nav_seperator.gif) no-repeat;
	/*width:1035px;*/
	width:1095px;
	margin:0 auto;
	height:41px;
}

#main_header .header_banner_area{
	width:1010px;
	margin:0 auto;
	display:block;
}
#main_header .header_banner_area .banner_728{
	width:728px;
	height:90px;
	margin:10px 50px;
}


.floating_banner {
	position:absolute;
	margin-left:846px;
}
.floating_banner .banner_160 {
	width:160px;
	height:600px;
	
}

#content {
	background:#FFF url(../gfx/content_bg1.jpg) no-repeat top center;
	border-top:1px solid #FFF;
}
#content .wrapper {
	width:1020px;
	padding-top:10px;
	margin:0 auto;
}
#content .content {
	width:530px;
}
#content .sidebar {
	width:300px;
}


#content .block {
	background:#eeeeee;
	height:320px;
	overflow:hidden;
}
#content .flexi_block {
	/*height:425px;*/
	height:auto;
}
#content .block .block_header, #content .block .block_single_header {
	width:530px;
	height:30px;
	background:url(../gfx/content_header_bg.jpg) no-repeat;
	margin-bottom:5px;
}
#content .block .block_single_header h2 {
	font:bold 13px "Arial";
	font-weight:bold;
	line-height:26px;
	color:#FFF;
	margin-left:10px;
}
#content .block .block_single_header .selector {
	margin-top:3px;
}
#content .block .block_header {
	width:530px;
	height:30px;
	background:url(../gfx/content_header_bg.jpg) no-repeat;
}
#content .block .block_header ul li{
	float:left;
	margin-top:4px;
	margin-left:5px;
	width:120px;
	text-align:center;
}

#content .block .block_header ul li a{
	display:block;
	font:bold 12px "Arial";
	line-height:26px;
	color:#FFF;
	padding:0 5px;
}
#content .block .block_header ul li a:hover{
	color:#2c2c2c;
}
#content .block .block_header ul li.selected a {
	background:#eeeeee;
	color:#b14347;
}
#content .block .previous, #content .block .next {
	width:25px;
	min-height:320px;
	cursor:pointer;
}
#content .block .previous {
	background:url(../gfx/scroller_previous.png) no-repeat center center;
}
#content .block .next {
	background:url(../gfx/scroller_next.png) no-repeat center center;
}
#content .block .framed_content {
	width:480px;
	padding-top:20px;
}
#content .block .framed_content ul{
	margin-left:15px;
}
#content .block .framed_content ul li{
	float:left;
	width:87px;
	margin-bottom:10px;
	margin-right:5px;
	height:125px;
}
#content .block .framed_content ul li .thumb {
	background:url(../gfx/thumbnail_frame.gif) no-repeat center center;
	width:82px;
	height:82px;
	overflow:hidden;
	display:block;
	margin:0px;
	
}
#content .block .framed_content ul li .thumb a{
	padding:3px;
	padding-left:4px;
	display:block;
	
}
#content .block .framed_content ul li a {
	font:bold 12px Arial;
	color:#5d5d5d;
	/*word-wrap:break-word;
	white-space:pre-line;*/
	clear:both;
}
#content .section {
	width:125px;
	overflow:hidden;
	/*
	height:150px;
	background:url(../gfx/section_bg.jpg) no-repeat 0 80px;*/
}
#content .section h3{
	margin:10px;
	margin-top:15px;
}
#content .section h3 a{
	font:bold 16px "Arial";
	color:#FFFFFF;
}

#slider {
	width:1010px;
	/*margin:0 auto;*/
}
#slider .slides {
	border:5px solid #f0efef;
	width:520px;
	height:340px;
}
#slider .sidebar {
	width:310px;
	height:350px;
	background:#eeeded;
}
#slider .sidebar .slider_navigation {
	height:26px;
	margin-left:10px;
}
#slider .sidebar .slider_navigation ul li{
	float:left;
	width:150px;
}
#slider .sidebar .slider_navigation ul li a{
	display:block;
	background:#afafaf;
	color:#534741;
	font:bold 12px "Arial Black";
	padding:0 20px;
	line-height:26px;
}
#slider .sidebar .slider_navigation ul li.selected a{
	background:#eeeded;
	color:#af2125;
}
#slider .sidebar .up, #slider .sidebar .down {
	height:20px;
	cursor:pointer;
	width:300px;
}
#slider .sidebar .up {
	background:url(../gfx/scroller_up.png) no-repeat center center;
}
#slider .sidebar .down {
	background:url(../gfx/scroller_down.png) no-repeat center center;
}
#slider .slider_summary {
	background:url(../gfx/slider_sumil_top.gif) no-repeat 1px 0;
	height:301px;
	width:310px;
	overflow:hidden;
	margin-top:10px;
}
#slider .slider_summary ul {
	margin-top:1px;
}
#slider .slider_summary ul li {
	background:url(../gfx/slider_sumil_bg.gif) repeat-x;
	width:310px;
	height:30px;
	float:left;
	display:block;
	overflow:hidden;
	cursor:pointer;
}
#slider .slider_summary ul li a {
	display:block;
	padding-left:35px;
	font:bold 13px Arial;
	color:#5c5c5c;
	line-height:30px;
}
#slider .slider_summary ul li:hover, #slider .slider_summary ul li.selected {
	background:url(../gfx/slider_sumil_bg_hover.gif) no-repeat;
}
#slider .slider_summary ul li:hover a, #slider .slider_summary ul li.selected a{
	color:#FFF;
}
#slider .slider_summary ul li .slide_thumb_image{
	width:70px;
	height:70px;
	overflow:hidden;
}
#slider .slider_summary ul li .slide_thumb_image img{
	padding:10px;
}
#slider .slider_summary ul li .slide_thumb_title{
	width:230px;
	height:70px;
	overflow:hidden;
	color:#5c5c5c;
}
#slider .slider_summary ul li .slide_thumb_title h3{
	font:bold 13px Arial;
	padding:5px 10px 0 0;
	height:19px;
	overflow:hidden;
}
#slider .slider_summary ul li .slide_thumb_title p{
	font:normal 11px Arial;
	height:45px;
	overflow:hidden;
	padding-right:10px;
}
#slider .overlay {
	background:url(../gfx/showcase_overlay_new.png) no-repeat;
	display:block;
	width:520px;
	height:90px;
	position:absolute;
	margin-top:250px;
	margin-left:0;
}
#slider .slider_summary ul li.selected .slide_thumb_title h3,#slider .slider_summary ul li.selected .slide_thumb_title p, #slider .slider_summary ul li:hover .slide_thumb_title h3,#slider .slider_summary ul li:hover .slide_thumb_title p{
	color:#FFF;
}
#slider_tl_holder ul {
	padding-left:10px;
}
#slider_tl_holder ul li{
	float:left;
	width:50px;
	height:55px;
	display:block;
	text-align:center;
	/*margin-top:10px;*/
}
#slider_tl_holder ul li a{
	display:block;
	padding-top:10px;
	cursor:pointer;
}
#slider_tl_holder ul li a img{
	border:1px solid #FFF;
}

#slider_tl_holder ul li.selected{
	background:url(../gfx/current_slide_thumb_bg.png) no-repeat;
}

#slider .overlay .slider_navigation{
	display:none;
	width:70px;
	height:80px;
	cursor:pointer;
}
#slider .overlay .slider_text{
	height:35px;
	overflow:hidden;
	width:510px;
}
#slider .overlay h1 {
	font:bold 25px Arial;
	padding-left:20px;
	color:#FFF;
	line-height:30px;
	margin-top:3px;
}
#slider .overlay p {
	font:normal 16px Arial;
	padding:0 10px;
	color:#FFF;
	display:block;
	height:40px;
	overflow:hidden;
}
#slider .indicator {
	background:url(../gfx/scroller_indicator.png) no-repeat 0 -1px;
	width:20px;
	height:70px;
	display:block;
	margin-left:-20px;
	margin-top:47px;
	position:absolute;
	z-index:0;
}

#content ul.news {
	margin:10px;
	margin-right:0;
	margin-bottom:0;
}
#content ul.news li {
	width:240px;
	overflow:hidden;
	float:left;
	border-bottom:1px dotted #9e9e9e;
	margin-bottom:10px;
	margin-right:20px;
	font:normal 12px Arial;
}

#content ul.news li .thumb {
	width:60px;
	height:60px;
	margin:0px;
}


#content ul.news li div {
	width:180px;
	height:50px;
	overflow:hidden;
}
#content ul.news li h3 a{
	font-weight:bold;
	color:#5c5c5c;
	font-size:13px;
}
#content ul.news li p a{
	color:#5c5c5c;
	font-size:13px;
}
#content .flexi_block .details{
	margin:20px;
	margin-top:0;
}

#content .schedule {
	width:300px;
	height:280px;
	overflow:hidden;
	margin-bottom:10px;
}
#content .schedule .block_header {
	width:300px;
	height:30px;
}
#content .schedule .block_header ul li{
	float:left;
	width:150px;
}

#content .schedule .block_header ul li a{
	display:block;
	font:bold 13px/30px "Arial";	
	line-height:30px;
	color:#FFF;
	padding:0 10px;
}

#content .schedule .block_content {
	width:300px;
	height:250px;
	color:#FFF;
	overflow:hidden;
}
#content .schedule .block_content.ligtv_content {
	background:url(../gfx/ligtv_schedule_bg.jpg) no-repeat;
}
#content .schedule .block_content.spormax_content {
	background:url(../gfx/spormax_schedule_bg.jpg) no-repeat;
}
#content .schedule .block_content a {
	color:#FFF;
}
#content .schedule .block_content .image {
	margin-top:11px;
	margin-left:21px;
	display:block;
	float:left;
}
#content .schedule .block_content h2 {
	margin-top:15px;
	margin-left:10px;
	width:120px;
	font:bold 15px Arial;
	overflow:hidden;
	float:left;
}
#content .schedule .block_content p {
	float:left;
	margin-top:25px;
	width:50px;
	font:bold 12px Arial;
}
#content .schedule .block_content p .time{
	width:35px;
	display:block;
}
#content .schedule .block_content ul {
	clear:both;
	margin-left:20px;
	width:260px;
	height:140px;
	overflow:hidden;
}
#content .schedule .block_content ul li{
	border-bottom:1px solid #c8353c;
	height:18px;
	overflow:hidden;
		font:bold 11px Arial;
	display:block;
	line-height:18px;
}
#content .schedule .block_content.spormax_content ul li{
	border-bottom:1px solid #528fdf;
}

#content .schedule .block_content ul li .time{
	width:35px;
	display:block;
	float:left;
}
#content .schedule .block_content ul li a:hover{
	color:#CCC;
}
#content .schedule .block_content .details{
	width:300px;
	height:30px;

}
#content .schedule .block_content .details a{
	font:bold 11px Arial;
	display:block;
	text-align:center;
	line-height:30px;
}
#content .schedule .block_header ul li.schedule_ligtv a {
	background:#a71f24;
}
#content .schedule .block_header ul li.schedule_spormax a{
	background:#3069b8;
}
#content .schedule ul li.selected {
	background:auto;
}

#content .fixture {
	width:300px;
	height:420px;
	background:#dddddd;
	margin-bottom:10px;
	color:#666666;
}
#content .fixture h2, #content .charts h2, #content .teams h2, #content .goalers h2,  #content .poll h2{
	height:30px;
	background:url(../gfx/content_header_bg.jpg) no-repeat;
	font:normal 13px "Arial";
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	text-align:center;
}
#content .fixture .league, #content .charts .league{
	font:normal 14px "Arial Black";
	margin-top:10px;
	color:#666666;
	text-align:center;
	background:url(../gfx/league_bg.png) no-repeat center center;
	height:33px;
	/*line-height:33px;*/
}
#content .fixture .league img, #content .charts .league img{
	/*vertical-align:middle;*/
}
#content .fixture .week{
	font:bold 12px "Arial";
	text-align:center;
	line-height:25px;
}
#content .fixture .team{
	font:bold 12px "Arial";
	width:150px;
	line-height:25px;
}
#content .fixture .team a{
	display:block;
	text-align:center;
	color:#666666;
}
#content .fixture .logo{
	width:100px;
	height:50px;
	text-align:center;
}
#content .fixture .arena{
	font:bold 12px "Arial";
	width:80px;
	text-align:center;
	padding-top:10px;
}
#content .fixture .arena .time{
	font:bold 15px "Arial";
	display:block;
}
#content .fixture a.ppv{
	clear:both;
	font:bold 13px "Arial";
	color:#FFF;
	background:url(../gfx/red_button.png) no-repeat center center;
	display:block;
	margin:0 auto;
	width:132px;
	height:22px;
	line-height:22px;
	text-align:center;
}
#content .fixture ul {
	clear:both;
	margin-top:10px;
}
#content .fixture ul li{
	background:#7c7c7c;
	border-top:1px solid #d9d9d9;
	font:normal 11px Arial;
	float:left;
	width:300px;
	color:#d9d9d9;
	line-height:22px;
	display:block;
	height:22px;
}

#content .fixture ul li a{
	color:#d9d9d9;
}
#content .fixture ul li .home, #content .fixture ul li .visitor, #content .fixture ul li .time{
	display:block;
	width:100px;
	float:left;
}
#content .fixture ul li .home {
	text-align:right;
}
#content .fixture ul li .time{
	text-align:center;
}
#content .fixture .details, #content .charts .details{
	width:300px;
	height:30px;
	text-align:center;
}


#content .charts {
	width:300px;
	height:220px;
	background:#dddddd;
	margin-bottom:10px;
	color:#666666;
}
#content .charts .table{
	padding:10px;
	padding-top:11px;
	font:normal 12px Arial;
}
#content .charts .table table th, #content .charts .table table td {
	line-height:19px;
}
#content .charts .table table th{
	background:#c4c4c4;
	font-weight:bold;
	color:#393939;
	text-align:center;
}
#content .charts .table table th.point, #content .charts .table table td.point{
	width:22px;
	text-align:center;
}
#content .charts .table table .even a{
	color:#555555;
	font:normal 12px Arial;
	
}
#content .charts .table table .odd a{
	color:#555555;
	font:normal 12px Arial;
}

tr.even td{
	background-color:#dcdcdc;
}
tr.odd td{
	background-color:#eaeaea;
}
#content .charts .table table th.fpoint, #content .charts .table table td.fpoint {
	width:35px;
	text-align:center;
	font-weight:bold;
	color:#393939;
}


#content .teams {
	width:300px;
	height:170px;
	background:#dddddd;
	margin-top:10px;
	color:#666666;
}

#content .teams .selector,#content .goalers .selector {
	float:right;
	margin:10px 5px;
	display:block;
}
#content .teams .inner, #content .goalers .inner{
	clear:both;
}
#content .teams .inner .previous, #content .teams .inner .next{
	cursor:pointer;
	width:30px;
	min-height:80px;
}
#content .teams .inner .previous {
	background:url(../gfx/sidebar_previous.gif) no-repeat center center;
}
#content .teams .inner .next {
	background:url(../gfx/sidebar_next.gif) no-repeat center center;
}
#content .teams .inner ul {
	float:left;
	display:block;
	width:240px;
}
#content .teams .inner ul li {
	float:left;
	width:60px;
	height:80px;
	font:normal 10px Arial;
	text-align:center;
}
#content .teams .inner ul li .image{
	display:block;
}
#content .teams .inner ul li a{
	color:#565656;
}
#content .goalers {
	margin-top:10px;
	width:300px;
	background:#dddddd;
	color:#666666;
}
#content .goalers .inner {
	padding:0 5px;
}
#content .goalers table, #content .goalers table a{
	font:normal 11px Arial;
	color:#565656;
}
#content .goalers table td {
	line-height:20px;
}
#content .goalers table td.position{
	color:#FFF;
	width:13px;
	text-align:center;
	background:url(../gfx/sidebar_indicator.gif) no-repeat center center;
}
#content .goalers table td.player{
	font-weight:bold;
	padding-left:5px;
	width:110px;
	vertical-align:middle;
	width:102px;
}
#content .goalers table td.match{
	float:left;
	width:155px;
	font-style:italic
}
#content .goalers table td.minute{
	margin-left:3px;
	float:left;
	font-weight:bold;
}
#content .goalers a.ppv{
	clear:both;
	font:bold 13px "Arial";
	color:#FFF;
	background:url(../gfx/red_button.png) no-repeat center center;
	display:block;
	margin:5px auto;
	width:132px;
	height:22px;
	line-height:22px;
	text-align:center;
}
#content .poll {
	width:300px;
	height:162px auto;
	background:#dddddd url(../gfx/poll_bg.gif) no-repeat 20px 40px;
	margin-bottom:10px;
}

#content .poll div{
	margin-left:110px;
	padding-right:10px;
	padding-top:10px;
	font:normal 12px Arial;
	color:#565656;
}
/*#content .poll div label {
	display:block;
}*/
#content .poll .submit  {
	background:url(../gfx/red_button.png) no-repeat center center;
	margin:5px auto;
	font:bold 13px "Arial";
	width:132px;
	height:22px;
	text-align:center;
	color:#FFF;
	border:0;
}


#content .articles {
	background:#dddddd;
	height:340px;
	padding:10px 0;
}
#content .articles .writers, #content .articles .statistics{
	background:#FFF;
	width:250px;
	margin-left:10px;
	height:340px;
}
#content .articles .writers h2{
	font:bold 13px "Arial";
	color:#a91f24;
	line-height:26px;
	padding:0 10px;
	border-bottom:1px solid #dddddd;
}
#content .statistics .block_header{
	border-bottom:1px solid #dddddd;
}
#content .statistics .block_header ul li{
	float:left;
}

#content .statistics .block_header ul li a{
	background:#eeeeee;
	display:block;
	font:normal 11px "Arial Black";
	letter-spacing:-1px;
	line-height:26px;
	color:#707070;
	padding:0 8px;
}
#content .statistics .block_header ul li a:hover{
	color:#2c2c2c;
}
#content .statistics .block_header ul li.selected a {
	background:#FFF;
	color:#b14347;
}
#content .statistics ul.items {
	border-top:1px solid #dddddd;
}
#content .statistics ul.range li {
	float:left;
	width:65px;
	margin:7px 0 7px 10px;
	text-align:center;
}
#content .statistics ul.range li.selected {
	background:url(../gfx/range_bg.gif) no-repeat center center;
}
#content .statistics ul.range li a{
	color:#707070;
	font:bold 12px Arial;
	line-height:19px;
	display:block;
}
#content .statistics ul.range li.selected a{
	color:#FFF;
}
#content .statistics ul.items {
	border-top:1px solid #dddddd;
}
#content .statistics ul.items li {
	background:url(../gfx/items.gif) no-repeat 10px 7px;
	background-color:White;
	padding:5px;
	padding-left:35px;
}
#content .statistics ul.items li a{
	color:#686868;
	font:bold 12px Arial;
	line-height:15px;
}

#content .writers ul{
	margin-top:10px;
}
#content .writers ul li {
	width:250px;
	overflow:hidden;
	float:left;
	border-bottom:1px solid #dddddd;
	margin-bottom:10px;
	font:normal 12px Arial;
}

#content .writers ul li .thumb {
	width:60px;
	height:40px;
	text-align:center;
	margin:0px;
}
#content .writers ul li span {
	width:190px;
	height:30px;
	overflow:hidden;
}
#content .writers ul li h3 a{
	font-weight:bold;
	color:#5c5c5c;
	font-size:13px;
}
#content .writers ul li p a{
	color:#a61f23;
}
#content .writers .details {
	margin:10px;
}
#content .writers .details a {
	color:#a61f23;
}

#content .scores {
	background:#dddddd;
	padding:10px;

}
#content .scores .selector{
	margin-top:3px;
}
#content .scores h2{
	font:normal 12px "Arial Black";
	color:#FFF;
	line-height:26px;

}
#content .scores .score_table{
	background:url(../gfx/live_scores_bg.jpg) no-repeat;
	width:389px;
	height:129px;
}
#content .scores .score_table h2{
	font:normal 12px "Arial Black";
	color:#FFF;
	line-height:26px;
	margin-left:5px;

}
#content .scores .iddaa{
	width:120px;
	height:129px;
}
#content .scores .score_holder{
	width:373px;
	height:87px;
	margin-left:8px;
	margin-top:8px;
	overflow:hidden;
}
#content .scores .score_holder td{
	font:normal 10px Verdana;
	padding:2px 0;
}

#footer {
	margin-top:10px;
	background:#A8A8A8;
	height:241px;
}
#footer .wrapper {
	margin:0 auto;
	width:1010px;
	height:150px;
	display:block;
	background:url(../gfx/footer_bg.gif) no-repeat 20px 30px;
}
#footer .wrapper .footer_nav{
	margin-top:25px;
	margin-left:120px;
	width:730px;
}
#footer .footer {
	display:block;
	/*margin-top:20px;*/
	margin-left:20px;
	float:left;
}
#footer .footer ul 
{
	width:650px;
	margin-left:80px;
}
#footer .footer ul li {
	float:left;
	height:50px;
	margin:5px 20px 5px 0;
}
#footer .footer ul li a {
	font:bold 11px "Arial";
	color:#FFF;
}

.footerInfo ,.footerInfo a {
	color:#cacaca;
	font:bold 11px "Arial";
	text-align:center;
	width:650px;
}
.footerInfo a 
{
	text-decoration:underline;
	
	}

ol.detail_link {
	height:30px;
	overflow:hidden;
	margin-bottom:5px;
}
ol.detail_link li{
	background:url(../gfx/detail_button_right.gif) no-repeat top right;
	float:right;
	margin-top:5px;
	margin-right:5px;

}
ol.detail_link li a{
	background:url(../gfx/detail_button_left.gif) no-repeat;
	display:block;
	color:#FFF;
	font:bold 11px Arial;
	padding:2px 20px 5px 15px;
}
.flexy {
	height:auto;
}
.sharer {
	font:bold 11px Arial;
	margin:10px 0;
}
.sharer a {
	color:#7f7f7f;
}
.sharer img{
	vertical-align:middle;
}
.exp_text {
	height:200px;
	overflow:auto;
	border:1px solid #CCC;
}
.exp_text p {
	margin:10px;
}
.clbutton {
	margin-top:10px;
	background:#888888;
	padding:5px;
	color:#FFF;
	cursor:pointer;
}

#content .form_item {
	color:#333333;
	font:normal 14px Arial;
	padding:5px 10px;
	display:block;
}
#content .form_item label {
	float:left;
	display:block;
	width:190px;
	line-height:20px;
}
#content .form_item .wideinput {
	width:230px;
	border:1px solid #CCC;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
}
#content .form_item .smallinput {
	width:30px;
	padding:5px;
	border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
}
#content .form_item .numberinput {
	width:70px;
	border:1px solid #CCC;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
}
#content .form_item .textarea {
	width:230px;
	height:100px;
	padding:5px;
	border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
}
#content .form_item select {
	border:1px solid #CCC;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
}

#content .form_item .formsubmit {
	border:1px solid #4F4949;
	background:#4F4949;
	color:#FFF;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	cursor:pointer;
	font:bold 12px Arial;
}
.pager {
	width:350px;
	margin:10px auto;
}
.pager ul li{
	float:left;
	width:25px;
}
.pager ul li.page a {
color:#8F8F8F;
display:block;
font:bold 11px/25px Arial;

}
.pager ul li.button a img {
margin-top:7px;
}
.pager ul li.page a:hover, .pager ul li.selected a {
color:#9F1D22;
font-size:12px;
}
#content .rss {
cursor:pointer;
margin-bottom:10px;
}
#content a.rsslink {
display:block;
}
#content .rss ul {
display:none;
margin-top:-3px;
position:absolute;
width:300px;
}
#content .rss ul li a {
background:url("../gfx/feed-icon-14x14.png") no-repeat scroll 10px center #DBDBDB;
color:#333333;
display:block;
font:bold 16px/30px Arial;
padding:0 35px;

}
#content .rss ul li a:hover {
background-color:#333333;
color:#FFFFFF;
}
#content .rss:hover ul {
display:block;
}

#content .user_block {
background:none repeat scroll 0 0 #DDDDDD;
color:#666666;
/*margin-top:10px;*/
width:300px;
margin-bottom:10px;
}
#content .user_block h2 {
background:url("../gfx/content_header_bg.jpg") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
font:13px/30px "Arial";
font-weight:bold;
height:30px;
text-align:center;

}
#content .user_block .user_actions {
background:url("../gfx/user_actions_bg.gif") no-repeat scroll 0 0 transparent;
height:110px;
margin:10px 10px 10px 0;
width:171px;

}


#content .user_block .user_actions ul li {
display:block;
float:left;
margin-bottom:2px;
width:171px;
}
#content .user_block .user_actions ul li a {
color:#FFFFFF;
display:block;
font:bold 11px/20px Arial;
padding-right:25px;
text-align:right;

}
#content .user_block .user_info {
color:#454040;
font:bold 12px Arial;
margin:10px 0 10px 10px;
text-align:center;
width:100px;

}
#content .user_block .user_info h3 {
font-size:18px;
margin:3px 0;
}

#content .tvshow .show_details {
	display:none;
}
#content .tvshow {
	border-top:1px solid #FFF;
	border-bottom:1px solid #707070;
}
#content .tvshow h3 {
	cursor:pointer;
	font:bold 14px Arial;
	color:#565656;
	line-height:30px;
	padding-left:20px;
	background:#DFDFDF url(../gfx/expander.png) no-repeat 10px center;
}
#content .tvshow .image {
	float:left;
	display:block;
	text-align:right;
	margin:10px;
	width:200px;
	overflow:hidden;
}
#content .tvshow .details {
	display:block;
	float:left;
	font:normal 12px Arial;
	width:295px;
	margin:10px 0;
}
#content .tvshow .details h4 {
	font-size:14px;
	color:#333333;
	margin-bottom:5px;
}
/*
#content .block .block_sub_header {
	width:530px;
	height:40px;
	background:url(../gfx/sub_tab_bg.gif) repeat-x;
	border-bottom:1px solid #FFF;
}
#content .block .block_sub_header ul li{
	float:left;
	margin-left:5px;
	height:37px;
}

#content .block .block_sub_header ul li a{
	display:block;
	font:bold 13px "Arial";
	font-weight:bold;
	line-height:26px;
	color:#343434;
	padding:0 10px;
}
#content .block .block_sub_header ul li a:hover{
	color:#AD2025;
}
#content .block .block_sub_header ul li.selected {
	background:url(../gfx/sub_tab_current.gif) no-repeat top center;
}
#content .block .block_sub_header ul li.selected a{
	color:#FFF;
}
*/

#content .block .block_sub_header {
	width:530px;
	height:34px;
	background:url(../gfx/final_sub_tab_bg.jpg) repeat-x;
	/*margin-top:10px;*/
}
#content .block .block_sub_header ul li{
	float:left;
	height:34px;
	background:url(../gfx/final_sub_tab_sep.jpg) no-repeat top right;
	white-space:nowrap;
}

#content .block .block_sub_header ul li a{
	display:block;
	font:bold 12px "Arial";
	line-height:30px;
	font-weight:bold;
	color:#FFF;
	padding:0 12px;
}
#content .block .block_sub_header ul li a:hover{
	color:#AD2025;
}
#content .block .block_sub_header ul li.selected {
	background:#ac2025;
	white-space:nowrap;
}
#content .block .block_sub_header ul li.selected a{
	background:url(../gfx/final_sub_tab_sep_selected.jpg) no-repeat top right;
	border-top:1px solid #FFF;
	color:#FFF;
}

.trans_box2 {
  font-family:verdana;
  font-weight:bold;
  /*padding:10px;
  margin:20px;*/
  width:75%;
  height:65%;
  /*margin-top:100px;*/
  margin:110px auto;
  /*padding:15px;*/
  
  border:solid 1px #555;
  
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/75p_honey.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(../gfx/rating_back.png);
}

#Renkler{margin:0;margin-bottom:6px;height:25px}
#Renkler ul{list-style-type:none;margin:0;padding:0;display:block}
#Renkler li{float:left;padding-left:24px;margin-right:7px;margin-left:7px;display:block;font-family:Arial;font-size:13px;margin-top:3px;}
#Renkler .SampiyonlarLigi{background-image:url(_images/color_001.gif);background-repeat:no-repeat;background-position:left;}
#Renkler .UefaKupasi{float:left;background-image:url(_images/color_002.gif);background-repeat:no-repeat;background-position:left;}
#Renkler .Intertoto{float: left;background-image:url(_images/color_003.gif);background-repeat:no-repeat;background-position:left;}
#Renkler .KumeDusenler{float:left;background-image:url(_images/color_004.gif);background-repeat:no-repeat;background-position:left;}
#Renkler .UefaKupasiFTK{float:left;background-image:url(_images/color_999.gif);background-repeat:no-repeat;background-position:left;}
#Renkler .PlayOut{float:left;background-image:url(_images/color_888.gif);background-repeat:no-repeat;background-position:left;}

figure
{
	margin:0px;	
}
