* {font-size: 100.01%;}
html {
	font-size: 62.5%;
	margin: 0;
	background-color:#000;
	/*background:url(../imgs/bg-body-scale.jpg) repeat;*/
}
body{
	margin:0;
	color:#fff;
	font:bold 1em "Century Gothic",tahoma, Arial, Helvetica, sans-serif;
	background:url(../imgs/bg-body.jpg) repeat-x 50% 0;
	min-width:960px;
}
img{border-style:none;} 
a{
	text-decoration:none;
	color:#ffc702;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% bold "Century Gothic",tahoma, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:960px;
	margin:0 auto;
}
/*header*/
#header{
	width:100%;
	padding:0 0 31px;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
.logo{
	width: 181px;
	height: 66px;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
	position:relative;
	left:33px;
	margin:23px 0 0;
	display:inline;
	z-index:1;
}
.logo a{
	display: block;
	height: 100%;
	background: url(../imgs/logo.png) no-repeat;
	cursor:pointer;
}
.logo span{
	display: block;
	height: 100%;
}
/*search form*/
.search-form{
	float:right;
	text-align:right;
	padding:11px 0 0;
	margin:0 0 9px;
	width:255px;
}
.search-form .link{
	height:1%;
	overflow:hidden;
	padding:0 11px 7px 0;
}
.search-form .link a{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
}
.search-form .row{
	width:228px;
	height:29px;
	overflow:hidden;
	background:url(../imgs/bg-form.png) no-repeat;
	padding:0 7px 0 14px;
}
.search-form .text{
	margin:0;
	padding:3px 0;
	float:left;
	background:none;
	border:none;
	font-size:13px;
	font-weight:bold;
	width:203px;
	position:relative;
	color:#fff;
}
.search-form .btn-image{
	float:right;
	margin:4px 0 0;
	position:relative;
}
/*navigation*/
#nav{
	margin:0 2px 0 0;
	padding:3px 0 3px 15px;
	list-style:none;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	float:right;
	clear:right;
	background:url(../imgs/bg-nav.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#nav li{
	position:relative;
	float:left;
	margin-right:7px;
}
#nav li a{
	float:left;
	padding:3px 9px 6px 12px;
	color:#fff;
}
#nav li a:hover,
#nav li.active a{
	text-decoration:none;
	color:#ffc702;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:url(../imgs/bg-nav.png) repeat;
}
#nav li a span{
	float:left;
	background:url(../imgs/icons.png) no-repeat;
	cursor:pointer;
}
#nav li a:hover span{background:url(../imgs/icons.png) no-repeat;}
#nav li .home span{
	padding:0 0 0 19px;
	background-position:0 2px;
}
#nav li .jogos span{
	padding:0 0 0 26px;
	background-position:0 -154px;
}
#nav li .profile span{
	padding:0 0 0 19px;
	background-position:0 -356px;
}
#nav li .friends span{
	padding:0 0 0 19px;
	background-position:0 -545px;
}
#nav li .jogos:hover span,
#nav li.active .jogos span{background-position:0 -242px;}
#nav li .home:hover span,
#nav li.active .home span{background-position:0 -69px;}
#nav li .profile:hover span,
#nav li.active .profile span{background-position:0 -461px;}
#nav li .friends:hover span,
#nav li.active .friends span{background-position:0 -651px;}
#main{
	width:100%;
	padding-bottom:14px;
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
/*buttons*/
.btn{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.btn .holder{
	position:relative;
	float:left;
	left:50%;
}
.btn a{
	position:relative;
	float:left;
	left:-50%;
}
.btn a:hover{
	text-decoration:none;
}
.btn a span,
.btn a em{
	float:left;
	cursor:pointer;
}
.btn-login{
	color:#000;
}
#main .btn-login span{
	background:url(../imgs/btn.png) no-repeat;
	height:38px;
	font-size:17px;
	line-height:19px;
	font-weight:bold;
	padding:11px 0 0 29px;
	margin:0;
}
.btn-login em{
	height:48px;
	width:39px;
	background:url(../imgs/btn.png) no-repeat 0 -52px;
}
* html .btn-login em{background:url(../imgs/btn.png) no-repeat 0 -51px;}
.btn-start{
	color:#fff;
}
#main .btn-start span{
	background:url(../imgs/btn.png) no-repeat 0 -102px;
	height:38px;
	font-size:17px;
	line-height:19px;
	font-weight:bold;
	padding:10px 0 0 12px;
	margin:0;
}
.btn-start em{
	height:48px;
	width:39px;
	background:url(../imgs/btn.png) no-repeat 0 -152px;
}
.btn-gray{
	color:#fff;
}
#main .btn-gray span{
	background:url(../imgs/btn.png) no-repeat 0 -220px;
	height:26px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	padding:7px 0 0 30px;
}
.btn-gray em{
	height:34px;
	width:39px;
	background:url(../imgs/btn.png) no-repeat 0 -294px;
}
* html .btn-gray em{background:url(../imgs/btn.png) no-repeat 0 -293px;}
/*coll-1*/
.coll-1{
	width:480px;
	float:left;
	margin:-40px 0 0;
}
.coll-1 .slogan{
	display:block;
	width:502px;
	height:356px;
	text-indent:-9999px;
	overflow:hidden;
	margin:-94px 0 0 -25px;
	position:relative;
}
.coll-1 .slogan em{
	display:block;
	height:100%;
	background:url(../imgs/slogan.png) no-repeat;
}
.coll-1 .list{
	margin:-9px 0 26px 17px;
	padding:0 0 5px 4px;
	list-style:none;
	font-size:1.4em;
	line-height:1.1em;
	font-weight:bold;
	color:#fff;
	background:url(../imgs/bg-border.gif) repeat-x 0 100%;
}
.coll-1 .list li{
	height:1%;
	overflow:hidden;
	padding:0 0 18px 10px;
	background:url(../imgs/bullet.gif) no-repeat 0 6px;
}
.coll-1 h2{
	margin:0 0 41px 19px;
	font-size:2.2em;
	line-height:1.1em;
	color:#ffc702;
}
.coll-1 .text-holder h2{margin:0 0 13px -9px;}
.coll-1 p{
	margin:0 0 15px;
	font-size:1.4em;
	line-height:1.1em;
	font-weight:bold;
}
.coll-1 span{
	font-size:1.1em;
	line-height:1.1em;
	font-weight:bold;
	display:block;
	margin:0 0 15px;
}
.coll-1 .text-holder{
	background:url(../imgs/bg-border.gif) repeat-x 0 100%;
	margin:0 0 10px;
	padding:0 0 3px 28px;
}
.coll-1 .btn-area{
	width:254px;
	overflow:hidden;
	margin:0 auto;
}
.coll-1 .btn-area .btn-meo{
	float:left;
	width:114px;
	height:57px;
	background:url(../imgs/btn-meo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:27px;
}
.coll-1 .btn-area .btn-sapo{
	float:left;
	width:113px;
	height:56px;
	background:url(../imgs/btn-sapo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/*gallery*/
.gallery{
	position:relative;
	margin:0 0 18px;
}
.gallery .btn-gallery{
	position:absolute;
	left:43%;
	top:66px;
	width:71px;
	height:72px;
	z-index:1;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery .btn-gallery span{
	display:block;
	height:100%;
	background:url(../imgs/btn-gallery.png) no-repeat;
	cursor:pointer;
}
.gallery img{
	display:block;
}
.gallery .slider{
	margin:0 -20px 0 0;
	padding:0 0 0 5px;
	list-style:none;
	width:480px;
	overflow:hidden;
}
.gallery .slider li{
	float:left;
	margin-right:10px;
	overflow:hidden;
}
.gallery .slider li a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	padding:8px 0 0;
}
.gallery .slider li a img{
	display:block;
}
.gallery .slider li a span{
	position:absolute;
	top:0;
	left:50%;
	width:19px;
	height:8px;
	margin:0 0 0 -8px;
}
.gallery .slider li a:hover span,
.gallery .slider li.active a span{
	background:url(../imgs/bullet.png) no-repeat;
}
/*coll-2*/
.coll-2{
	width:465px;
	float:right;
	margin:0 0 0;
}
.coll-2 .box{
	border:1px solid #282828;
	background:url(../imgs/bg-box.png) repeat;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:0 -1px 0 2px;
}
.coll-2 h2{
	margin:0;
	padding:10px 5px 7px 22px;
	font-size:1.8em;
	line-height:1.1em;
	color:#ffc600;
	background:url(../imgs/bg-border.gif) repeat-x 0 100%;
}
.coll-2 .text-holder{
	font-size:1.1em;
	line-height:1.1em;
	padding:0 5px 16px 17px;
}
.coll-2 p{
	margin:0;
}
.coll-2 .game-list{
	margin:0;
	padding:0 1px 0 0;
	list-style:none;
}
.coll-2 .game-list li{
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-border.gif) repeat-x 0 100%;
	padding:11px 0 16px 13px;
}
.coll-2 .game-list li img{
	float:left;
	margin:10px 13px 0 0;
}
.coll-2 .game-list li .info{
	float:left;
}
.coll-2 .game-list li .info strong{
	display:block;
	font-size:1.6em;
	line-height:18px;
	margin:0 0 2px;
}
.coll-2 .game-list li .info span{
	display:block;
	font-size:1.2em;
	line-height:14px;
	margin:0 0 7px;
}
.coll-2 .game-list li .info a{
	text-decoration:underline;
	font-size:1.2em;
	line-height:14px;
}
.coll-2 .game-list li .info a:hover{
	text-decoration:none;
}
.coll-2 .game-list li .price{
	float:right;
	width:126px;
}
.coll-2 .game-list li .price strong{
	display:block;
	font-size:1.8em;
	line-height:20px;
	margin:-3px 0 3px 9px;
}
.btn-subscrever{
	height:1%;
	overflow:hidden;
}
.btn-subscrever a{
	float:left;
	color:#000;
	font-size:13px;
	line-height:15px;
}
.btn-subscrever a:hover{
	text-decoration:none;
}
.btn-subscrever a span{
	float:left;
	cursor:pointer;
	height:24px;
	background:url(../imgs/btn.png) no-repeat 0 -343px;
	padding:10px 0 0 15px;
}
.btn-subscrever a em{
	float:left;
	width:35px;
	height:34px;
	cursor:pointer;
	background:url(../imgs/btn.png) no-repeat 0 -399px;
}
* html .btn-subscrever a em{background:url(../imgs/btn.png) no-repeat 0 -400px;}
.coll-2 .box .link{
	height:1%;
	overflow:hidden;
	padding:13px 18px 23px 0;
}
.coll-2 .box .link a{
	float:right;
	text-decoration:underline;
}
.coll-2 .box .link a:hover{
	text-decoration:none;
}
/*Start inner page*/
#content{
	width:680px;
	float:right;
	padding:8px 0 0;
}
* html .inner #content{
	margin:0 -23px 0 0;
}
.heading{
	height:1%;
	overflow:hidden;
	padding:0 0 7px 11px;
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	clear:both;
}
.inner .heading{margin:0 0 5px;}
.breadcrumbs{
	margin:0;
	padding:0 0 0 24px;
	list-style:none;
	background:url(../imgs/icons.png) no-repeat 0 -756px;
	font-size:22px;
	line-height:24px;
	color:#ffc600;
	height:1%;
	overflow:hidden;
}
.amigos{
	background:url(../imgs/icons.png) no-repeat 0 -1537px;
	padding:0 0 0 5px;
}
.breadcrumbs li{
	float:left;
	background:url(../imgs/icons.png) no-repeat 0 -1348px;
	padding:0 10px 2px 16px;
}
.breadcrumbs li:first-child{
	background:none;
}
.breadcrumbs li a{
	color:#ffc600;
}
.breadcrumbs li span{
	float:left;
}
.breadcrumbs li em{
	font-size:12px;
	line-height:14px;
	color:#fff;
	font-style:normal;
	float:left;
	margin:6px 0 0 4px;
}
/*content*/
#content .title-jogos{
	margin:0 0 0 4px;
}
#content .block{
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	padding:0 0 12px;
}
#content .ads-bar{
	width:690px;
	overflow:hidden;
	margin:0 -10px 0 0;
}
#content .ads-bar a{
	float:left;
	margin-right:7px;
}
#content .ads-bar a img{
	display:block;
}
#content .block .head{
	height:1%;
	overflow:hidden;
	padding:4px 0 17px;
}
#content .block .head h2{
	margin:0 0 0 9px;
	font-size:2.8em;
	line-height:1.1em;
	color:#fff;
	float:left;
}
#content .block .swicher{
	margin:8px 0 0;
	padding:5px 6px;
	list-style:none;
	float:right;
	background:url(../imgs/bg-nav.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#content .block .swicher li{
	float:left;
}
#content .block .swicher li a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:12px;
	height:12px;
	background:url(../imgs/icons.png) no-repeat 0 -845px;
	margin-right:12px;
}
#content .block .swicher li a:hover,
#content .block .swicher li.active a{
	background-position:-16px -845px;
}
#content .block .swicher li .link-prev{
	width:6px;
	height:13px;
	background-position:-32px -845px;
	margin:0 34px 0 0;
}
#content .block .swicher li .link-next{
	background-position:-43px -845px;
	width:6px;
	height:13px;
	margin:0 0 0 27px;
}
#content .block .swicher li .link-prev:hover,
#content .block .swicher li.active .link-prev{
	background-position:-32px -845px;
}
#content .block .swicher li .link-next:hover,
#content .block .swicher li.active .link-next{
	background-position:-43px -845px;
}
#content .items-list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#content .items-list li{
	float:left;
	overflow:hidden;
}
#content .items-list li .items-bar{
	padding:2px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
	width:166px;
	margin:0 0 4px;
}
#content .items-list li .items-bar:hover,
#content .items-list li div.hover{
	border:2px solid #ffc702;
	padding:0;
}
#content .items-list li img{
	display:block;
}
#content .items-list li .caption{
	display:block;
	font-size:12px;
	line-height:14px;
	color:#fff;
	margin:0;
}
#content .items-list li .jogar{
	width:84px;
	height:33px;
	position:absolute;
	top:34%;
	left:-9999px;
	background:url(../imgs/btn.png) no-repeat 0 -460px;
	text-indent:-9999px;
	overflow:hidden;
}
#content .items-list li .items-bar:hover .jogar,
#content .items-list div.hover .jogar{
	left:42px;
}
#content .items-list li .items-bar:hover .panel,
#content .items-list li div.hover .panel{
	left:0;
}
#content .items-list li .panel{
	width:157px;
	height:17px;
	padding:5px 0 0 9px;
	background:url(../imgs/bg-items-panel.png) repeat;
	position:absolute;
	bottom:0;
	left:-9999px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-radius:0 0 10px 10px
}
#content .items-list li .hover .hover{
	border:none;
	padding:5px 0 0 9px;
}
#content .items-list li .panel .game-1,
#content .items-list li .panel .game-2{
	width:16px;
	height:11px;
	float:left;
	background:url(../imgs/icons.png) no-repeat 0 -866px;
	margin-right:5px;
	text-indent:-9999px;
	overflow:hidden;
}
#content .items-list li .panel .game-2{
	background-position:-21px -866px;
}
#content .items-list li .panel .rating{
	margin:1px 4px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
