/*
*	@desc 		= Adorninho.com;
*	@author 	  	= Ruy Adorno ( http://www.ruyadorno.com );
*	@version 	  	= 0.1;
*	@since 		= 2008/08/15 (yyyy/mm/dd);
*/

/* ====================== SPRITES ======================== */

/**
--- TOPOS
boxIcons.box_top_news { background-position: 0 -15px; } 
boxIcons.box_top_ad { background-position: 0 -65px; } 
boxIcons.box_top_popular { background-position: 0 -115px; } 
boxIcons.box_top_latest { background-position: 0 -165px; } 
boxIcons.box_top_rated { background-position: 0 -215px; } 
boxIcons.box_right { background-position: 0 -265px; } 
boxIcons.box_top_contact { background-position: 0 -301px; } 
boxIcons.box_top_featured { background-position: 0 -351px; } 
boxIcons.box_top_downloads { background-position: 0 -401px; } 

-- ICONES
icons.box_downloads_ico { background-position: 0 -15px; } 
icons.box_sponsor_ico { background-position: 0 -65px; } 
icons.box_ad_ico { background-position: 0 -115px; } 
icons.box_news_ico { background-position: 0 -165px; } 
icons.box_games_ico { background-position: 0 -215px; } 
icons.box_category_ico { background-position: 0 -265px; } 
icons.box_ad_category_ico { background-position: 0 -315px; } 
icons.box_contact_ico { background-position: 0 -365px; } 
icons.box_ad_tag_ico { background-position: 0 -415px; } 
icons.box_rating_ico { background-position: 0 -465px; } 
icons.box_game_ico { background-position: 0 -515px; } 
icons.box_tag_ico { background-position: 0 -565px; } 
icons.box_view_ico { background-position: 0 -615px; } 
icons.box_ad_sponsor_ico { background-position: 0 -665px; } 
icons.box_featured_ico { background-position: 0 -715px; } 


--ICONES DIREITA
rightIcons.icon_downloads { background-position: 0 -15px; } 
rightIcons.icon_links { background-position: 0 -51px; } 
rightIcons.icon_rss { background-position: 0 -87px; } 
rightIcons.icon_newsletter { background-position: 0 -123px; } 

-- OUTROS ICONES
otherIcons.yellowStarEmpty { background-position: 0 -30px; } 
otherIcons.greenStarFull { background-position: 0 -76px; } 
otherIcons.noFlash { background-position: 0 -122px; } 
otherIcons.yellowStarFull { background-position: 0 -168px; } 
otherIcons.greenStarEmpty { background-position: 0 -214px; } 



*/

/* ====================== RESET ======================== */

/* remove os valores padroes para evitar diferencas de layout entre os browsers */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, li, dd, blockquote, img, iframe {margin: 0; padding: 0;}
input, select, textarea {font-family: inherit; font-size: inherit;}
form label {cursor: pointer;}
img, fieldset {border: none;}

/* ====================== GENERAL TAGS ======================== */

html {
	width: 100%;
	height: 100%;
	font: 100.01%/120% Verdana, Arial, Helvetica, sans-serif;
}

body{
	height: 100%;
	background: #e0eef2 url('../img/main_bg.jpg');
	color: #555;
	font-size: 11px;
}

a{
	color: #555;
	text-decoration: none;
}

a:hover{text-decoration: underline;}
ul {color: #FFF;}
ul li {list-style: none;}

/* ====================== ESTRUTURA ======================== */

#main{
	width: 1000px;
	margin: auto;
	overflow: visible;
}

#site{
	width: 1007px;
	margin: -1px -5px 1px -5px;
	background: #fff;
	border: 1px solid #40515e;
	display: inline;
	position: relative;
	float: left;
}

#header{
	width: 1007px;
	float: left;
}

#left{
	width: 183px;
	float: left;
}

#content{
	width: 640px;
	float: left;
}

#right{
	width: 184px;
	float: left;
}

/* ====================== HEADER ======================== */


#ad_top{
	width: 173px;
	height: 200px;
	background: #FFFFFF url('../img/adorninho_top.jpg') no-repeat 0;
	float: left;
}

#main_top{
	width: 660px;
	height: 130px;
	background: #FFFFFF url('../img/top.jpg') no-repeat 0 10px;
	float: left;
}

#search{
	width: 240px;
	height: 80px;
	margin: 50px 10px 0 0;
	display: inline;
	position: relative;
	float: right;
}

#search #salut{
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	margin: 6px 15px 0 15px;
	float: left;
}

#search #searchField{
	width: 158px;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #323739;
	background: #dfe7d7;
	border: 1px solid #323739;
	padding-top:3px;
	margin: 6px 0 0 13px;
	float: left;
}

#search #searchButton{
	height: 19px;
	padding-bottom: 3px;
	margin: 6px 0 0 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #4a593f;
	border-color: #4a593f;
}

#languageSelector{
	width: 215px;
	height: 14px;
	margin: 10px 0 0 10px;
	position: relative;
	display: inline;
	float: left;
}

#languageSelector a{
	margin-left: 5px;
	position: relative;
	float: left;
}

#languageSelector span{
	color: #FFF;
	margin: -5px 0;
	font-size: 10px;
	position: relative;
	display: inline;
	float: right;
}

