*
{
	margin: 0;
	padding: 0;
	font-family: verdana;
}

body
{
	background-image: url(../img/backgrounds/background_main_texture.png);
	background-repeat: repeat-x;
	background-color: #111010;
	text-align: center;
}

.klear
{
	clear: both;
}

img
{
	border: 0;
}

img.banner
{
	border: 1px solid #000000;
}

a
{
	text-decoration: none;
	color: inherit;
	text-align: left;
}

div
{

}

#container
{

	margin: auto;
	width: 984px;
	margin-bottom: 96px;
}

/*BEGIN: upper line styles*/
#upper_container
{

	margin: auto;
	margin-bottom: 15px;
	width: 984px;
	height: 40px;
	float:left;
}

#upper_left, #upper_center, #upper_right
{

	float: left;
}

#upper_left
{
	width: 8px;
	height: 40px;
	background-image: url(../img/backgrounds/upper_corner_left.png);
}

#upper_center
{
	width: 968px;
	height: 40px;
	border-bottom: 1px solid #000000;
	background-image: url(../img/backgrounds/upper_texture.png);
}

#upper_right
{
	width: 8px;
	height: 40px;
	background-image: url(../img/backgrounds/upper_corner_right.png);
}
/*END: upper line styles*/

/*BEGIN: header styles*/
#header
{
	
	margin: auto;
	width: 984px;
	height: 110px;
	
}

#head_left, #head_center, #head_right
{
	
	float: left;
	border: solid #000000;
	height:110px;
	
}

#head_left
{
	width: 10px;
	height: 111px;
	background-image: url(../img/backgrounds/header_corner_left.png);
	border-width: 0 0 1px 0;

	
}

#head_center
{
	width: 964px;
	height: 110px;
	border-width: 1px 0;
	background-image: url(../img/backgrounds/header_texture.png);

	
}

#head_right
{
	width: 10px;
	height: 111px;
	background-image: url(../img/backgrounds/header_corner_right.png);
	border-width: 0 0 1px 0;


}

#head_logo_container
{
	
	padding: 29px 9px 25px 1px;
	float: left;
	width: 212px;
	height: 56px;
	border-right: 1px solid #000000;
}

#head_banner_container
{
	
	float: left;
	padding: 10px 0px 0px 10px;
	width: 720px;
	height: 100px;
	border-left: 1px solid #cdc7c7;
}
/*END: header styles*/

/*BEGIN: headnav styles*/
#headnav_container
{
	
	margin: auto;
	width: 983px;
	height: 43px;
	border: solid #000000;
	border-width: 0 1px 1px 1px;
}

#nav_bar, #search_bar
{
	
	float: left;
}

#nav_bar
{
	width: 672px;
	height: 43px;
}

#search_bar
{
	width: 309px;
	height: 43px;
	border-left: 1px solid #000000;
	background-image: url(../img/backgrounds/search_background_texture.png);
}

ul.primari_nav
{
	width: 672px;
	height: 24px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(../img/backgrounds/main_menu_black_texture.png);
	overflow: hidden;
}

ul.secondary_nav
{
	width: 672px;
	height: 19px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(../img/backgrounds/main_menu_secondary_red_texture.png);
	display: none;
	overflow: hidden;
}

#nav_bar li
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.primari_nav li
{
	display: inline;
	float: left;
	padding: 4px 10px 0 10px;
	text-align: center;
	height: 20px;
	cursor: pointer;
}

.primari_nav li.active_menu, .primari_nav li.active_menu:hover
{
	background-image: url(../img/backgrounds/main_menu_primary_red_texture.png);
	height:24px;
}

.primari_nav li:hover
{
	background-image: url(../img/backgrounds/main_menu_black_texture_hover.png);
}

.primari_nav a
{
	color: #FFFFFF;
}

.primari_nav li.separator
{
	display: inline;
	float: left;
	width: 2px;
	height: 24px;
	padding: 0;
	background-image: url(../img/others/main_menu_separator.png);
}

.secondary_nav li
{
	display: inline;
	float: left;
	padding-top: 2px;
	height: 17px;
	cursor: pointer;
	color:#ffffff;
}
.secondary_nav li a
{
	color:#ffffff;
}

.secondary_nav li.separator
{
	display: inline;
	float: left;
	width: 4px;
	height: 23px;
	padding: 0px 5px 0px 15px;
	background: url(../img/others/dot_main_menu_platforms.png) top left no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: auto;
}
/*BEGIN: headnav styles*/

#main_container
{
	float:left;
	background-color: #605f5f;
	border: solid #000000;
	border-width: 0 1px 1px 1px;
	padding: 10px;
}

#left_side
{
	float: left;
	width: 651px;
}

#right_side
{
	float: left;
	width: 300px;
	margin-left: 11px;
}

.right_banner_container
{
	width: 300px;
	margin-bottom: 10px;
}

