	/* onArcade 2.3 Dark CSS */
body {
	margin: 0;
	padding: 0;
	color: #585858; 
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	background: url("images/shadow3.png") repeat-y center #EEEEEE;
	/*background: url(images/bg-new.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pacjogos.net/templates/dark/images/bg-new.jpg',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pacjogos.net/templates/dark/images/bg-new.jpg',sizingMethod='scale')";
	*/
}
p {
	margin:2px 0;
}
b { color:#585858; `} 
a {
	color: #30312C;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a img {
	padding: 3px;
	border: 1px #CCCCCC solid ;
}

a:hover img { border: 1px #969696 solid ; }
form {
	margin: 0;
	padding: 0;
}
ul{ margin: 0; padding: 0;}
#side_menu input[type='text'], #side_menu input[type='password'] {
	width: 140px;
}
input.small {
	width: 50px;
}
textarea {
	width: 200px;
	height: 50px;
}
textarea.comment {
	width: 350px;
	height: 75px;
}
textarea.post {
	width: 400px;
	height: 150px;
}
fieldset {
	margin-top: 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
legend {
	font-weight: bold;
	color: #FFFFFF;
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
	color: #30312C;
}
h4 {
padding: 2px;
border-bottom: 1px dotted #C8CAC9;
   font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #30312C;
}
#creditos { padding: 10px; width: 97%; margin-left: 5px; margin-bottom: 5px; background:#C9C9C9; border-radius: 5px;  font-size: 13px; text-align: left; color: #30312C;  }
.center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	height: 0;
	font-size: 0;
	clear: both;
}
.separator {
	margin-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #1F1F1F;
	font-size:0;
	height: 0;
	clear: both;
}
/* IE6&7 fixes */
.pos_relative {
	position: relative;
}
/* border around the whole page  */
/* the header of the site  */
#headerBG {
width: 100%;
}


/* menu with links to different parts of site */
#main_menu {
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 0px;
	color: #FFFFFF;
}
#main_menu li {
	list-style-type: none;
	display: block;
	float: left;
	margin-left: 4px;
	padding-left: 4px;
	border-left: 1px solid #FFFFFF;
}
#main_menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#main_menu a:hover {
	text-decoration: underline;
}
.box{
background: rgba(255,255,255,0.8);
padding: 10px;
margin-top: 15px;
border-radius: 15px;
}
.socialbar{
    float: left;
    height: 21px;
    margin: 0 10px 0 0;
    position: relative;
	list-style: none;
	}
#fb-root{ float: left }
/* menu */
#side_menu {
	float: left;
	width: 170px
}
/* content of the page */
#main_contents {
	background: #FFFFFF;
	float: right;
padding: 4px;
    width: 980px;
}

