* {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-family: inherit;
	font-size: inherit;
}

html, body {
	font: normal 12px/14px arial, sans-serif;
	height: 100%;
	width: 100%;
	background-color: #eeeeee;
}

a {
	color: #000000;
	
}
a:focus{
	outline: 1px dotted green;	
}

a img {
	border: none;
}

a *{
	cursor: pointer;
}

.error{
	color: #E40000 !important;
	font-weight: bold;
}

input, textarea, select{
	border: 1px solid #AAADB2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.radio, input.check{
	border: none;
}


.fleft{
	float: left;
}
.fright{
	float: right;
}

h1{
	font-size:24px;
	line-height: 26px;
}
h2{
	font-size:19px;
	line-height: 21px;
}
h3{
	font-size:16px;
	line-height: 18px;
}
h4{
	font-size:14px;
	line-height: 16px;
}

#header,#videos,#page,#footer {
	float: left;
	width: 100%;
	text-shadow: silver 1px 1px 0;
}

#header_in,#videos_in,#page_in,#footer_in {
	width: 972px;
	margin: 0px auto;
}

#header {
	background: transparent url("images/bg_header.gif") repeat-x top center;
}

#header_in ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_in a {
	text-decoration: none;
}

#header_in ul.menu {
	float: left;
	height: 30px;
	list-style: none;
	line-height: 28px;
	padding-left: 5px;
	z-index: 5px;
}

#header_in ul.menu li {
	float: left;
	position: relative;
	margin: 0 2px;
}

#header_in ul.menu li a {
	float: left;
	display: block;
	padding-left: 8px;
	color: #636363;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0;
}

#header_in ul.menu li a span {
	float: left;
	display: block;
	padding-right: 8px;
}



/*sem menu*/
#header_in ul.menu li:hover a {
	background: transparent url("images/bg_menu.png") no-repeat 0px -119px;
}

#header_in ul.menu li:hover a span {
	background: transparent url("images/bg_menu.png") no-repeat 100% 2px;
}

/*com submenu*/

#header_in ul.menu li.submenu a {
	padding-left: 8px;
}

#header_in ul.menu li.submenu.hover > a {
	background: transparent url("images/bg_menu.png") no-repeat 0px -209px;
}
#header_in ul.menu li.submenu a span {
	padding-right: 15px;
	background: transparent url("images/bg_menu.png") no-repeat 100% -58px;
}

#header_in ul.menu li.submenu.hover a span {
	background-position: 100% -88px;
}



#header_in ul.menu li ul {
	display: none;
	top: 25px;
	left: 0px;
	position: absolute;
	z-index: 100;
	background-color: #f2f2f2;
	border: 1px solid #7d7d7d;
	padding: 15px 0 5px 0;
	z-index: 999;
}


#header_in ul.menu li ul li.last {
	background: transparent url("images/bg_menu.png") no-repeat 0px -277px;
	bottom: -7px;
	height: 7px;
	left: -1px;
	position: absolute;
	width: 122px;
}


#header_in ul.menu li ul li {
	position: relative;
	float: left;
	width: 120px;
	clear: both;
	margin: 0;
}

#header_in ul.menu li ul li ul {
	display: none;
	top: 5px;
	left: 124px;
	position: absolute;
	background-color: #dadada;
	border: 1px solid #7d7d7d;
	padding: 0;
	margin: 0;
}
#header_in ul.menu li.hover ul li:hover ul,
#header_in ul.menu li.hover ul li.focus ul {
	display: block;
}
#header_in ul.menu li ul li ul li.first {
	position: absolute;
	width: 126px;
	height: 19px;
	top: -6px;
	left: -5px;
	background: transparent url("images/bg_menu.png") no-repeat 0px -245px;
}

#header_in ul.menu li ul ul li.last {
	background: transparent url("images/bg_menu.png") no-repeat 0px -267px;
	bottom: -7px;
	height: 7px;
	left: -1px;
	position: absolute;
	width: 122px;
	z-index: 999;
}

#header_in ul.menu li.submenu ul li a {
	display: block;
	line-height: 18px;
	background: none;
	padding: 0 0 0 6px;
	width: 114px;
	text-shadow: none;
	color: #000;
	font-weight: normal;
}

#header_in ul.menu li.submenu ul li a span {
	float: left;
	background: none;
}
#header_in ul.menu li.submenu ul li a img {
	float: right;
	padding: 4px 5px 0 0;
}

#header_in ul.menu li.submenu ul li:hover a,
#header_in ul.menu li.submenu ul li.focus a {
	background: none #d8d8d8;
}

#header_in ul.menu li.submenu ul li:hover ul li a:hover,
#header_in ul.menu li.submenu ul li.focus ul li a.focus {
	background: #7d7d7d;
}


#header_in ul.btn {
	float: right;
}

#header_in ul.btn li {
	float: left;
	position: relative;
	z-index: 2;
}
#header_in ul.btn li a {
	display: block;
	background: transparent url("images/bg_menus.png") no-repeat 0px
		-405px;
	height: 35px;
	padding-left: 14px;
	color: #345f17;
	text-shadow: #d9ff12 1px 1px 0;
	font-weight: bold;
	float: left;
}

#header_in ul.btn li a span {
	display: block;
	float:left;
	background: transparent url("images/bg_menus.png") no-repeat 100%
		-300px;
	height: 30px;
	padding-right: 15px;
	line-height: 25px;
	padding-top: 5px;
}

#header_in ul.btn li a:hover {
	background-position: 0px -440px;
}

#header_in ul.btn li a:hover span {
	background-position: 100% -335px;
}
#header_in ul.btn li.open > a {
	background-position: 0px -475px;
}

#header_in ul.btn li.open > a span {
	background-position: 100% -370px;
}

#header_in ul.btn li.conta a {
	background-position: 0px -873px;
	padding-left: 10px;
}
#header_in ul.btn li.conta a span {
	background-position: 100% -768px;
	padding-right: 20px;
	color: #6a6a6a;
	text-shadow: 1px 1px 0px #eeeeee;
}
#header_in ul.btn li.conta a:hover {
	background-position: 0px -910px;
}
#header_in ul.btn li.conta a:hover span {
	background-position: 100% -804px;
}
#header_in ul.btn li.conta.open > a {
	background-position: 0px -942px;
}

#header_in ul.btn li.conta.open > a span {
	background-position: 100% -838px;
}


#header_in ul.btn li.open ul {
	display: block;
}

#header_in ul.btn li ul {
	display:none;
	position: absolute;
	top: 35px;
	left: -70px;
	padding-top: 10px;
	z-index: 9999;
	background-color: #f4f4f4;
	width: 200px;
	list-style: none;
	text-shadow: none;
	border: 1px solid #7d7d7d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header_in ul.btn li.conta ul {
	left: -130px;
}

#header_in ul.btn li.open ul li{
	width: 170px;
	display: block;
	float: left;
	clear: both;
	padding: 0 15px 4px;
	height: auto;
	line-height: normal;
}
#header_in ul.btn li.open ul li.user, 
#header_in ul.btn li.open ul li.opccoes{
	padding: 0 0 4px;
	width: 200px;
}
#header_in ul.btn li.open ul li.user{
	border-bottom: 1px solid #dcdcdc;
} 



#header_in ul.btn li.open ul li input[type="password"],
#header_in ul.btn li.open ul li input[type="text"]{
	width: 156px;
	padding: 0 5px;
	border: 1px solid #aaadb2;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #bcbcbc;
}
#header_in ul.btn li.open ul li .fleft a{
	background: none;
	padding: 0;
	margin: 0;
	color: #419b14;
	text-decoration: underline;
	text-shadow: none;
	height: auto;
	float: none;
	font-size: 10px;
}


#header_in ul.btn li.open ul li .avatar{
	padding-left: 5px;
	width: 52px;
	height: 52px;
	display: block;
	float: left;
	background: url("images/bg_gbox.png") no-repeat -748px -700px; 
}
#header_in ul.btn li.open ul li .avatar img{
	padding: 2px 0 0 1px;
}
#header_in ul.btn li.open ul li .nome{
	float: right;
	width: 140px;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	
}
#header_in ul.btn li.open ul li .email{
	float: right;
	width: 140px;
	line-height: 14px;
	font-size: 10px;
}
#header_in ul.btn li.open ul li .logout{
	float: right;
	width: 140px;
	background: url("images/bg_gbox.png") no-repeat -860px -245px;
	height: 20px;
	color: #545454;
	text-shadow: 1px 1px 0px #fff;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#header_in ul.btn li.open ul li a.logout:hover{
	background-position: -860px -216px;
	color: #e40000;
	text-shadow: 1px 1px 0px #fdcbcb;
	background-color: transparent;
}

#header_in ul.btn li.conta ul li a{
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-indent: 20px;
	color: #545454;
	margin: 0;
	padding: 0;
	color: #545454;
	text-shadow: 1px 1px 0px #fff;
	background: transparent;
}

#header_in ul.btn li.conta ul li a:hover{
	background-color: #c9c9c9;
}

#header_in ul.redes {
	float: right;
	padding-right: 20px;
}

#header_in ul.btn li,#header_in ul.redes li {
	float: left;
	line-height: 30px;
	padding: 1px;
	height: 30px;
	font-weight: bold;
	color: #545454;
}

#header_in ul.redes li a {
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 8px;
	background: transparent url("images/redes/rss.png") no-repeat center
		center;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#header_in ul.redes li a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

#header_in ul.redes li a.facebook {
	background-image: url("images/redes/facebook.png");
}

