body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #222 url(images/background.png) top repeat-x;
	font: normal 12px Tahoma, sans-serif;
	color: #333;
}

a {
	outline: none;
	text-decoration: none;
	color: #244251;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.postdiv0, .postdiv1, .postdiv2, .postdiv3, .postdiv5 {
	text-align: center;
}

.postdiv0 {
	padding-bottom: 10px;
}

.postdiv5 {
	font-size:20px;
	font-weight:bold;
	padding:10px;
}

.popular-posts {
	padding:0px;
	margin:0px;
}

.popular-posts ul {
	list-style:none;
	text-align:left;
	padding:0px;
	margin:0px;
}

.popular-posts li {
	margin:0px;
}

.popular-posts li a{
	margin:0px;
	padding-left: 7px;
	font-weight: bold;
}

.odd {
	background: #cccccc;
}

.error {
	background: #eeacac;
	padding: 5px;
	border: 1px solid #ab4848;
	color: #8a3a3a;
	margin: 2px 0 5px 0;
}

.error a {
	font-weight: bold;
	color: #8a3a3a;
	text-decoration: underline;
}

.success {
	background: #bde6bf;
	padding: 5px;
	border: 1px solid #6ba86e;
	color: #39783c;
	margin: 2px 0 5px 0;
}

.success a {
	font-weight: bold;
	color: #39783c;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 22px;
}

h1.image {
	padding-left: 5px;
}

a.button img, .buttons a img {
	border: none;
}

.linebreak {
	clear: both;
	display: block;
	height: 5px;
}

.boxinput {
	background: #bbb;
	border: 1px solid #222;
	padding: 5px;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#header {
	background: url(images/logo.png ) no-repeat;
	height: 120px;
	position: absolute;
	width: 900px;
}

#header #logolink a {
	float: left;
	display: block;
	width: 540px;
	height: 120px;
}

#header #languageselect {
	position: absolute;
	top: 90px;
	right: 0;
	text-align: right;
	padding: 7px 4px 0 0;
}

#header #languageselect a {
	padding-right: 5px;
	position: relative;
	text-align: center;
}

#header #languageselect a img {
	border: none;
}

#header #languageselect a span {
	display: none;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	position: absolute;
	top: -25px;
	left: -10px;
}

#header #userinfo {
	position: absolute;
	top: 25px;
	right: 0;
	width: 355px;
	color: #fff;
}

#header #userinfo span.username {
	font-weight: bold;
}

#header #userinfo span.userlinks, #header #userinfo span.userlinks a {
	color: #fd8000;
}

#header #userinfo #search {
	background: #333;
	width: 200px;
	border: none;
	padding: 3px;
	margin: 4px 0 0 0;
	color: #fff;
}

#navigation {
	padding-top: 120px;
	background-color: #999;
	height: 118px;
	text-align: center;
}

#navigation ul {
	padding: 2px 0 0 2px;
	margin: 0;
	list-style: none;
}

#navigation ul li {
	float: left;
	margin-right: 2px;
}

#navigation ul li a {
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	display: block;
	width: 110px;
	height: 116px;
}

#navigation ul li.last a {
	width: 112px;
}

#navigation ul li a#tools { background-position: -7px 0px; }
body.tools #navigation ul li a#tools,
#navigation ul li a#tools:hover { background-position: -7px -118px; }

#navigation ul li a#vehicles { background-position: -135px 0px; }
body.vehicles #navigation ul li a#vehicles,
#navigation ul li a#vehicles:hover { background-position: -135px -118px; }

#navigation ul li a#weapons { background-position: -265px 0px; }
body.weapons #navigation ul li a#weapons,
#navigation ul li a#weapons:hover { background-position: -265px -118px; }

#navigation ul li a#script { background-position: -391px 0; }
body.script #navigation ul li a#script,
#navigation ul li a#script:hover { background-position: -391px -118px; }

#navigation ul li a#player { background-position: -520px 0px; }
body.player #navigation ul li a#player,
#navigation ul li a#player:hover { background-position: -520px -118px; }

#navigation ul li a#mobile { background-position: -648px 0px; }
body.mobile #navigation ul li a#mobile,
#navigation ul li a#mobile:hover { background-position: -648px -118px; }