/* boxes where ads are in */
.ad_box {
	border: 1px solid #000000;
	background: #333333;
	text-align: center;
    padding: 3px;
    margin-bottom: 4px;
    text-align: center;
}
/* top lists */
.content_box ol {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}
.content_box ol li {
	margin: 2px 0px;
	padding: 0px;
}
/* bot in user online section */
.bot {
	color: #DD7500;
}
/* BB code images  */
.bb_code {
	cursor: pointer;
	margin: 2px;
	padding: 2px;
	border: 1px solid #1F1F1F;
	background: #999999;
}
.bb_code:hover {
	background: #EDEDED;
	border-color: #1F1F1F;
}
.bb_emoticon {
	cursor: pointer;
	margin: 2px;
}
/* avatar class */
.avatar {
	border: 0;
}
/* clickable small image */
img.click {
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: 0;
}
/* image verification image */
.image_verification {
	position: relative;
	height: 30px;
	border: 0;
}
.image_verification img.code_image {
	width: 100px;
	height: 30px;
	border: 0;
}
.image_verification img.refresh_image {
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: 0;
	position: absolute;
	top: 7px;
	left: 100px;
}
.image_verification input {
	position: absolute;
	top: 3px;
	left: 120px;
}
/* error classes */
.error {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #FF3300;
	background: #FADFDC;
	color: #FF3300;
}
.error_green {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #2F4F2F;
	background: #E0EEE0;
	color: #2F4F2F;
}
/* line with text */
.line {
	overflow: auto;
	width: 100%;
}
.line p, .line div {
	float: left;
	margin: 2px;
}
.line div p, .line div div {
	float: none;
}
.line .left {
	font-weight: bold;
	width: 100px;
}
.line .wide {
	width: 150px;
}
/* pagination */
.pagination {
	padding: 10px;
	margin: 3px;
	text-align: center;
	position: relative;
}
.pagination.txt_right {
	text-align: right;
}
.arrow_nav {
	overflow: auto;
	padding: 4px 0;
	margin: 2px;
	width: 100%;
}
.pagination a, .arrow_nav a {
	padding: 6px 12px;
	margin: 2px;
	border: 1px solid #10688F;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
		background-color: #015480;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.14, rgb(1,84,128)),
    color-stop(0.57, rgb(27,118,154))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(1,84,128) 14%,
    rgb(27,118,154) 57%
);
color: #FFFFFF;
}
.pagination a:hover, .arrow_nav a:hover {
background: #FFFFFF;
border: 1px solid #D3D3D3;
color: #20252B;
}
.pagination b, .pagination a.current {
border-radius: 5px;
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
	padding: 6px 12px;
	margin: 2px;
	font-weight: bold;
-webkit-box-shadow: inset 1px 2px 3px 1px #a39da3;
-moz-box-shadow: inset 1px 2px 3px 1px #a39da3;
box-shadow: inset 1px 2px 3px 1px #a39da3;  
}
.arrow_nav .previous {
	float: left;
}
.arrow_nav .next {
	float: right;
}
/* file box (index, related files, favourites) */
.file {
	width: 115px;
	float: left;
	overflow: hidden;
	padding: 2px;
	float: left;
	height: 110px;
}
.file .icon {
	float: left;
	width: 92px;
}
.file .desc {
	float: right;
	width: 180px;
}
.file p {
	margin: 1px 0;
	padding: 0;
}
.file .link a {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
.file .link a:hover {
	color: #FF6347;
	font-weight: bold;
	text-decoration: underline;
}
.file .played {
	font-size: 9px;
}
/* adjust widths for index page */
.file_index {
	width: 288px;
	float: none;
}
.file_index .desc {
	width: 213px;
}
/* browse pages files are also little different */
.browse_file {
	padding: 4px;
	margin: 2px;
	width: 295px;
	overflow: auto;
	border: 1px solid #1F1F1F;
}
.browse_file:hover {
	background: #1F1F1F;
}
.browse_file .desc {
	float: right;
	width: 180px;
}
/* bubbles */
.bubble {
	position: absolute;
	padding: 6px;
	width: 250px;
	border: 0;
	background: #555555;
	border: 1px solid #1F1F1F;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 0 5px #1F1F1F;
	-webkit-box-shadow: 0 0 5px #1F1F1F;
	-moz-box-shadow: 0 0 5px #1F1F1F;
	opacity: 0.95;
	z-index: 10;
}
.bubble .bubble_left {
	position: absolute;
	left: -10px;
	top: 7px;
	width: 10px;
	height: 12px;
	background-image: url(images/bubble_left.png);
}
.bubble .bubble_up {
	position: absolute;
	left: 10px;
	top: -10px;
	width: 12px;
	height: 10px;
	background-image: url(images/bubble_up.png);
}
/* tables */
.tbl_header {
	overflow: auto;
	font-weight: bold;
	border-bottom: 1px solid #1F1F1F;
	margin: 2px 0;
	text-align: center;
	width: 100%;
}
.tbl {
	overflow: auto;
	border-bottom: 1px solid #1F1F1F;
	margin: 2px 0;
	text-align: left;
	width: 100%;
}
.tbl_header p, .tbl p, .tbl div {
	float: left;
	padding: 2px;
}
.tbl div p {
	float: none;
}
/* tab menu stuff */
.tab_menu {
	position: relative;
	font-size: 12px;
	padding: 2px 2px 2px 0;
	margin: 0 0 -1px 0;
	list-style-type: none;
	background: #333333;
	background: #000000 url(images/topbar.gif);
	border: 1px solid #000;
	border-bottom: 0;
}
.tab_menu li {
	display: inline;
	margin: 0 -4px 0 0;
}
.tab_menu li a {
	position: relative;
	text-decoration: none;
	padding: 2px 6px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #000;
}
.tab_menu li a:hover {
	background: #333333;
	text-decoration: underline;
}
.tab_menu li a.selected {
	background: #333333;
	padding-bottom: 3px;
	z-index: 10;
}
/* index page 2 columns */
.index_left {
	float: left;
	width: 301px;
}
.index_right {
	float: right;
	width: 301px;
}
/* champions box on index page */
.champion {
	float:left;
	width: 198px;
}
.champion img {
	width: 32px;
	height: 32px;
	border: 0;
	float: left;
	margin: 0 10px;
}
.latest_line span {
	float: right;
}
/* all chmpions list */
#champions {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#champions li {
	padding: 5px 3px;
	border-bottom: 1px solid #1F1F1F;
}
#champions .pos {
	width: 50px;
	float: left;
}
#champions .wins {
	float: right;
}
/* files scroller on index page */
#scroller {
	position: relative;
	border: 1px solid #000000;
	background: #232323 url(images/scroller_bg.png) repeat-x;
	margin-bottom: 4px;
	overflow: hidden;
	height: 100px;
}
#scroller h4 {
	padding: 0;
	margin: 8px 0 0 18px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FF9900;
}
#scroller ul li img {
	margin: 2px;
	border: 0;
	cursor: pointer;
}
#scroller ul {
	display: block;
	position: absolute;
	top: 32px;
	width: 1500px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#scroller ul li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