#header_in ul.redes li a.twitter {
	background-image: url("images/redes/twitter.png");
}

#header_in ul.redes li a.email {
	background-image: url("images/redes/email.png");
}

#header_in ul.redes li a.bookmark {
	background-image: url("images/redes/star.png");
}

#header_in .golos {
	float: left;
	clear: both;
	width: 932px;
	height: 93px;
	padding: 15px 20px;
	background: transparent url("images/bg_banner.png") no-repeat center
		center;
		
}

#header_in .golos .logo {
	display: block;
	width: 185px;
	height: 90px;
	float: left;
}
#header_in .golos .beta {
	background: url("images/bg_gbox.png") no-repeat -580px -345px;
}


#header_in .golos .pub {
	width: 728px;
	height: 90px;
	float:right;
	background-color: #eaeaea;
}

#header_in .sub_menu {
	width: 960px;
	height: 46px;
	float: left;
	clear: both;
	background: transparent url("images/bg_sub_menu.png") no-repeat top
		center;
	position: relative;
	top: -6px;
	padding: 0px 6px;
	z-index: 1;
}

#header_in .sub_menu .zona,
#header_in .sub_menu .campeonato,
#header_in .sub_menu .equipas,
#header_in .sub_menu .more
	{
	float: left;
	height: 35px;
	background: transparent url("images/bg_sub_menu_sep.png") no-repeat right center;
	padding: 0 8px 0 10px;
	margin-top: 5px;
	position: relative;
	
}

#header_in .sub_menu .seta{
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	padding-right:10px;
	background: transparent  url("images/bg_gbox.png") no-repeat 100% -134px;
	text-shadow: #6ca92f 1px 1px 0;
	color: #345f17;
	font-weight: bold;
}

#header_in .sub_menu .campeonato .label{
	width: 90px;
	display: block;
	float: left;
	overflow: hidden;
	height: 35px;
}
#header_in .sub_menu .name{
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	padding-left: 6px;
	text-shadow: none;
	white-space:nowrap;
	overflow: hidden;
	width:85px;
}

#header_in .sub_menu .zona .name{
	width: 60px;
}
#header_in .sub_menu img.flag{
	display:block;
	float:right;
	padding-top: 1px;
	padding-left: 5px;
}
#header_in .sub_menu ul{
	display:none;
}



/*********************Equipas ******************/

#header_in .sub_menu .equipas{
	background: none;
	padding-right: 0;
}

#header_in .sub_menu .equipas .seta{
	background-position: 100% -165px;
}

#header_in .sub_menu .equipas ul{
	display: block;
	float: left;
}
#header_in .sub_menu .equipas ul li{
	display: block;
	float: left;
}
#header_in .sub_menu .equipas ul li a{
	display: block;
	float: left;
	opacity: 0.5;
	filter:alpha(opacity=50);
	width: 32px;
	height: 32px;
	position: relative;
	z-index: 99;
}
#header_in .sub_menu .equipas ul li a:hover{
	opacity: 1;
	filter:none;
}
#header_in .sub_menu .equipas ul li a span{
	display: none;
	position: absolute;
	top: 38px;
	left: -59px;
	width: 150px;
	text-align: center;
	z-index: 9999;
}
#header_in .sub_menu .equipas ul li a span cite{
	display: inline-block;
	background-color: #70ae32;
	border: 1px solid #4f7c36;
	padding: 2px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	text-shadow: none;
	position: relative;
}
#header_in .sub_menu .equipas ul li a span small{
	display: block;
	position: absolute;
	background: transparent url("images/bg_gbox.png") no-repeat -260px -100px;
	width: 11px;
	height: 7px;
	left: 70px;
	top: -6px;
	z-index: 100;
	line-height: 1%;
	overflow: hidden;
}
#header_in .sub_menu .equipas ul li a:hover span{
	display: block;
}


#header_in .sub_menu .more{
	background: transparent url("images/bg_sub_menu_sep.png") no-repeat left center;
	float: right;
	width: 20px;
	height: 35px;
	position: relative;
	padding-left:5px;
}
#header_in .sub_menu .more a.a_more{
	width: 20px; 
	background: transparent url("images/bg_gbox.png") no-repeat -236px -92px;
	text-indent: -999999px;
	display: block;
	width: 20px;
	height: 32px;
	font-size: 1px;
}
#header_in .sub_menu .more.open ul{
	left: auto;
	right: 5px;
}

/********************LIGAS E PAISES****************************/
#header_in .sub_menu .open ul{
	display: block;
	position: absolute;
	top:35px;
	left: 15px;
	z-index: 9999;
	padding-top: 2px;
	background: transparent url("images/bg_sub_menu_top.png") no-repeat top left;
	padding: 2px 1px;
}
#header_in .sub_menu .last.open ul{
	left: auto;
	right: -10px;
}

#header_in .sub_menu .open ul li{
	display: block;
	float: left;
	clear: both;
	background-color: #70ae32;
	width: 130px;
	border-left: 1px solid #4f7c36;
	border-right: 1px solid #4f7c36;
}
#header_in .sub_menu .open ul li.last{
	background: transparent url("images/bg_sub_menu_bottom.png") no-repeat top left;
	border:medium none;
	bottom:-2px;
	left: 1px;
	display:block;
	height:4px;
	width:132px;
	position:absolute;
}
#header_in .sub_menu .open ul li a{
	display: block;
	padding-right: 7px;
	line-height: 16px;
	color: #000;
	text-shadow: none;
	overflow: auto;
}
#header_in .sub_menu .open ul li a span{
	display:block;
	padding-left: 5px;
	float: left;
	width: 102px;
}
#header_in .sub_menu .open ul li a:hover{
	background-color: #43791d;
}
#header_in .sub_menu .open ul li a img{
	float: right;
	
}

#videos{
	background: transparent url("images/bg_videos.png") repeat-x 0px 16px;
}
#videos.close{
	background-position: bottom left;
}


#videos_in .option{
	height: 15px;
	float: left;
	width: 972px;
	position: relative;
}

#videos #videos_in .option a.link{
	display: block;
	float: left;
	height: 15px;
	padding-left: 15px;
	text-decoration: none;
	color: #545454;
	text-shadow: #fff 1px 1px 0;
	background: transparent url("images/bg_gbox.png") no-repeat 5px -145px;
}
#videos #videos_in .option a.link:hover{
	color: #000;
	background-position: 5px -160px;
}
#videos.close #videos_in .option a.link{
	background-position: 5px -176px;
}
#videos.close #videos_in .option a.link:hover{
	background-position: 5px -191px;
}
#videos #videos_in .option a.link small{
	display: none;
	font-size: 10px;
}
#videos.close #videos_in .option a.link small.close{
	display: inline;
}
#videos.open #videos_in .option a.link small.open{
	display: inline;
}

#videos_in .option .pub{
	position: absolute;
	right: 5px;
	top: 0px;
	width: 468px;
	height: 15px;
}


#videos #videos_in ul.videos{
	float:left;
	display: block;
	height: 129px;
	width: 100%;
	list-style: none;
	padding-top: 10px;
}

#videos.close #videos_in ul.videos{
	height:4px;
	padding-top:4px;
}
#videos_in .videos li{
	width: 124px;
	height:124px;
	padding: 0 7px;
	float: left;
}
#videos.close #videos_in ul.videos li{
	display: none;
}
#videos_in .videos li a{
	display: block;
	float: left;
	text-decoration: none;
}
#videos_in .videos li small{
	border: 1px solid #fff;
	width: 120px;
	height: 90px;
	display: block;
	overflow: hidden;
	float: left;
	outline: 1px solid #7d7d7d;
	margin-bottom: 5px;
	position: relative;
}

#videos_in .videos li.logos small{
	background-color: #fff;
}
#videos_in .videos li.logos small img{
	padding:  29px 9px;
	float: left;
}
#videos_in .videos li.logos small img:nth-child(2){
	float: right;
}
#videos_in .videos li small cite{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 90px;
	background: url("images/bg_videos_play.png") no-repeat center center;
}

#videos_in .videos li span{
	display: block;
	float: left;
	clear: both;
	text-transform: uppercase;
	color: #545454;
	font-size: 11px;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0;
}

#videos_in .videos li a:hover span{
	color: #000;
}

#page_in{
	margin-top: 10px; 	
} 


#page_in .barra_left{
	float: left;
	width: 560px;
}
#page_in .barra_right{
	float: right;
	width: 400px;
}
#page_in .barra_wide{
	float: left;
	clear: both;
	width: 972px;
}

#footer {
	height: 55px;
	background: transparent url("images/bg_footer.png") repeat-x bottom left
		;
	text-shadow: #ffffff 1px 1px 0;
}

#footer_in .developed {
	float: left;
	margin-top: 19px;
	width: 315px;
	padding-left: 5px;
}

#footer_in .developed p {
	margin: 0;
	padding: 0;
	color: #636363;
}

#footer_in ul.rodape {
	float: left;
	width: 435px;
	margin-top: 15px;
	text-align: center;
}

#footer_in ul.rodape li {
	display: inline;
	background: transparent url("images/bg_footer_rodape.png") no-repeat 100% 50%;
}

#footer_in ul.rodape li:last-child {
	background: none;
}

#footer_in ul.rodape li a {
	color: #636363;
	padding: 0 5px;
	text-decoration: none;
	line-height: 26px;
}

#footer_in ul.rodape li a:hover {
	color: #000000;
}

#footer_in div.pesquisa {
	float: right;
	width: 215px;
	margin-top: 15px;
}