#promo_top{
	width: 174px;
	height: 200px;
	background: #FFFFFF url('../img/promo_top.jpg') no-repeat 0;
	float: right;
}

#banner_top{
	width: 468px;
	height: 60px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
	float: left;
}

#banner_micro_top{
	margin-left: 11px;
	margin-top: 10px;
	display: inline;
	float: left;
}

/* ====================== CONTEÚDO ======================== */

/* Destaque adorninho */
#adFeatured h1{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	width: 260px;
	height: 35px;
	color: #FFF;
	background: #728949 url('../img/bars.png') no-repeat;
	background-position: -380px -65px;
	margin: 0 -1px 0 -1px;
	position: relative;
}

#adFeatured h1 a{
	color: #FFF;
	padding: 7px 0 5px 35px;
	position: relative;
	display: block;
	background: url('../img/icons.png') no-repeat 0 -115px;
	float: left;
}

#adFeatured{
	width: 258px;
	height: 284px;
	background: #ecf3e4;
	border-left: 1px solid #728949;
	border-right: 1px solid #728949;
	border-bottom: 1px solid #728949;
	margin: 10px 0 0 0;
	position: relative;
	float: left;
}

.adGameFeatured{
	display:inline;
	margin: 10px 9px 0 9px;
	background-color: #728949;
	position: relative;
	float: left;
}

/* Ultimos jogos */
#lastGames{
	width: 368px;
	height: 284px;
	background: #f1dcc0;
	border-left: 1px solid #b7711f;
	border-right: 1px solid #b7711f;
	border-bottom: 1px solid #b7711f;
	margin: 10px 0 0 10px;
	position: relative;
	float: left;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #FFF;
	background: url('../img/bars.png') no-repeat;
	margin: 0 -1px 0 -1px;
	position: relative;
}

h2 a , h2 span{
	color: #FFF;
	padding: 7px 0 5px 35px;
	position: relative;
	display: inline;
	float: left;
	background: url('../img/icons.png') no-repeat;
}

#lastGames h2{
	width: 370px;
	height: 35px;
	background-color: #b7711f;
	background-position: -270px -165px;
}

#lastGames h2 a{
	background-position: 0 -215px;
}

a.thumbGame{
	width: 110px;
	height: 110px;
	margin: 10px 1px 0 9px;
	background-color: #fec67b;
	position: relative;
	display: inline;
	float: left;
}
a.thumbGameAdorno{
	width: 110px;
	height: 110px;
	margin: 10px 1px 0 9px;
	background-color: #C5D7B1;
	position: relative;
	display: inline;
	float: left;
}


a.thumbGame:hover{
	background-color: #ffae42;
	text-decoration: none;
	cursor: hand;
}
a.thumbGameAdorno:hover{
	background-color: #9cb87d;
	text-decoration: none;
	cursor: hand;
}
.thumbGame span{
	width: 110px;
	height: 20px;
	color: #693b05;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
	line-height: 8px;
	vertical-align: baseline;
	display: inline;
	position: relative;
	float: left;
}
.thumbGameAdorno span{
	width: 110px;
	height: 20px;
	color: #395200;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
	line-height: 8px;
	vertical-align: baseline;
	display: inline;
	position: relative;
	float: left;
}

.thumbGameImg{
	margin: 4px 0 2px 4px;
	background-color: #b7711f;
	position: relative;
	display: inline;
	float: left;
}
.thumbGameImgAdorno{
	margin: 4px 0 2px 4px;
	background-color: #C0CEB1;
	position: relative;
	display: inline;
	float: left;
}

/* Jogos em Destaque */
#featured{
	width: 638px;
	height: 244px;
	background: #eef3f4;
	border-left: 1px solid #3d5588;
	border-right: 1px solid #3d5588;
	border-bottom: 1px solid #3d5588;
	margin: 10px 0 0 0;
	position: relative;
	float: left;
}

#featured h2{
	width: 640px;
	height: 35px;
	background-position: 0 -351px;
}

#featured h2 a{
	background-position: 0 -715px;
}

a.thumbGameFeatured{
	width: 148px;
	height: 189px;
	margin: 10px 0 0 9px;
	background-color: #bbc8dd;
	position: relative;
	display: inline;
	float: left;
}

a.thumbGameFeatured:hover{
	background-color: #879fc8;
	text-decoration: none;
	cursor: hand;
}

.thumbGameFeaturedImg{
	margin: 4px 0 0 4px;
	background-color: #3d5588;
	position: relative;
	display: inline;
	float: left;
}

.thumbGameFeatured span.featTitle{
	width: 140px;
	height: 18px;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
	line-height: 8px;
	background-color: #4c72ae;
	margin: 3px 4px 2px 4px;
	padding-top: 2px;
	display: inline;
	position: relative;
	float: left;
}

.thumbGameFeatured span.featText{
	color: #122757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	margin: 0 4px 0 4px;
	display: inline;
	float: left;
}

/* Links Google */
#linksGoogleHome{
	margin: 10px 0 0 88px;
	position: relative;
	display: inline;
	float: left;
}

/* Notícias */
#lastNews{
	width: 638px;
	height: 297px;
	background: #f6e9e6;
	border-left: 1px solid #8e2d11;
	border-right: 1px solid #8e2d11;
	border-bottom: 1px solid #8e2d11;
	margin: 10px 0 0 0;
	position: relative;
	float: left;
}