#scroller .title {
	position: absolute;
	bottom: 0;
	padding: 4px;
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	z-index: 10;
}
/* news are in boxes like this */
.news_box {
	margin-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #1F1F1F;
}
/* champion info */
#champion_box {
    margin-bottom: 4px;
    padding: 2px;
	border: 1px solid #000000;
	background: url(images/cup.gif);
	background-repeat: no-repeat;
	background-position: 25% 50%;
	background-color: #333333;
	text-align: center;
}
/* box around file sponsor */
#sponsor {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px dotted #FF3300;
	background: #FFCC33;
	text-align: center;
	font-weight: bold;
}
/* file info */
.file_info {
	float: left;
	width: 33%;
}
#file_rating img {
	width: 16px;
	height: 16px;
	border: 0;
}
#full_screen, #make_favorite {
	float: right;
	margin: 4px;
	border: 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#full_screen {
	display: none;
}
#resize_file {
	margin-left: auto;
	margin-right: auto;
	z-index: 20;
}
#resize_overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 15;
}
/* comments */
#comment_verification_field {
	display: none;
}
/* file ad */
#ad_loader {
	width: 300px;
	height: 15px;
	border: 1px solid #5D9160;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}
#ad_loader div {
	width: 0;
	height: 100%;
	background: #B2D0B4;
	margin-left: auto;
	margin-right: auto;
}
/* framed file */
#file_frame_info .content_box {
	margin: 0;
}
/* plug style */
#plug {
	text-align: center;
}
#plug img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* comments */
#comments .comment {
	border-bottom: 1px solid #1F1F1F;
	margin: 2px 0;
	padding: 2px 0;
}
#comments .comment.spam {
	color: #B0B0B0;
}
#comments .user {
	font-weight: bold;
}
#comments .date {
	color: #EBEBEB;
	margin-left: 4px;
}
#comments .report {
	widht: 10px;
	height: 10px;
	cursor: pointer;
	border: 0;
	float: right;
}
/* scores page file description box */
.scores_file {
	float: none;
	border: 1px solid #1F1F1F;
	margin-left: 25px;
}
.scores_file:hover {
	background: #1F1F1F;
}
/* subcategory on category page */
.subcategory {
	float: left;
	width: 198px;
}
/* user CP menu */
#ucp_menu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}
#ucp_menu ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 4px;
	text-align: center;
	width: 58px;
}
#ucp_menu ul li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	width: 32px;
	height: 32px;
}
/* color selector in UserCP */
#color_selector {
	position: absolute;
	width: 140px;
	border: 1px solid #808080;
	cursor: pointer;
	overflow: auto;
	box-shadow: 0px 0px 5px #A3A3A3;
	-webkit-box-shadow: 0px 0px 5px #A3A3A3;
	-moz-box-shadow: 0px 0px 5px #A3A3A3;
}
#color_selector div {
	width: 20px;
	height: 18px;
	float: left;
}
/* avatar gallery images */
.ucp_avatar {
	margin: 1px;
	cursor: pointer;
}
/* private messages */
.ucp_pm_preview {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
/* member information box (member list and friends) */
.member {
	margin: 2px;
	padding: 6px;
	overflow: auto;
	float: left;
	width: 281px;
	background: #292929;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #1F1F1F;
}
.member:hover {
	background: #1F1F1F;
}
.member .avatar {
	float: right;
	border: 1px solid #3D5229;
	padding: 2px;
	background: #FFFFFF;
}
.member .content {
	float: left;
	margin-right: 2px;
}
.member a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
/* forum posts and private messages */
.post {
	overflow: auto;
	width: 100%;
}
.forum_post {
	border-top: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	margin: 8px 0;
}
.post .poster {
	float: right;
	width: 130px;
	border-left: 1px solid #1F1F1F;
	padding: 3px;
	background: #1F1F1F;
}
.post .poster img {
	border: 1px solid #1F1F1F;
}
.post .poster .user a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.post .content {
	float: left;
	width: 455px;
	padding: 3px;
}
.post .content .header {
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #1F1F1F;
}
.post .content .header span {
	font-weight: normal;
}
.post .content .message {
	margin: 4px 0;
}
.post .content .footer {
	border-top: 1px solid #1F1F1F;
	padding-top: 3px;
	margin-top: 8px;
}
/* quotes in PMs and forum posts*/
.quote {
	border: 1px dotted #000000;
	margin: 2px 2px 6px 2px;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* icon before forum name */
.forum_icon {
	width: 24px;
	height: 24px;
	border: 0;
}
/* icon next to forum post */
.post_icon {
	float: left;
	margin-right: 4px;
	width: 16px;
	height: 16px;
}
/* info on registration page */
.register_info {
	float: left;
	width: 240px;
	font-weight: bold;
}

/* box on redirection page */
#redirection_box {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 400px;
	border: 1px solid #000000;
	background: #333333;
	text-align: center;
}
/* footer of the site */
#footer {
	padding: 10px 2px 5px 2px;
	border-top: 1px solid #999999;
	text-align: center;
	border-radius: 0 0 15px 15px;;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer ul {
list-style: none;
text-align: left
}
#footer a:hover {
	text-decoration: underline;
}

