/* onArcade 2.2 CSS */
html, body, p, ul, ol, li, div, span, img, h1, h2, h3, h4, input {
	background: transparent;
	border: 0px;
	margin: 0px;
	outline: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #38BDF6;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;

}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	margin: 2px;
	padding: 2px;
	background: #F7F7F7;
	border: 1px solid #99CC66;
	font-size: 11px;
}
p {
	margin:4px 0px;
}
fieldset {
	margin-top: 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #dcdcdc;
}
legend {
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
	outline: 0px;
}
a:hover {
	color: #FF6347;
	text-decoration: none;
}
/* the header of the site  */
#header {
	height: 196px;
	width: 100%;
	margin: 0px auto;
	background: #38BDF6 url(images/header.png) scroll left bottom no-repeat;
	text-align: left;
	position: relative;
}
	a#logo {
		display: block;
		width: 223px;
		height: 53px;
		position: absolute;
		top: 10px;
		left: 100px;
		background: url(images/logo.png) top left no-repeat;
		text-indent: -9999px;
	}
	#header h1 {
		font-size: 16px; 
		color: #4F4F4F;
		font-family: Trebuchet MS;
		position: absolute;
		top: 60px;
		left: 150px; 
	}
	div#feedback {
		width: 500px;
		position: absolute;
		top: 0px;
		left: 300px;
		float: left;
		z-index: 999;
	}
	div.active_fb {
		height: auto;
		text-align: left;
		padding: 10px;
		background: #FF7400;
		border: 1px solid #E15508;
		z-index: 999;
	}
	div.active_btn {
		background: url('images/feedback_on.png') top left no-repeat;
		display: block;
		width: 144px;
		height: 34px;
		position: absolute;
		top:100%;
		left: 45%;
		cursor: pointer;
		z-index: 999;
	}
		div.feedback_btn {
			display: block;
			width: 144px;
			height: 34px;
			position: absolute;
			top:100%;
			left: 45%;
			background: url(images/feedback.png) top left no-repeat;
			cursor: pointer;
		}
	form#form_feedback {
		display: block;
		width: auto;
		margin: 0px auto;
		z-index: 800;
	}
		#form_feedback label {
			display: block;
			font-size: 14px;
			color: #FFF;
			font-weight: bold;
			margin: 2px;
		}
		#form_feedback input[type="text"], #form_feedback textarea {
			border: 1px solid #949898;
			background: #FFF url('images/nav_a.gif') top left repeat-x;
		}
		#form_feedback input[type="text"] {
			height: 23px;
			line-height: 23px;
			width: 200px;
		}
		#form_feedback input#submit_feed {
			border: 0px;
			display: block;
			width: 80px;
			height: 30px;
			background: url('images/submit_feed.png') top left no-repeat;
			line-height: 25px;
			text-align: center;
			color: #FFF;
			cursor:pointer;
			font-size: 14px;
		}
		#form_feedback em#feed_load {
			background: url('images/jmload.gif') top left no-repeat;
			padding-left: 20px;
			color: #FFF;
			display: none;
		}	

