/* onArcade 2.2 Default CSS and MG DESIGN */
body {
	background:#FFF url(images/bg-page.png) left top repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin:4px 0px;
}
fieldset {
	margin-top: 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
legend {
	font-weight: bold;
}
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #FF6347;
	text-decoration: none;
}
.padding {
	padding-left: 4px;
	padding-right: 4px;
}

h1 {font-size: 11px; margin: 2px 0 0 5px; text-transform: lowercase; padding: 0px;}

/* the header of the site  */
#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-left: 5px solid #393939;
	border-right: 5px solid #393939;
	text-align: left;
	background-color: #fff;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 1px;
}
#header #bg {
	background:#fff url(images/mario.jpg) left top no-repeat;
	height: 120px;
}
#border {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-left: 5px solid #393939;
	border-right: 5px solid #393939;
	text-align: left;
	background-color: #fff;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
}
#border #background {
	background-color: #4e4e4e;
	height: 4px;
}
/* main part of the website */
#main {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
        background: #ffffff;
	border-left: 5px solid #393939;
	border-right: 5px solid #393939;
	padding-left: 7px;
	padding-right: 7px;
}
#main #background {
background:#FFF url(images/mainbg.png) center bottom repeat-x; 
}
/* menu */
div#side_menu {
	float: left;
	width: 160px;
	margin-right: 5px;
}
div#right_menu {
	float: left;
	width: 315px;
}
/* content of the page */
div#main_contents {
	float: left;
	width: 650px;
	margin-right: 5px;
}
div#main_contents2 {
	float: left;
	width: 475px;
	margin-right: 5px;
}
/* boxes where ads are in */
.ad_box {
	margin-bottom: 4px;
	padding: 3px;
	border: 1px solid #0099CC;
	background: #FFFFFF;
	color: #333333;
	text-align: center;
}
.ad_box_2 {
    padding: 3px;
    margin-bottom: 4px;
	border: 1px solid #99CC66;
	background: #FFFFFF;
	color: #333333;
	text-align: center;
}
/* headers of content boxes */
h2 {
	background: #99CC66;
	color: #FFFFFF;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 4px;
	position: relative;
	font-weight: bold;
	font-size: 11px;
}
h3 {
	background: #0099CC;
	color: #FFFFFF;
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 4px;
	font-weight: bold;
	font-size: 11px;
}
h2 a:link, h2 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;
}
/* content is inside these boxes */
.content_box {
	padding: 6px 0px 0px 0px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	margin: 0px;
	background: #f1f1f1;
}
.content_box_2 {
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #0099CC;
	background: #FFFFFF;
}
.content_box .left {
	width: 100px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}