.menu_game {
    width: 30%;
    float: left;
    text-align: center;
	margin-left: 8px;
}

.jogodestaque, .jogodestaque1 {
padding: 3px
}
.jogodestaque1{ width: 115px; float: left;}
.jogodestaque1 h2 { font-size:11px }
.jogodestaque h3{
font-size: 14px;
}
.destaqdir {
margin-left: 5px;
float: right;
width: 150px
}
.destaqesq {
float: left
}
    .botaojogar, .botaojogar a:hover {
    background: #FF5C00 url(http://www.zurb.com/images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 15px 6px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
	font-size: 12px;
    line-height: 1;
    text-shadow: 0 -1px 1px #222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
	margin: 10px 0 0 20px;
    }
	
.boxjogosdestaque { background: #fce9b8;
background: -moz-linear-gradient(top, #fce9b8 0%, #fdd975 50%, #ffcc41 51%, #fce39e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce9b8), color-stop(50%,#fdd975), color-stop(51%,#ffcc41), color-stop(100%,#fce39e));
background: -webkit-linear-gradient(top, #fce9b8 0%,#fdd975 50%,#ffcc41 51%,#fce39e 100%);
background: -o-linear-gradient(top, #fce9b8 0%,#fdd975 50%,#ffcc41 51%,#fce39e 100%);
background: -ms-linear-gradient(top, #fce9b8 0%,#fdd975 50%,#ffcc41 51%,#fce39e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce9b8', endColorstr='#fce39e',GradientType=0 );
background: linear-gradient(top, #fce9b8 0%,#fdd975 50%,#ffcc41 51%,#fce39e 100%);
border-radius: 8px 8px 8px 8px;
}

#LinksAnimacoes h3, #LinksMario h3, #LinksTiro h3, #LinksMeninas h3, #LinksZumbis h3, #LinksRPG h3, #LinksTower h3, #LinksLuta h3,
#LinksCorrida h3, #LinksEquilibrio h3, #LinksNaves h3 {
	font-weight: 500
}

#LinksAnimacoes, #LinksMario, #LinksTiro, #LinksMeninas, #LinksZumbis, #LinksRPG, #LinksTower, #LinksLuta, #LinksCorrida,
#LinksEquilibrio, #LinksNaves {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	float: left;
}
#ImagensAnimacoes div, #ImagensMario div, #ImagensTiro div, #ImagensMeninas div, #ImagensZumbis div, #ImagensRPG div, #ImagensTower div,
#ImagensLuta div, #ImagensCorrida div, #ImagensEquilibrio div, #ImagensNaves div {
  display: none;
  float: right
}
#ImagensAnimacoes div:first-child, #ImagensMario div:first-child, #ImagensTiro div:first-child, #ImagensMeninas div:first-child, 
#ImagensZumbis div:first-child, #ImagensRPG div:first-child, #ImagensTower div:first-child, #ImagensLuta div:first-child,
#ImagensCorrida div:first-child, #ImagensEquilibrio div:first-child, #ImagensNaves div:first-child {
  display: block;
}


/* Class do Jogos */

.TituloJogos h2 { font-weight: 600; font-size: 17px }
.jogoscima li a:link, .jogoscima li a:visited, .jogosmeninas li a:link, .jogosmeninas li a:visited, .jogosmeio li a:link, .jogosmeio li a:visited, .jogoscantodir li a:link, .jogoscantodir li a:visited { font-size: 12px; }
.TituloJogosMini  h2{ font-weight: 600; font-size: 14px; }
.jogosmeninas h2 {font-size: 16px;}

.TituloJogos , .TituloJogosMini, .TituloJogosMeninas, .TituloJogosMiniMeninas{
background: #EFEFEF; /* old browsers */

background: -moz-linear-gradient(top, #EFEFEF 0%, #f6f6f6 36%, #DBDBDB 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(36%,#f6f6f6), color-stop(100%,#DBDBDB)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#DBDBDB',GradientType=0 ); /* ie */
font-weight: 600 ;
margin-bottom: 5px;
height: 32px;
line-height: 30px;
 border: 1px #999999 solid;
}
.TituloJogosMeninas {background: #FFFFFF; /* old browsers */
}
.TituloJogosMini, .TituloJogosMiniMeninas{ height: 20px; line-height: 20px; font-size: 9px; font-weight: 400; border: 1px #999999 solid; }
.TituloJogosMiniMeninas { background: #FFFFFF }
.mais{
padding-left: 20px;
background: url("images/plus-icon.png") no-repeat scroll left center transparent;
float: left;
clear: both;
}
.h3JogosMini { font-size: 10px; width:112px; text-align: center }
.jogos, .jogoscima, .jogosmeio, .jogoscantodir, .jogoscantoesq, .jogosmeninas {
font-size: 11px;
width: 300px;
padding: 9px;
float: left;
background: #eeeeee; /* old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #E2E2E2 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#E2E2E2)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#E2E2E2',GradientType=0 ); /* ie */
}

.jogosmini h2 a:hover, .jogosgrande h2 a:hover{ text-decoration: underline }
.jogosmini {width: 242px; height: 135px; float: left; padding: 5px;  border: 1px #999999 solid; margin-top: 5px; margin-left: 2px}
.jogos, .jogosgrande, .jogosmeninas {
font-size: 11px;
width: 366px;
height: 145px;
padding: 9px;
float: left;
/*
background: #eeeeee; 
background: -moz-linear-gradient(top, #eeeeee 0%, #E2E2E2 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#E2E2E2));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#E2E2E2',GradientType=0 );
*/
}
.jogosgrande ul a, .jogosmeninas  ul a{ line-height: 21px; font-size: 14px;  }
.jogosminimeninas {background: #fcecfc; /* old browsers */

background: -moz-linear-gradient(top, #fcecfc 0%, #F7D2EB 91%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcecfc), color-stop(91%,#F7D2EB)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#F7D2EB',GradientType=0 ); /* ie */ }
.jogosmeninas {

background: #fcecfc; /* old browsers */

background: -moz-linear-gradient(top, #fcecfc 0%, #F7D2EB 91%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcecfc), color-stop(91%,#F7D2EB)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#F7D2EB',GradientType=0 ); /* ie */
}
.jogosmeninas a:link, .jogosminimeninas a:link{
color: #FF319A
}
#JogosMario {
padding-left: 45px;
background: url("images/mario.png") no-repeat scroll left center;
}


#Tiro {
padding-left: 45px;
background: url("images/arma.png") no-repeat scroll left center;
}

#Meninas{
padding-left: 45px;
background: url("images/girl.png") no-repeat scroll left center;
}

#Zumbis{
padding-left: 45px;
background: url("images/zombie.png") no-repeat scroll left center;
}

#RPG{
padding-left: 45px;
background: url("images/rpg.png") no-repeat scroll left center;
}

#Tower{
padding-left: 45px;
background: url("images/tower.png") no-repeat scroll left center;
}

#Luta{
padding-left: 45px;
background: url("images/luta.png") no-repeat scroll left center;
}

#Corrida{
padding-left: 45px;
background: url("images/corrida.png") no-repeat scroll left center;
}