/* menu with links to different parts of site */
ul#top_menu {
	list-style-type: none;
	display: block;
	width: 650px;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: left;
	position: absolute;
	top: 96px;
	left: 60px;
}
	#top_menu li {
		display: block;
		height: 48px;
		line-height: 48px;
		float: left;
		text-align: center;
		text-indent: -9999px;
		background: url('images/top/separator.gif') top right no-repeat;
	}
	li#top_menu_home {
		width: 90px;
	}
	li#top_menu_jocuri {
		width: 100px;
	}
	li#top_menu_barbie {
		width: 170px;
	}
	li#top_menu_comunitate {
		width: 150px;
	}
	li#top_menu_fun {
		width: 120px;
		background: transparent;
	}
	
		#top_menu li a:link, #top_menu li a:visited {
			display: block;
			margin-top: 15px;
			height: 21px;
			margin-left: 10px;
			background: transparent url('images/top_menu_bg.png') scroll top left no-repeat;
			overflow:hidden;
		}
		#top_menu #link_home:link, #top_menu #link_home:visited {
			width: 67px;
			background-position: 0px -21px;
		}
			#top_menu #link_home:hover {
				background-position: 0px 0px;
			}
		#top_menu #link_jocuri:link, #top_menu #link_jocuri:visited {
			width: 75px;
			background-position: -67px -21px;
		}
			#top_menu #link_jocuri:hover {
				background-position: -67px 0px;
			}
		#top_menu #link_barbie:link, #top_menu #link_barbie:visited {
			width: 141px;
			background-position: -142px -21px;
		}
			#top_menu #link_barbie:hover {
				background-position: -142px 0px;
			}
		#top_menu #link_comunitate:link, #top_menu #link_comunitate:visited {
			width: 128px;
			background-position: -283px -21px;
		}
			#top_menu #link_comunitate:hover {
				background-position: -283px 0px;
			}
		#top_menu #link_fun:link, #top_menu #link_fun:visited {
			width: 104px;
			background-position: -411px -21px;
		}
			#top_menu #link_fun:hover {
				background-position: -411px 0px;
			}
/* site search form */
form#search_form {
	display: block;
	width: 270px;
	height: 48px;
	position: absolute;
	top: 96px;
	left: 718px;
	line-height: 48px;
}
	#search_form input {
		height: 25px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		border-radius: 6px;
		line-height: 25px;
		font-weight: bold;
		font-size: 16px;
		float: left;
		margin-top: 8px; 
	}
	#search_form input#search_submit {
		display: block;
		width: 85px;
		height: 36px;
		border: 0px;
		background: url('images/search_btn_hov.gif') 0px 0px no-repeat;
		cursor: pointer;
	}
/* submenus top */
ul.sub_menu {
	list-style-type: none;
	width: 930px;
	height: 40px;
	line-heght: 40px;
	position: absolute;
	top: 151px;
	left: 48px;
	display: none;
}
ul#subJocuri {
	display: block;
}
	ul.sub_menu li {
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
		margin-right: 10px;
	}
		.sub_menu li li#last_li {
			margin: 0px;
		}
		.sub_menu li a:link, .sub_menu li a:visited, .sub_menu li a:active{
			font-size: 18px;
			color: #FFFFFF;
			text-decoration: none;
		}
		ul.sub_menu li a:hover {
			text-decoration: underline;
		}
		.sub_menu .top_yellow:link, .sub_menu .top_yellow:visited, .sub_menu .top_yellow:active {
			color: #FDD901;
		}	
/* login panel */
#login_panel {
	display:block;
	width: 950px;
	margin-bottom: 5px;
	height: 35px;
	line-height: 35px; 
	border: 1px solid #CCC; 
	background: #EEEEEE url('images/nav_a.gif') 0px -20px repeat-x;
	font-size: 1.1em;
}
	#login_panel a {
		padding: 4px 5px; 
		border: 1px solid #1188C2;
		background-color: #DFF5FF;
		text-decoration: none;
	}
	#login_panel a:hover {
		background: #1188C2;
		color: #FFF;
	}