#navigation ul li a#misc { background-position: -776px 0px; }
body.misc #navigation ul li a#misc,
#navigation ul li a#misc:hover { background-position: -776px -118px; }

#navigation ul li a#tutorials { background-position: -905px 0px; }
body.tutorials #navigation ul li a#tutorials,
#navigation ul li a#tutorials:hover { background-position: -905px -118px; }


#content {
	background-color: #bbb;
	padding: 20px 10px;
}

#content #leftcolumn {
	width: 550px;
}

#content #rightcolumn {
	width: 320px;
}

#content .entry {
	margin-bottom: 15px;
}

#content .entry .box {
	background-color: #ddd;
	border: 1px solid #999;
	margin-top: 5px;
}

span.rating {
	padding: 5px 0;
}

span.authorinfo {
	font-size: 13px;
	font-style: italic;
}

span.authorinfo a {
	font-weight: bold;
}

span.fileoptions {
	font-size: 15px;
	font-weight: bold;
	float: right;
}

span.fileoptions a {
	font-weight: bold;
}

div.welcometext {
	padding: 4px;
}

div.welcometext span.welcometitle {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

div.welcometext span.welcomeimage {
	float: left;
	padding-right: 5px;
}

a.loginbutton, a.registerbutton {
	display: block;
	float: left;
	width: 154px;
	height: 30px;
}

a.aboutbutton, a.forumbutton {
	display: block;
	width: 320px;
	height: 31px;
}

a.aboutbutton {
	background: url(images/home_about.png) no-repeat;
}

a.forumbutton {
	background: url(images/home_forum.png) no-repeat;
}

a.loginbutton {
	margin-right: 10px;
	background: url(images/bt_contato.png) no-repeat;
}

a.registerbutton {
	background: url(images/bt_parceria.png) no-repeat;
}

a.loginbutton:hover, a.registerbutton:hover {
	background-position: 0 -30px;
}

a.aboutbutton:hover, a.forumbutton:hover {
	background-position: 0 -31px;
}

div.pagination {
	font-size: 15px;
}

div.pagination span.selectedpage {
	font-weight: bold;
}

.detaillist {
	padding: 5px 5px 0 5px;
}

table.detaillist {
	width: 100%;
}

table.detaillist tr td {
	width: 50%;
	padding: 0 10px 5px 0;
}

.detaillist .detailentry {
	clear: both;
}

.detaillist .detailentry span.caption {
	font-weight: bold;
}

.detaillist .detailentry div.imagefixed {
	float: left;
	margin-right: 10px;
	width: 152px;
	height: 125px;
	text-align: right;
}

.detaillist .detailentry a.leftimage {
	float: left;
	margin: 0 7px 0 0;
}

.detaillist .detailentry div.imagefixed a.leftimage {
	float: none;
}

.detaillist .detailentry a.leftimage img {
	border: 1px solid #222;
}

.featuredinfo {
	font-size: 10px;
	font-weight: normal;
}

.featuredinfo .td {
	vertical-align: middle;
}

.detaillist .detailentry span.righttext a.title {
	color: #222;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.detaillist .detailentry span.righttext span.fileinfo {
	margin-top: 7px;
	display: block;
}

#content .entry .box div.video {
	padding: 5px;
}

div.video span.videoinfo {
	display: block;
	margin-bottom: 7px;
}

div.video span.videoinfo a.title {
	font-weight: bold;
	font-size: 13px;
	color: #222;
}

#content .entry .box div.subtitle {
	background-color: #ccc;
	padding: 6px;
}

#content .entry .box div.subtitle span.caption {
	font-weight: bold;
}

#content .entry .box div.userlist {
	padding: 5px;
	font-size: 11px;
}

#content .entry .box div.userlist .administrator,
#content .entry .box div.userlist .moderator,
#content .entry .box div.userlist .staff,
#content .entry .box div.userlist .newsposter { font-weight: bold; }
#content .entry .box div.userlist .administrator { color: #cc9900; }
#content .entry .box div.userlist .moderator { color: #669999; }
#content .entry .box div.userlist .staff { color: #cc66cc; }
#content .entry .box div.userlist .newsposter { color: #003399; }
#content .entry .box div.userlist .legend { color: #009933; }