/*BEGIN: box styles*/
.right_box
{
	width: 300px;
	margin-bottom: 10px;
	float:left;
}

.left_box
{
	width: 651px;
	margin-bottom: 10px;
	float:left;
}

.box_head
{
	height: 24px;
	float:left;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	
}


.box_head a
{
	color: inherit;
	float:left;
}

.box_head a:hover
{
	color: #d01007;
}

.left_black
{
	width: 5px;
	height: 24px;
	background-image: url(../img/backgrounds/box_header_black_corner_left.png);
	float:left;
}

.left_gray
{
	width: 5px;
	height: 24px;
	background-image: url(../img/backgrounds/box_header_grey_corner_left.png);
	float:left;
}

.inner_tab_black, .inner_tab_gray
{
	height: 24px;
	padding: 5px 20px 0px 20px;
	float:left;
}

.inner_tab_black
{
	background-image: url(../img/backgrounds/box_header_black_texture.png);
	cursor: pointer;
	color: #FFFFFF;
}

.inner_tab_gray
{
	background-image: url(../img/backgrounds/box_header_grey_texture.png);
	cursor: pointer;
	color: #363636;
}

.left_center_black, .right_center_black
{
	height: 24px;
	padding: 5px 5px 0px 5px;
	text-align: left;
	background-image: url(../img/backgrounds/box_header_black_texture.png);
	color: #FFFFFF;
	float:left;
}

.left_center_black
{
	width: 631px;
	
}

.right_center_black
{
	width: 280px;
}

.right_gray
{
	width: 5px;
	height: 24px;
	background-image: url(../img/backgrounds/box_header_grey_corner_right.png);
	float:left;
}

.right_black
{
	width: 5px;
	height: 24px;
	background-image: url(../img/backgrounds/box_header_black_corner_right.png);
	float:left;
}

.tab_separator
{
	width: 1px;
	height: 24px;
	background-color: #000000;
	float:left;
}

.left_box_footer
{
	float: left;
	width: 608px;
	height: 21px;
	margin: 0 0px 20px 0;
}

.right_box_footer
{
	float: right;
	width: 150px;
	height: 21px;
	/*margin-top: 10px;*/
	text-align:right;
}

.left_box_content, .right_box_content
{
	border: 1px solid #000000;
	background-color: #e1e2e4;
	display: none;
	float:left;
	position:relative;
	/*overflow: hidden;*/
}

.right_box_content
{
	width: 258px;
	padding: 20px 20px 10px 20px;
}

.left_box_content
{
	width: 629px;
	padding: 20px 0 0 20px;
}

.right_box_separator
{
	width: 100%;
	height: 2px;
	background: url(../img/backgrounds/box_separator.png) top left repeat-x;
	float:left;
	margin: 10px 0px;
}
/*END: box styles*/

.platforms_icons
{
	float: left;
	margin: 10px 0px;
}

.gall_platforms_icons
{
	width: 137px;
	margin: 8px 0;
	float:left;
}
.icons_holder{
	width:25px;
	margin:0px auto;
}

/*BEGIN: buttons*/
a.button_black_small
{
	float: right;
	width:90px;
	background:url(../img/buttons/button_black_small.png) top left no-repeat;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0 3px 40px;
	height:16px;
	cursor:pointer;
}

a.button_black_small:hover
{
	background: url(../img/buttons/button_black_small.png) bottom left no-repeat;
	cursor:pointer;
}
/*END: buttons*/

/*BEGIN: platform icons*/

/*
#indexlogin #indexlogin_submit {
	float:left;
	margin-left:40px;
	background-image:url('/imgs/loginbox_btn.gif');
	width:59px;
	height:29px;
	border:0px;
	text-transform:uppercase;
	color:#787878;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
}
#indexlogin #indexlogin_submit:hover, #indexlogin #indexlogin_submit:focus  {
	background-position:bottom;
	color:white;
	cursor:pointer;
}
*/

a.icon
{	
	float: left;
	width: 25px;
	height:10px;
	overflow:hidden;
	margin-right: 3px;
}

a.icon:hover, a.active_icon
{
	background-position:bottom;
	overflow:hidden;
}

a.ps3
{
	background: url(../img/icons/p_ps3.png) top left no-repeat;	
}

a.ds
{
	background: url(../img/icons/p_ds.png) top left no-repeat;		
}

a.gc
{
	background: url(../img/icons/p_gc.png) top left no-repeat;		
}

a.mob
{
	background: url(../img/icons/p_mob.png) top left no-repeat;		
}

a.pc
{
	background: url(../img/icons/p_pc.png) top left no-repeat;	
}

a.ps2
{
	background: url(../img/icons/p_ps2.png) top left no-repeat;		
}

a.psp
{
	background: url(../img/icons/p_psp.png) top left no-repeat;		
}

a.wii
{
	background: url(../img/icons/p_wii.png) top left no-repeat;		
}

a.x360
{
	background: url(../img/icons/p_x360.png) top left no-repeat;		
}