/* main part of the website */
#main {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 5px 0px 5px;
	width: 950px;  
	background: #CEE9F4 url('images/top_main.png') scroll -29px 0px no-repeat;
}
/* menu */
div#side_menu {
	float: left;
	width: 180px
}
/* content of the page */
div#main_contents {
	float: right;
	width: 760px;
}
div#index_contents {
	width: 950px;
}
/* new games slider */
div#slider_wrapper {
	display: block;
	width: 595px;
	height: 223px; 
	float: left;
	padding: 4px;
	overflow: hidden;
	text-align: left;
	position: relative;
	background-color: #1188C2;
}
/***** slider css *****/
.main_image {
    width: 395px;
    height: 222px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden;
    color: #fff; 
}
.main_image h3 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 2px 0px;
    padding: 2 px 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 100%;
    display: none;
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { 
    background: url(images/btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: right;
    width: 199px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
    position: relative;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: right;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #f0f0f0 url(images/nav_a.gif) repeat-x;
    width: 177px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { 
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { 
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h3 {
    font-size: 1.45em;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 70px;
}
.image_thumb ul li p{display: none;}
/* login panel */
div#login_wrapper {
	display: block;
	width: 335px;
	height: 228px;
	float: left;
	margin: 5px 0px 5px 5px;
}
	#login_wrapper #user_info {
		width: 300px; 
		height: 62px;
		position:absolute; 
		top: 8px; 
		left: 15px;
		text-align: left;
	}
	div#user_info_img {
		float: left;
		display: block;
		height: 62px;
		width: 65px;
		text-align: left;
	}
		div#user_info_img img {
			margin: 1px;
			padding: 2px;
			border: 1px solid #CCC;
			background-color: #EEE;
		}
	div#user_info_detalii {
		float: left;
		width: 230px;
		height: 62px;
		text-align: left;
		position: relative;
	}
	div#user_info_detalii a {
		text-decoration: none;
		padding: 1px 4px;
		border:1px solid #ccc;
		background: #EEE;
		margin-top: 10px;
		line-height: 20px;
	}
	
	div#user_info_detalii span {
		position: absolute;
		right: 2px; 
		bottom: 2px;
	}
	#login_wrapper div#small_login {
		width: 335px;
		height: 80px;
		background: url('images/login_bg.png') top left no-repeat;
		position: relative;
	}
		div#small_login .login_link{
			display: block;
			width: 132px;
			height: 44px;
			background: url('images/login_btn.png') top left no-repeat;
			float: left;
			margin: 20px 15px;
			#margin: 20px 10px;
			_margin: 20px 10px;
			text-align: center;
			line-height: 44px;
			font-size: 16px;
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
		}
	#login_wrapper div#score_games {
		width: 335px;
		height: 142px;
		margin-top: 5px;
		background: url('images/score_bg.png') top left no-repeat;
		text-align: left;
	}
		div#score_games h3 {
			display: block;
			width: 310px;
			height: 37px;
			line-height: 37px;
			font-size: 16px;
			color: #333;
			padding-left: 25px;
		}
		div#score_games ul#score_games_container {
			display: block;
			width: 295px;
			height: 95px;
			margin-left: 20px;
			overflow: hidden;
			list-style-type: none;
		}
			ul#score_games_container li.sc_game {
				display: block;
				width: 90px;
				height: 80px;
				margin: 7px 2px;
				float: left;
			}
				li.sc_game img {
					border: 1px solid #1188C2;
				}
/* main page categories */
div.category_wrapp {
	display: block;
	width: 308px;
	height: 249px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
	background: transparent url('images/cat_box.png') top left no-repeat;
	margin: 4px;
	float: left;
	text-align: left;
	color: #9F9F9F;
	font-size: 12px;
}
	#category_5 {
		background: transparent url('images/cat_box_b.png') top left no-repeat;
	}
	.category_wrapp h2 {
		display: block;
		width: 288px;
		height: 44px;
		text-align: left;
		padding-left: 20px;
		line-height: 44px;
		font-size: 15px;
		color: #333;
	}
		.top_category_link:link, .top_category_link:visited {
			text-decoration: none;
			color: #333;
		}
	div.detailes {
		display: block;
		width: 298px;
		#width: 296px;
		height: 120px;
		background: #FFF;
		float: left;
		clear: both;
		margin: 3px 5px;
		overflow: hidden; 
	}
		div.first_game .file_link, div#loading .file_link { 
			color: #999;
			font-size: 14px;
		}
		.first_game img.game_icon, div#loading img.game_icon {
			float: left;
			margin: 2px;
			padding: 5px;
			border: 1px solid #38BDF6;
		}
		.first_game span {
			font-style: indent;
			color: #9F9F9F;
		}
	div.game_link {
		display: block;
		width: 298px;
		height: 18px;
		overflow: hidden; 
		margin: 1px 5px;
		float: left;
		clear: both;
		border-bottom: 1px dotted #dcdcdc;
		position: relative;
	}
		div.game_link a.file_link {
			font-size: 14px;
			color: #333;
		}
		div.game_link img.game_icon {
			position: absolute;
			top: 22px;
		}
	div.more_cat {
		width: 298px;
		height: 20px;
		text-align: right; 
	}
		.more_cat a {
			color: #9F9F9F;
			text-decoration: none;
		}
	div#loading {
		display: block; 
		width: 100%; 
		line-height: 100%;  
		float: left; 
		clear: both;
		position: relative;
	}
		div#loading em {
			display: block;
			width: 100%;
			height: 100%;
			text-align: center;
			line-height: 120px;
			background: url('images/ajax-loader.gif') scroll 50% 60% no-repeat;
		}