div.paddedtext {
	padding: 5px;
}

div.paddedtext a {
	font-weight: bold;
}

ul.textlist {
	padding: 0 0 0 15px;
	margin: 7px;
}

ul.textlist li a {
	font-weight: bold;
}

ul.textlist li a.caption {
	font-style: italic;
	font-weight: normal;
}

ul.colorlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.colorlist li {
	clear: both;
	display: block;
}

ul.colorlist li a {
	display: block;
	padding: 4px 5px;
	clear: both;
}

ul.colorlist li.alt a {
	background-color: #ccc;
}

ul.colorlist li a span.caption {
	font-weight: bold;
	color: #000;
	padding-right: 3px;
}

ul.colorlist li a span.right {
	font-style: italic;
	color: #333;
	padding: 0 3px 0 0;
}

ul.colorlist li a:hover {
	text-decoration: none;
}

ul.colorlist li a:hover span.link {
	text-decoration: underline;
}

table.imagelist {
	width: 540px;
	margin: 5px;
}

table.imagelist tr td {
	text-align: center;
	vertical-align: bottom;
	width: 165px;
	padding-bottom: 4px;
}

table.imagelist tr td a img {
	border: 1px solid #222;
}

table.imagelist tr td a:hover {
	text-decoration: none;
}

table.imagelist tr td a:hover span.imagecaption {
	text-decoration: underline;
}

div#fileleft {
	width: 302px;
	margin-right: 9px;
}

div#fileright {
	width: 569px;
}

div#fileright div.mainimages {
	padding: 10px;
	text-align: center;
}

div#fileright div.mainimages span.mainimage {
	display: block;
}

div#fileright div.mainimages a img {
	margin: 5px 2px 0 2px;
	border: 1px solid #222;
}

div#fileright div.mainimages span.mainimage a img {
	margin: 0;
}

a#downloadbutton {
	display: block;
	width: 300px;
	height: 68px;
	border: none;
	text-decoration: none;
	background-image: url(images/download.png);
	background-repeat: no-repeat;
}

a#downloadbutton:hover {
	text-decoration: none;
	background-position: 0px -68px;
}

a#downloadbutton:active {
	background-position: 0px -136px;
}

div.downloadoverlay {
	display: none;
	width: 410px;
	color: #000;
}

div.dottedspacer {
	width: 100%;
	background: url(images/dots.png) left center repeat-x;
	height: 15px;
}

div.vertvidlist {
	padding: 5px 5px 0 5px;
}

div.vertvidlist div.vidthumb {
	text-align: center;
	margin: 0 7px 5px 7px;
	float: left;
}

div.vertvidlist div.vidthumb a img {
	border: 1px solid #222;
}

div.vertvidlist div.vidthumb a span {
	display: block;
}

div.vertvidlist div.vidthumb a:hover {
	text-decoration: none;
}

div.vertvidlist div.vidthumb a:hover span {
	text-decoration: underline;
}

div.commentlist {
	padding: 5px;
}

div.commentlist div.comment {
	clear: both;
	margin-bottom: 15px;
}

div.commentlist div.comment div.commenttext {
	background: #ccc;
	padding: 8px;
}

div.commentlist div.comment div.commentspeech {
	height: 10px;
	font-size: 10px;
	padding-left: 6px;
	background: url(images/speech.png) right bottom no-repeat;
	margin-bottom: 2px;
}

div.commentlist div.comment div.commentavatar {
	float: right;
	padding-right: 2px;
	margin-left: 6px;
}

div.commentlist div.comment div.commentavatar a img {
	border: none;
}

div.commentlist div.comment div.commentinfo {
	text-align: right;
	font-size: 10px;
}

div.commentlist div.comment div.commentinfo a.commentauthor {
	font-weight: bold;
}

div.commentlist a.postcomment {
	font-size: 14px;
	display: block;
	text-align: center;
	margin: 0 0 5px 0;
}

div.commentlist .commenttextarea {
	width: 100%;
	height: 100px;
}

div.commentlist div.commentsubmit {
	text-align: center;
	padding-top: 5px;
}