#lastNews h2{
	width: 640px;
	height: 35px;
	background-color: #8e2d11;
	background-position: 0 -15px;
}

#lastNews h2 a{
	background-position: 0 -165px;
}

a.lastNewsBox,div.lastNewsBox{
	margin: 10px 1px 0 9px;
	background-color: #f1cdc3;
	display: inline;
	position: relative;
	float: left;
}

a.lastNewsBox:hover, div.lastNewsBox:hover{
	background-color: #e8b5a6;
	text-decoration: none;
/*	cursor: hand;*/
}

a#mainHomeNews, div#mainHomeNews{
	width: 370px;
	height: 242px;
}

a#secondHomeNews,div#secondHomeNews{
	width: 240px;
	height: 140px;
}

a#thirdHomeNews, div#thirdHomeNews{
	width: 240px;
	height: 92px;
}

.lastNewsHeadline{
	color: #942f12;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 7px 0 0 10px;
	display: inline;
	position: relative;
	float: left;
}

.lastNewsBoxText{
	width: 228px;
	color: #942f12;
	line-height: 15px;
	margin: 2px 0 0 10px;
	display: inline;
	position: relative;
	float: left;
}

#mainLastNewsBoxText{
	width: 260px;
	margin-top: 10px;
}

#mainHomeNewsImg{
	margin: 8px 0 0 10px;
	display: inline;
	position: relative;
	float: left;
}

/* Jogos Mais Jogados */
#topPlayed{
	width: 313px;
	height: 220px;
	color: #674a01;
	background: #fefae8;
	border-left: 1px solid #b28001;
	border-right: 1px solid #b28001;
	border-bottom: 1px solid #b28001;
	margin: 10px 0 0 0;
	position: relative;
	float: left;
}

#topPlayed h2{
	width: 315px;
	height: 35px;
	background-color: #b28001;
	background-position: -325px -115px;
}

#topPlayed h2 a{
	color: #FFF;
	background-position: 0 -615px;
}

ol {
	margin: 12px 0 0 15px;
	line-height: 16px;
}

ol li{
	list-style-position: inside;
}

#topPlayed ol li a{
	color: #674a01;
}

/* Jogos Mais Votados */
#topRated{
	width: 313px;
	height: 220px;
	background: #effef9;
	border-left: 1px solid #00a762;
	border-right: 1px solid #00a762;
	border-bottom: 1px solid #00a762;
	margin: 10px 0 0 10px;
	position: relative;
	float: left;
}

#topRated h2{
	width: 315px;
	height: 35px;
	background-color: #00a762;
	background-position: -325px -215px;
}

#topRated h2 a{
	background-position: 0 -465px;
}

#topRated ol li a{
	color: #02492c;
}

/* ====================== ESQUERDA ======================== */

#menu{
	width: 158px;
	margin-left: 13px;
	border-left: 1px solid #185e75;
	border-right: 1px solid #185e75;
	border-bottom: 1px solid #185e75;
	padding-bottom: 8px;
	color: #99d7eb;
	background: #4d9cb6;
}

#menu li{
	list-style: none;
}

#menu a{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #99d7eb;
	background: #4d9cb6;
	padding: 3px;
	padding-left: 12px;
	display: block;
	width: 143px;
}

#menu a:hover, #menu a.markMenu{
	color: #4d9cb6 !important;
	background-color: #99d7eb !important;
}

#banner_micro_left{
	margin-top: 10px;
	margin-left: 13px;
}

#banner_left{
	margin-top: 10px;
	margin-left: 13px;
}

/* ====================== DIREITA ======================== */

ul.links{
	padding: 3px 0 4px 8px;
	line-height: 15px;
}

h3{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 152px;
	height: 21px;
	color: #FFF;
	background: #0a4051 url('../img/bars.png') no-repeat 0 -265px;
	margin: 0 -1px 0 -1px;
	position: relative;
}

h3 span{
	padding-top: 1px;
	padding-left: 25px;
	position: relative;
	background: url('../img/right_icons.png') no-repeat;
	float: left;
}

#rightRss{
	background-position: 0 -87px;
}

#rightLinks{
	background-position: 0 -51px;
}

#rightDownloads{
	background-position: 0 -15px;
}

#rightNewsletter{
	background-position: 0 -123px;
}

.rightItem{
	width: 150px;
	margin: 0 3px 3px 3px;
	border-left: 1px solid #0a4051;
	border-right: 1px solid #0a4051;
	border-bottom: 1px solid #0a4051;
	color: #FFF;
	background: #1d6b85;
}

.rightItem a{
	color:#FFF;
	font-size: 10px;
}

.rightItem p{
	line-height: 11px;
	font-size: 10px;
	padding: 5px 5px 0;
}

#formDiv #newsletterField{
	width: 106px;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0a4051;
	background: #add5e2;
	border: 1px solid #0a4051;
	padding-top:3px;
	margin: 6px 0 0 0;
	float: left;
}

#formDiv #newsletterButton{
	width: 30px;
	height: 19px;
	padding-bottom: 3px;
	margin: 6px 0 0 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #0a4051;
	border-color: #0a4051;
}

#formDiv{
	width: 140px;
	height: 23px;
	margin: 2px 5px 7px 5px;
}