/* bottom part */
div#news_and_desc {
	display: block;
	width: 625px; 
	#width: 615px;
	height: auto;
	float: left;
	margin: 5px 5px 5px 0px;
	background: #1188C2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	text-align: left;
}
	div#news_and_desc h3.desc_head {
		margin: 0px;
		padding: 0px;
		float: left;
		display : block;
		width: 595px;
		height: 30px;
		padding-left: 30px;
		color: #FFFFFF;
		font-size: 16px; 
		line-height: 30px;
		
	}
	div#news_and_desc ul {
		display: block;
		width: 605px;
		height: 100%;
		background: #FFFFFF url('images/bg_new.gif') bottom right no-repeat;
		margin: 5px;
		padding: 5px;
		float: left;
		text-align: left;
		font-size: 12px;
		color: #9f9f9f;
		list-style-type:none;
	}
	#news_and_desc h4 {
		color: #2AD70D;
		font-size: 13px;
		text-decoration: underline; 
	}
div#bottom_right {
	display: block;
	width : 280px;
	height: auto;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	text-align: left;
}
	div#tag_cloud {
		width: 308px;
		height: 249px;
		overflow: hidden;
		background: #FFF url('images/cat_box_g.png') top left repeat-x;
		text-align: left;
	}
		#tag_cloud h3 {
			display: block;
			width: 260px;
			height: 44px;
			padding-left: 20px;
			line-height: 44px;
			font-size: 15px;
			color: #333;
		}
		#tag_cloud p {
			width: 290px;
			margin: 5px;
			background: #FFFFFF;
		}
			#tag_cloud p a {
				text-decoration : none;
				padding: 1px 3px;
				color: #0063DC;
			}
			#tag_cloud p a:hover {
				background-color: #2AD50E;
				color: #FFFFFF;
			}
/* all categories */
div#all_categories {
	display: block;
	width: 950px;
	float: left;
	text-align: left;
	background: #FFF url('images/all_category_bg.png') top left repeat-x;
	border: 1px solid #CCC;
	padding-bottom: 5px;
}
	#all_categories h3 {
		display: block;
		width: 880px;
		background: transparent; 
		font-size: 16px;
		padding-left: 20px;
		line-height: 40px;
		color: #585858;
		margin-bottom: 5px;
		position: relative;
	}
		
	#all_categories ul {
		list-style: none;
		margin: 0px;
		padding: 0px; 
		width: 900px;
		margin-left: 20px;
		
		float: left;
		position: relative;
	}
		#all_categories ul li {
			display: block;
			width: 150px;
			padding: 0px;
			margin: 0px;
			float: left;
			overflow: hidden;
			font-size: 11px;
			color: #585858;
		}
			#all_categories li a {
				text-decoration: none;
				font-size: 11px;
				color: #585858; 
			}