.content_box .right {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.content_box_2 input {
	border: 1px solid #0099CC;
}
/* menu */
.content_box_2 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.content_box_2 ul li {
	margin: 1px 0px;
	padding: 0px;
}
.content_box_2 ul li.category {
	list-style: circle inside;
}
/* top lists */
.content_box_2 ol {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}
.content_box_2 ol li {
	margin: 2px 0px;
	padding: 0px;
}
/* files on index page */
.index_files_left {
	float: left;
	width: 150px;
}
.index_files_right {
	float: right;
	width:285px;
}
/* boxes around file on categories pages */
.browse_file_box {
	padding: 4px;
	background: #F0F8FF;
	border: 1px solid #B2DFEE;
}
/* game on scores page */
#score_game {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #CCFF99;
	width: 300px;
}
/* file rating stars */
#file_rating img {
	width: 18px;
	height: 18px;
	border: 0px;
}
/* file action icons */
img.action_image {
	border: 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
/* link to file */
a.file_link:link, a.file_link:visited {
	color: #0584d6;
	font-size: 15px;
	font-weight: bold;
	font-family:"trebuchet MS"; 
	text-decoration: none;
}
a.file_link:hover {
	color: #42bfff;
	font-weight: bold;
	text-decoration: none;
}
.played {
	font-size: 9px;
}
/* bot in user online section */
.bot {
	color: #DD7500;
}
/* BB code images  */
img.bb {
	border: 1px solid #5E5E5E;
	width: 16px;
	height: 16px;
	padding: 1px;
	cursor: pointer;
}
img.bb:hover {
	border: 1px solid #B3B3B3;
	background: #F7F7F7;
}
/* quotes in PMs and forum posts*/
.quote {
	border: 1px dotted #AAAAAA;
	background: #FAFAFA url(images/quote.png) no-repeat;
	background-position:  bottom right;
	margin: 2px 2px 6px 2px;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* icon next to forum post */
.post_icon {
	float: left;
	margin-right: 4px;
	width: 16px;
	height: 16px;
}
/* forum posts */
.forum_post {
	background: #FCFCFC;
	border: 1px solid #E3E3E3;
	margin: 8px 0px;
	position: relative;
}
.forum_post .header {
	border-bottom: 1px solid #E3E3E3;
	width: 80%;
	padding: 2px;
}
/* pagination */
div.pagination {
	padding: 9px 2px 2px 2px;
	margin: 0px;
	text-align: center;
}
div.pagination a:link, div.pagination a:visited {
	padding: 2px 4px;
	border: 1px solid #23B8FF;
        background: #fff;
	color: #000;
	text-decoration: none;
}
div.pagination a:hover {
	color: #fff;
	background: #0184FF;
        border:1px solid #035AAC;
}
div.pagination b {
	padding: 2px 4px;
	background:#0184FF; border:1px solid #035AAC; color:#fff;
}
div.pagination p {
	margin: 0px;
        padding: 0px;
        text-align: center;
}
/* CSS tables */
.table_header {
	float: left;
	text-align: center;
	font-weight: bold;
}
.table {
	float: left;
	text-align: center;
}
.separator {
	margin-bottom: 1px;
	padding-top: 1px;
	border-bottom: 1px dotted #99CC66;
	font-size:0px;
	height: 0px;
	clear: both;
}
/* JavaScript "popups" */
.popup {
	position: absolute;
	display: none;
	background: #F0F8FF;
	border: 2px solid #0099CC;
	color: #333333;
	padding: 4px;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 10;
}
#tell_friend_popup {
	width: 350px;
}
#report_broken_popup {
	width: 300px;
}
/* favourites menu */
div#favourites_menu {
	position: absolute;
	background: #F0F8FF;
	width: 150px;
	border: 1px solid #0099CC;
	padding: 4px;
	-moz-opacity: 0.95;
	opacity: 0.95;
	filter: alpha(opacity=95);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#favourites_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#favourites_menu ul li {
	margin: 2px 0px;
}
/* errors */
.error_box {
	margin-bottom: 4px;
	padding: 3px;
	border: 1px solid #FF3300;
	background: #FADFDC;
	color: #FF3300;
	text-align: left;
}
/* comments are in these boxes */
.comment_box {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #99CC66;
}
/* news are in boxes like this */
.news_box {
	margin-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #3399CC;
}
/* champion info */
#champion_box {
    margin-bottom: 4px;
    padding: 2px;
	border: 1px solid #99CC66;
	background: url(images/cup.gif);
	background-repeat: no-repeat;
	background-position: 25% 50%;
	text-align: center;
}
/* box around file sponsor */
#sponsor {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px dotted #FF3300;
	background: #FFCC33;
	text-align: center;
	font-weight: bold;
}
/* CP icons */
.cp_icon {
	width: 10px;
	height: 10px;
	border: 0;
}
/* tab menu stuff */
.tab_menu {
	position: relative;
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 4px;
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #C0C0C0;
}
.tab_menu li {
	display: inline;
	margin: 0;
}
.tab_menu li a, .tab_menu li a:visited {
	position: relative;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
.tab_menu li a:hover {
	background: #FAFAFA;
}
.tab_menu li a.selected {
	position: relative;
	top: 1px;
	background: #FFFFFF;
}
/* friends in User CP */
div.friend_cp_box {
	border-bottom: 1px solid #C0C0C0;
	margin: 4px 0px;
	padding: 4px 0px;
}
div.friend_cp_box img.avatar {
	float: left;
	margin-right: 8px;
}
/* username on profile */
.profile_username:link, .profile_username:visited {
	margin-bottom: 4px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.profile_username:hover {
	color: #666666;
}
/* quote on profile page */
#profile_quote {
	font-style: italic;
}
/* profile content  */
.profile_left {
	float: left;
	font-weight: bold;
	width: 150px;
}
.profile_right {
	float: left;
}
.profile_line {
	clear: both;
	border-bottom: 1px dotted #99CC66;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 0px;
	font-size:0px;
}
/* favourite files slider */
div#favourites {
	width: 100%;
	height: 75px;
	overflow: hidden;
	position: relative;
	float: left;
}
div#favourites div.file {
	float: left;
	width: 200px;
	text-align: center;
	margin-bottom: 20px;border:0px;
}
/* arrow that scrolls content */
img.profile_arrow {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 10;
	border: 0;
	cursor: pointer;
	display: none;
}
/* friends are in these boxes */
div.friend {
	float: left;
	width: 119px;
	text-align: center;
}
/* info on registration page */
.register_info {
	float: left;
	width: 200px;
	font-weight: bold;
}
/* info about framed game */
.frame {
	font-size: 12px;
	color: #FFFFFF;
	padding: 4px;
}
.frame a:link, .frame a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.frame a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/* box on redirection page */
#redirection_box {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 400px;
	border: 1px solid #336699;
	background: #FFFFFF; 
	text-align: center;
}
/* links */
.f_link {
	margin-top: 0px;
	margin-bottom: 3px;
}
/* footer of the site */
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 988px;
	height: 109px;
	background: transparent url(images/footer.png) no-repeat;
	color: #000;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
}