#rightMenu{
	width: 158px;
	margin-left: 10px;
	border-left: 1px solid #185e75;
	border-right: 1px solid #185e75;
	border-bottom: 1px solid #185e75;
	padding: 2px 0 0 0;
	color: #99d7eb;
	background: #4d9cb6;
}

#banner_right{
	margin-top: 10px;
	margin-left: 10px;
}

/* ====================== GAME ======================== */

#ordinaryGame{
	width: 638px;
	background-color: #f1dcc0;
	border-left: 1px solid #b7711f;
	border-right: 1px solid #b7711f;
	border-bottom: 1px solid #b7711f;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	float: left;
}
#ordinaryGameAdorno{
	width: 638px;
	background-color: #ECF3E4;
	border-left: 1px solid #728949;
	border-right: 1px solid #728949;
	border-bottom: 1px solid #728949;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	float: left;
}

#ordinaryGame h1{
	width: 640px;
	height: 35px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: 0 -1px 0 -1px;
	background: url('../img/bars.png') no-repeat 0 -165px;
	position: relative;
}
#ordinaryGameAdorno h1{
	width: 640px;
	height: 35px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: 0 -1px 0 -1px;
	background: url('../img/bars.png') no-repeat 0 -65px;
	position: relative;
}


#ordinaryGame h1 a, #ordinaryGame h1 span {
	color: #FFF;
	padding: 7px 0 5px 35px;
	background: url('../img/icons.png') no-repeat 0 -515px;
	position: relative;
	display: inline;
	float: left;
}
#ordinaryGameAdorno h1 a, #ordinaryGameAdorno h1 span {
	color: #FFF;
	padding: 7px 0 5px 35px;
	background: url('../img/icons.png') no-repeat 0 -115px;
	position: relative;
	display: inline;
	float: left;
}


#ordinaryGame h4{
	height: 16px;
	color: #693b05;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#ordinaryGameAdorno h4{
	height: 16px;
	color: #395200;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#gameContainer {
	margin: 10px 0 0 0;
}

#gameContainer h4 {
	padding: 0 0 0 20px;
	margin-bottom: 5px;
	background: url('../img/other_icons.png') no-repeat 0 -122px;
}

#gameContainer a{
	color: #ff8a00;
}

#noFlash{
	width: 240px;
}

.gameInfo {
	color: #693b05;
	padding: 7px 7px 7px 10px;
	margin: 10px 0 0 10px;
	line-height: 14px;
	background-color: #fec67b;
}

.gameInfoAdorno {
	color: #728949;
	padding: 7px 7px 7px 10px;
	margin: 10px 0 0 10px;
	line-height: 14px;
	background-color: #c5d7b1;
}

#gameDescription{
	width: 320px;
	height: 220px;
	display: inline;
	float: left;
}

#gameControls{
	width: 254px;
	height: 68px;
	float: left;
}

#gamePlayed{
	width: 254px;
	font-size: 12px;
	float: left;
}

#gamePlayed h4{
	margin-right: 4px;
	display: inline;
}

#gamePoints{
	width: 254px;
	font-size: 12px;
	float: left;
}

#gamePoints h4{
	margin-right: 4px;
	display: inline;
}

#gameRating{
	width: 254px;
	height: 14px;
	font-size: 12px;
	float: left;
}

#gameRating h4{
	float: left;
}

#gameRating li{
	display: inline;
}

ul.starRating {
	width: 90px;
	height: 16px;
	margin: -2px 0 0 8px;
	background: #fec67b url('../img/other_icons.png') repeat-x 0 -30px;
	display: inline;
	position: relative;
	float: left;
}
ul.starRatingAdorno {
	width: 90px;
	height: 16px;
	margin: -2px 0 0 8px;
	background: #C0CEB1 url('../img/other_icons.png') repeat-x 0 -214px;
	display: inline;
	position: relative;
	float: left;
}

.star {
	height: 16px;
	position: absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star:hover{
	background: #fec67b url('../img/other_icons.png') repeat-x 0 -168px;
}

.starAdorno {
	height: 16px;
	position: absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.starAdorno:hover{
	background: #fec67b url('../img/other_icons.png') repeat-x 0 -76px;
}





#star01{
	width: 20%;
	z-index:6;
}

#star02{
	width: 40%;
	z-index:5;
}

#star03{
	width: 60%;
	z-index:4;
}

#star04{
	width: 80%;
	z-index:2;
}

#star05{
	width: 100%;
	z-index:1;
}

#gameAuthor{
	width: 254px;
	font-size: 12px;
	float: left;
}

#gameAuthor h4{
	display: inline;
}
/*
#gameAuthor a{
	color: #674a01;
}

#gameAuthor a:hover{
	color: #9b3b20;
}*/

/* Jogos Relacionados */
#relatedGames {
	width: 638px;
	height: 166px;
	background: #f1dcc0;
	border-left: 1px solid #b7711f;
	border-right: 1px solid #b7711f;
	border-bottom: 1px solid #b7711f;
	margin: 10px 0 0 0;
	position: relative;
	float: left;
}
#relatedGamesAdorno {
	width: 638px;
	height: 166px;
	background: #ECF3E4;
	border-left: 1px solid #728949;
	border-right: 1px solid #728949;
	border-bottom: 1px solid #728949;
	margin: 10px 0 0 0;
	position: relative;
	float: left;
}