/* boxes in files */
div#file_left {
	float: left; 
	margin-left: 5px;
	width: 740px;
}
div#description {
	position: relative;
	display: block;
	width: 735px;
	height: 325px;
}
#breadcrumb {
	display:block;
	width: 99.5%;
	height: 35px;
	line-height: 35px;
	background: #FF7400 url('images/bg_orange.gif') top left repeat-x;
	text-align: left;
	border-right: 1px solid #BE5B03;
	border-left: 1px solid #BE5B03;
	position: relative;
}
#breadcrumb a, #breadcrumb em{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
	font-family: helvetica, arial;
}
span#social_links {
	display: block;
	width: auto;
	height: 32px;
	position: absolute;
	top: 3px; right: 5px;
	line-height: 35px;
	float: right;
}
div.half_box {
	display: block;
	height: auto;
	position: absolute;
}
	#google_ad_box {
		width: 300px;
		padding: 5px 5px;
		height: 270px;
		text-align: center;
		left: 5px;
		top: 40px;
		background: #FF7400;
		border: 1px solid #FF4200;
	}
	#desc {
		top: 40px;
		left: 325px;
		width: 405px; 
		height: 280px;
		overflow: hidden;
		background: #CEE9F4;
		border: 1px solid #8EBCCF;
		text-align: center;
	}
		#desc img {
			float: right;
			margin: 3px 3px 3px 3px; 
			padding: 2px;
			border:1px solid #CCC;
			background: #eee;
		}
		#inner_desc {
			display:block;
			width: 385px;
			height: 260px;
			margin: 5px;
			padding: 5px;
			background: #FFF;
			color: #7D7D7D;
		}
			#inner_desc p {
				display:block;
				width: 100%;
				height: 30px;
				line-height: 30px;
				font-size: 14px;
				text-align: center;
				clear: both;
				color: #FFF;
				font-weight: bold;
			}
			p#p_desc {
				background: #FDD901  url('images/bg_yellow.gif') top left repeat-x;
				border-left: 1px solid #D8C101;
				border-right: 1px solid #D8C101;
			}
			p#p_control {
				background: #1F84DE url('images/bg_blue.gif') top left repeat-x;
				border-left: 1px solid #0575D4;
				border-right: 1px solid #0575D4;;
			}
.related_file {
	float: left; 
	width: 115px; 
	margin: 5px 9px;
	padding: 5px;
	border: 1px solid #fc8423;
	background: #fff0e5;
	text-align: left;
}
	.related_file a {
		padding: 1px;
		border: 1px solid #d8d8d8;
		background: #FFF;
		display: block;
	}
	.related_file img {

	}
#heading {
	display: block;
	width: 99.5%;
	height: 35px;
	line-height: 35px;
	background: #3FCF26 url('images/bg_green.gif') top left repeat-x;
	border-left: 1px solid #64B101;
	border-right: 1px solid #64B101;
	position: relative;
	margin-bottom: 5px;
}
	#next_and_prev {
		display: block;
		width: 63px;
		height: 35px;
		overflow:hidden;
		position: absolute;
		top: 0px;
		right: 5px;
		background: transparent;
		float: left;
		overflow:hidden;
	}
	#next_and_prev a:link, #next_and_prev a:visited{
		display:block;
		width: 29px;
		height: 35px;
		text-indent: -9999px;
		overflow:hidden;
	}
	a#prev_game {
		background: transparent url('images/arrows_next_prev.gif') top left no-repeat;
		float: left;
	}
		a#prev_game:hover {
			background: transparent url('images/arrows_next_prev.gif') bottom left no-repeat;
		}
	a#next_game {
		background: transparent url('images/arrows_next_prev.gif') top right no-repeat;
		float: right;
	}
		a#next_game:hover {
			background: transparent url('images/arrows_next_prev.gif') bottom right no-repeat;
		}
