@charset "utf-8";
/* CSS Document */

body {
	background:url(image/bg.jpg) left top fixed;
	text-align:center;
	font-family:Arial;
}
body, ul, h1, h2, h3, form {
	margin:0;
	padding:0;
	list-style-type:none
}
#conteiner {
	width:999px;
	margin:0 auto;
	text-align:left;
}
.left {
	float:left;
}
.right {
	float:right;
}
a {
	color:#6F6F6F;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
* {
	z-index:1;
}
/* Header */

#header {
}
#header #logo {
	position:relative;
	float:left;
	width:293px;
	height:134px;
	background:url(image/logo.png) left top no-repeat;
	margin:29px 0 0 30px;
}
#header #logo a {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:293px;
	height:134px;
}
#header #logo .more, #header #logo h1, #header #logo h2 {
	position:absolute;
	font-size:12px;
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	left: 141px;
	width:500px;
	top: 108px;
}
#header #game_favourite {
	float:right;
	width:142px;
	height:60px;
	background:url(image/game_favourite.png) left top no-repeat;
	color:#036097;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:43px 0 0 0;
	margin:51px 36px 0 0;
}
#header #game_favourite .current {
	text-decoration:underline;
	color:#FFBE00;
}
#header #header-content {
	height:137px;
	background:url(image/header.png) left top no-repeat;
	padding-top:27px;
}
#header #header-top {
	height:59px;
	padding:0 0 0 30px;
}
#header #header-bottom {
	clear:both;
	padding:0 30px 0 0;
}
#header #menu {
	margin:0 0 0 0;
	float:left;
	width:550px;
	text-align:center;
}
#header #menu li {
	float:left;
	padding:20px 10px 0 24px;
}
#header #menu li, #header #menu li a {
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}
#header #menu li a:hover {
	text-decoration:underline;
}
#header #menu li.home {
	width:147px;
	height:39px;
	background:url(image/button-home.png) left top no-repeat;
	padding-left:0;
	padding-right:0;
}
#header #menu li.home a {
}
#header #menu li.home a:hover {
	text-decoration:none;
}
#header #menu li.home:hover {
	text-decoration:none;
	background:url(image/button-home-rollover.png) left top no-repeat;
}
#header #search {
	float:right;
	width:350px;
	height:46px;
	background:url(image/search.png) left top no-repeat;
	padding:0 30px 0 0;
	position:relative;
}
#header #search .text {
	position:absolute;
	left: 69px;
	top: 12px;
	width: 255px;
	font-size:15px;
	color:#C0C0C0;
}
#header #search .submit {
	position:absolute;
	left: 10px;
	top: 9px;
	width: 37px;
	height: 31px;
}
#header #search .submit, #header #search .text {
	background:none;
	border:0;
}
#header #navigation {
	float:left;
	color:#8D8D8D;
	font-size:23px;
	padding:27px 0 0 30px;
}
#header #navigation a {
	color:#8D8D8D;
	text-decoration:none;
}
#header #navigation a:hover {
	text-decoration:underline;
}
#header .buttons {
	width:300px;
	float:right;
	padding-top:20px;
}
#header #iMieiPreferiti, #header #laGuida {
	font-size:13px;
	padding:10px 0 0 0;
}
#header #iMieiPreferiti {
	float:left;
	width:139px;
	height:27px;
	background:url(image/bImieiPreferiti.png) left top no-repeat;
	color:#FFFFFF;
	padding-left:40px;
}
#header #iMieiPreferiti a {
	text-decoration:none;
	color:#FFFFFF;
	text-decoration:none;
}
#header #iMieiPreferiti a:hover {
	text-decoration:underline;
}
#header #laGuida {
	float:left;
	width:80px;
	height:27px;
	background:url(image/bLaGuida.png) left top no-repeat;
	color:#666666;
	padding-left:40px;
}
#header #laGuida a {
	color:#666666;
	text-decoration:none;
}
#header #laGuida a:hover {
	text-decoration:underline;
}
#content {
	width:999px;
	background:url(image/content.png) left top repeat-y;
}
.alert {
	font-size:33px;
	color:#CCCCCC;
	line-height:37px;
}
.alert a {
	color:#999999;
	text-decoration:underline;
}
.alert a:hover {
	text-decoration:none;
}
.navigation {
	clear:both;
	text-align:center;
	font-size:16px;
	color:#4B4B4B;
	padding:34px 0;
	border-top:1px solid #e4e4e4;
	margin:7px 43px 0 38px;
}
.navigation div {
	padding:5px 0;
}
.navigation div .start {
	text-transform:uppercase;
	padding:2px 20px;
	color:#019B01;
	font-weight:bold;
	text-decoration:none;
}
.navigation div .start:hover {
	text-decoration:underline;
}
.navigation div .pages {
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
	color:#4B4B4B;
	padding:0 4px 0 0;
}
.navigation div .pages:hover {
	text-decoration:underline;
}
.navigation div .pages.evident {
	text-decoration:underline;
	color:#FF8800;
}
.navigation div .pages.last {
	padding-right:0;
}
.navigation div .end {
	text-transform:uppercase;
	color:#019B01;
	padding:2px 10px;
	font-weight:bold;
	text-decoration:none;
}
.navigation div .end:hover {
	text-decoration:underline;
}
#lside {
	float:left;
	width:168px;
	padding:10px 0 0 16px;
}
#lside .frameTop {
	height:21px;
	background:url(image/lsideFrameTop.png) right top no-repeat;
}
#lside .frameContent {
	width:158px;
	padding:0 10px 0 0;
	background:url(image/lsideFrameContent.png) right top repeat-y;
}
#lside .frameBottom {
	height:57px;
	background:url(image/lsideFrameBottom.png) right top no-repeat;
}
#lside h3, #lside h4, #lside h5 {
	font-weight:bold;
	background:url(image/play.png) 12px center no-repeat;
	font-size:17px;
	color:#009E00;
	padding:0 0 0 33px;
	margin: 0px 0 0 0;
	text-transform:uppercase;
}
#lside ul, #lside .content {
	padding:0 0 30px 0;
}
#lside li {
	background:url(image/dashed.png) left bottom repeat-x;
	padding:8px 0 3px 0;
}
#content #lside li p {
	display:block;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0 0px 12px;
	margin:0;
}
#content #lside .linkgroup a {
	padding-top:0;
	padding-bottom:0;
}
#content #lside .linkgroup a:hover {
	background:none;
}
#content #lside .linkgroup {
	padding-bottom:9px;
	padding-top:7px;
}
#lside li p {
	padding:0;
	display:inline;
}
#lside li a {
	display:block;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:7px 0 3px 12px;
}
#lside li a a {
	padding:0;
	display:inline;
}
#lside li .subcats {
	padding:0 0 15px 0;
}
#lside li .subcats a {
	display:block;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:3px 0 3px 13px;
	background:url(image/arrow.jpg) left center no-repeat;
	margin:0 0 0 21px;
}
#lside li .subcats a:hover {
	color:#398C00;
	background:url(image/arrow.jpg) left center no-repeat;
}
#lside a:hover, #lside a.hover {
	text-decoration:underline;
	background:#F2F2F2;
}
.stars {
	position:relative;
	height:19px;
	padding:10px 0;
	width:119px;
}
#main .stars .full {
	position:absolute;
	left:0;
	top:9px;
	height:19px;
	background:url(image/stars-full.png) left top no-repeat;
	z-index:10;
}
.stars .empty {
	position:absolute;
	left:0;
	top:9px;
	width:119px;
	height:19px;
	background:url(image/stars-empty.png) left top no-repeat;
}
#footer {
	clear:both;
	height:157px;
	background:url(image/footer.png) left top no-repeat;
	padding:40px 0 0 30px;
	color:#FFFFFF;
	font-size:12px;
	line-height:19px;
	word-spacing: 2pt;
}
#footer h6, #footer h4, #footer h5, #footer p {
	display:inline;
	font-size:12px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 5px;
}
#footer a:hover {
	text-decoration:underline;
}
/* Admin */