#Equilibrio{
padding-left: 45px;
background: url("images/balance.png") no-repeat scroll left center;
}

#Naves{
padding-left: 45px;
background: url("images/plane.png") no-repeat scroll left center;
}

#Estrategia{
padding-left: 20px;
background: url("images/strategy.png") no-repeat scroll left center;
}
#MiniFutebol{padding-left: 20px; background: url("images/futebol.png") no-repeat scroll left center;}
#MiniApontar{padding-left: 20px; background: url("images/apontar.png") no-repeat scroll left center;}
#MiniTiroAoAlvo{padding-left: 20px; background: url("images/tiro-ao-alvo.png") no-repeat scroll left center;}
#MiniRaciocinio{padding-left: 20px; background: url("images/raciocinio.png") no-repeat scroll left center;}
#MiniDistancia{padding-left: 20px; background: url("images/distancia.png") no-repeat scroll left center;}
#MiniPuzzle{padding-left: 20px; background: url("images/puzzle.png") no-repeat scroll left center;}
#MiniMoto{padding-left: 23px; background: url("images/bike.png") no-repeat scroll left center;}
#MiniBatman{padding-left: 23px; background: url("images/batman_m.png") no-repeat scroll left center;}
#MiniBobEsponja{padding-left: 23px; background: url("images/bobesponja_m.png") no-repeat scroll left center;}
#MiniBen10{padding-left: 23px; background: url("images/ben10_m.png") no-repeat scroll left center;}
#MiniSonic{padding-left: 23px; background: url("images/Sonic-icon.png") no-repeat scroll left center;}
#MiniAcao{padding-left: 23px; background: url("images/running.png") no-repeat scroll left center;}
#MiniAnimacoes{padding-left: 23px; background: url("images/animacoes.png") no-repeat scroll left center;}
#MiniDownload{padding-left: 23px; background: url("images/download.png") no-repeat scroll left center;}