.file_heading {
	width: auto;
	display:block;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 1%;
}
.file_orange {
	background: #FF7400 url('images/bg_orange.gif') top left repeat-x;
	text-align: left;
	border-right: 1px solid #BE5B03;
	border-left: 1px solid #BE5B03;
	border-bottom: 1px solid #BE5B03;
	margin-bottom: 5px;
}
.file_green {
	background: #3FCF26 url('images/bg_green.gif') top left repeat-x;
	border-left: 1px solid #64B101;
	border-right: 1px solid #64B101;
	text-align: left;
	margin-bottom: 5px;
}
#game_tags a {
	margin: 10px 3px;
	font-size: 1.1em;
	color: #8DC500;
	font-weight: bold;
	text-decoration: none;
}
#game_tags a:hover {
	text-decoration: underline;
	color: #FF7400;
}
/* game side menu */
#side_menu {
	display: block; 
	width: 200px;
}
/* jocuri noi */
#jocuri_left {
	display: block;
	width: 180px;
	height: 100%;
	float: left;
	margin: 5px;
	text-align: left;
}
#jocuri_main {
	display: block;
	width: 750px;
	float: right;
	margin: 5px 5px 5px 0px;
	text-align: left;
	height: auto;
	background: #EEE;
	border:1px solid #CCC;
}
.jocuri_cat {
	display: block; 
	width: 235px;
	padding: 3px;
	height: 200px; 
	float: left; 
	margin-left: 5px;
	background: #FFF; 
	border: 1px solid #CCC;
	margin-bottom: 5px;
	text-align:left;
	color: #7D7D7D;
	position: relative;
}
	.jocuri_cat h3 {
		display: block;
		width: 220px;
		padding-left: 15px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		background: #B6DF45;
		border-bottom: 1px dotted #CCC;
		text-align: left;
		color: #FFF;
	}
	.jocuri_cat img {
		float: left; 
		margin: 3px 3px 3px 0px;
		padding: 3px;
		background: #EEE;
		border: 1px solid #CCC;
	}
	.jocuri_cat a:link, .jocuri_cat a:visited, .jocuri_cat a:active {
		text-decoration: none;
		font-weight: bold;
		color: #4F4F4F; 
	}
	.jocuri_cat span {
		display: block;
		text-align: right;
		position: absolute;
		right: 5px;
		bottom: 3px;
	}
		.jocuri_cat span a:link, .jocuri_cat span a:visited, .jocuri_cat span a:active {
			color: #FF8619;
		}
	.first_game {
		display: block;
		float: left;
	}
	.link_only:link, .link_only:visited, .link_only:active {
		display: block;
		margin-left: 3px;
		border-bottom: 1px dotted #CCC;
		text-align: left;
		
	}
#game_side_menu {
	display: block; 
	width: 205px; 
	margin-left: 5px; 
	height: 100%; 
	background: transparent;
	float: right; 
	text-align: center;
}
#new_google {
	display: block; 
	clear: both;width: 740px; 
	height: 100px; 
	margin: 0px auto 5px auto;
	background: #FFF; 
	border:1px solid #CCC;
}
/* login page */
#login_wrapp {
	background: #EEE;
	border: 3px solid #DCDCDC;
	width: 510px; 
	float: left;
	margin-bottom: 7px;
	position: relative;
	padding: 10px 0px 0px 5px;
}

	#login_wrapp .left {
		font-size: 12px;
		text-align: left;
		text-decoration: underline;
	}
	.input_text {
		width: 200px;
		height: 20px;
		padding: 5px;
		font-weight: bold;
		border: 1px solid #CCC;
		font-size: 14px;
		background: #F0F0F0 url(images/nav_a.gif) repeat-x scroll 10 0;
		margin: 0px;
	}
	.input_checkbox {
		border:1px solid #CCC;
		padding: 2px;
	}
	.input_submit {
		width: 150px;
		height: 30px;
		text-align: center;
		border: 0px;
		background: url('images/reg_btn.png') scroll top left no-repeat;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		cursor: pointer;
		margin: 0px;
	}