div.sponsor {
	padding: 9px;
}

#footad {
	text-align: center;
	margin: 8px 0 5px 0;
}

#footad a img {
	border: none;
}

#footer {
	padding: 0 5px 5px 5px;
	font-size: 10px;
	color: #ccc;
}

#footer .caption {
	color: #fff;
	font-weight: bold;
}

#footer a {
	color: #fd8000;
}

#footer .right a {
	text-decoration: none;
	color: #fff;
}

#footer .right a:hover {
	text-decoration: none;
	color: #fff;
}

.post-title {
	text-align: center;
	font-size: 18px;
	margin:5px; 
}

.post-footer-line-1 {
	background: #bbbbbb;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 20px;
}

.post-footer-line-2 {
	background: #bbbbbb;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 8px;
	padding: 7px;
}

.avatar-image-container img{background:url(http://www.elitegta.com.br/sites/gtamods/img/avatarb.jpg) center no-repeat;width:35px;height:35px; border: 1px solid #5B5B5B;}

#navbar-iframe { height: 0px; visibility: hidden; display: none; }

/* PG CATEGORIAS */

.columnentry {
	margin-bottom: 15px;
}
.columnentry h1 {
	background: #142136;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 6px;
}

.columnentry h1.left {
	text-align: left;
	font-size: 16px;
}
.columncontent {
	padding: 10px 0 10px 0;
}
.gameheader {
	clear: both;
	margin: 4px 0 4px 0;
	padding-left: 12px;
	background: url(images/gamebg.gif) center center repeat-x;
}
.gameheader .filecount {
	display: block;
	float: right;
}
.catlist, .catlist2 {
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
	float: left;
	width: 140px;
	font-size: 12px;
}

.catlist2 {
	padding-left: 20px;
}

.imgiv {
	background-image:url(images/ivcl.gif);
	width:127px;
	height: 127px;
	float:left;
	border-bottom: 3px solid #dddddd;
	border-top: 3px solid #dddddd;
}
.imgiv:hover {
	border-bottom: 3px solid #bbbbbb;
	border-top: 3px solid #bbbbbb;
}

.imgsa {
	background-image:url(images/sacl.gif);
	width:127px;
	height: 127px;
	float:left;
	border-bottom: 3px solid #dddddd;
	border-top: 3px solid #dddddd;
}
.imgsa:hover {
	border-bottom: 3px solid #bbbbbb;
	border-top: 3px solid #bbbbbb;
}

.imgvc {
	background-image:url(images/vccl.gif);
	width:127px;
	height: 127px;
	float:left;
	border-bottom: 3px solid #dddddd;
	border-top: 3px solid #dddddd;
}
.imgvc:hover {
	border-bottom: 3px solid #bbbbbb;
	border-top: 3px solid #bbbbbb;
}

.imgiii {
	background-image:url(images/iiicl.gif);
	width:127px;
	height: 127px;
	float:left;
	border-bottom: 3px solid #dddddd;
	border-top: 3px solid #dddddd;
}
.imgiii:hover {
	border-bottom: 3px solid #bbbbbb;
	border-top: 3px solid #bbbbbb;
}


.showpageArea a {
text-decoration:underline;
}
.showpageNum a {
text-decoration:none;
border: 1px solid #cccccc;
margin:0 3px;
padding:3px;
}
.showpageNum a:hover {
border: 1px solid #cccccc;
background-color:#cccccc;
}
.showpagePoint {
color:#333;
text-decoration:none;
border: 1px solid #cccccc;
background: #cccccc;
margin:0 3px;
padding:3px;
}
.showpageOf {
text-decoration:none;
padding:3px;
margin: 0 3px 0 0;
}
.showpage a {
text-decoration:none;
border: 1px solid #cccccc;
padding:3px;
}
.showpage a:hover {
text-decoration:none;
}
.showpageNum a:link,.showpage a:link {
text-decoration:none;
color:#333333;
}

#navbar-iframe { height: 0px; visibility: hidden; display: none; }

.adpub_info{padding-top:10px;border:1px solid #6cb1e1;background:#DFDEDE}
#hotspot_promocoes{background:#0c151b;position:relative;padding:5px;border:1px solid #ffd800;}