#relatedGames h2{
	width: 640px;
	height: 35px;
	background-position: 0 -165px;
}
#relatedGamesAdorno h2{
	width: 640px;
	height: 35px;
	background-color: #ECF3E4;
	background-position: 0 -65px;
}


#relatedGames a, #relatedGamesAdorno a{
	margin: 10px 7px 0 10px;
}

#relatedGames h2 a, #relatedGames h2 span{
	background-position: 0 -265px;
	margin: 0;
}
#relatedGamesAdorno h2 a, #relatedGamesAdorno h2 span{
	background-position: 0 -315px;
	margin: 0;
}

/* Keywords */
#keywordsGames {
	width: 313px;
	background: #f1dcc0;
	border-left: 1px solid #b7711f;
	border-right: 1px solid #b7711f;
	border-bottom: 1px solid #b7711f;
	margin: 10px 0 0 0;
	padding:0 0 8px 0;
	position: relative;
	float: left;
}
#keywordsGamesAdorno {
	width: 313px;
	background: #ECF3E4;
	border-left: 1px solid #728949;
	border-right: 1px solid #728949;
	border-bottom: 1px solid #728949;
	margin: 10px 0 0 0;
	padding:0 0 8px 0;
	position: relative;
	float: left;
}

#keywordsGames h2{
	width: 315px;
	height: 35px;
	background-position: -325px -165px;
}
#keywordsGamesAdorno h2{
	width: 315px;
	height: 35px;
	background-color: #ECF3E4;
	background-position: -325px -65px;
}

#keywordsGames h2 a, #keywordsGames h2 span{
	background-position: 0 -565px;
}
#keywordsGamesAdorno h2 a, #keywordsGamesAdorno h2 span{
	background-position: 0 -415px;
}

#keywordsGames li{
	line-height: 16px;
}
#keywordsGames ul{
	margin: 6px 0 0 0;
}
#keywordsGames li a{
	margin: 0 0 0 10px;
	color: #693b05;
}
#keywordsGames li a:hover{
	color: #9b3b20;
}
#keywordsGamesAdorno li{
	line-height: 16px;
}
#keywordsGamesAdorno ul{
	margin: 6px 0 0 0;
}
#keywordsGamesAdorno li a{
	margin: 0 0 0 10px;
	color: #728949;
}

/* Sponsor */
#sponsorGames {
	width: 313px;
	height: 300px;
	background: #f1dcc0;
	border-left: 1px solid #b7711f;
	border-right: 1px solid #b7711f;
	border-bottom: 1px solid #b7711f;
	margin: 10px 0 0 10px;
	position: relative;
	float: left;
}
#sponsorGamesAdorno {
	width: 313px;
	height: 300px;
	background: #ECF3E4;
	border-left: 1px solid #728949;
	border-right: 1px solid #728949;
	border-bottom: 1px solid #728949;
	margin: 10px 0 0 10px;
	position: relative;
	float: left;
}

#sponsorGames h2{
	width: 315px;
	height: 35px;
	background-position: -325px -165px;
}
#sponsorGamesAdorno h2{
	width: 315px;
	height: 35px;
	background-position: -325px -65px;
}

#sponsorGames h2 a, #sponsorGames h2 span{
	background-position: 0 -65px;
}

#sponsorGamesAdorno h2 a, #sponsorGamesAdorno h2 span{
	background-position: 0 -665px;
}
.paddingAdd{padding: 8px 0 0 6px;}


/* ====================== NEWS ======================== */


#newsBox{
	color: #942F12;
	width: 638px;
	background-color: #f6e9e6;
	border-left: 1px solid #8e2d11;
	border-right: 1px solid #8e2d11;
	border-bottom: 1px solid #8e2d11;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	float: left;
}

#newsBox h1{
	width: 640px;
	height: 35px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: 0 -1px 0 -1px;
	background: url('../img/bars.png') no-repeat 0 -15px;
	position: relative;
}

#newsBox h1 a,#newsBox h1 span {
	color: #FFF;
	padding: 7px 0 5px 35px;
	background: url('../img/icons.png') no-repeat 0 -165px;
	position: relative;
	display: inline;
	float: left;
}

#newsPictures{
	display: inline;
	width: 261px;
	float: left;
	margin: 10px 0 0 10px;
	
}

#newsPictures span{
	font-size: 9px;
	display: block;
	text-align: right;
	line-height:14px;
}
#newsPictures span.marginBottom{
	margin-bottom: 35px;
}
#newsPictures img.marginTop{
	margin-top: 35px;
}


#newsText{
	width: 348px;
	float: left;
	margin: 10px 0 0 10px;
	line-height:15px;	
}

#newsText h4{
	font-weight: bold;
	font-size: 13px;
}


#ownerNews{
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #f1cdc3;
}
#ownerNews img{
	float: left;
	border: 2px solid #942f12;
	
}
#infoOwnerNews{
	width: 262px;
	float: left;
	margin-left: 15px;
}
#infoOwnerNews span{
	display: block;
	line-height: 12px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}






#titleTopListNews{
	background: #77240b url(../img/bg_title_news.png) repeat;
	color: #76240b;
	width: 638px;
	height: 69px;
	margin:10px 0 0;
	border: 1px solid #77240b;	
	line-height: 73px;
	text-transform: uppercase;
	font-size: 45px;
	font-family: Arial;
	text-align: center;
}