#or_register {
	width: 390px;
	float: right;
	margin-left: 5px;
	border: 3px solid #DCDCDC;
}
/* 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 {
	position: relative;
	font-weight: bold;
	font-size: 11px;
}
h3 {
	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 {
    margin-bottom: 4px;
    padding: 2px;
	border: 1px solid #DCDCDC;
	background: #FFFFFF;
}
.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;
}
/* 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 {
	margin-bottom: 2px;
	float: left;
	width: 75px;
}
.index_files_right {
	margin-bottom: 2px;
	float: right;
	width: 228px;
}
/* boxes around file on categories pages */
.category_left {
	width: 170px; 
	float: left; 
	height: 100%;
	margin: 0px 5px 0px 0px;
}
ul#alte_categorii {
	margin: 5px;
	padding: 0px;
	list-style-type : none;
	text-align: left;
}
	#alte_categorii li {
		line-height: 20px;
		border-bottom: 1px dotted #ccc;
	}
	#alte_categorii a:link, #alte_categorii a:visited, #alte_categorii a:active {
		font-size: 1.1em;
		color: #FF7400;
		text-decoration: none;
		font-weight: bold;
	}
.category_right {
	width: 770px; 
	float: left;  
	border: 0px solid #CCC;
}
	.cat_heading {
		display: block;
		width: auto;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 16px;  
		background: #3FCF26 url('images/bg_green.gif') top left repeat-x;
		border-left: 1px solid #64B101;
		border-right: 1px solid #64B101;
		border-bottom: 1px solid #64B101;
		margin-bottom: 10px;
		color: #FFF;
		font-weight: bold;
	}
.browse_file_box {
	padding: 4px;
	background: #FFF;
	border: 1px dotted #DCDCDC;
	width: 365px;
    margin-bottom: 4px;
}
	div.browse_image {
		float: left; 
		width: 124px; 
		text-align: center;
	}
		.browse_image img {
			width: 100px;
			height: 90px;
			margin: 2px;
			padding: 5px;
			background-color: #EEE;
			border: 1px solid #CCC;
		}
	div.browse_content {
		float: right;
		display:block;
		height: 115px;
	    width: 235px;
	    text-align: left;
	    overflow: hidden;
	    color: #7D7D7D;
	}
		div.browse_content h3 a{
			color: #8CC300;
			font-size: 14px;
			text-decoration: underline;
		}
/* memberlist page */
#top_members {
	display: block;
	float: left;
	width: 490px;
}
/* game on scores page */
#score_game {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #CCFF99;
	width: 600px;
}
/* file rating stars */
#file_rating img {
	width: 16px;
	height: 16px;
	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: #336699;
	font-weight: bold;
	text-decoration: none;
}
a.file_link:hover {
	color: #FF6347;
	font-weight: bold;
	text-decoration: underline;
}
.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: 2px;
	margin: 2px;
	text-align: center;
	float: left;
	clear:left;
}
div.pagination a, div.pagination b {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin: 0px 2px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}
div.pagination em, div.pagination span {
	float: left;
	line-height: 25px;
	font-size: 12px;
	margin-right: 2px;
}
div.pagination a:link, div.pagination a:visited {
	text-decoration: none;
	background: url('images/pag_link.gif') center center no-repeat;
	color: #333;
}
div.pagination a:hover {
	background: url('images/pag_hov.gif') center center no-repeat;
	color: #333;
}
div.pagination b {
	background: url('images/pag_b.gif') center center no-repeat;
}
div.pagination p {
	margin: 0px 0px 5px 0px;
}
/* CSS tables */
.table_header {
	float: left;
	text-align: center;
	font-weight: bold;
}
.table {
	float: left;
	text-align: center;
}
	.table a {
		text-decoration: none;
		font-size: 12px;
		color: #333;
		font-weight: bold;
	}
	.table a:hover {
		text-decoration: underline;
	}