#main .games * {
	z-index:auto;
}
#main .games li .admin, .admin {
	display:inline;
	text-align:center;
	padding:0 0 0 5px;
}
#main .games li .admin img, .admin img {
	width:10px;
	height:10px;
	border:0;
}
#main .games li {
	cursor:pointer;
	display:block;
}
#main .games li .boxdescription ,#main .games .game .boxdescription {
	font-size:12px;
	width:210px;
	height:64px;
	background:url(image/box-description.png) left top no-repeat;
	text-align:left;
	position:absolute;
	display:none;
	z-index:20;
}
#main .games li .boxdescription .boxdescriptioncontent ,#main .games .game .boxdescription .boxdescriptioncontent  {
	background:url(image/box-description-content.png) left top repeat;
	margin:15px 0 0 0;
	padding:4px 14px 12px 14px;
}
#main .games li .boxdescription span, #main .games .game .boxdescription span {
	color:#FFFF66;
	margin:0;
	padding:0;
	display:block;
	font-weight:bold;
	padding:4px 0 0 0;
}
#main .games li .boxdescription p,  #main .games .game .boxdescription p {
	margin:0;
	padding:0;
	line-height:153%;
	margin-left:-1px;
	color:#ffffff;
	display:block;
}
#main .games a .admin a, .admin a {
	padding:0;
	margin:0;
	display:inline;
}
.adv {
	height:90px;
	padding:20px;
	text-align:center;
	border:1px solid #E4E4E4;
	margin:0 0 10px 0;
	background:#F9F9F9;
}
.boxSimple {
	border:1px solid #E4E4E4;
	margin-bottom:15px;
	padding:10px 10px 10px 10px;
	background:#f9f9f9;
}
.boxSimple .boxSimpleContent {
	padding:11px 15px 9px 15px;
	background:#ffffff;
}
.boxSimple .boxSimpleContent .left {
	width:430px;
}
.boxSimple .boxSimpleContent .boxSimpleFrame {
	background:url(image/boxSimplePoint.png) 456px repeat-y;
}
.boxSimple .boxSimpleContent.noright .boxSimpleFrame {
}
.boxSimple .boxSimpleContent h1 {
	color:#399E00;
	font-size:14px;
	padding-bottom:10px;
	line-height:12px;
}
.boxSimple.noright .boxSimpleContent .left {
	width:100%;
	float:none;
}
.boxSimple.noright .boxSimpleContent {
	background:#F9F9F9;
}
.boxSimple .boxSimpleContent .right {
	width:254px;
}
.boxSimple.noright .boxSimpleContent .right {
	width:none;
	display:none;
}
.boxSimple .boxSimpleContent .right .title {
	font-size:14px;
	color:#015F96;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:-1px;
	line-height:12px;
}
.boxSimple .boxSimpleContent .description {
	color:	#666666;
	font-size:12px;
	line-height:163%;
}
.boxSimple .boxSimpleContent .description img {
	float:left;
	margin:5px 12px 0px 0;
}
/* BARRA NETWORK */
/*
#barranetwork {
	width:100%;
	z-index:100;
}
#barranetworkbody {
	width:95%;
	border:1px solid #b5b5b5;
	border-bottom:0px;
	background:#e5e5e5 url(images/bgnbar.jpg) left 0px repeat-x;
	padding:0px 0px 0 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0 auto;
	text-transform:uppercase;
	z-index:1000;
}
#barranetworkbody .frame {
	border-right:1px solid #e0e0e0;
}
#barranetworkbody ul {
	margin:0;
	padding:0;
}
#barranetworkbody ul li {
	float:left;
	list-style-type:none;
	border-right:1px solid #b5b5b5;
	padding:1px 0 0 0px;
	margin:0;
}
#barranetworkbody ul li a {
	color:#666666;
	text-decoration:none;
	padding:5px 20px;
	display:block;
	font-weight:bold;
}
#barranetworkbody ul li a:hover {
	border:1px solid #eeeeee;
	padding:4px 20px 5px 19px;
	border-bottom:0;
	border-right:0;
	background:#f4f4f4;
}
#barranetworkbody ul li:hover {
}
#barranetworkbody ul li.network {
	background:#7e7e7e;
	padding-top:0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#barranetworkbody ul li.network span {
	display:block;
	padding:6px 20px 5px 20px;
}
*/