a.xbox
{
	background: url(../img/icons/p_xbox.png) top left no-repeat;		
}
/*END: platform icons*/

/*BEGIN: footer styles*/
#footer
{
	margin: auto;
	width: 984px;
}

#footer_box
{
	width: 962px;
	padding: 10px;
	background-color: #dcdcdc;
	border-color: #000000;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	float:left;
}

.footer_item
{
	float: left;
	width: 962px;
}

.footer_item img.logo
{
	display: block;
	float: left;
}

#footer_nav_container
{
	padding-left: 185px;
	height: 110px;
}

.footer_nav_item
{
	float: left;
	width: 174px;
}

.footer_nav_item h5
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: left;
	color: #363636;
}

.footer_nav_item a.footnav_link
{
	display: block;
	float: left;
	width: 174px;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 4px;
	text-align: left;
}

.ext_links
{
	text-align: left;
	font-size: 10px;
	color: #000000;	
}

#footer_bottom
{
	width: 984px;
	height: 42px;
}

#footer_bottom_left, #footer_bottom_right
{
	float: left;
	width: 8px;
	height: 42px;
}

#footer_bottom_left
{
	background-image: url(../img/backgrounds/footer_black_corner_left.png);
}

#footer_bottom_right
{
	background-image: url(../img/backgrounds/footer_black_corner_right.png);
}

#footer_bottom_center
{
	float: left;
	width: 968px;
	height: 42px;
	background: url(../img/backgrounds/footer_black_texture.png);
}

.footer_nav_separator
{
	float: left;
	width: 2px;
	height: 110px;
	background-image: url(../img/backgrounds/footer_separator.png);
	margin: 0 10px;
}

#footer_box .separator
{
	width: 100%;
	height: 2px;
	background-image: url(../img/backgrounds/box_separator.png);
	clear: both;
	margin: 10px 0px;
}

#bottom_line
{
	position: relative;
	width: 100%;
	height: 162px;
	border-top: 1px solid black;
	margin-top: -96px;
	z-index: -80;
	background-image: url(../img/backgrounds/bottom_line.png);
	float:left;
}
/*END: footer styles*/

/* pager */

div.pager
{
	padding: 10px 0;
	/*text-align: center;*/
	margin: auto;
	width: 580px;
	float: left;
	text-align:center;
}

.button
{
	/*text-align: center;*/
	text-decoration: none;
	float: left;
	margin-right: 3px;
	display: block;
	cursor: pointer;
}

.button span.left
{
	background-image: url(../img/admin/article_view/button_left_part.png);
	background-position: center top;
	width: 4px;
	height: 21px;
	float: left;
	display: block;
}

.button:hover span.left
{
	background-position: center bottom;
}

span.left_active
{
	background-position: center bottom !important;
}

.button span.center, .button span.dots
{
	/*height: 21px;*/
	font-size: 12px;
	font-family: verdana;
	color: #585858;
	font-weight: bold;
	padding: 4px 3px 3px 3px;
	text-align: center;
	float: left;
}

.button span.center
{
	background: url(../img/admin/article_view/button_center_part.png) center top repeat-x;
}

.button span.dots
{
	cursor: default;
}

.button:hover span.center
{
	background-position: center bottom;
	color: #FFFFFF;
}

span.center_active
{
	background-position: center bottom !important;
	color: #FFFFFF !important;
}

.button span.right
{
	background-image: url(../img/admin/article_view/button_right_part.png);
	background-position: center top;
	width: 4px;
	height: 21px;
	float: left;
	display: block;
}

.button:hover span.right
{
	background-position: center bottom;
}

span.right_active
{
	background-position: center bottom !important;
}

/* search box */

.search_box_head{
	float:left;
	width:289px;
	height:24px;
	margin-top:10px;
	margin-left:10px;
}
.search_box_div_head{
	float:left;
	width:289px;
	height:24px;
	background:url(../img/backgrounds/bg_search.png) top left repeat-x;
}
.search_input_div_head{
	float:left;
	width:289px;
	height:24px;
	background:url(../img/backgrounds/search_left_head.png) top left no-repeat;
	border:none;
	color:#010101;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
}

.search_input_head, .search_input_detail
{
	float:left;
	height:16px;
	padding:4px;
	background:none;
	border:none;
	color:#585858;
	font-size:10px;
	font-family:Verdana;
}

.search_input_head{
	width:222px;
}

.search_input_detail
{
	width:547px;
}

.search_btn_head{
	float:right;
	background:url(../img/backgrounds/search_btn_head.png) top right no-repeat;
	width:54px;
	height:24px;
	border:none;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana;
}

/* comments */
.comments_info{
	float:left;
	width:649px;
	position:relative;
	z-index:10;
	margin-left:-20px;
	margin-top:-20px;
	margin-bottom:20px;
	background:#f4f4f4 url('../img/backgrounds/comments_info.png') top left repeat-x;
	border-bottom:1px solid #363636;
	/*padding:10px;*/
	
}