.separator {
	margin-bottom: 1px;
	padding-top: 1px;
	border-bottom: 1px dotted #DCDCDC;
	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;
	float:left;
	display: block;
	width: 99.5%;
}
.comment_box a:link, .comment_box a:visited, .comment_box a:active {
	text-decoration: none;
	color: #8DC500;
	font-size: 1.2em;
	font-weight: bold;
}
.comment_box a:hover {
	text-decoration: underline;
	color: #FF7400;
}
.comment_box small {
	color:#7D7D7D;
}
.comment_user_detail {
	float: left; 
	margin-left:10px; 
	width: 200px;
}
.comment_user_detail img {
	float: left; 
	margin: auto 10px; 
	background: #EEE; 
	padding: 2px; 
	border:1px solid #CCC;
}
.comment_body {
	float: left;
	margin-top: 4px;
}
/* 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: #FFF 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;
}
#cp_menu {
	float: left;
	width: 200px;
	margin-right: 5px;
	text-align: left;
}
	#cp_menu a {
		text-decoration: none;
		font-size: 12px;
		color: #333;
		margin-left: 10px;
	}
	#cp_menu a:hover {
		text-decoration: underline;
	}
#cp_right {
	float: left; 
	width: 730px; 
}
#pm_menu {
	text-align: left;
	padding: 5px 0px; 
}
#pm_menu a {
	padding: 2px 4px;
	background-color: #FF8315;
	border: 1px solid #DF700D;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-borde-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#pm_menu a:hover {
	background-color: #EFAF77;
}
.image_contur {
	padding: 2px;
	margin: 2px;
	border: 2px solid #DCDCDC;
	background-color: #EEE;
}
/* 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 #DCDCDC;
	padding-top: 4px;
	margin-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: 120px;
	text-align: center;
	margin-bottom: 20px;border:0px;
}
div.file img {
	margin: 2px;
	padding: 2px;
	border: 2px solid #DCDCDC;
	background-color: #EEE;
}
/* 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-bottom: 3px;
}
/* footer of the site */
#footer {
	display: block; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 15px 0px 20px 0px;
	width: 960px;
	height: auto;
	background: #4F4F4F;
	color: #FFFFFF;
	text-align: center;
	position: relative;

}
	#external_links {
		float: left;
		width: 450px;
		margin-left: 250px;
		margin-bottom: 5px;
	}
	#external_links a {
		display: block;
		height: 35px;
		float: left;
		margin-left: 10px;
		background: transparent url('images/links_out.png') no-repeat; 
		overflow: hidden;
		text-indent: -9999px;
	}
		#flink_miniclip:link, #flink_miniclip:visited, #flink_miniclip:active {
			width: 162px;
			background-position: 0px 0px;
		}
			#flink_miniclip:hover {
				background-position: 0px -35px;
			}
		#flink_barbie:link, #flink_barbie:visited, #flink_barbie:active {
			width: 111px;
			background-position: -162px 0px;
		}
			#flink_barbie:hover {
				background-position: -162px -35px;
			}
		#flink_fog:link, #flink_fog:visited, #flink_fog:active {
			width: 111px;
			background-position: -273px 0px;
		}
			#flink_fog:hover {
				background-position: -273px -35px;
			}
	
	#footer ul#footer_links {
		margin: 0px;
		padding: 0px;
		list-style: none;
		margin-left: 150px;
		text-align: center;
		margin-bottom: 5px; 
	}
		ul#footer_links li {
			display: inline;
			width: auto;
			height: auto;
			margin: 1px 3px;
			text-align: left;
		}
			ul#footer_links li a {
				font-size: 12px;
			}
#footer p {
	clear: left;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #65c212;
}
span.flc {
	display: block;
	width: 25px; 
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: transparent url('images/footer_round.png') scroll top left no-repeat;
}
span.frc {
	display: block;
	width: 25px; 
	height: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: transparent url('images/footer_round.png') scroll top right no-repeat;
}
#google_add_under {
	display:block;
	border: 2px solid #DCDCDC;
	margin-top: 5px;
	text-align: left;
}
div.play_now_wrapp {
	display: block; 
	width: 300px; 
	height: 160px; 
	float: left;
}
.play_now_wrapp a{
	display: block;
	width: 250px;
	height: 160px;
   text-indent:-9999px;
	background: transparent url("images/play_icon.png") top left no-repeat;
}
.play_now_wrapp a:hover {
	background: transparent url("images/play_icon_hov.png") top left no-repeat;
}
/* onArcade 2.2 CSS */ 