/* Games category */
#content_box_top {
width: 475px; height: 37px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/content-box-top.png) no-repeat;
}
#content_box_bottom {
width: 475px; height: 6px; margin: 0px 0px 4px 0px; text-align: center; padding: 0px; background: #fff url(images/content-box-bottom.png) no-repeat;
}
#content_box_bottom_pagination {
width: 475px; height: 34px; margin: 0px 0px 4px 0px; text-align: center; padding: 0px; background: #fff url(images/content-box-bottom-pagination.gif) no-repeat;
}
#file_block_top {
width: 462px; height: 7px; margin-left: 5px; margin-right: 5px; background: #fff url(images/file-top-block.png) no-repeat;
}
#file_block_content {
width: 462px; margin-left: 5px; margin-right: 5px; font-size: 11px; font-family:"trebuchet MS"; background: #fff url(images/file-content-block.png) repeat-y;
}
.arraw {background: #fff url(images/arraw.gif) no-repeat; width: 11px; height: 8px; float:left; margin-top: 6px;}
#file_block_content .bgdatacat {background: #fff url(images/bgdatacat.gif) no-repeat; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; margin: 4px 0 4px 0; padding: 1px 2px 2px 14px;
}
#file_block_content #description {
font-size: 11px; font-family:"trebuchet MS"; line-height: 13px;
}
#file_block_bottom {
width: 462px; height: 11px; margin-left: 5px; margin-right: 5px; padding-bottom: 8px; background: #f1f1f1 url(images/file-bottom-block.png) no-repeat;
}
#thumb_border {
border:2px solid #15B6FF;
}