#footer_in div.pesquisa div {
	background: transparent url("images/bg_footer_search.png") no-repeat 0px
		0px;
	float: left;
	padding: 0 10px;
	width: 195px;
	height: 22px;
}

#footer_in div.pesquisa div input[type="text"] {
	background: transparent;
	float: left;
	line-height: 16px;
	width: 172px;
	border: none;
	font-family: arial, sans-serif;
	height: 22px;
	color: #a7a7a7;
}

#footer_in div.pesquisa div input[type="submit"] {
	background: transparent;
	float: right;
	line-height: 16px;
	width: 16px;
	border: none;
	text-indent: -999px;
	background: transparent url("images/bg_gbox.png")
		no-repeat -218px -95px;
}

#footer_in div.pesquisa div input[type="submit"]:hover {
	background-position: -218px -111px;
}





.gbox{
	width: 560px;
	float: left;
	clear: both;
	position: relative;
}
.gbox .gbox_head{
	background: url("images/bg_gbox.png") no-repeat 0px -35px;
	height: 25px;
	width: 550px;
	padding: 5px 5px 0 5px;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	/*cursor: move; <------------------------------------<------*/
	cursor: default;
	/*z-index:99;<---------------------------------------<-------*/
	z-index:0;
	overflow: hidden;
}
.gbox .gbox_head .title{
	float: left;
	line-height: 23px;
	font-weight: bold;
	color: #274c0f;
	text-shadow: #6ca92f 1px 1px 0px;
	padding-left: 15px;
}
.gbox .gbox_head .gbox_option{
	float: right;
	padding-right: 12px;
	
}
.gbox .gbox_head .gbox_option a{
	float: left;
	width: 16px;
	height: 15px;
	display: block;
	background: url("images/bg_gbox.png") no-repeat 0px -100px;
	margin: 5px 0;
}
.gbox .gbox_head .gbox_option a:hover{
	background-position: 0px -120px;
}

.gbox .gbox_head .gbox_option a.close{
	background-position: -65px -100px;
}
.gbox .gbox_head .gbox_option a.close:hover{
	background-position: -65px -120px;
}
.gbox .gbox_head .gbox_option a.min{
	background-position: -50px -100px;
}
.gbox .gbox_head .gbox_option a.min:hover{
	background-position: -50px -120px;
}
.gbox .gbox_head .gbox_option a.max{
	background-position: -16px -100px;
}
.gbox .gbox_head .gbox_option a.max:hover{
	background-position: -16px -120px;
}
.gbox .gbox_head .gbox_option a.option{
	background-position: -34px -100px;
}
.gbox .gbox_head .gbox_option a.option:hover{
	background-position: -34px -120px;
}
.gbox .gbox_head .gbox_option a.option_close{
	background-position: 0px -100px;
}
.gbox .gbox_head .gbox_option a.option_close:hover{
	background-position: 0px -120px;
}
.gbox .gbox_XX{
	float: left;
	height: 3px;
	overflow: hidden;
	margin-top: 25px;
	width: 548px;
	padding: 0 6px;
	background: url("images/bg_gbox_content.png") repeat-y 0px 0px;
}
.gbox .gbox_content{
	float: left;
	width: 548px;
	padding: 0 6px;
	background: url("images/bg_gbox_content.png") repeat-y 0px 0px;
}
.gbox .gbox_footer{
	float: left;
	width: 560px;
	height:0px;
	padding-bottom: 8px;
 	background: url("images/bg_gbox.png") repeat-y 0px -70px;
 	overflow: hidden;
}




.info{
	float: left;
	width: 560px;
}
.info .info_head{
	float: left;
	width: 550px;
	height: 33px;
	padding: 5px 5px 0px 5px;
	background: url("images/bg_gbox.png") no-repeat 0px -670px;
}
.info .info_head h1{
	float: left;
	font-size: 15px;
	font-family: "Verdana";
	padding-left: 15px;
	text-shadow: #fff 1px 1px 0px;
	line-height: 30px;
	font-weight: bold;
}
.info .info_head a{
	float: right;
	text-decoration: none;
	padding-left: 20px;
	background: url("images/bg_menus.png") no-repeat 0 -622px;
	color: #545454;
	text-shadow: #fff 1px 1px 0px;
}
.info .info_head a span{
	padding-right: 20px;
	line-height: 30px;
	float: left;
	display: block;
	background: url("images/bg_menus.png") no-repeat 100% -552px;
}
.info .info_head a:hover{
	background-position: 0 -657px;
}
.info .info_head a:hover span{
	background-position: 100% -587px;
}

.info .info_content{
	float: left;
	width: 548px;
	padding: 0px 6px;
	background: url("images/bg_gbox_content.png") repeat-y 0px 0px;
}
.info .info_content .in_content{
	background-color: #e9e9e9;
	float: left;
	width: 538px;
	border-top: 1px solid #b2b2b2;
	padding-right: 10px;
	text-shadow: #fff 1px 1px 0px;
	min-height: 180px;
}
.info .info_content .in_content .image{
	float: left;
	width: 180px;
	text-align: center;
	position: absolute;
}
.info .info_content .in_content .image img{
	
}
.info .info_content .in_content dl{
	float: right;
	width: 385px;
}
.info .info_content .in_content dl dt{
	float: left;
	width: 110px;
	clear: both;
	padding-top: 10px;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	color: #545454;
}
.info .info_content .in_content dl dd{
	float: left;
	width: 260px;
	padding-top: 10px;
}
.info .info_content .in_content a.more_info{
	display: block;
	background: url("images/bg_menus.png") no-repeat 0 -620px;
	padding-left: 20px;
	text-decoration: none;
	color: #545454;
	text-shadow: #fff 1px 1px 0px;
	float: right;
	clear: right;
}
.info .info_content .in_content a.more_info span{
	background: url("images/bg_menus.png") no-repeat 100% -550px;
	display: block;
	float: left;
	height: 35px;
	line-height: 33px;
	padding-right: 20px;
	text-align: center;
	width: 55px;
}
.info .info_content .in_content a.more_info:hover{
	background-position: 0 -655px;
}
.info .info_content .in_content a.more_info:hover span{
	background-position: 100% -585px;
}

.info .info_content .text{
	display: none;
	width: 518px;
	padding: 5px 15px;
	float: left;
	border-top: 3px double #7d7d7d;
	text-shadow: #fff 1px 1px 0px;
}
.info .info_content.text p{
	padding: 0 0 5px 0;
}
.info .info_content.open  .text{
	display: block;
}

.info .info_footer{
	display: block;
	overflow: hidden;
	float: left;
	width: 560px;
	height:0px;
	padding-bottom: 8px;
	background: url("images/bg_gbox.png") repeat-y 0px -70px;
	line-height: 0px;
}
















.barra_right .gbox{
	width: 400px;
}

.barra_right .gbox .gbox_head{
	width: 390px;
	background-position: -572px -35px;
}

.barra_right .gbox .gbox_XX,
.barra_right .gbox .gbox_content{
	width: 388px;
	background-position: -572px 0px;
}
.barra_right .gbox .gbox_footer{
	width: 400px;
	background-position: -572px -70px;
}


.barra_wide .gbox{
	width: 972px;
}

.barra_wide .gbox .gbox_head{
	width: 962px;
	background-position: 0 0;
}

.barra_wide .gbox .gbox_XX,
.barra_wide .gbox .gbox_content{
	width: 960px;
	background-position: -972px 0px;
}
.barra_wide .gbox .gbox_footer{
	width: 972px;
	background-position: 0 -80px;
}





.last_games .dia a.titulo{
	display: block;
	text-decoration: none;
	width: 548px;
	height: 20px;
	background: #a1a1a1;
	float: left;
	background: url("images/bg_last_games.png") repeat-x 0px -180px;
}
.last_games .dia a.titulo span{
	display: block;
	line-height: 18px;
	padding-left: 18px;
	color: #545454;
	font-weight: bold;
	background: url("images/bg_gbox.png") no-repeat -196px -172px;
	
}
.last_games .dia a.titulo.close span{
	background-position: -196px -193px;
}
.last_games .dia a.titulo:hover span{
	color: #2e2e2e;
}
.last_games .dia a.titulo.load{
	text-align: center;

}
.last_games .dia a.titulo.load span{
	display: inline;
	background-position: 5px -207px;
}
.last_games .dia ul{
	display: block;
	float: left;
}
.last_games .dia ul.close{
	display: none;
}
.last_games .dia ul li {
	display: block;
	float: left;
}
.last_games .dia ul li a{
	display: block;
	width: 548px;
	height: 58px;
	border-bottom: 1px solid #959595; 
	border-top: 1px solid #fff;
	text-decoration: none;
	background: url("images/bg_last_games.png") repeat-x 0px -121px;
	overflow: hidden;
}
.last_games .dia ul li:nth-child(2n) a{
	background-position: 0px -61px;
	
}
.last_games .dia ul li a:hover{
	background-position: 0px -1px;
}
.last_games .dia ul li a span{
	display: block;
	height: 58px;
	float: left;
	line-height: 56px;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: #fff 1px 1px 0px;
	font-weight: bold;
	width: 50px;
	color: #545454;
	overflow: hidden;
}
.last_games .dia ul li a span.comp{
	width: 50px;
	border-left: none;
	border-right: 1px solid #959595;
}
.last_games .dia ul li a span.comp img{
	float: left;
	padding: 8px 17px 0;
}