.comments_container{
	float:left;
	width:629px;
	padding:10px;
}
.comments_pic{
	float:left;
	width:93px;
	text-align:left;
}
.comments_pic img{
	border:1px solid #000000;
	width:81px;
	
}


.comments_editor{
	float:left;
	border:1px solid #767676;
	background:#7f7e7e url('../img/backgrounds/bg_comments.png') top left repeat-x;
	width:520px;
	height:122px;
	margin-bottom:10px;
}

.comments_top_left{
	 float:left;
	 width:522px;
	 height:124px;
	 position:relative;
	 z-index:20;
	 margin:-1px;
	 background:url('../img/backgrounds/comments_top_left.png') top left no-repeat;
}
.comments_top_right{
	 float:left;
	 width:522px;
	 height:124px;
	 background:url('../img/backgrounds/comments_top_right.png') top right no-repeat;
}
.comments_bottom_right{
	 float:left;
	 width:522px;
	 height:124px;
	 background:url('../img/backgrounds/comments_bottom_right.png') bottom right no-repeat;
}
.comments_bottom_left{
	 float:left;
	 width:522px;
	 height:124px;
	 background:url('../img/backgrounds/comments_bottom_left.png') bottom left no-repeat;
}
.comments_editor_content{
	float:left;
	width:512px;
	height:104px;
	padding:10px;
	text-align:left;
}

/**/
.comments_form1{
	float:left;
	border:1px solid #797979;
	background:#f7f6f6 url('../img/backgrounds/comment_form.png') top left repeat-x;
	width:502px;
	height:83px;
}

.comments_form2{
	float:left;
	border-left:1px solid #adabab;
	border-top:1px solid #a6a6a6;
	width:501px;
	height:83px;
}


.comments_form_top_left{
	 float:left;
	 width:504px;
	 height:85px;
	 position:relative;
	 z-index:25;
	 margin:-2px -1px -1px -2px;
	 background: url('../img/backgrounds/comment_form_top_left.png') top left no-repeat;
}
.comments_form_top_right{
	 float:left;
	 width:504px;
	 height:85px;
	 background:url('../img/backgrounds/comment_form_top_right.png') top right no-repeat;
}
.comments_form_bottom_right{
	 float:left;
	 width:504px;
	 height:85px;
	 background:url('../img/backgrounds/comment_form_bottom_right.png') bottom right no-repeat;
}
.comments_form_bottom_left{
	 float:left;
	 width:504px;
	 height:85px;
	 background:url('../img/backgrounds/comment_form_bottom_left.png') bottom left no-repeat;
}
.comments_form_container{
	float:left;
	width:494px;
	height:65px;
	padding:10px 0 10px 10px;
}

.comments_textarea{
	background:none;
	font-size:12px;
	border:none;
	width:494px;
	height:65px;
}
/**/
.single_comment{
	float:left;
	background:red;
	width:580px;
	padding:10px;
}

.single_comment_pic{
	float:left;
	width:93px;
	text-align:left;
	margin-bottom:10px;
}
.single_comment_pic img{
	border:1px solid #000000;
	width:81px;
}
.single_comment_text, .comment_text{
	float:left;
	width:490px;
	font-size:12px;
	text-align:left;
	margin-bottom:10px;
}
.comment_author{
	float:left;
	width:490px;
	font-weight:bold;
	color:#585858;
}
.comment_date{
	float:left;
	width:490px;
	font-size:10px;
	color:#585858;
	text-align:right;
	margin-bottom:10px;
}
.delete_button{
	background:#d01007;
	color:#ffffff;
	border:none;
	float:left;
	padding:1px 3px;
	font-weight:bold;
	
}

/*BEGIN: buttons*/
input.button_black_small
{
	float: right;
	width:130px;
	height:21px;
	background: url(../img/buttons/button_black_small.png) top left no-repeat;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0 0px 40px;
	border:none;
}
/*END: buttons*/