#titleTopListSearch{
	background: #77240b url(../img/headers/bg_header_latest.jpg) repeat;
	color: #744309;
	width: 638px;
	height: 69px;
	margin:10px 0 0;
	border: 1px solid #77240b;	
	line-height: 73px;
	text-transform: uppercase;
	font-size: 45px;
	font-family: Arial;
	text-align: center;
}


#listNews{line-height: 24px; padding-left: 10px; color: #9b3b20}
#listNews a, 
#listNews a:visited, 
#listNews a:active {
	color: #9b3b20;
}


/*pagincao*/
#boxPager{margin: 10px 0}

#boxPager .pager {color: #9b3b20;padding: 5px; background-color:#f6e9e6; border: 1px solid #b7711f;}
#boxPager .pager a, 
#boxPager .pager a:visited, 
#boxPager .pager a:active {
	color: #9b3b20;
	padding: 4px 8px;
	background-color: #f1cdc3;
}
#boxPager .pager a:hover {
	color: #9b3b20;
	background-color: #e7a492;
	background-image: none;
}
#boxPager .pager span, #boxPager .pager span.break {
	color: #9b3b20;
	background-color: #f1cdc3;
	padding: 4px 8px;
}
#boxPager .pager span.active {
	color: #9b3b20;
	background-color: #e7a492;
	font-weight: bold;
}

/*BUSCA*/
#boxPagerBusca{margin: 10px 0 0 0}

#boxPagerBusca .pager {color: #744309;padding: 5px; background-color:#FFEFCF; border:1px solid #77240B;}
#boxPagerBusca .pager a, 
#boxPagerBusca .pager a:visited, 
#boxPagerBusca .pager a:active {
	color: #744309;
	padding: 4px 8px;
	background-color: #FFD98F;
}
#boxPagerBusca .pager a:hover {
	color: #744309;
	background-color: #FFD98F;
	background-image: none;
}
#boxPagerBusca .pager span, #boxPagerBusca .pager span.break {
	color: #744309;
	background-color: #FFD98F;
	padding: 4px 8px;
}
#boxPagerBusca .pager span.active {
	color: #744309;
	background-color: #EEB230;
	font-weight: bold;
}

/*CATEGORY GAME*/
#boxPagerGame{margin: 10px 0 0 0}

#boxPagerGame .pager {color: #744309;padding: 5px; background-color:#f1dcbf; border:1px solid #77240B;}
#boxPagerGame .pager a, 
#boxPagerGame .pager a:visited, 
#boxPagerGame .pager a:active {
	color: #744309;
	padding: 4px 8px;
	background-color: #fec67b;
}
#boxPagerGame .pager a:hover {
	color: #744309;
	background-color: #fec67b;
	background-image: none;
}
#boxPagerGame .pager span, #boxPagerGame .pager span.break {
	color: #744309;
	background-color: #fec67b;
	padding: 4px 8px;
}
#boxPagerGame .pager span.active {
	color: #744309;
	background-color: #ffa62e;
	font-weight: bold;
}


/*
#box_top_info_news{
	color: #76240b;
	width: 640px;
	height: 150px;
	background: #cf5f4a url(../img/bg_top_news.jpg);
	margin-top: 10px;
	padding-top: 40px;
}
#box_top_info_news .box_top_title{width: 450px; text-align: center; font-size: 46px;line-height: normal; font-family: Arial; font-weight: bold;}
#box_top_info_news .box_top_desc{width: 405px; height: 40px; margin: 25px 0 0 20px; padding: 5px; background-color: #e47958; text-align: left;line-height: normal;font-family: Verdana;font-size: 12px;}

*/
.newsBox_big, .newsBox_small{
	color: #942F12;
	height: 245px;
	background-color: #f6e9e6;
	border-left: 1px solid #8e2d11;
	border-right: 1px solid #8e2d11;
	border-bottom: 1px solid #8e2d11;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	float: left;
	display: inline;
}

.newsBox_big{
	width: 638px;
}

.newsBox_small{
	width: 313px;
}

.newsBox_big h1 a, .newsBox_big h1 span,
.newsBox_small h1 a, .newsBox_small h1 span {
	color: #FFF;
	padding: 7px 0 5px 35px;
	background: url('../img/icons.png') no-repeat 0 -165px;
	position: relative;
	display: inline;
	float: left;
}

.newsBox_big h1, .newsBox_small h1{
	height: 35px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: 0 -1px 0 -1px;
	position: relative;
}

.newsBox_big h1{
	width: 640px;
	background: url('../img/bars.png') no-repeat 0 -15px;	
}

.newsBox_small h1{
	width: 315px;
	background: url('../img/bars.png') no-repeat -325px -15px;	
}

.ml10{margin-left: 10px;}

#newsText_last{
	overflow: hidden;
	width: 347px;
	height: 185px;
	float: left;
	margin: 10px 0 0 10px;
	line-height:15px;	
}

#newsText_last h4, .newsText_small h4{
	font-weight: bold;
	font-size: 13px;
}

.newsText_small{
	overflow: hidden;
	width: 203px;
	height: 185px;
	float: left;
	margin: 10px 0 0 10px;
	line-height:15px;	
}