.last_games .dia ul li a span.nome_casa{
	border-left: 1px solid #fff;

	width: 140px;
	text-align: right;
}
.last_games .dia ul li a span.logo_casa,
.last_games .dia ul li a span.logo_fora{
	width: 50px;
	text-align: center;
	padding-top: 12px;
	height: 44px;
}
.last_games .dia ul li a span.resultado{
	width: 22px;
	text-align: center;
	background: url("images/bg_golos_22.png") no-repeat 50% 50%;
	color: #fff;
	text-shadow: none;
}
.last_games .dia ul li a span.sep{
	width: 22px;
	text-align: center;
}
.last_games .dia ul li a span.nome_fora{
	width: 140px;
	border-right: 1px solid #959595;
}

.last_games .dia ul li a span.ir{
	border-left: 1px solid #fff;
	width: 48px;
	background: url("images/bg_gbox.png") no-repeat -280px -86px;
}

.last_news ul, 
.last_news ul li{
	list-style: none;
}
.last_news ul li a{
	text-decoration: none;
	display: block;
	width: 388px;
	float: left;
	clear: both;
	padding: 10px 0 15px;
	background-color: #f9f9f9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #a9a9a9;
}
.last_news ul li:nth-child(2n) a{
	background-color: #e9e9e9;
}
.last_news ul li a span{
	display: block;
	float: left;
	text-transform: none;
	text-shadow: none;
	color: #434343;
	font-size: 11px;
}
.last_news ul li a span.icon{
	width: 22px;
	height: 100px;
	text-align: center;
}
.last_news ul li a span.titulo{
	font-size: 17px;
	width: 346px;
}
.last_news ul li a span.data{
	width: 346px;
}
.last_news ul li a span.resumo{
	width: 346px;
	padding-right: 20px;
}
.last_news ul li a span.resumo img{
	float: left;
	padding: 0 15px 0 0;
}
.last_news ul li a span.resumo span.ver_mais{
	float: right;
	font-weight: bold;
	padding-right: 20px;
	margin-top: 15px;
}
.last_news ul li a:hover span{
	color: #000;
}