#content .items-list li .panel .rating li{
	float:left;
	border:none;
	padding:0 0 0 1px;
}
#content .items-list li .panel .rating a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:8px;
	height:8px;
	background:url(../imgs/icons.png) no-repeat -48px -868px;
}
#content .items-list li .panel .rating a:hover,
#content .items-list li .panel .rating .add a{
	background-position:-38px -868px;
}
#content .items-list li .panel strong{
	float:right;
	font-size:12px;
	line-height:14px;
	color:#c9c9c9;
	margin:-3px 4px 0 0;
}
#content .item{
	width:684px;
	margin:35px 0 0 19px;
	overflow:hidden;
}
#content .item-box{
	float:left;
	width:320px;
	margin-right:22px;
}
#content .item-box .head{
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	padding:0 0 11px;
}
#content .item-box h3{
	margin:0;
	font-size:2.4em;
	line-height:1.1em;
	color:#fff;
}
#content .item-box .head span{
	font-size:12px;
	line-height:14px;
	color:#a9a9a9;
}
#content .item-box .list{
	margin:0;
	padding:0;
	list-style:none;
}
#content .item-box .list li{
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	padding:5px 0 13px;
}
#content .item-box .list li a{
	display:block;
	font-size:14px;
	line-height:16px;
	color:#ffc702;
}
#content .item-box .list li span{
	display:block;
	font-size:11px;
	line-height:13px;
	color:#fff;
}
#content .item-box .list li .info{
	float:right;
	width:50px;
	margin:0 16px 0 0;
}
#content .item-box .list li .info strong{
	display:block;
	font-size:22px;
	line-height:24px;
	color:#424242;
}
#content .item-box .list .rating{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
#content .item-box .list .rating li{
	float:left;
	border:none;
	padding:0 0 0 1px;
}
#content .item-box .list .rating a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:8px;
	height:8px;
	background:url(../imgs/icons.png) no-repeat -48px -868px;
}
#content .item-box .list .rating a:hover,
#content .item-box .list .rating .add a{
	background-position:-38px -868px;
}
/*sidebar*/
#sidebar{
	width:251px;
	float:left;
}
#sidebar .box{
	border:1px solid #282828;
	background:url(../imgs/bg-box.png) repeat;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:0 0 31px;
	padding:0 0 11px;
}
#sidebar .box h3{
	margin:10px 0 7px;
	text-align:center;
	font-size:16px;
	line-height:18px;
	color:#fff;
}
#sidebar .box .bar{
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-bar.png) repeat-x;
	padding:12px 0 12px 25px;
	margin:0 0 6px;
}
#sidebar .box .bar a{
	color:#ffc702;
	text-decoration:underline;
	float:left;
	font-size:12px;
	line-height:14px;
	margin-right:20px;
	white-space:nowrap;
}
#sidebar .box .bar a:hover{
	text-decoration:none;
}
#sidebar .box h4{
	color:#ffc702;
	font-size:18px;
	line-height:20px;
	margin:0;
	text-align:center;
	float:left;
}
#sidebar .box .title-bar span{
	font-size:11px;
	line-height:13px;
	color:#b6b6b6;
	float:left;
	margin:6px 0 0 3px;
}
#sidebar .box .title-bar{
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	padding:0 0 10px 17px;
	height:1%;
	overflow:hidden;
}
.box .user-list{
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
.box .user-list li{
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	padding:3px 0 11px 6px;
}
* html .box .user-list li{padding:3px 0 8px 6px;}
.box .user-list li strong{
	display:block;
	font-size:14px;
	line-height:16px;
	padding:0 0 5px 23px;
	background:url(../imgs/icons.png) no-repeat 0 -878px;
	height:1%;
	overflow:hidden;
}
.box .user-list li strong a{
	color:#fff;
}
.box .user-list li .no-icon{
	background:none;
	padding:0 0 5px 0;
}
.box .user-list .jogar{
	float:right;
	color:#ffc702;
	font-size:14px;
	line-height:16px;
	background:url(../imgs/bg-sidebar.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:7px 4px 0 0;
	padding:1px 8px 5px 7px;
}
.box .user-list li .row{
	height:1%;
	overflow:hidden;
}
.box .user-list li .row span{
	float:left;
	font-size:10px;
	line-height:12px;
	color:#8e8e8e;
}
.box .user-list li .row span em{
	font-style:normal;
}
.box .user-list li .row ul{
	margin:2px 0 0 3px;
	padding:0;
	list-style:none;
	float:left;
}
.box .user-list li .row ul li{
	float:left;
	background:url(../imgs/icons.png) no-repeat -58px -867px;
	width:11px;
	height:10px;
	padding:0;
}
.box .user-list li .row ul .add{
	background-position:-71px -867px;
}
#sidebar .box .back{
	display:block;
	background:url(../imgs/btn.png) no-repeat 0 -517px;
	width:33px;
	height:13px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
#sidebar .box h5{
	margin:0;
	font-size:18px;
	line-height:20px;
	color:#ffc702;
	background:url(../imgs/bg-sidebar-title.png) repeat-x;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-radius:10px 10px 0 0;
	padding:7px 0 9px 22px;
}
#sidebar .box .text-holder{
	height:1%;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
	padding:6px 19px 9px;
}
#sidebar .box .text-holder a{	
	text-decoration:underline;
}
#sidebar .box .text-holder a:hover{
	text-decoration:none;
}
#sidebar .box .text-holder span{
	color:#fff;
	display:block;
	margin:22px 0 0;
}
#sidebar .box .text-holder strong{
	color:#ffc702;
}
#sidebar .box .pack{
	margin:0 0 8px;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:16px;
}
#sidebar .box .pack li{
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	padding:5px 0 10px 30px;
}
#sidebar .box .pack li a{
	color:#fff;
	padding:0 0 0 28px;
	background:url(../imgs/icons.png) no-repeat;
}
#sidebar .box .pack li .green{background-position:0 -898px;}
#sidebar .box .pack li .red{background-position:0 -928px;}
#sidebar .box .pack li .pink{background-position:0 -960px;}
#sidebar .box .pack li .black{background-position:0 -989px;}
#sidebar .box .pack li .blue{background-position:0 -1020px;}
#sidebar .box .more{
	height:1%;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
	padding:4px 16px 0 0;
}
#sidebar .box .more a{
	float:right;
	text-decoration:underline;
}
#sidebar .box .more a:hover{
	text-decoration:none;
}
/*footer*/
#footer{
	width:100%;
	overflow:hidden;
	padding:0 0 50px;
}
#footer ul{
	margin:0 0 16px 6px;
	padding:8px 0;
	list-style:none;
	/*width:100%;*/
	overflow:hidden;
	background:url(../imgs/bg-sidebar.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-size:12px;
	line-height:14px;
}
#footer ul li{
	float:left;
	padding:0 13px 0 26px;
}
#footer ul li a{
	color:#c6c6c6;
	text-decoration:underline;
}
#footer ul li a:hover{
	text-decoration:none;
}
#footer .text-holder{
	width:414px;
	overflow:hidden;
	color:#c6c6c6;
	font-size:10px;
	line-height:12px;
	padding:0 0 0 36px;
}
#footer .text-holder p{
	margin:9px 0 0;
}
#footer .text-holder p a{
	text-decoration:underline;
	color:#c6c6c6;
}
#footer .text-holder p a:hover{
	text-decoration:none;
}
#footer .ads{
	float:left;
	width:40px;
	height:40px;
	background:url(../imgs/icons.png) no-repeat 0 -1045px;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:13px;
}
/*start profile page*/
#twocolumns{
	float:right;
	width:680px;
}
.profile #twocolumns #content h2{margin:0 0 14px 8px;}
/*section*/
.section{
	height:1%;
	overflow:hidden;
	clear:both;
	padding:15px;
	background:url(../imgs/bg-nav.png) repeat;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:0 0 20px;
}
.section .image{
	float:left;
	margin-right:15px;
}
.section .ads{
	float:right;
}
.section h1{
	margin:0;
	font-size:26px;
	line-height:28px;
	color:#fff;
}
.section .row{
	height:1%;
	overflow:hidden;
	margin:0 0 13px;
}
.section .row span{
	float:left;
	font-size:14px;
	line-height:16px;
	color:#8b8b8b;
}
.section .social{
	margin:4px 0 0 3px;
	padding:0;
	list-style:none;
	float:left;
}
.section .social li{
	float:left;
	margin-right:3px;
}
.section .social li a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:11px;
	height:11px;
	background:url(../imgs/icons.png) no-repeat;
}
.section .social li .facebook{background-position:-42px -1045px;}
.section .social li .twitter{background-position:-56px -1045px;}
.section p{
	margin:0;
}
#twocolumns #content{
	width:465px;
	float:left;
}
#twocolumns #content h2{
	margin:0 0 10px;
	font-size:24px;
	line-height:26px;
	color:#fff;
}
/*profile box*/
.profile-box{
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-border-b.png) repeat-x;
}
.profile-items{
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	padding:10px 0 15px;
}
.profile-items .image{
	float:left;
	margin-right:10px;
}
.profile-items .image img{
	display:block;
}
.profile-items strong{
	display:block;
	font-size:1.4em;
	line-height:1.1em;
	color:#ffc702;
	margin-bottom:10px;
}
.profile-items span{
	font-size:1.2em;
	line-height:1.1em;
	color:#fff;
	display:block;
	margin-bottom:5px;
}
.profile-items span em{
	font-style:normal;
}
.profile-holder{
	height:1%;
	overflow:hidden;
}
.profile-items .rewards{
	height:1%;
	overflow:hidden;
	margin:21px 0 0;
}
.profile-items .rewards ul{
	margin:0;
	padding:4px 8px 4px 17px;
	list-style:none;
	background:url(../imgs/bg-nav.png) repeat;
	-moz-border-radius:20px;
	-webkit-border-radius:10px;
	border-radius:20px;
	float:left;
}
.profile-items .rewards ul li{
	float:left;
	width:17px;
	height:21px;
	margin-right:4px;
	background:url(../imgs/icons.png) no-repeat -92px -1045px;
}
.profile-items .rewards ul .add{background-position:-69px -1045px;}
.profile .aside{margin:10px -21px 0 0;}
/*aside*/
.aside{
	width:201px;
	float:right;
	margin:46px -2px 0 0;
}
.aside h3{
	margin:0 0 9px;
	font-size:1.4em;
	line-height:1.1em;
	color:#ffc702;
}
.aside .friends-list{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
* html .aside .friends-list{margin:0 0 12px;}
.aside .friends-list li{
	float:left;
	margin:0 12px 12px 0;
}
.aside .friends-list li img{
	display:block;
}
.aside .link{
	height:1%;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
	padding:0 40px 21px 0;
}
.aside .link a{
	float:right;
	text-decoration:underline;
}
.aside .link a:hover{
	text-decoration:none;
}
.aside .trophies-list{
	margin:0 0 0 -6px;
	padding:2px 0 0 0;
	list-style:none;
}
.aside .trophies-list li{
	height:1%;
	overflow:hidden;
	padding:0 0 23px;
}
.aside .trophies-list li a{
	padding:2px 0 2px 30px;
	font-size:16px;
	line-height:18px;
	color:#ffc702;
	display:block;
	background:url(../imgs/icons.png) no-repeat;
}
.aside .trophies-list li span{
	font-size:11px;
	line-height:13px;
	color:#fff;
	padding:0 0 0 30px;
}
.aside .trophies-list li .games{background-position:0 -1092px;}
.aside .trophies-list li .crazy{background-position:0 -1134px;}
.aside .trophies-list li .guardian{background-position:0 -1192px;}
.aside .trophies-list li .sniper{background-position:0 -1254px;}
.aside .trophies-list li .medals{background-position:0 -1321px;}
.aside .list{
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:16px;
}
.aside .list li{
	height:1%;
	overflow:hidden;
	padding:0 0 8px;
}
.aside .list li img{
	float:left;
	margin:3px 6px 0 0
}
.aside .list li a{
	text-decoration:underline;
}
.aside .list li a:hover{
	text-decoration:none;
}
.profile .aside .ads-box{margin:52px 0 0 10px;}
.aside .ads-box{
	height:1%;
	overflow:hidden;
	margin:19px 0 0 26px;
}
.aside .ads-box img{
	display:block;
}
.aside .ads-holder{
	height:1%;
	overflow:hidden;
	padding:1px 0 0 3px;
}
.aside .ads-holder a{
	float:left;
	margin-right:6px;
}
/*start game page*/
.game-page .heading{
	margin:8px 0 0;
}
.game-page #twocolumns #content h2{
	font-size:28px;
	line-height:30px;
	margin:0 0 5px 4px;
}
.game-page #twocolumns #content{
	margin:0 0 0 7px;
	display:inline;
}
#content .gallery-holder{
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	margin-bottom:21px;
}
* html #content .gallery-holder{
	margin-bottom:5px;
}
#content h3{
	font-size:1.8em;
	margin:0 0 18px 6px;
}
#content .text-holder{
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	font-size:1.2em;
	line-height:1.2em;
	color:#eaeaea;
	height:1%;
	overflow:hidden;
	padding:0 0 24px 8px;
}
#content .text-holder p{
	margin:0 0 15px;
	font-weight:normal;
	line-height:1.3em;
}
/*tabset*/
.tabset{
	margin:25px 0 0 4px;
	padding:0 0 0 30px;
	list-style:none;
	height:1%;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
}
.tabset li{
	float:left;
}
.tabset li a{
	float:left;
	padding:6px 19px 8px 16px;
	color:#fff;
	cursor:pointer;
}
.tabset li a:hover,
.tabset li .active{
	text-decoration:none;
	color:#ffc702;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-radius:5px 5px 0 0;
	background:url(../imgs/bg-tabset.png) repeat;
}
.tab-content{
	background:url(../imgs/bg-box.png) repeat;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #282828;
	margin:0 0 0 4px;
}
.tab-content table{
	width:100%;
	border-collapse:collapse;
}
.tab-content table td{
	padding:0;
}
.tab-content table td span,
.tab-content table td strong{
	padding:12px 0 11px;
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	display:block;
	font-size:13px;
	line-height:16px;
}
.tab-content table td strong{
	padding:12px 0 9px 26px;
	color:#ffc600;
	font-size:18px;
	line-height:18px;
}
.tab-content table .num strong{
	width:27px;
}
.tab-content table .level span{
	padding:12px 0 11px 31px;
	width:183px;
}
.tab-content table .date span{
	text-align:right;
	padding:12px 22px 11px 0;
	width:74px;
}
.tab-content table .total span{
	text-align:right;
	width:100px;
}
.tab-content table .add span,
.tab-content table .add strong{background:none;}
.aside .btn{
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
}
.aside .info-box{
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	height:1%;
	overflow:hidden;
	padding:10px 0 3px 17px;
	margin:-18px 0 17px -4px;
}
.aside .info-box h3{
	margin:0 0 10px;
	font-size:1.4em;
	line-height:1.1em;
	color:#ffc702;
}
.aside .info-box .info-list{
	margin:0;
	padding:0 0 0 8px;
	list-style:none;
	font-size:16px;
	line-height:18px;
}
.aside .info-box .info-list li{
	height:1%;
	overflow:hidden;
	padding:0 0 10px;
}
.aside .info-box .info-list li a{
	padding:0 0 1px 26px;
	color:#fff;
	background:url(../imgs/icons.png) no-repeat;
	float:left;
}
.aside .info-box .info-list li .pack{
	background-position:0 -1653px;
	padding:0 0 1px 23px;
}
.aside .info-box .info-list li .pad{
	background-position:0 -1389px;
	padding:0 0 1px 23px;
}
.aside .info-box .info-list li .single{
	background-position:4px -1414px;
	padding:0 0 1px 23px;
}
.aside .info-box .info-list li .pin{background-position:0 -1441px;}
.aside .info-box .info-list li .gods{background-position:4px -1474px;}
.aside .info-box dl{
	margin:0;
	padding:0 0 10px 5px;
	height:1%;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
}
.aside .info-box dl dt{
	float:left;
	color:#878787;
}
.aside .info-box dl dd{
	margin:0 0 4px 3px;
	float:left;
	color:#fff;
}
/*Start inner gerir*/
/*tabset-2*/
.tabs{
	margin:0 0 16px;
	padding:5px 0 7px 7px;
	list-style:none;
	height:1%;
	background:url(../imgs/bg-box.png) repeat;
	border:1px solid #29222f;
}
.tabs:after{
	content:"";
	display:block;
	clear:both;
}
.tabs li{
	float:left;
	margin-right:36px;
}
.tabs li a{
	float:left;
	font-size:15px;
	line-height:17px;
	color:#fff;
}
.tabs li .active{
	color:#ffc600;
	font-size:18px;
	line-height:20px;
	background:url(../imgs/bg-box.png) repeat;
	border:1px solid #29222f;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-radius:5px 5px 0 0;
	margin:-13px 0 -8px -8px;
	padding:5px 11px 10px 12px;
}
.tabs li a:hover{
	text-decoration:none;
	color:#ffc600;
}
.tabs-content .head{
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
	padding:0 0 0 9px;
}
.tabs-content h2{
	margin:0 0 4px;
	font-size:2.4em;
	line-height:1.1em;
}
.tabs-content .title{
	color:#4d4747;
}
.tabs-content .head span{
	color:#a9a9a9;
	font-size:1.2em;
	line-height:1.1em;
	margin:0 0 11px;
	display:block;
}
/*total table*/
.total-table{margin:0 0 50px;}
.total-table table{
	width:100%;
	border-collapse:collapse;
}
.total-table td{
	background:url(../imgs/bg-border.gif) repeat-x 0 100%;
	padding:7px 0 11px;
}
.total-table .name{
	width:482px;
	padding:7px 0 11px 10px;
}
.total-table .price{
	width:72px;
}
.total-table .subscribe{
	width:106px;
	padding:7px 9px 11px 0;
}
.total-table .name strong{
	font-size:14px;
	line-height:16px;
	color:#ffc702;
	display:block;
}
.total-table .name strong em{
	font-style:normal;
	font-size:12px;
	line-height:14px;
	color:#fff;
}
.total-table .name .play{
	padding:0 0 0 28px;
	background:url(../imgs/icons.png) no-repeat 4px -1513px;
}
.total-table .name em{
	font-style:normal;
	font-size:12px;
	line-height:14px;
	color:#fff;
}
.total-table .price strong{
	font-size:22px;
	line-height:24px;
	color:#fff;
}
.total-table .subscribe .add{background-position:0 -600px;}
.total-table .subscribe a{
	display:block;
	width:105px;
	height:22px;
	padding:6px 0 0 7px;
	background:url(../imgs/btn.png) no-repeat 0 -552px;
	font-size:10px;
	line-height:12px;
	color:#fff;
}
.total-table .total{
	text-align:center;
	padding:7px 0 38px;
}
.total-table .total span{
	color:#ffc702;
	font-size:14px;
	line-height:16px;
	padding:0 5px 0 0;
}
.total-table .total strong{
	font-size:22px;
	line-height:24px;
	color:#ffc702;
}
/*start inner editar*/
.heading h1{
	margin:0;
	font-size:22px;
	line-height:24px;
	color:#ffc600;
}
#content .image-content img{
	display:block;
	margin:0 auto;
}
.editar .aside{
	margin:-2px -4px 0 0;
}
/*edit form*/
.edit-form{
	padding:13px 0 0 18px;
}
.edit-form .row,
.edit-form  .col{
	height:1%;
	overflow:hidden;
	padding:0 0 30px;
}
.edit-form  .col{padding:0 0 3px;}
.edit-form  .row .file{
	padding:0;
	margin:0;
	font-size:16px;
}
.edit-form label{
	float:left;
	font-size:18px;
	line-height:20px;
}
.edit-form em{
	float:left;
	font-style:normal;
	font-size:10px;
	line-height:12px;
	color:#981c0f;
	margin:6px 0 0 3px;
}
.edit-form .file{
	position:relative;
	overflow: hidden;
	z-index: 10;
}
.edit-form .file .holder{
	border:1px solid #2d2d2d;
	background:url(../imgs/bg-box.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:437px;
	height: 41px;
}
.edit-form .file-input-area {
	position:absolute;
	z-index:99999;
	top:0;
	left:0;
	height:41px;
	width:100%;
	padding:0;
	margin:0;
	cursor:pointer;
}
.edit-form .file .text {
	position:absolute;
	z-index:2;
	top:8px;
	left:0;
	width:323px;
	border:none;
	background:none;
	padding:6px 9px 5px;
	margin: 0;
	color:#696969;
	font:12px Arial, Helvetica, sans-serif;
}
.edit-form .button {
	float:right;
	background:url(../imgs/file-upload.gif) no-repeat;
	width:80px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	margin:10px 7px 0 0;
}
.edit-form .text{
	width:405px;
	margin:0;
	padding:10px 16px 11px;
	border:1px solid #2d2d2d;
	background:url(../imgs/bg-box.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#fff;
	font-size:16px;
	cursor:text;
}
.edit-form #area{
	width:407px;
	padding:8px 16px;
	height:83px;
	border:1px solid #2d2d2d;
	background:url(../imgs/bg-box.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#fff;
	font-size:16px;
	max-width:407px;
}
* html .edit-form #area{
	cursor:text;
}
.edit-form #check{
	margin:4px 6px 0 7px;
	padding:0;
	float:left;
	width:16px;
	height:15px;
}
.edit-form .btn-submit{
	background:url(../imgs/btn.png) no-repeat 0 -634px;
	width:136px;
	height:43px;
	margin:0 auto;
	padding:0 0 2px;
	display:block;
	font-size:16px;
	line-height:16px;
	color:#fff;
	border:none;
	cursor:pointer;
}
/*aside*/
.aside p{
	font-size:1.6em;
	line-height:1.1em;
	color:#ffc702;
	margin:15px 0 4px 1px;
}
.aside .social{
	margin:0;
	padding:22px 0 0;
	list-style:none
}
.aside .social li{
	height:1%;
	overflow:hidden;
	padding-bottom:15px;
}
.aside .social li a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:22px;
}
.aside .social li .facebook{
	width:87px;
	margin:0 auto;
	background:url(../imgs/btn.png) no-repeat 0 -692px;
}
.aside .social li .twitter{
	width:81px;
	margin:0 auto;
	background:url(../imgs/btn.png) no-repeat 0 -716px;
}
/*start friends page*/
.friend-list{
	margin:21px -30px 0 14px;
	padding:0;
	list-style:none;
	font-size:16px;
	line-height:18px;
	overflow:hidden;
	width:693px;
}
.friend-list li{
	float:left;
	position:relative;
	cursor:pointer;
	margin:0 40px 40px 0;
}
.friend-list li div{
	min-height:181px;
	padding:4px 4px 0;
	width:124px;
}
.friend-list li:hover div,
.friend-list li.hover div{
	background:url(../imgs/bg-friend-list.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
* html .friend-list li div{
	height:181px;
}
.friend-list li .rookie{
	position:absolute;
	top:0;
	left:28px;
	font-size:12px;
	line-height:14px;
	color:#fff;
	display:none;
	text-decoration:none;
}
.friend-list li .rookie em{
	display:block;
	width:76px;
	height:21px;
	padding:3px 0 0 4px;
	font-style:normal;
	background:url(../imgs/btn.png) no-repeat 0 -760px;
	cursor:pointer;
	margin-top:10px;
}
.friend-list li:hover .rookie,
.friend-list li.hover .rookie{display:block;}
.friend-list li strong{
	display:block;
	margin:0 0 4px 2px;
}
.friend-list li img{
	display:block;
	margin:0 0 6px;
}
.friend-list li ul{
	margin:0;
	padding:5px 0 0 3px;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.friend-list li ul li{
	min-height:12px;
	margin:0 3px 0 0;
	background:none;
	height:auto;
}
.friend-list li ul li:hover,
.friend-list li ul li.hover{
	background:none;
}
.friend-list li ul li a{
	float:left;
	text-indent:-9999px;
	background:url(../imgs/icons.png) no-repeat 0 -1563px;
	width:12px;
	height:12px;
	overflow:hidden;
}
.friend-list li ul li .in{background-position:-13px -1563px;}
.friend-list li ul li .add{background-position:-28px -1563px;}
/*inner categoria*/
.categories-form{
	width:100%;
	overflow:hidden;
}
.heading .categories-form h1{
	margin:0 0 5px 54px;
	font-size:22px;
	line-height:24px;
	color:#ffc600;
	float:left;
	display:inline;
}
.categories-form select{
	float:right;
	width:250px;
}
.categories-form label{
	float:right;
	font-size:14px;
	line-height:16px;
	margin:0 5px 0 0;
}
#content .caption{
	font-size:1.4em;
	line-height:1.1em;
	margin:0 0 19px 10px;
	display:block;
}
.categories #content .items-list{
	margin:0 0 25px;
}
* html .categories #content .items-list{
	margin:0 0 42px;
}
.categories #content .block{background:none;}
/*paging*/
.paging{
	margin:0 0 0 3px;
	padding:3px 0 4px;
	list-style:none;
	height:1%;
	overflow:hidden;
	background:url(../imgs/bg-friend-list.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.paging li{
	float:left;
}
.paging li ol{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:406px;
	text-align:center;
	font-size:14px;
	line-height:16px;
}
.paging li ol li{
	float:none;
	display:inline;
	padding:0 3px 0 0;
}
.paging li ol li a{
	color:#747474;
}
.paging li ol li a:hover,
.paging li ol li.active a{
	color:#fff;
	text-decoration:none;
}
.paging li .link-prev,
.paging li .link-next{
	float:left;
	font-size:14px;
	line-height:16px;
	color:#000;
	background:url(../imgs/icons.png) no-repeat 0 -1577px;
	margin:0 0 0 14px;
	padding:0 0 0 13px;
	width:118px;
}
.paging li .link-next{
	float:right;
	background:url(../imgs/icons.png) no-repeat 100% -1592px;
	margin:0 2px 0 0;
	padding:0 13px 0 0;
	width:107px;
}
#sidebar .box-holder{
	height:1%;
	overflow:hidden;
	padding:0 19px 0 14px;
	font-size:11px;
	line-height:13px;
}
#sidebar .box-holder p{
	margin:0 0 20px;
	font-size:14px;
	line-height:16px;
}
#sidebar .box-holder strong{
	display:block;
	text-align:center;
	font-size:18px;
	line-height:20px;
	color:#ffc702;
	margin:0 0 11px;
}
#sidebar .btn-area{
	height:1%;
	overflow:hidden;
	padding:0 0 0 19px;
}
#sidebar .btn-area .btn-meo{
	float:left;
	width:80px;
	height:40px;
	background:url(../imgs/btn-meo-small.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:19px;
}
#sidebar .btn-area .btn-sapo{
	float:left;
	width:79px;
	height:39px;
	background:url(../imgs/btn-sapo-small.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#sidebar .list{
	margin:0;
	padding:12px 24px 0 18px;
	list-style:none;
	font-size:1.2em;
	line-height:1.1em;
}
#sidebar .list li{
	height:1%;
	overflow:hidden;
	padding:0 0 15px 8px;
	background:url(../imgs/bullet.gif) no-repeat 0 6px;
}
/*start login page*/
.login-box{
	background:url(../imgs/bg-login-box.png) repeat-y -2px 0;
	border:2px solid #313131;
	width:785px;
	margin:0 auto 41px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	overflow:hidden;
	padding:14px 0 52px;
	font-size:1.4em;
	line-height:1.1em;
	color:#e1e1e1;
}
.login-box .column-1{
	float:left;
	width:387px;
	padding:0 30px;
	position:relative;
}
.login-box .column-1 p{
	margin:0 0 36px;
}
.login-box h1{
	margin:0 0 12px;
	font-size:2em;
	line-height:1.1em;
	color:#fff;
}
.login-form .row,
.login-form .col{
	height:1%;
	overflow:hidden;
	padding:0 0 19px;
}
.login-form .col{padding:0 0 14px;}
.login-form label{
	font-size:18px;
	line-height:20px;
	color:#fff;
	margin:0 0 4px;
	display:block;
}
.login-form .text{
	width:345px;
	margin:0;
	padding:10px 16px 11px;
	border:1px solid #2d2d2d;
	background:url(../imgs/bg-box.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#fff;
	font-size:16px;
	cursor:text;
}
.login-form .btn-submit{
	width:196px;
	height:43px;
	margin:16px auto 0;
	padding:0 0 5px;
	font-size:16px;
	line-height:16px;
	color:#fff;
	cursor:pointer;
	background:url(../imgs/btn.png) no-repeat 0 -803px;
	border:none;
	display:block;
}
.login-form .col label{
	float:left;
	font-size:12px;
	line-height:14px;
}
.login-form .col #check{
	margin:0 2px 0 9px;
	padding:0;
	float:left;
	width:16px;
	height:15px;
}
.login-form .box{
	background:url(../imgs/bg-border-b.png) repeat-x;
	padding:28px 0 0 14px;
}
.login-form h2{
	margin:0 0 11px;
	color:#fff;
}
.login-form .box a{
	font-size:0.71em;
	line-height:1.1em;
	text-decoration:underline;
}
.login-form .box a:hover{
	text-decoration:none;
}
.login-box .column-2{
	float:right;
	padding:20px 30px 0 15px;
	width:291px;
	position:relative;
}
.login-box .column-2 p{
	margin:0 0 14px;
}
.login-box .column-2 .text-holder{
	padding:0 0 35px 8px;
}
.login-box h3,
.login-box h4{
	margin:0 0 6px;
	font-size:1.14em;
	line-height:1.1em;
	color:#ffc702;
}
.login-box h4{
	font-size:1.42em;
	line-height:1.1em;
	margin:-14px 0 17px 3px;
}
.login-box .btn-area{
	height:1%;
	overflow:hidden;
	padding:0 0 0 26px;
}
.login-box .btn-area .btn-meo{
	float:left;
	width:108px;
	height:54px;
	background:url(../imgs/btn-meo-middle.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:30px;
}
.login-box .btn-area .btn-sapo{
	float:left;
	width:105px;
	height:52px;
	background:url(../imgs/btn-sapo-middle.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.login #footer{
	width:785px;
	margin:0 auto;
}
/*Start friends requests page*/
.friends-box{
	padding:4px 0 0 7px;
}
.friends-box .box-items{
	height:1%;
	overflow:hidden;
	padding:20px 0 17px 15px;
	background:url(../imgs/bg-border-b.png) repeat-x 0 100%;
}
.box-items img{
	float:left;
	margin-right:8px;
}
.box-items .box-holder{
	height:1%;
	overflow:hidden;
}
.box-items .row{
	height:1%;
	overflow:hidden;
}
.box-items strong{
	font-size:24px;
	line-height:26px;
	color:#fff;
	float:left;
}
.box-items p{
	margin:9px 0 8px;
	font-size:14px;
	line-height:16px;
}
.box-items .btn{
	float:left;
	color:#fff;
	font-size:12px;
	line-height:14px;
	background:url(../imgs/bg-nav.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:auto;
	margin:6px 0 0 7px;
	padding:3px 5px 4px 6px;
	display:inline;
}
.box-items .rating{
	margin:0;
	padding:13px 0 0;
	list-style:none;
	float:left;
}
.box-items .rating li{
	float:left;
	width:21px;
	height:21px;
	background:url(../imgs/icons.png) no-repeat 0 -1620px;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:6px;
}
.box-items .rating li.add{background-position:-25px -1620px;}
.box-items .icons{
	margin:0;
	padding:9px 0 0 10px;
	list-style:none;
	float:left;
}
.box-items .icons li{
	float:left;
	margin-right:6px;
}
.box-items .icons li a{
	float:left;
	width:24px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../imgs/icons.png) no-repeat;
	cursor:pointer;
}
.box-items .icons li .guardian{background-position:0 -1191px;}
.box-items .icons li .sniper{background-position:0 -1253px;}
.box-items .user-btn{
	float:right;
	margin:-26px 16px 0 0;
	display:inline;
	position:relative;
}
.box-items .user-btn .accept{
	float:left;
	background:url(../imgs/btn.png) no-repeat 0 -854px;
	width:72px;
	height:28px;
	font-size:13px;
	line-height:15px;
	color:#fff;
	text-decoration:none;
	padding:9px 0 0 20px;
	margin:0;
	cursor:pointer;
}
.box-items .user-btn .accept:hover{
	text-decoration:underline;
}
.box-items .user-btn a{
	font-size:12px;
	line-height:14px;
	text-decoration:underline;
	margin:8px 0 0 3px;
	float:left;
}
.box-items .user-btn a:hover{
	text-decoration:none;
}