#continue_reading{text-align: right;margin-right: 10px;}
#continue_reading a, #listNews_last a ,
#continue_reading a:visited, #listNews_last a:visited ,
#continue_reading a:active, #listNews_lasta a:active {
	color: #9b3b20;
}

.newsPictures_small{
	display: inline;
	width: 80px;
	float: left;
	margin: 10px 0 0 10px;
	
}

#listNews_last{line-height: normal; padding: 10px 0 0 10px; color: #9b3b20}
.list_last_news{height: auto;}


/* HEADER */
#newsPageHeader{
	color: #77240b;
	border: 1px solid #77240b;
	background: #77240b url('../img/headers/bg_header_news.jpg');
}

#newsPageHeaderDesc{
	background-color: #e47958;
}

#imgAdNewsPageHeader{
	background-image: url('../img/headers/artwork_news.jpg');
}

/* ====================== TOP RATED ======================== */
.pageHeader{
	width: 638px;
	height: 187px;
	margin: 9px 0 0 0;
}

.titleHeader{
	width: 449px;
	text-align:	center;
	font-size: 46px;
	line-height: normal;
	font-family: Arial;
	font-weight: bold;
}

.box_top_desc{
	width: 405px;
	height: 45px;
	margin: 25px 0 0 20px;
	padding: 5px;
	text-align: left;
	line-height: normal;
	font-family: Verdana;
	font-size: 12px;
}

#joiner{
	padding: 40px 0 0 0;
	float:left;
}

#topRatedPageHeader{
	color: #02492c;
	border: 1px solid #0d774b;
	background: #00e390 url('../img/headers/bg_header_toprated.jpg');
}

#topRatedPageHeaderDesc{
	background-color: #00e390;
}

.imgAdTop{
	width:188px;
	height:187px;
	float: right;
}

#imgAdTopRatedPageHeader{
	background-image: url('../img/headers/artwork_toprated.jpg');
}

/* Boxes */
#topRatedBoxesContainer{
	float: left;
	margin-left:-10px;
}
.listBox{
	width: 313px;
	height: 172px;
	margin: 10px 0 0 10px;
	position: relative;
	display: inline;
	float: left;
}

#topRatedBox{
	background: #effef9;
	border-left: 1px solid #00a762;
	border-right: 1px solid #00a762;
	border-bottom: 1px solid #00a762;
	color: #02492c;
}

.listBox h2{
	width: 315px;
	height: 35px;
}

#topRatedBox h2{
	background-color: #00a762;
	background-position: -325px -215px;
}

#topRatedBox h2 a{
	background-position: 0 -465px;
}

.listBox img{
	margin: 10px 0 0 9px;
	float: left;
}

.topRatedBoxesContainerDescription{
	width: 150px;
	height: 104px;
	line-height: 12px;
	margin: 10px 0 0 9px;
	float: left;
}

.topRatedBoxesContainerClassification{
	margin: 10px 0 0 9px;
}

/* ====================== TOP PLAYED ======================== */

#topPlayedPageHeader{
	color: #744309;
	border: 1px solid #c57b23;
	background: #c57b23 url('../img/headers/bg_header_topplayed.jpg');
}

#topPlayedPageHeaderDesc{
	background-color: #f5c400;
}

#imgAdTopPlayedPageHeader{
	background-image: url('../img/headers/artwork_topplayed.jpg');
}

/* Boxes */ 
#topPlayedBox{
	background: #fefae8;
	border-left: 1px solid #af7d01;
	border-right: 1px solid #af7d01;
	border-bottom: 1px solid #af7d01;
	color: #674a01;
}

#topPlayedBox h2{
	background-color: #af7d01;
	background-position: -325px -115px;
}

#topPlayedBox h2 a{
	background-position: 0 -615px;
}

/* ====================== FEATURED ======================== */

#featuredPageHeader{
	color: #02153f;
	border: 1px solid #0b1e49;
	background: #0b1e49 url('../img/headers/bg_header_featured.jpg');
}

#featuredPageHeaderDesc{
	background-color: #5c75b3;
}

#imgAdFeaturedPageHeader{
	background-image: url('../img/headers/artwork_featured.jpg');
}

/* Boxes */ 
#featuredBox{
	background: #eef3f4;
	border-left: 1px solid #3d5588;
	border-right: 1px solid #3d5588;
	border-bottom: 1px solid #3d5588;
	color: #122757;
}

#featuredBox h2{
	background-color: #3d5588;
	background-position: -325px -351px;
}

#featuredBox h2 a{
	background-position: 0 -715px;
}

/* ====================== ADORNINHO ======================== */

#adPageHeader{
	color: #3b5302;
	border: 1px solid #3b5302;
	background: #3b5302 url('../img/headers/bg_header_ad.jpg');
}

#adPageHeaderDesc{
	background-color: #9eb86c;
}

#imgAdAdPageHeader{
	background-image: url('../img/headers/artwork_adorninho.jpg');
}

/* Boxes */ 
#adBox{
	background: #ecf3e4;
	border-left: 1px solid #748b4a;
	border-right: 1px solid #748b4a;
	border-bottom: 1px solid #748b4a;
	color: #3b5302;
}

#adBox h2{
	background-color: #748b4a;
	background-position: -325px -65px;
}

#adBox h2 a{
	background-position: 0 -115px;
}