.list_news ul, .list_news ul li {
	list-style: none;
	display: block;
	float: left;
	width: 548px;
}
.list_news ul li {
	height: 72px;
	overflow: hidden;
}
.list_news ul li.pub {
	height: 60px;
	border-bottom: 1px solid #727272;
	border-top: 1px solid #fff;
	background: url("images/bg_list_news.png") repeat-x 0px -75px;
}
.list_news ul li a {
	display: block;
	float: left;
	width: 548px;
	height: 70px;
	overflow: hidden;
	text-decoration: none;
	text-shadow: #ffffff 1px 1px 0px;
	color: #545454;
	background: url("images/bg_list_news.png") repeat-x 0px -75px;
	border-bottom: 1px solid #727272;
	border-top: 1px solid #fff;
}
.list_news ul li a:hover {
	background-position:0px 0px;
}
.list_news ul li span{
	display: block;
	float: left;
	height: 70px;
	width: 150px;
}
.list_news ul li span.icon{
	width: 23px;
	border-right: 1px solid #838383; 
	text-align: center;
}
.list_news ul li a span.imagem{
	width: 85px;
	text-align: center;
	padding: 0 0 0 5px;
}
.list_news ul li a span.titulo,
.list_news ul li a span.data,
.list_news ul li a span.resumo{
	height: auto;
	min-width: 400px;
	_width:400px;
	padding-left: 5px;
}
.list_news ul li a span.titulo{
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.list_news ul li a span.data{
	font-size: 9px;
}
.list_news ul li span.ver_mais{
	float: right;
	width: 24px;
	border-left: 1px solid #838383; 
	background: url("images/bg_gbox.png") no-repeat -348px -470px;
}
.list_news ul li.pub span.icon{
	height: 60px;
}
.list_news ul li.pub span.pub{
	height: 60px;
	width: 498px;
}
.list_news ul li.pub span.ver_mais{
	height: 60px;
	background-position: -374px -496px;
}



.list_news_small{
	padding-top: 1px;
}
.list_news_small ul, 
.list_news_small ul li{
	display: block;
	float: left;
	width: 348px;
}
.list_news_small ul li a{
	display: block;
	float: left;
	width: 388px;
	height: 22px;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #545454;
	background: url("images/bg_rx.png") repeat-x 0px -1439px;
	text-decoration: none;
	overflow: hidden;
}

.list_news_small ul li:last-child a{
	border-bottom: none;
}
.list_news_small ul li a span{
	display: block;
	float: left;
	height: 22px;
	border-left: 1px solid #fff; 
	border-right: 1px solid #545454; 
	line-height: 18px;
	text-shadow: #fff 1px 1px 0px;
}
.list_news_small ul li a span.data{
	width: 70px;
	border-left: none;
	text-align: center;
}
.list_news_small ul li a span.titulo{
	width: 288px;
	padding-left: 3px;
}
.list_news_small ul li a span.more{
	width: 23px;
	border-right: none;
	background: url("images/bg_gbox.png") no-repeat -200px -140px;
}
.list_news_small ul li a:hover span.more{
	background: url("images/bg_gbox.png") no-repeat -223px -140px;
}

.list_news_small_other{
	padding-top: 1px;
}
.list_news_small_other ul, 
.list_news_small_other ul li{
	display: block;
	float: left;
	width: 348px;
}
.list_news_small_other ul li a{
	display: block;
	float: left;
	width: 388px;
	height: 22px;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #545454;
	background: url("images/bg_rx.png") repeat-x 0px -1439px;
	text-decoration: none;
	overflow: hidden;
}

.list_news_small_other ul li:last-child a{
	border-bottom: none;
}
.list_news_small_other ul li a span{
	display: block;
	float: left;
	height: 22px;
	border-left: 1px solid #fff; 
	border-right: 1px solid #545454; 
	line-height: 18px;
	text-shadow: #fff 1px 1px 0px;
}
.list_news_small_other ul li a span.titulo{
	width: 359px;
	padding-left: 3px;
}
.list_news_small_other ul li a span.titulo small{
	font-size: 10px;
}
.list_news_small_other ul li a span.more{
	width: 23px;
	border-right: none;
	background: url("images/bg_gbox.png") no-repeat -200px -140px;
}
.list_news_small_other ul li a:hover span.more{
	background: url("images/bg_gbox.png") no-repeat -223px -140px;
}







.news_details{
	text-shadow: #fff 1px 1px 0px;
}
.news_details div.new{
	padding: 20px;
	color: #545454;
}
.news_details div.new h1{
	font-size: 18px;
	line-height: 18px;
}
.news_details div.new span.fonte{
	font-size: 10px;
}
.news_details div.new div.text{
	margin-top: 12px;
	width: 505px;
	text-shadow: none;
	color: #434343;
}
.news_details div.new div.text span.img{
	float: left;
	padding: 1px;
	border: 1px solid #7d7d7d;
	margin: 0 10px 5px 0;
	display: block;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.news_details div.new div.text span.img img{
	float: left;
}
.news_details div.new div.text span.img span.legenda{
	position: absolute;
	bottom: 1px;
	right: 1px;
	left: 1px;
	background-color: #000;
	opacity: 0.75;
	color: #fff;
	padding: 2px;
	display: block;
}


.comment_form {
	width: 548px;
	background: url("images/bg_rx.png") repeat-x 0 -1099px;
	float: left;
}
.comment_form.open {
	background: url("images/bg_rx.png") repeat-x 0 -1122px;
}
.comment_form .comment_open{
	float: left;
	width: 548px;
	background: url("images/bg_gbox.png") no-repeat -195px -265px;
}
.comment_form .comment_open a{
	color: #545454;
	padding-left: 33px;
	height: 20px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	background: url("images/bg_gbox.png") no-repeat -177px -193px;
}
.comment_form .comment_open a:hover{
	background-position: -177px -211px;
	color: #000;
}

.comment_form.open .comment_open a{
	background-position: -177px -172px;
	
}
.comment_form.open .comment_open a:hover{
	background-position: -177px -172px;
	
}

.comment_form .comment_open a small{
	display: inline;
	padding-left: 2px;
	font-size: 9px;
}
.comment_form.open .comment_open a small{
	display: none;
}
.comment_form ul{
	display: none;
	list-style: none;
	float: left;
}
.comment_form.open ul{
	display: block;
}
.comment_form ul li{
	display: block;
	width: 498px;
	padding: 0px 25px;
	float: left;
	line-height: 20px;
	margin-bottom: 5px;
	color: #545454;
}

.comment_form ul li.responder{
	display: none;
}
.comment_form ul li input{
	display: block;
	width: 230px;
	color: #bcbcbc;
	height: 20px;
	font-size: 12px;
	line-height: 18px;
	float: left;
	padding: 0px 5px;
}
.comment_form ul li input:nth-child(2){
	float: right;
}
.comment_form ul li input.submit{
	width: 52px;
	height: 21px;
	float: right;
	margin-left: 5px;
	background: transparent url("images/bg_gbox.png") no-repeat -468px -100px;
	border: none;
	color: #345f17;
	font-weight: bold;
	line-height: 20px;
}
.comment_form ul li.url input{
	width: 484px;
	padding: 0px 5px;
	color: #bcbcbc;
	height: 20px;
}
.comment_form ul li textarea{
	width: 484px;
	padding: 0px 5px;
	color: #bcbcbc;
}
.comment_form ul li span label{
	display: block;
	float: left;
	font-weight:bold;
	padding-right: 2px;
	line-height: 15px; 
}

.comment_form ul li.ok span label{
	color: #345F17;
}

.comment_form ul li.responder span a.close_resposta{
	text-decoration: none;
	margin-left: 10px;
	color: #ff0000;
	font-weight: bold;
}
.comment_form ul li span.captcha{
	display: block;
	float: right;
	height: 20px;
	font-size: 10px;
	color: #bcbcbc;
	text-align: right;
	width: 260px;
}
.comment_form ul li span.captcha input{
	display: block;
	float: right;
	width: 70px;
	height: 18px;
}
.comment_form ul li span.captcha img{
	float: right;
	margin: 0px 3px;
}


.comments{
	float: left;
}

.comments .head{
	width: 548px;
	float: left;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	height: 20px;
	padding: 2px 0;
}
.comments .head ul,
.comments .head ul li{
	display: block;
	list-style:none;
	float: left;
	color: #545454;
	padding: 0px 5px;
	height: 20px;
	line-height: 18px;
}
.comments .head ul li a{
	display: block;
	float: left;
	color: #545454;
	font-size: 11px;
	padding-left: 5px;
	text-decoration: none;
}
.comments .head ul li a span{
	display: block;
	float: left;
	padding-right: 5px;
	line-height: 18px;
}

.comments .head ul li a.selected,
.comments .head ul li a:hover{
	background: url("images/bg_menus.png") no-repeat 0px -529px;
}
.comments .head ul li a.selected span,
.comments .head ul li a:hover span{
	background: url("images/bg_menus.png") no-repeat right -509px;
}
.comments .head ul li a.selected span{
	display: block;
	float: left;
	padding-right: 5px;
	height:20px;
	font-weight: bold;
	
}
.comments .head .pages{
	display: block;
	float: right;
	padding-right: 22px;
}
.comments .head .pages a{
	display: block;
	float: left;
	height: 20px;
	margin: 0 2px;
	line-height: 18px;
	text-decoration: none;
}
.comments .head .pages a.selected{
	text-decoration: underline;
	font-weight: bold;
}
.comments .head .pages a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.comments .head .pages a.back{
	width: 8px;
	background: url("images/bg_gbox.png") no-repeat -200px -229px;
}
.comments .head .pages a.next{
	width: 8px;
	background: url("images/bg_gbox.png") no-repeat -200px -194px;
}
.comments .head .pages a.back:hover{
	background-position: -200px -246px;
}
.comments .head .pages a.next:hover{
	background-position: -200px -212px;
}
.comments .comments_list{
	float: left;
	display: block;
	padding: 0px 20px;
	width: 508px;
}
.comments .comments_list li{
	float: left;
	display: block;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 12px;
}
.comments .comments_list li .user{
	float: left;
	width: 75px;
}
.comments .comments_list li .user span.avatar{
	float: left;
	display: block;
	background:  url("images/bg_gbox.png") no-repeat -820px -700px;
	height: 68px;
	width: 68px;
	padding: 2px;
}
.comments .comments_list li .user a.replay{
	float: left;
	display: block;
	background:  url("images/bg_gbox.png") no-repeat -590px -100px;
	height: 16px;
	width: 56px;
	clear: left;
	padding-left: 12px;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	color: #fff;
	line-height: 16px;
	margin-top: 4px;
	overflow: hidden;
}

.comments .comments_list li .user a.replay:hover{
	background-position: -590px -116px;
}

.comments .comments_list li .xxx{
	width: 430px;
	float: right;
	color: #434343;
	font-size: 11px;
}
.comments .comments_list li .xxx .fn{
	font-weight: bold;
}
.comments .comments_list li.sub .xxx .fn{
	padding-left: 13px;
	background: url("images/bg_gbox.png") no-repeat 0px -250px;
}
.comments .comments_list li .xxx .fn a{
	color: #434343;
	text-decoration: none;
}
.comments .comments_list li .xxx .text{
	margin-top: 15px;
	padding-left: 10px;
}
.comments .comments_list li.sub .xxx .text{
	padding-left: 20px;
}










.text_small{
	
}
.text_small .content{
	background-color: #f0f0f0;
	padding: 25px 15px;
	color: #545454;
	text-shadow: #fff 1px 1px 0px;
}
.text_small .content p{
	padding: 5px 0 0;
}




.top_users .first{
	width: 388px;
	margin-top: 10px;
	background:url("images/bg_top_users.png") repeat-x 0 bottom;
	float: left;
}
.top_users .first ul,
.top_users .first ul li,
.top_users .other ul,
.top_users .other ul li{
	display: block;
	list-style: none;
	float: left;
	
}
.top_users .first ul li{
	height: 30px;
	float: left;
	position: relative;
	width: 374px;
	padding: 10px 7px;
	overflow: hidden;
	
}
.top_users .first ul li span{
	display: block;
	height: 25px;
	font-weight: bold;
	float: left;
}
.top_users .first ul li span.pos{
	width: 23px;
	background-color: #b8b8b8;
	border: 1px solid #fff;
	outline: 1px solid #cacaca;
	text-align: center;
	line-height: 23px;
	color: #545454;
	text-shadow: #f7f7f7 1px 1px 0px;
}
.top_users .first ul li span.icon{
	position: absolute;
	top: 4px;
	left: 23px;
	width: 33px;
	height: 36px;
	background: url("images/bg_gbox.png") no-repeat -336px -100px;
	padding: 2px 10px;
}

.top_users .first ul li span.nome{
	position: absolute;
	top: 11px;
	left: 75px;
	line-height: 23px;
	color: #4c8d1f;
	text-shadow: #a7f65c 1px 1px 0px;
}

.top_users .first ul li span.pontos{
	width: 340px;
	text-align: right;
	border: 1px solid #fff;
	outline: 1px solid #cacaca;
	line-height: 23px;
	color: #4c8d1f;
	text-shadow: #a7f65c 1px 1px 0px;
	padding-right: 6px;
	font-size: 18px;
	background: url("images/bg_top_users.png") repeat-x 0px -24px;
}


.top_users .other ul li {
	width: 193px;
	float: left;
	border-right: 1px solid #a0a0a0;
	height: 21px;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #a0a0a0;
	background: url("images/bg_top_users.png") repeat-x 0px 0px;
}

.top_users .other ul li:nth-child(2n) {
	border-left: 1px solid #fff;
	border-right: none;
}
.top_users .other ul li span {
	line-height: 19px;
	color: #545454;
	text-shadow: #f7f7f7 1px 1px 0px;
	font-weight: bold;
	float: left;
	display: block;
	height: 21px;
}
.top_users .other ul li span.pos {
	font-size: 15px;
	border-right: 1px solid #a0a0a0;
	text-align: center;
	width: 20px;
}
.top_users .other ul li span.nome {
	font-size: 12px;
	border-left: 1px solid #fff; 
	width: 130px;
	padding-left: 4px;
	overflow: hidden;
}
.top_users .other ul li span.pontos {
	font-size: 18px;
	color: #599926;
	float: right;
	padding-right: 5px;
}

.banca_jornais ul{
	list-style: none;
	display: block;
	float: left;
}
.banca_jornais ul li{
	display: block;
	width: 373px;
	height: 170px;
	float: left;
	position: relative;
	margin: 20px 0 0;
	padding-left: 15px;
}
.banca_jornais ul li cite{
	display: block;
	width: 388px;
	height: 22px;
	background: url("images/bg_gbox.png") no-repeat 0 -580px;
	position: absolute;
	top: 143px;
	left: 0px;
}
.banca_jornais ul li a{
	display: block;
	width: 100px;
	height: 145px;
	float: left;
	text-decoration:none;
	position: relative;
	background: url("images/bg_gbox.png") no-repeat -415px -500px;
	padding: 6px 10px;
}
.banca_jornais ul li a span{
	display: none;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 116px;
	height: 20px;
	background: url("images/bg_gbox.png") no-repeat -538px -500px;
	padding-top: 133px;
	text-shadow: none;
}
.banca_jornais ul li a:hover span{
	display: block;
}


.list_games{
}
.list_games ul{
	display: block;
	list-style: none;
	float: left;
}
.list_games ul li{
	display: block;
	list-style: none;
	float: left;
	width: 548px;
}
.list_games ul li.th{
	background: url("images/bg_rx.png") repeat-x 0 -1390px;
}
.list_games ul li span{
	float: left;
	display: block;
	height: 25px;
	line-height: 23px;
	border-right: 1px solid #6d6d6d;
	border-left: 1px solid #fff;
	font-size: 12px;
	text-shadow: none;
	color: #545454;
	font-weight: bold;
}
.list_games ul li.th span{
	text-shadow: #fff 1px 1px 0px;
	line-height: 14px;
	height: 18px;
	padding-top: 7px;
}
.list_games ul li span:first-child{
	border-left: none;
}
.list_games ul li span:last-child{
	border-right: none;
}
.list_games ul li.th{
	border-bottom: 1px solid #6d6d6d;
}
.list_games ul li.th span.data{
	width: 176px;
	padding-left: 10px;
}
.list_games ul li.th span.equipas{
	width: 360px;
	text-align: center;
}

.list_games ul li.jogo a span.dia{
	width: 84px;
	padding-left: 10px;
}
.list_games ul li.jogo a span.data{
	width: 90px;
	text-align: center;
}
.list_games ul li.jogo a span.resultado{
	width: 60px;
	text-align: center;
}
.list_games ul li.jogo a span span{
	border: none;
	float: none;
	display: inline-block;
	background: url("images/bg_gbox.png") no-repeat -670px -99px;
	height: 25px;
	width: 16px;
	color: #fff;	
}
.list_games ul li.jogo a span.casa{
	width: 145px;
	text-align: right;
	padding-right: 3px;
}
.list_games ul li.jogo a span.fora{
	width: 145px;
	text-align: left;
	padding-left: 3px;
}
.list_games ul li.jogo a{
	background-color: #e3e3e3;
	float: left;
	text-decoration: none;
	height:25px;
	overflow: hidden; 
}
.list_games ul li.jogo:nth-child(2n) a{
	background-color: #d1d1d1;
}
.list_games ul li.jogo a:hover{
	background-color: #f4f4f4;
}
.list_games ul li.jogo a span.resultado{
	background-color: #cacaca;
}
.list_games ul li.jogo:nth-child(2n) a span.resultado{
	background-color: #bbbbbb;
}
.list_games ul li.jogo a:hover span.resultado{
	background-color: #d9d9d9;
}
.list_games ul li.jogo.last{
	border-bottom: 1px solid #545454;
}
.list_games ul li.jogo.first{
	border-top: 1px solid #fff;
}



.user_perfil{
	
}
.user_perfil .sep{
	width: 548px;
	float: left;
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #fff;
	background-color: #f5f5f5;
	padding-bottom: 10px;
}
.user_perfil .sep .image{
	width: 105px;
	float: left;
	padding: 5px 0 0 25px;
}
.user_perfil .sep .image .area{
	font-weight: bold;
	color: #545454;
	text-shadow: none;
	text-align: right;
}
.user_perfil .sep .image div{
	margin-top: 30px;
	width: 87px;
	height: 80px;
	float: left;
	background: url("images/bg_gbox.png") no-repeat -656px -550px;
}
.user_perfil .sep .image div.avatar{
	margin-top: 15px;
	width: 100px;
	height: 100px;
	padding: 2px;
}
.user_perfil .sep .image div.perfil{
	background-position: -761px -500px;
}
.user_perfil .sep .image div.seguranca{
	background-position: -849px -500px;
}
.user_perfil .sep .image a{
	display: block;
	float: left;
	background: url("images/bg_gbox.png") no-repeat -656px -500px;
	height: 24px;
	width: 76px;
	padding-left: 18px;
	line-height: 22px;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0px;
	margin-top: 5px;
	margin-left: 3px;
}

.user_perfil .sep .image a:hover{
	background-position: -656px -524px
}
.user_perfil .sep ul{
	width: 365px;
	float: right;
	display: block;
	padding-top: 10px;
	padding-right: 50px;	
}
.user_perfil .sep ul li{
	width: 365px;
	float: left;
	clear: both;
	display: block;
	margin-top: 15px; 
}
.user_perfil .sep ul li label{
	float: left;
	display:block;
	width: 100px;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	color: #545454;
	text-shadow: #fff 1px 1px 0px;
	line-height: 18px;
}
.user_perfil .sep ul li span{
	float: right;
	display:block;
	width: 240px;
	color: #545454;
	text-shadow: #fff 1px 1px 0px;
	line-height: 18px;
}
.user_perfil .sep ul li span input{
	line-height:18px;
	height: 20px;
	float: left;
}

.user_perfil .sep ul li span input[type="text"],
.user_perfil .sep ul li span input[type="password"]{
	width: 236px;
}

.user_perfil .sep ul li span input.submit{
	background: transparent url("images/bg_gbox.png") no-repeat 0px -602px;
	width: 101px;
	height: 35px;
	line-height: 34px;
	float: right;
	color: #345f17;
	text-shadow: #d2f912 1px 1px 0px;
	border: none;
}
.user_perfil .sep ul li span input.submit:hover{
	background: 0px -602px;
}

.user_perfil .sep ul li span select{
	line-height:18px;
	height: 20px;
	float: left;
	width: 236px;
	margin-bottom: 8px;
}
.user_perfil .sep ul li.clube span select:nth-child(-n+2) {
	line-height:18px;
	height: 20px;
	float: left;
	width: 110px;
	margin-bottom: 8px;
}
.user_perfil .sep ul li.clube span select:nth-child(2) {
	float: right;
	margin-right: 3px;
}
.user_perfil .sep ul li.data span select {
	width: 70px;
	margin-right: 14px;
}
.user_perfil .sep ul li.data span select:last-child {
	margin-right: 0px;
}
.user_perfil .sep ul li span label {
	padding-right: 10px;
	padding-left: 2px;
	text-align: left;
}

.list_videos{}
.list_videos ul{
	width: 548px;
	float: left;
	display: block;
	list-style: none;
}
.list_videos ul li{
	width: 274px;
	float: left;
	display: block;
	list-style: none;
	position: relative;
}
.list_videos ul li a.video{
	text-decoration: none;
	display: block;
	float:left;
	width:263px;
	height: 80px;
	padding: 10px 0 5px 10px; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8b8b8b;
	border-right: 1px solid #8b8b8b;
	background: url("images/bg_rx.png") repeat-x 0 -1558px;
}
.list_videos ul li:nth-child(2n) a.video{
	border-left: 1px solid #fff;
	border-right:none;
}
.list_videos ul li a.video:hover{
	background-position: 0 -1461px;
}
.list_videos ul li a.video span{
	font-size: 11px;
	text-shadow: #fff 1px 1px 0px; 
	display:block;
	float:left;
}
.list_videos ul li a.video span.image{
	width: 104px;
	height: 75px;
	border: 1px solid #fff;
	outline:1px solid #7d7d7d;
	overflow: hidden;
}
.list_videos ul li a.video span.titulo{
	width: 125px;
	height: 20px;
	overflow: hidden;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-shadow: none;
}
.list_videos ul li a.video span.categoria,
.list_videos ul li a.video span.utilizador{
	width: 125px;
	height: 18px;
	overflow: hidden;
	padding-left: 10px;
	font-size: 11px;
}
.list_videos ul li a.video span.star{
	width: 125px;
	height: 16px;
	padding-left: 10px;
}
.list_videos ul li a.video span.star span{
	float: left;
	width: 16px;
	height: 16px;
	background: url("images/bg_gbox.png") no-repeat -450px -116px;
}
.list_videos ul li a.video span.star span.select{
	background-position: -450px -100px;
}
.list_videos ul li a.editar,
.list_videos ul li a.remover{
	position: absolute;
	right: 1px;
	top: 1px;
	width: 20px;
	height: 95px;
	text-indent: -9999px;
	background: url("images/bg_gbox.png") no-repeat -764px -585px;
	padding: 0px;
	border: none;
	text-decoration: none;
}
.list_videos ul li a.editar:hover,
.list_videos ul li a.remover:hover {
	width: 51px;
	border-left: none;
	text-indent: 0px;
	padding-top: 50px;
	height: 45px;
	font-size: 11px;
	text-shadow: #fff 1px 1px 0px;
	text-align: center;
	background-position: -783px -585px;
}

.list_videos ul li a.remover{
	background-position: -834px -585px;
}

.list_videos ul li a.remover:hover{
	background-position: -853px -585px;
}


.list_videos_small{}
.list_videos_small ul{
	float: left;
	width: 388px;
	display: block;
	padding-top: 7px;
}
.list_videos_small ul li{
	float: left;
	display: block;
}
.list_videos_small ul li a{
	float: left;
	display: block;
	width: 108px;
	padding: 5px 0px 2px 15px;
	text-decoration: none;
}
.list_videos_small ul li a img{
	border: 1px solid #fff;
	outline: 1px solid #7d7d7d;
	margin: 1px;
	margin-bottom: 5px;
}
.list_videos_small ul li a span{
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #545454;
	text-shadow: none;
	text-transform: uppercase;
	text-indent: 2px;

}
.list_videos_small ul li a:hover span{
	color:#000;
}


.classificacao{}
.classificacao ul{
	display: block;
	float: left;
	width: 100%;
}
.classificacao ul li{
	display: block;
	float: left;
	list-style: none;
	width: 100%;
	line-height: 22px;
	background-color: #e3e3e3;
	border-bottom: 1px solid #6d6d6d;
	border-top: 1px solid #fff;
}
.classificacao ul li:nth-child(2n){
	background-color: #d2d2d2;
}
.classificacao ul li:nth-child(2){
	background-color: #cae8ba;
}
.classificacao ul li:nth-child(3){
	background-color: #d8efe2;
}
.classificacao ul li:nth-child(4){
	background-color: #c5dcdd;
}
.classificacao ul li:nth-child(2) span.pos{
	color: #519122;
}
.classificacao ul li:nth-child(3) span.pos{
	color: #62be87;
}
.classificacao ul li:nth-child(4) span.pos{
	color: #50979a;
}

.classificacao ul li.th{
	background: url("images/bg_rx.png") repeat-x scroll 0 -1390px;
	height: auto;
}
.classificacao ul li:last-child{
	border-bottom: none;
}

.classificacao ul li span{
	display:block;
	border-left: 1px solid #fff;
	border-right: 1px solid #6d6d6d; 
	height: 24px;
	text-align: center;
	font-weight: bold;
	color: #545454;
	text-shadow: #fff 1px 1px 0px;
}
.classificacao ul li.th span{
	height:18px;
	line-height:14px;
	padding-top:7px;
	text-shadow:1px 1px 0 #FFFFFF;
}
.classificacao ul li span.pontos{
	float: right;
	width: 34px;
	border-right: none;

}
.classificacao ul li span.td_info{
	float: right;
	width: 28px;
}
.classificacao ul li span.td_info.positivo{
	color: #519122;
}
.classificacao ul li span.td_info.negativo{
	color: #990000;
}
.classificacao ul li span.td_info:last-child{
	border-left: 1px solid #6d6d6d;
}
.classificacao ul li span.pos{
	float: left;
	width: 55px;
	text-align: center;
}
.classificacao ul li.th span.team{
	float: left;
	border-right: none;
	text-align: right;
	width: 82px;
}
.classificacao ul li a{
	float: left;
	display: block;
	text-decoration: none;
	width: 100%;
}

.classificacao ul li a:hover{
	background-color: #F4F4F4;
}

.classificacao ul li a span.team{
	float: left;
	padding-left: 2px;
	border-right: 0px;
}
.classificacao ul li a span.icon{
	width: 31px;
	float: left;
	text-align: center;
	line-height: normal;
}
.classificacao ul li a span.icon img{
	margin-top: 4px;
}




.list_newspaper{}
.list_newspaper .image{
	float: left;
	width: 173px;
	height: 236px;
	padding: 11px 7px;
}
.list_newspaper .image a{
	display: block;
	float: left;
	width: 153px;
	height: 216px;
	padding: 10px;
	background: url("images/bg_gbox.png") no-repeat -575px -676px;
	text-decoration: none;
}
.list_newspaper .image a span{
	display: none;
}
.list_newspaper .last{
	float: right;
	width: 200px;
	border-left: 1px solid #7d7d7d;
}
.list_newspaper .last span{
	display: block;
	float: left;
	height: 33px;
	width:195px;
	border-bottom: 1px solid #7d7d7d;
	background: url("images/bg_rx.png") repeat-x 0px -1744px;
	line-height: 30px;
	color: #545454;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px;
	padding-left: 5px;
}
.list_newspaper .last ul{
	display: block;
	float: left;
	width: 200px;
}
.list_newspaper .last ul li{
	display: block;
	float: left;
	background: url("images/bg_rx.png") repeat-x 0px -1655px;
}
.list_newspaper .last ul li:nth-child(2n){
	background-position: 0px -1700px;
}
.list_newspaper .last ul li a{
	display: block;
	float: left;
	width: 160px;
	height: 45px;
	text-decoration: none;
	padding: 0px 30px 0px 10px;
	color: #545454;
	text-shadow: #fff 1px 1px 0px;
	overflow: hidden;
	font-size: 13px;
}
.list_newspaper .last ul li:last-child a{
	height: 44px;
}
.list_newspaper .last ul li a:hover{
	background: url("images/bg_gbox.png") no-repeat 180px -266px;
}


.game .info_head,
.game .info_content,
.game .info_footer{
	width: 640px;
	float: left;
	padding: 0px 5px;
}
.game .info_head,
.game .info_footer{
	line-height: 1%;
	overflow: hidden;
	height: 8px;
	background: url("images/bg_gbox.png") no-repeat 0px -310px;;
}
.game .info_head{
	margin-top: 7px;
	
}

.game .info_footer{
	background-position: 0px -318px
}
.game .info_content{
	background: url("images/bg_gbox_content.png") repeat-y -1944px 0px;
}
.game .info_content h1{
	float: left;
	display: block;
	width: 640px;
	height: 38px;
	text-shadow: #fff 1px 1px 0px;
	text-transform: uppercase;
}
.game .info_content h1 a{
	float: left;
	width: 280px;
	text-align: center;
	font-size: 17px;
	text-shadow: #fff 1px 1px 0px;
	text-transform: uppercase;
	line-height: 36px;
	text-decoration: none;
}
.game .info_content h1 span{
	float: left;
	text-align: center;
	font-size: 17px;
	line-height: 36px;
}
.game .info_content h1 span.resultados{
	width: 24px;
}
.game .info_content h1 span.sep{
	width: 30px;
}


.game .info_content .logos{
	width: 640px;
	height: 183px;
	float: left;
	position: relative;
}
.game .info_content .logo_casa,
.game .info_content .logo_fora{
	width:180px;
	height: 180px;
	position: absolute;
	bottom: 1px;
	left: 0px;
}
.game .info_content .logo_fora{
	right: 0px;
	left: auto;
}
.game .info_content .extra{
	float: left;
	width: 280px;
	border: 1px solid #8b8b8b;
	border-bottom: none;
	text-shadow: #fff 1px 1px 0px;
	position: absolute;
	bottom: -1px;
	left: 180px;
}
.game .info_content .extra dl{
	float: left;
	width: 280px;
	border-bottom: 1px solid #8b8b8b;
}
.game .info_content .extra dl dt{
	float: left;
	clear: both;
	width: 100px;
	padding-left: 5px;;
	height: 18px;
	line-height:16px;
	font-weight: bold;
	font-size: 12px;
	color: #2c2c2c;
}
.game .info_content .extra dl dd{
	float: right;
	width: 175px;
}
.game .info_content .extra .live{
	float: left;
	width: 278px;
	height: 34px;
	line-height: 32px;
	text-align:center;
	color: #4a700b;
	background: #96ea09 url("images/bg_rx.png") repeat-x  0px -1779px;;
	text-shadow: #96ea09 1px 1px 0px;
	border-bottom: 1px solid #8b8b8b;
	text-transform: uppercase;
	font-weight: bold;
}






.game .info_content .partilha{
	background: none;
	border-top: 1px solid #8b8b8b;
	border-bottom: none;
	width: auto;
	float: left;
	width: 640px;
	height: auto;
}
.game .info_content .partilha .pub{
	width:640px;
	text-align: center;
	float: left;
	margin-top: 5px;
}
.game .right_box{
	width:305px;
	height:235px;
	float: right;
	margin-top: 12px;
	
}
.game .game_video{
	float: left;
	width: 950px;
	position: relative;
	padding: 5px;
}
.game .game_video a.add_video,
.game .game_video a.correct_info{
	position: absolute;
	display: block;
	width: 128px;
	height: 22px;
	padding-top: 10px;
	padding-left: 39px;
	top: -27px;
	right: 137px;
	background: url("images/bg_gbox.png") no-repeat 0px -328px;
	color: #2c2c2c;
	text-shadow: #fff 1px 1px 0px;
	text-decoration: none;
}
.game .game_video a.correct_info{
	right: 5px;
	background-position: -160px -328px;
	width: 117px;
	padding-left: 36px;
}
.game .game_video a.add_video:hover{
	background-position: 0 -360px;
}
.game .game_video a.correct_info:hover{
	background-position: -160px -360px;
}

.game .game_video .player{
	float: left;
	width: 640px;
	height: 385px;
	border: 1px solid #282828;
	background: url("images/tv_video.png") no-repeat center center;
}

.game .game_video .player_list{
	float: left;
	width: 307px;
	height: 385px;
	overflow: auto;
	border: 1px solid #8b8b8b;
	border-left: none;
}
.game .game_video .player_list ul,
.game .game_video .player_list ul li{
	display: block;
	list-style: none;
}

.game .game_video .player_list ul li a{
	display: block;
	height: 96px;
	background: url("images/bg_rx.png") repeat-x 0px -2008px;
	padding-left: 25px;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0px;
	position: relative;
}

.game .game_video .player_list ul li:first-child a{
	height: 95px;
	background-position: 0px -2009px;
	/*background-position: 0px -1814px;*/
}
.game .game_video .player_list ul li a.new_video{
	font-size: 26px;
	padding-top:36px;
	height:60px;
	background-position: 0px -2009px;
}
.game .game_video .player_list ul li a:FOCUS{
	outline: none;
}
.game .game_video .player_list ul li a:hover{
	background-position: 0px -1910px;

}
.game .game_video .player_list ul li.selected a,
.game .game_video .player_list ul li.selected a:hover{
	background-position: 0px -1813px;
}
.game .game_video .player_list ul li a span.image{
	float: left;
	display: block;
	width: 104px;
	height: 77px;
	margin-top: 9px;
	border: 1px solid #fff;
	outline: 1px solid #7d7d7d;
	overflow: hidden;
}
.game .game_video .player_list ul li a span.titulo,
.game .game_video .player_list ul li a span.categoria,
.game .game_video .player_list ul li a span.utilizador,
.game .game_video .player_list ul li a span.star{
	float: left;
	display: block;
	width: 152px;
	font-size: 11px;
	padding-left: 5px;
	line-height: 14px;
	overflow: hidden;
	height: 16px;
}


.game .game_video .player_list ul li a span.titulo{
	margin-top: 8px;
	font-weight: bold;
	max-height: 30px;
	min-height: 18px;
	height: auto;
}

.game .game_video .player_list ul li a span.star{
	position: absolute;
	bottom: 5px;
	left: 132px;
	width: 80px;
	height: 16px;
}
.game .game_video .player_list ul li a span.star span{
	float: left;
	width: 16px;
	height: 16px;
	background: url("images/bg_gbox.png") no-repeat -450px -116px;
}
.game .game_video .player_list ul li a span.star span.select{
	background-position: -450px -100px;
}
.game .game_video .partilha{
	float: left;
	width: 640px;
	border: 1px solid #8b8b8b;
	border-bottom-color: #a5a5a5;
}
.game .game_video .video_info{
	float: left;
	width: 625px;
	border: 1px solid #8b8b8b;
	border-top: none;
	background-color: #f0f0f0;
	padding: 5px 5px 15px 10px;
	text-shadow: #fff 1px 1px 0px
}
.game .game_video .video_info a.video_incorrecto{
	float: right;
	margin-top: 5px;
	margin-right: 4px;
	display: block;
	background: url("images/bg_menus.png") no-repeat 0 -730px;
	padding-left: 3px;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
}
.game .game_video .video_info a.video_incorrecto span{
	background: url("images/bg_menus.png") no-repeat 100% -690px;
	height: 19px;
	display: block;
	float: left;
	padding-right: 3px; 	
}

.game .game_video .video_info a.video_incorrecto:hover{
	background-position: 0 -750px;
}
.game .game_video .video_info a.video_incorrecto:hover span{
	background-position: 100% -710px;
}
.game .game_video .video_info .titulo{
	float: left;
	font-weight: bold;
	font-size: 13px;
}
.game .game_video .video_info .user{
	float: left;
	clear: left;
	margin-bottom: 15px;
}
.game .game_video .video_info .user a{
	text-decoration: none;
}
.game .game_video .video_info .descricao{
	float: left;
	clear: left;
}
.game .game_video .pub{
	float: right;
	width: 308px;
	overflow: hidden;
	text-align: center;
}
.game .cols{
	float: left;
	width: 960px;
	border-top: 1px solid #dcdcdc;
	
}
.game .cols .left{
	float: left;
	width: 653px;
	text-shadow: #fff 1px 1px 0px;
}
.game .cols .left .comment_form{
	float: left;
	width: auto;
}
.game .cols .left .comment_form .comment_open{
	width: 653px;
}
.game .cols .left .comment_form ul li{
	width: 603px;
}
.game .cols .left .comment_form ul li input {
	width: 280px;
}
.game .cols .left .comment_form ul li.url input {
	width: 591px; 
}
.game .cols .left .comment_form ul li span.captcha input {
	width: 30px;
}
.game .cols .left .comment_form ul li textarea {
	width: 591px; 
}
.game .cols .left .comment_form ul li input[type="submit"] {
	width: 52px; 
}
.game .cols .left .comments{
	float: left;
	width: 653px;
}
.game .cols .left .comments .head{
	width: 653px;
	
}
.game .cols .left .comments .comments_list{
	width: 613px;
}
.game .cols .left .comments .comments_list li .xxx{
	width: 535px;
}


.game .cols .right{
	width: 303px;
	float: right;
	padding-right: 3px;
}
.game .cols .right div.title{
	border: 1px solid #8b8b8b;
	border-bottom: none;
	width: 301px;
	height: 32px;
	line-height: 30px;
	background: url("images/bg_rx.png") repeat-x 0px -2104px;
	font-size: 15px;
	font-weight: bold;
	text-indent: 10px;
	color: #545454;
	text-shadow: #fff 1px 1px 0;
}
.game .cols .right div.list{
	float: left;
	width: 301px;
	border: 1px solid #8b8b8b;
}
.game .cols .right div.list ul{
	float: left;
	display: block;
	list-style: none;
	
}
.game .cols .right div.list ul li{
	float: left;
	display: block;
	list-style: none;
	background: url("images/bg_rx.png") repeat-x 0px -2137px;
	width: 50%;
	height: 113px;
}
.game .cols .right div.list ul li a{
	float: left;
	display: block;
	width: 150px;
	height: 112px;
	

	text-decoration: none;
	text-shadow: #fff 1px 1px 0px; 
}
.game .cols .right div.list ul li a span.image{
	float: left;
	display: block;
	border: 1px solid #fff;
	outline: 1px solid #7d7d7d;
	overflow: hidden;
	margin: 0 24px;
	width: 100px;
	height: 75px;
}
.game .cols .right div.list ul li a span.image img{
	float: left;
	width: 100px;
	height: 75px;
}
.game .cols .right div.list ul li a span.title{
	display:block;
	float:left;
	height:35px;
	overflow:hidden;
	width:140px;
	font-size: 10px;
	line-height: 12px;
	margin-left: 5px;
}



































.partilha{
	width: 548px;
	height: 22px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	line-height: 20px;
	background-color: #f5f5f5;
	color: #545454;
	background: url("images/bg_rx.png") repeat-x 0 -1099px;
}
.partilha .icons span{
	float: left;
	display: block;
	height: 22px;
	padding-right: 3px;
}
.partilha .icons span.label{
	padding-left: 22px;
	background: url("images/bg_gbox.png") no-repeat 3px -227px;
}
.partilha .icons .share_icons{
	float: left;
	display: block;
}

.partilha .icons .share_icons li{
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin: 3px 2px 0;
}
.partilha .icons .share_icons li a{
	height: 16px;
	width: 16px;
	display: block;
	opacity: 0.5;
}
.partilha .icons .share_icons li a:hover{
	opacity: 1;
}
.partilha .icons a.share_more{
	float: left;
	display: block;
	width: 28px;
	height: 16px;
	margin: 3px 1px;
	background: url("images/bg_gbox.png") no-repeat -402px -100px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	padding: 0 	3px 0 15px;
	text-align: right;
}
.partilha .icons a.share_more:hover{
	background-position: -402px -116px;
}
.partilha .stars{
	float: right;
}
.partilha .stars span.label{
	float: left;
	padding-right: 3px;
}
.partilha .stars div.form_stars{
	padding: 3px 0;
	margin-right: 15px;
	float: right;
}

.partilha .stars div.form_stars a{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url("images/bg_gbox.png") no-repeat -450px -117px;
	text-indent: -9999px;
}
.partilha .stars div.form_stars.star1 a:nth-child(1){
	background-position: -450px -100px;
}
.partilha .stars div.form_stars.star2 a:nth-child(-n+2){
	background-position: -450px -100px;
}
.partilha .stars div.form_stars.star3 a:nth-child(-n+3){
	background-position: -450px -100px;
}
.partilha .stars div.form_stars.star4 a:nth-child(-n+4){
	background-position: -450px -100px;
}
.partilha .stars div.form_stars.star5 a:nth-child(-n+5){
	background-position: -450px -100px;
}



.paginacao{
	overflow: hidden;
	height: 20px;
	width: 548px;
	background: url("images/bg_last_games.png") repeat-x 0 -180px;
	text-shadow: #c0c0c0 1px 1px 0px;
}
.paginacao a{
	color: #545454;
	line-height: 20px;
	text-decoration: none;
}
.paginacao a.back,
.paginacao a.next{
	display: block;
	float: left;
	width: 55px;
	font-weight: bold;
	background: url("images/bg_gbox.png") no-repeat scroll -196px -228px;
}

.paginacao a.back{
	padding-left: 15px;
}

.paginacao a.next{
	padding-right: 15px;
	float: right;
	background-position: -146px -191px;
}
.paginacao .pages{
	display: block;
	float: left;
	width: 408px;
	text-align: center;
}
.paginacao .pages a{
	display: inline;
	float: none;
	padding: 0 2px;
}
.paginacao .pages span{
	color: #545454;
}
.paginacao .pages a.selected{
	font-weight:bold;
}
.paginacao a:hover{
	color: #000;
	font-weight:bold;
}
.paginacao a.next:hover{
	background-position: -146px -209px;
}
.paginacao a.back:hover{
	background-position: -196px -245px;
}





.error_404{
	
}
.error_404 .sintonizate{
	width: 395px;
	height: 540px;
	background: url("images/tv.png") no-repeat center center;
	float: left;
}
.error_404 .info{
	padding-top: 180px;
	width: 560px;
	float: left;
	color: #dedede;
	text-shadow: #fcfcfc 1px 1px 0px
}
.error_404 .info h1{
	font-size: 95px;
	line-height: 100px;
}
.error_404 .info h2{
	font-size: 37px;
	line-height: 40px;
}
.error_404 .info .text{
	font-size: 16px;
	line-height: 20px;
	color: #636363;
}
.error_404 .info .text p{
	margin: 8px 0px;
}
.error_404 .info .pesquisa{
}
.error_404 .info .pesquisa input{
	width: 188px;
	height: 22px;
	background: transparent url("images/bg_gbox.png") no-repeat -102px -609px;
	border: none;
	font-size: 12px;
	padding-left: 20px;
}
.error_404 .info .pesquisa input[type="submit"]{
	width: 80px;
	height: 22px;
	background-position: -320px -610px;
	color: #636363;
	text-shadow: #fff 1px 1px 0px;
	padding: 0; 
}
.error_404 .info .pesquisa input[type="submit"]:hover{
	width: 80px;
	height: 22px;
	background-position: -319px -634px;
}






.light_golos{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 999999;
	display: none;
}
.light_golos .light_opacity{
	opacity: 0.8;
	filter:alpha(opacity=80);
	background-color: #000;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999999;
}
.light_golos .light_window{
	z-index: 99999999;
	position: absolute;
	top: 20px;
	left: 35%;
	width: 560px;
}
.light_golos .light_window .light_head{
	background: url("images/bg_gbox.png") no-repeat 0px -35px;
	height: 20px;
	width: 550px;
	padding: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.light_golos .light_window .light_head span{
	float: left;
	line-height: 23px;
	font-weight: bold;
	color: #274c0f;
	text-shadow: #6ca92f 1px 1px 0px;
	padding-left: 15px;
}
.light_golos .light_window .light_head a{
	float: right;
	width: 16px;
	height: 15px;
	display: block;
	background: url("images/bg_gbox.png") no-repeat -65px -100px;
	margin: 5px 0;
	margin-right: 12px;
	text-indent: -9999px;
}
.light_golos .light_window .light_head a{
	background-position: -65px -120px;
}
.light_golos .light_window .light_content{
	float: left;
	width: 548px;
	padding: 0 6px;
	background: url("images/bg_gbox_content.png") repeat-y 0px 0px;
	margin-top: 28px;
}
.light_golos .light_window .light_content ifame{
	float: left;
	border: none;
}