img.bgmaximage {position:fixed !important;}

.botoesJOGO li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	width: 115px;
	height: 28px;
	float: left;
	margin-left: 5px
}

.luzes a, .luzes a:hover, .telaCHEIA a, .telaCHEIA a:hover {
width: 115px;
height: 28px;
display:block;
line-height: 28px;
padding-left: 10px;
}

.luzes  a{
background: url(images/lampadap.png) no-repeat 82px 2px transparent ; 	

	}
.luzes a:hover {
background: url(images/lampadap2.png) no-repeat 82px 2px transparent ; 	
	}
	
.telaCHEIA a {
background: url(images/tela_cheiap.png) no-repeat 82px 2px transparent ; 	
	}
	
.telaCHEIA a:hover {
background: url(images/tela_cheiap2.png) no-repeat 82px 2px transparent ; 	
	}

.botoesJOGO div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 28px;
	color: #666666;
/*	padding: 6px 13px; */
	background: -moz-linear-gradient(
		top,
		#f0f0f0 0%,
		#cccccc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0f0f0),
		to(#cccccc));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #b8b8b8;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
}



.border {
border-left: 1px solid #C0C0C0;
float: left;
margin-left: 10px;
}
.facebookcomment{
float: left;
width: 460px;
margin-top: 20px;
margin-left: 12px;
}
.caixajogo, .caixajogo2 { position: relative;}
.caixajogo img, .caixajogo2 img {
	padding: 8px 8px 0 8px;
	top: 0;
	right: 0;
	position: absolute;
}
.caixajogo p, .caixajogo2 p  {
font-size: 11px;
	width: 170px;
	margin-top: 155px;
	margin-left: 5px;
	margin-right: 5px;
	position: absolute;
}


.caixajogo a, .caixajogo2 a  {  width: 180px; height: 215px; position: absolute; color: #30312C; font-size:13px; }
.caixajogo h2., .caixajogo2 h2 {   position: absolute; padding: 0px; margin: 0px;  }

.caixajogo2 a { color: #FFFFFF }
.caixajogo2 p { color: #FFFFFF }
.caixajogo2 { color: #FFFFFF }


	.jogoscat ul li a {
    margin: 0;
    width: 160px;
	padding: 120px 10px 0 10px;
	height: 100px;
	position: absolute;
	}
	
	.jogoscat ul li:hover,.jogoscat ul li a:hover, .jogoscat ul li h2:hover { color: #FFFFFF; }
	
.jogoscat ul li {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 4px #CECECE;
    cursor: pointer;
    display: inline;
    float: left;
    line-height: 16px;
    margin: 9px 0 0 9px;
    padding: 0;
	width: 180px;
	height: 215px;
	color: #585858;
	position: relative;
}
.jogoscat ul li:hover{
background-color: #015480;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.14, rgb(1,84,128)),
    color-stop(0.57, rgb(27,118,154))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(1,84,128) 14%,
    rgb(27,118,154) 57%
);
color: #FFFFFF;
}

.tamanho1 { width: 242px; margin-left: 8px}
.instructionJOGO { float: left; width: 465px; padding-left: 10px; margin-left: 15px; }
.instructionJOGO ul li { list-style: none; line-height: 10px; padding: 3px 0; }
.instructionJOGO img {     margin-right: 2px;
    vertical-align: middle; }
	
.anunciolado { width: 120px; float: left; }
.anunciobaixo { width: 468px; height: 60px; margin-top: 5px; }

#maiscategorias  a { font-size: 12px; font-weight: normal; }
#topjogos a { font-size: 12px; }