/* ====================== LATEST ======================== */

#latestPageHeader{
	color: #744309;
	border: 1px solid #8f5919;
	background: #8f5919 url('../img/headers/bg_header_latest.jpg');
}

#latestPageHeaderDesc{
	background-color: #efa122;
}

#imgAdLatestPageHeader{
	/*background-image: url('../img/headers/artwork_adorninho.jpg');*/
}

/* Boxes */ 
#latestBox, #searchBox{
	background: #f1dcc0;
	border-left: 1px solid #b7711f;
	border-right: 1px solid #b7711f;
	border-bottom: 1px solid #b7711f;
	color: #744309;
}

#latestBox h2, #searchBox h2{
	background-color: #b7711f;
	background-position: -325px -165px;
}

#latestBox h2 a{
	background-position: 0 -215px;
}
#searchBox h2 a {
	background-position: 0 -515px;
}

/* box search news*/
#newsBoxSearch{
	color: #942F12;
	background-color: #f6e9e6;
	border-left: 1px solid #8e2d11;
	border-right: 1px solid #8e2d11;
	border-bottom: 1px solid #8e2d11;
	float: left;
}

#newsBoxSearch h2{
	background-color: #b7711f;
	background-position: -325px -15px;
}

#newsBoxSearch h2 a {
	background-position: 0 -165px;
}


/* ====================== CATEGORIES ======================== */

#catPageHeader{
	color: #744309;
	border: 1px solid #8f5919;
	background: #8f5919 url('../img/headers/bg_header_latest.jpg');
}

#catPageHeaderDesc{
	background-color: #efa122;
}

#imgAdCatPageHeader{
	background-image: url('../img/headers/artwork_categories.jpg');
}

.catGames {
	width: 638px;
	height: 166px;
	background: #f1dcc0;
	border-left: 1px solid #b7711f;
	border-right: 1px solid #b7711f;
	border-bottom: 1px solid #b7711f;
	margin: 10px 0 0 0;
	position: relative;
	float: left;
}
.catGames h2{
	width: 640px;
	height: 35px;
	background-position: 0 -165px;
}

.catGames a{
	margin: 10px 7px 0 10px;
}

.catGames h2 a{
	background-position: 0 -265px;
	margin: 0;
}

.catGames .thumbGame{
	margin: 10px 1px 0 9px;
}

.otherCatGames{
	width: 258px;
	height: 102px;
	background-color: #fec67b;
	margin: 10px 1px 0 9px;
	padding: 8px 0 0 0;
	line-height: 15px;
	float: left;
	display: inline;
}

.otherCatGames  a#lastLink{
	float: right;
	margin: 5px 10px 0 0;
}

.otherCatGames a{
	color: #674a01;
}

.otherCatGames a:hover{
	color: #9b3b20;
}

#searchBox .topGamePlay{
	text-align: right;
	display: block;
	margin-right: 10px;
	color:#744309;
}
#searchBox .topGamePlay a{
	color:#744309;
}

#adBox .topGamePlay{
	text-align: right;
	display: block;
	margin-right: 10px;
	color:#3B5302;
}
#daBox .topGamePlay a{
	color:#3B5302;
}


/* ====================== CONTACT ======================== */

#contactPageHeader{
	color: #4f5252;
	border: 1px solid #3b403f;
	background: #3b403f url('../img/headers/bg_header_contact.jpg');
}

#contactPageHeaderDesc{
	background-color: #8e9594;
}

#imgAdContactPageHeader{
	background-image: url('../img/headers/artwork_contact.jpg');
}

/* Boxes */ 
#contactBox{

	width: 638px;
	margin: 10px 0 0 0;
	position: relative;
	display: inline;
	float: left;	
	
	background: #eef3f4;
	border-left: 1px solid #899190;
	border-right: 1px solid #899190;
	border-bottom: 1px solid #899190;
	color: #4f5252;
}

#contactBox h2 {
	width: 640px;
	height: 35px;
	background-color: #3d5588;
	background-position: 0 -301px;
}

#contactBox h2 a, #contactBox h2 span{
	background-position: 0 -365px;
}

#contactBox form{padding: 60px 0 50px 73px;}

#contactBox form label{width: 130px; float: left; font-size: 15px; font-family: arial; font-weight: bold;margin: 13px 0;}

#contactBox .inp, #contactBox .ta{
	margin: 10px 0;
	width: 330px;
	border: 2px solid #bccaca;
	font-size: 12px;
}
#contactBox .inp{height: 14px; padding: 4px 0;}
#contactBox .ta{margin-bottom: 0; padding:4px 0;}

#contactBox .inp:focus, #contactBox .ta:focus,
#contactBox .inp:active, #contactBox .ta:active{
	border: 2px solid #899190;
}

.btnSend{width: 100px;margin-left: 364px; margin-top: 30px;}
.contactMessage{text-align: center; font-size: 20px; margin-bottom: 20px;}


/* ====================== FOOTER ======================== */

#footer{
	width: 1007px;
	height: 26px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	background: #40515e;
	margin-top: 10px;
	float: left;
}

#footer a{
	color: #FFFFFF;
	text-transform: uppercase;
}

/* ====================== GENERIC CLASSES ======================== */

.clear {clear: both;}
br.clear {line-height: 0;}