#barranetwork {
	width:100%;
	z-index:100;
	height:2px;
	background:url(image/barranetwork.jpg) left top repeat-x;
	border-bottom:2px solid #343434;
}
#barranetwork a {
	color:#666666;
	text-decoration:none;
	font-size:11px;
}
#barranetwork a:hover {
	text-decoration:underline;
}
#barranetwork .body {
	width:999px;
	margin:0 auto;
	position:relative;
	color:#666666;
}
#barranetwork .logo {
	position:absolute;
	left:8px;
	top:12px;
	font-size:12px;
	color:black;
	padding:0 14px 0 0;
	background:url(image/barranetwork-fr.png) right 2px no-repeat;
	color:#666666;
	/*line-height:13px;*/
	margin:0 22px 0 0px;
}
#barranetwork .logo strong {
	color:#131113;
	font-weight:normal;
}
#barranetwork .links {
	position:absolute;
	top:0px;
	left:156px;
	margin:0;
	padding:0;
}
#barranetwork * {
	line-height:100%;
}
#barranetwork .links li {
	float:left;
	padding:0 16px;
	background:url(image/barranetwork-sp.jpg) right bottom no-repeat;
	margin:0;/*line-height:8px;*/
}
#barranetwork .links li a {
/*line-height:11px;*/
	
}
#barranetwork .links li:last-child {
	background:none;
}
.fb_edge_comment_widget.fb_iframe_widget {
	visibility:hidden;
}