/* BEGIN: forum user navigation */
#user_admin {
	float: left;
	margin-top: 10px;
	margin-left: 2px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#user_admin a{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#user_admin a:hover{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#logout_btn
{
	margin-top: 10px;
	float: right;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#logout_btn a{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#logout_btn a:hover{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#messages_bar
{
	float: left;
	margin: 1px 5px 0px 0px;
}

.hnav_separator {
	margin: 8px 10px 0px 10px;
	float: left;
	width: 2px;
	height: 24px;
	padding: 0;
	background-image: url(../../img/others/main_menu_separator.png);
}

#message_link {
	margin-top: 10px;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#message_link a
{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#settings_l, #my_flash {
	margin-top: 10px;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#settings_l a, #my_flash a
{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#login_frm
{
	margin-top: 7px;
	float: left;
}

.login_fld
{
	float: left;
	width: 128px;
	height: 20px;
	border: none;
	padding: 4px 5px 0px 5px;
	background-image: url(../../img/backgrounds/input_field.png);
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}

#submit_btng
{
	float: left;
	width: 55px;
	height: 24px;
	border: none;
	padding: 0px 5px 0px 5px;
	margin-left:10px;
	background-image: url(../../img/buttons/log-in.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}

#save_check
{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

#top_fotum_row
{
	padding: 5px;
	height:20px;
	background-image: url(../../img/backgrounds/forum_top_bg.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	border: 1px solid #363636;
}
/* END: forum user navigation */

/*BEGIN: articles box styles*/
.articles_box_item_first, .articles_box_item
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	width: 258px;
}

.articles_box_item_first
{
	height: 102px;
	
}

.articles_box_item
{
	width: 258px;
	height: 72px;
}

.articles_box_item_first img
{
	position: relative;
	display: inline;
	float: left;
	border: 1px solid #000000;
}



.articles_box_item a.title
{
	display: block;
	float: left;
	color:#000000;
	
}
.articles_box_item_first a.title
{

	color:#000000;
}

.articles_box_item .platforms_icons
{
	margin:5px 0 0 0;
	width:240px;

}
.articles_box_item_first .platforms_icons
{
	margin: 10px 0px;
	width:100px;

}

.articles_box_text_first, .articles_box_text
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #585858;
	text-align: left;
}

.articles_box_text_first
{
	width: 167px;
	float:left;
}

.articles_box_text
{
	width: 258px;
	padding-top: 8px;
}

.articles_box_item_first a.pic
{
	display: block;
	float: left;
	margin-right: 9px;
}

.articles_box_item_first h4, .articles_box_item h4
{
	text-align: left;
	color: #000000;
	font-size:12px;
	color:#000000;
}

.articles_box_text_first .box_link, .articles_box_text .box_link
{
	color: #d01007;
	white-space: nowrap;
}
/*END: articles box styles*/
.grey12{
	font-size:12px;
	color:#585858;
}
.red12{
	font-size:12px;
	color:#d01007;
}

img#ajax_gif_loader
{
	display: block;
	position: absolute;
	margin: 0 auto 20px auto;
	z-index: 900;
}

.footer_top_links
{
	font-size: 10px;
	color: #000000;
}
.footer_top_links a{
	background:url(../../img/backgrounds/footer_bullets.png) left no-repeat;
	padding-left:10px;
	color:#000000;
	margin-right:5px;
	margin-left:5px;
	margin-top:1px;
	float:left;
}
.footer_top_links b{
	font-size:12px;
	font-weight:bold;
	float:left;
}

span.http_error
{
	font-size: 38px;
	font-weight: bold;
	color: #990000;
}

/*BEGIN: new flash games*/
.flash_main_left_box_content
{
	float:left;
	border: 1px solid #000000;
	background-color: #e1e2e4;
	width: 648px;
}

.flash_main_list_item_container
{
	float: left;
	width: 323px;
	height: 355px;
	border-top: 1px solid #363636;
}

.flash_main_list_separator_container
{
	float: left;
	width: 2px;
	height: 337px;
}

.flash_main_list_head
{
	width: 323px;
	height: 60px;
	border-bottom: 1px solid #363636;
	background-image: url(../img/backgrounds/flash_games_head_texture.gif);
}

.flash_main_list_head_separator, .flash_main_list_content_separator
{
	display: block;
	margin-bottom: 20px;
}

.flash_games_main_list_category
{
	display: block;
	float: left;
	margin: 20px 0 0 20px;
}

.flash_games_main_list_content_first
{
	float: left;
	width: 284px;
	/*height: 89px;*/
	/*background-color: red;*/
	margin: 20px 20px 5px 20px;
}

.flash_games_main_list_content_first img
{
	display: block;
	float: left;
	border: 1px solid #c4c5c5;
	padding: 3px;
	background-color: #FFFFFF;
}

.flash_games_main_list_content_separator
{
	width: 284px;
	height: 2px;
	background: url(../img/backgrounds/box_separator.png) top left repeat-x;
	float:left;
	margin: 5px 20px;
}

.flash_games_main_list_content
{
	float: left;
	width: 284px;
	height: 17px;
	margin-left: 20px;
	/*background-color: red;*/
}

.flash_games_main_list_content a
{
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-right: 10px;
	color: #000000;
}

.flash_games_main_list_content h4
{
	display: block;
	float: left;
}

.flash_games_main_more
{
	display: block;
	float: right;
	margin-right: 20px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

.flash_games_main_list_content_first h4, .flash_games_main_list_content_first a.title
{
	display: block;
	float: left;
	margin: 5px 0 5px 10px;
	font-family: verdana;
	text-align: left;
}

.flash_games_main_list_content_first a.title
{
	width: 157px;
	font-size: 14px;
	font-weight: bold;
}

h4.flash_play, h4.flash_rating, h4.flash_favourite, h4.flash_ranking, h4.flash_scores
{
	font-size: 10px;
	color: #585858;
	padding-left: 23px;
	text-align: left;
	height: 16px;
}

.flash_games_main_list_content_first h4
{
	width: 134px;
}

h4.flash_play
{
	background-image: url(../img/icons/play.png);
	background-position: left top;
	background-repeat: no-repeat;
}

h4.flash_rating
{
	background-image: url(../img/icons/rating.png);
	background-position: left top;
	background-repeat: no-repeat;
}

h4.flash_favourite
{
	background-image: url(../img/icons/favourite.png);
	background-position: left top;
	background-repeat: no-repeat;
}

h4.flash_ranking
{
	float: left;
	background-image: url(../img/icons/ranking.png);
	background-position: left top;
	background-repeat: no-repeat;
}

h4.flash_scores
{
	float: left;
	background-image: url(../img/icons/score.png);
	background-position: left top;
	background-repeat: no-repeat;
}

div.flash_ranking
{
	float: right;
	width: 20px;
	height: 16px;
	background-image: url(../img/icons/ranking.png);
	background-position: left top;
	background-repeat: no-repeat;
}


.flash_last_right
{
	float: left;
	border: 1px solid #840600;
	background-color: #9d0a03;
	background-image: url(../img/backgrounds/red_box_bg_250.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 298px;
}

.flash_last_right_container
{
	float: left;
	margin: 20px 0 0 20px;
}

.flash_last_right_item
{
	float: left;
	width: 77px;
	height: 103px;
	border: 1px solid #840600;
	margin: 0 10px 10px 0;
	background-image: url(../img/backgrounds/flash_last_right_item.png);
}

.flash_last_right_item img
{
	display: block;
	float: left;
	width: 67px;
	height: 67px;
	margin: 5px;
	margin-bottom: 2px;
}

.flash_last_right_item  a
{
	font-size: 10px;
	color: #FFFFFF;
}

.flash_right_footer
{
	float: right;
	margin: 0 20px 10px 0;
}

.flash_right_now_playing
{
	float: left;
	width: 298px;
	background-color: #605f5f;
}

.now_plaing_container
{
	width: 298px;
	height: 62px;
	border: 1px solid #000000;
	border-top: none;
	background-image: url(../img/backgrounds/now_playing_texture.png);
}

.now_plaing_item
{
	float: left;
	width: 278px;
	height: 42px;
	margin: 10px 0 0 10px;
}

.now_plaing_item img
{
	float: left;
	border: 1px solid #000000;
	margin-right: 10px;
}

.now_plaing_item h4, .now_plaing_item h5
{
	display: block;
	float: left;
	font-family: verdana;
	font-weight: bold;
	width: 226px;
	text-align: left;
	margin-bottom: 5px;
}

.now_plaing_item h4
{
	font-size: 12px;	
	color: #d01007;
}

.now_plaing_item h5
{
	font-size: 10px;
	color: #b1b1b1;
}

.now_plaing_item span.user
{
	color: #FFFFFF;
}

.flash_games_list_head
{
	float: left;
	width: 609px;
	margin: 20px 0 10px 20px;
}

.flash_games_list_separator
{
	width: 609px;
	height: 2px;
	background: url(../img/backgrounds/box_separator.png) top left repeat-x;
	float:left;
	margin-left: 20px;
}

.flash_games_list_head *
{
	display: block;
	float: left;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

.listing_dropdwon
{
	float: left;
	width: 124px;
	height: 15px;
}

.listing_dropdwon .listing_select
{
	background-image: url(../img/buttons/dropdown_medium.png);
	width: 119px;
	height: 15px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0 0 5px;
	text-align: left;
	cursor: pointer;
}

.listing_dropdwon .listing_options
{
	display: none;
	position: relative;
	width: 101px;
	margin-left: 2px;
	z-index: 900;
	background-color: #f3f3f3;
	border: 1px solid #000000;
	border-top: 0;
}

.listing_options a
{
	width: 91px;
	font-size: 10px;
	text-align: left;
	padding: 4px 5px;
}

.listing_options a:hover
{
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px 5px;
	cursor: pointer;
}

.flash_games_list_head .listing_name
{
	width: 210px;
	color: #d01007;
}

.flash_games_list_head .listing_played
{
	width: 118px;
}

.flash_games_list_head .listing_rating
{
	width: 90px;
}

.flash_games_list_item
{
	float: left;
	width: 609px;
	margin: 10px 0 10px 20px;
}

.flash_games_list_active
{
	float: left;
	width: 609px;
	margin: 5px 0 5px 15px;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #d01007;
	display: none;
}

.flash_games_actions
{
	float: right;
	width: 160px;
	margin: 16px 10px 0 0;
}

.play_button, .like_button, .rating_select, .unlike_button
{
	display: block;
	float: left;
	background-position: center top;
}

.play_button
{
	width: 160px;
	height: 30px;
	background-image: url(../img/buttons/play.png);
}

.like_button
{
	width: 31px;
	height: 21px;
	margin: 16px 10px 0 0;
	background-image: url(../img/buttons/add_to_favourites.png);
}

.unlike_button
{
	width: 31px;
	height: 21px;
	margin: 16px 10px 0 0;
	background-image: url(../img/buttons/remove_from_favourites.png);
}

.rating_select
{
	width: 70px;
	height: 18px;
	margin-top: 16px;
	background-image: url(../img/buttons/rate_game.png);
	font-size: 12px;
	font-weight: bold;
	color: #b1b1b1;
	text-align: right;
	padding: 3px 48px 0 0;
	cursor: pointer;
}

.play_button:hover, .like_button:hover, .rating_select:hover, .unlike_button:hover
{
	background-position: center bottom;
}

.rating_dropdown
{
	float: left;
	width: 118px;
	height: 37px;
}

.rating_options
{
	display: none;
	position: relative;
	float: left;
	width: 60px;
	margin-left: 29px;
	border: 1px solid #000000;
	border-top: none;
	z-index: 99;
	background-color: #1b1c1e;
	color: #b1b1b1;
	list-style-type: none;
	list-style-position: inside;
}

.rating_options li
{
	width: 40px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 5px 19px 5px 0px;
	cursor: pointer;
}

.rating_options li:hover
{
	background-color: #63686e;
}

.flash_games_list_item img, .flash_games_list_active img
{
	float: left;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #c7c7c7;
	margin-right: 10px;
}

.flash_games_list_item .item_thumb_container, .flash_games_list_active .item_thumb_container
{
	float: left;
	width: 118px;
	height: 108px;
}

.flash_games_list_content
{
	float: left;
	width: 248px;
	text-align: left;
}

.flash_games_list_content *
{
	display: block;
	float: left;
	width: 248px;
	margin-top: 3px;
}

.flash_games_list_content h3
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #585858;
}

.flash_games_list_content h4
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

.flash_games_list_content p
{
	width: 238px;
	font-family: verdana;
	font-size: 11px;
	color: #585858;
}

.flash_games_list_content a
{
	margin: 0;
	padding: 0;
	color: inherit;
}

.flash_games_list_played
{
	float: left;
	width: 98px;
	margin-top: 40px;
}

.flash_games_list_rating
{
	float: left;
	width: 62px;
	margin: 40px 0 0 8px;
}

.flash_games_list_ranking
{
	float: left;
	margin: 40px 0 0 22px;
}

.flash_paging
{
	margin-left: 20px;
}
/*END: new flash games*/

/*BEGIN: separator za 6ibanite komentari*/
.games_box_separator
{
	float: left;
	width: 609px;
	height: 2px;
	background: url(../img/backgrounds/box_separator.png) top left repeat-x;
	margin: 10px 0px;
}
/*END: separator za 6ibanite komentari*/

/* Sasho code single play */
#top_big_box
{
	width: 962px;
	margin-bottom: 10px;
}
.top_big_title_left
{
	background-image: url("../img/backgrounds/box_header_black_corner_left.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 5px;
	height: 24px;
	float: left;
}
.top_big_title_content
{
	background-image: url("../img/backgrounds/box_header_black_texture.png");
	background-position: top left;
	background-repeat: repeat-x;
	height: 24px;
	float: left;
	width: 952px;
	text-align: left;
}
.top_big_title_content p
{
	margin-top: 6px;
	margin-left: 5px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
.top_big_title_right
{
	background-image: url("../img/backgrounds/box_header_black_corner_right.png");
	background-position: top right;
	background-repeat: no-repeat;
	width: 5px;
	height: 24px;
	float: right;
}
.top_big_content
{
	background-color: #E1E2E4;
	border: 1px solid black;
	padding: 15px;
}
.top_left_side
{
	float: left;
	/*width: 212px;*/
	width: 930px;
}

.top_left_side div
{
	margin-top: 0;
	margin-bottom: 0;
}

.top_left_side div.list_info, .top_left_side div.like_button, .top_left_side div.unlike_button, .top_left_side div.rating_dropdown
{
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 15px;
}

.top_left_side div.icon_holder
{
	margin-top: 0;
	margin-bottom: 0;
}

.icon_holder
{
	float: left;
	margin-right: 20px;
}
.icon_holder p
{
	padding: 0px;
	font-size: 11px;
	color: #a1a2a3;
	font-weight: bold;
	float: left;
	margin-top: 9px;
	margin-right: 10px;
}
.icon_holder a img
{
	float: left;
	margin: 3px 5px 3px 0px;
}
.top_info_cnt
{
	margin-top: 10px;
	text-align: left;
	float: left;
	margin-bottom: 20px;
}
.top_info_cnt h3
{
	font-size: 14px;
}
.top_info_cnt h4
{
	font-size: 12px;
	color: #585858;
	margin: 4px 0px 4px 0px;
}
.top_info_cnt p
{
	font-size: 12px;
	color: #585858;
}
.list_info
{
	float: left;
	margin: 10px 0px 10px 0px;
	/*width: 200px;*/
}

.kurbg
{
	height: 122px;
	background-image: url('../img/backgrounds/kurbg.jpg');
	background-repeat: repeat-x;
	width: 300px;
}

/*.left_box_content, .right_box_content
{
	border: 1px solid #000000;
	background-color: #e1e2e4;
	display: none;
	float:left;
	position:relative;
	width: 300px;
}*/

.left_scbox
{
	height: 122px;
	float: left;
	width: 46px;
	border-right: 1px solid black;
}

.right_scbox
{
	text-align: left;
	height: 112px;
	float: left;
	width: 240px;
	border-left: 1px solid #676767;
	padding-top: 10px;
	padding-left: 10px;
}

.left_scbox p
{
	margin-top: 50px;
	color: white;
	font-size: 10px;
	font-weight: bold;
}

.right_scbox b
{
	color: #b1b1b1;
	font-weight: bold;
	font-size: 12px;
}
.right_scbox img
{
	float: left;
	margin-top: 15px;
}

.right_scbox small
{
	font-weight: bold;
	font-size: 10px;
	margin-left: 5px;
}

.gmsctitle
{
	position: relative;
	margin-top: 14px;
	margin-left: 5px;
	float: left;
	color: #d01007;
	font-size: 12px;
	font-weight: bold;
}

.little_dirty_icon
{
	background-image: url("../img/icons/score.png");
	background-position: top-left;
	background-repeat: no-repeat;
	height: 16px;
	float: left;
	color: #b1b1b1;
	font-size: 10px;
}

.little_dirty_icon p
{
	margin-left: 20px;
	margin-top: 2px;
}

.klasirane
{
	background-image: url("../img/backgrounds/klasirane.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	height: 60px;
	width: 300px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.klasirane img
{
	float: left;
	margin-top: 20px;
	margin-left: 85px;
}
.rowcontain
{
	background-image: url("../img/backgrounds/tunko_background4e.gif");
	height: 82px;
	background-repeat: repeat-x;
	background-position: top left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	width: 300px;
}
.lft
{
	width: 49px;
	height: 82px;
	border-right: 1px solid black;
	float: left;
}
.lft p
{
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #5b5b5b;
}
.rght
{
	width: 249px;
	height: 82px;
	border-left: 1px solid white;
	float: right;
	text-align: left;
}

.rght h4
{
	margin-top: 10px;
	color: #d01007;
	font-size: 12px;
}

.rght small
{
	margin-top: 5px;
	color: #585858;
	font-size: 10px;
	font-weight: bold;
}

.rght img
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
/* End sasho code single play */

.flash_fullscreen_head
{
	float: left;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #000000;
	background-image: url(../img/backgrounds/upper_texture.png);
	text-align: left;
	padding: 15px 0 0 20px;
}

.flash_fullscreen_head a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.lights_out_game
{
	position: fixed;
	z-index: 998;
}

.lights_out_overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 995;
	display: none;
	text-align: left;
	background-color: #000000;
	-moz-opacity: 0.6; 
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.lights_out_overlay img
{
	margin: 10px 0 0 20px;
	z-index: 998;
	position: fixed;
}

.h_separator
{
	display: block;
	float:left;
	position: relative;
	width: 2px;
	height: 100%;
	min-height: 100%;
	background: url(../img/backgrounds/h_separator.png) top left repeat-y;
	margin: 0 20px;
}

.user_shit_left
{
	float: left;
	width: 169px;
}

.user_shit_right
{
	float: left;
	width: 729px;
	padding-left: 22px;
	background: url(../img/backgrounds/h_separator.png) top left repeat-y;
	text-align: left;
}

.user_shit_left a
{
	display: block;
	float: left;
	width: 132px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #585858;
}

.user_shit_right_head
{
	float: left;
	width: 729px;
	background-color: red;
}

.v_separator
{
	width: 2px;
	height: 2px;
	background: url(../img/backgrounds/box_separator.png) top left repeat-x;
	float:left;
	margin: 20px 0;
}

.user_shit_item
{
	float: left;
	width: 108px;
	margin-right: 13px;
}

.user_shit_item h3
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 28px;
	overflow: hidden;
}

.user_shit_item h3 a
{
	color: #000000;
}

.user_shit_item img
{
	display: block;
	float: left;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 3px;
	border: 1px solid #c5c5c5;
	top: 0;
	left: 0;
}

.user_shit_extra_info
{
	float: left;
	margin: 3px 0 0 10px;
}

.user_shit_item h5, .user_shit_item h6
{
	font-size: 11px;
	text-align: center;
	color: #585858;
}

.user_shit_item h5
{
	width: 98px;
}

.user_shit_item h6
{
	cursor: pointer;
	margin-left: 10px;
}

.user_shit_thumb
{
	display: block;
	float: left;
}