/* Right menu */
#right_menu_top_votados {
width: 315px; height: 37px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/right-menu-top.png) no-repeat;
}
#right_menu_buscador {
width: 315px; height: 37px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/right-menu-buscador.png) no-repeat;
}
#right_menu_nuevos_juegos {
width: 315px; height: 37px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/right-menu-nuevos-juegos.png) no-repeat;
}
#right_menu_nube_de_tags {
width: 315px; height: 37px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/right-menu-nube-de-tags.png) no-repeat;
}
.right_menu_content {
	padding: 0px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	margin: 0px;
	background: #f1f1f1;
}

.right_menu_content2 {
	padding: 0px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	background: #fff url(images/votadosbg.gif) repeat-y;
	margin: 0px;
}
.right_menu_content2 .block{ cursor:pointer; clear:both; display:block; font-size:11px; color:#000; text-decoration:none; height:29px; padding:0 0 0 0px;}
.right_menu_content2 .block:hover{background-color: #e6efc7;}
.right_menu_content2 .block span{display:block; float:left; margin:8px 0 0 0px; line-height:normal; float:left;}
.right_menu_content2 .block .verde{float:right; color:#4f9d00; font-weight:bold;}
.right_menu_content2 .block .number{float:left; font-weight:bold; background: #fff url(images/numberbg.png) no-repeat; height:20px; width:18px; margin: 0px; padding: 0px; margin:5px 0 0 6px;}
.right_menu_content2 .block .padding{padding: 2px 0 0 0; margin: 0px; text-align: center;}
.right_menu_content .normal{background:url(images/buscarbg.gif) repeat-x; width:212px; float:left; border:1px solid #7ac72a; font-size:11px; height:18px; margin: 0 6px 0 0; padding:4px 5px 0 5px;}
.right_menu_content .padding {
	padding: 0px 0px 0px 4px;
}
.right_menu_content ol {
	padding: 0px;
	margin: 0px;
	background-color: #f1f1f1;
	list-style-position: inside;
}
.right_menu_content ol li {
	margin: 2px 0px;
	padding: 0px;
}
#right_menu_bottom {
width: 315px; height: 9px; margin: 0px 0px 10px 0px; text-align: center; padding: 0px; background: #fff url(images/right-menu-bottom.png) no-repeat;
}

/* Left menu */
#left_menu_categorias {
width: 160px; height: 36px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/left-menu-top-categorias.png) no-repeat;
}
#left_menu_usuarios {
width: 160px; height: 37px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/left-menu-top-usuarios.png) no-repeat;
}
#left_menu_top_usuarios {
width: 160px; height: 37px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/left-menu-top-top-usuarios.png) no-repeat;
}
#left_menu_webs_amigas {
width: 160px; height: 36px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/left-menu-top-webs-amigas.png) no-repeat;
}
.left_menu_content2 {
	padding: 0px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	margin: 0px;
	background: #f1f1f1;
}
.left_menu_content {
	padding: 0px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	margin: 0px;
	background: #f1f1f1;
}
.left_menu_content .normal{background:url(images/loginbg.gif) repeat-x; width:144px; float:left; border:1px solid #f66c00; font-size:11px; height:15px; padding:2px 2px 0 2px;}

.left_menu_content2 a{ cursor:pointer; clear:both; border:1px solid #979797; border-bottom:none; border-left:none; border-right:none; background-color:#f1f1f1; display:block; font-size:11px; color:#000; text-decoration:none; height:29px; padding:0 0 0 6px;}
.left_menu_content2 a.fff{background-color:#fff;}
.left_menu_content2 a:hover{background-color:#FAEAC9;}
.left_menu_content2 a.selected{background-color:#FAEAC9;}
.left_menu_content2 a .dot{float:left; margin:7px 0 0; width: 14px; height: 16px; background: #fff url(images/dot.gif) no-repeat;}
.left_menu_content2 a span{display:block; float:left; margin:7px 0 0 6px; line-height:normal;}
.left_menu_content2 div a span{display:block; float:left; margin:7px 0 0 40px; line-height:normal;}
.left_menu_content .padding {
	padding: 0px 0px 0px 4px;
}
.left_menu_content ol {
	padding: 0px;
	margin: 0px;
	background-color: #f1f1f1;
	list-style-position: inside;
}
.left_menu_content ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#left_menu_bottom {
width: 160px; height: 9px; margin: 0px 0px 10px 0px; text-align: center; padding: 0px; background: #fff url(images/left-menu-bottom.png) no-repeat;
}

/* Tags */
	.tags{color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
	.tags:hover{color:#6EB731;}

/* Play pages */
div#main_contents_play {
	float: left;
	width: 752px;
	margin-right: 5px;
}
div#main_contents_play_right {
	float: right;
	width: 202px;
}
#playbox-top {
background: #fff url(images/playbox-top.png) no-repeat;
width: 752px;
height: 8px;
}
#playbox-bottom {
background: #fff url(images/playbox-bottom.png) no-repeat;
width: 752px;
height: 8px;
margin-bottom: 4px;
}
#estas-aqui-bar {
background: #fff url(images/estas-aqui-bar.png) no-repeat;
font-weight: bold;
width: 752px;
height: 28px;
margin-bottom: 8px;
}
#estas-aqui-bar #link {
color: #585846;
font-weight: bold;
text-decoration: none;
}
#estas-aqui-bar #link:hover {
color: #fff;
font-weight: bold;
text-decoration: underline;
}
#estas-aqui-bar #padding {
padding-left: 105px;
padding-top: 6px;
}
#descriptionbox-top {
background: #fff url(images/descriptionbox-top.png) no-repeat;
width: 752px;
height: 37px;
}
#descriptionbox-bottom {
background: #fff url(images/playbox-bottom.png) no-repeat;
width: 752px;
height: 8px;
margin-bottom: 4px;
}
.title{ color:#0584d6; font-family:"trebuchet MS"; font-size:12px;}
/* Related */
#right_menu_top_related {
width: 202px; height: 37px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/relacionados.png) no-repeat;
}
.right_menu_content_related {background:#f1f1f1; border:1px solid #979797; border-top:none; border-bottom:none; padding:4px 0;}
.right_menu_content_related a{ display:block; width:154px; text-align:center; text-decoration:none; margin:9px auto;}
.right_menu_content_related a img{border:2px solid #6EB731; margin: 0 0 2px 0;}
.right_menu_content_related a span{color:#FFF; font-weight:bold; background:url(images/bg-related.gif); font-size:11px; display:block; height:18px; padding:6px 0 0 0;}
.right_menu_content_related a:hover span{color:#000;}
#right_menu_bottom_related {
width: 202px; height: 9px; margin: 0px 0px 10px 0px; text-align: center; padding: 0px; background: url(images/relacionados-bottom.png) no-repeat;
}
/* Login(play) */
#right_menu_top_usuarios {
width: 202px; height: 37px; text-align: center; padding: 0px; margin: 0px; background: #fff url(images/usuarios-play.png) no-repeat;
}
.right_menu_content_usuarios {
	padding: 0px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	margin: 0px;
	background: #f1f1f1;
}
.right_menu_content_usuarios .normal{background:url(images/loginbg.gif) repeat-x; width:186px; float:left; border:1px solid #f66c00; font-size:11px; height:15px; padding:2px 2px 0 2px;}
.left_menu_content .padding {
	padding: 0px 0px 0px 4px;
}
.right_menu_content_usuarios ol {
	padding: 0px;
	margin: 0px;
	background-color: #f1f1f1;
	list-style-position: inside;
}
.right_menu_content_usuarios ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#right_menu_bottom_usuarios {
width: 202px; height: 9px; margin: 0px 0px 10px 0px; text-align: center; padding: 0px; background: #fff url(images/usuarios-bottom-play.png) no-repeat;
}
/* Tabs */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
/* Tabs content */
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
/* onArcade 2.2 Default CSS */
