/**************************************************************************

	1. BASE
		1.1 CSS Reset
		1.2 Globals

	2. LAYOUT
		2.1 Structure
		2.2 Header
		2.3 Login Panel
		2.4 Middle 
		2.5 Middle for static pages		
		2.6 Other stuff (panel Producer & MediaPartner)
		2.7 Footer


		
***************************************************************************

	Colors

	yellow:		#fecb00
	grey:		#45484c
	near black:	#1e1e1e

***************************************************************************/


/* = 1. BASE
   ------------------------------------------------------------------------*/


/* = 1.1 CSS Reset
   ------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a { text-decoration: none; }
blockquote, q { quotes: none;}
cite { font-style: normal; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-spacing: 0;}

/* = 1.2 Globals
   ------------------------------------------------------------------------*/

body { font: 12px "Arial", sans-serif; color: #fff; background: #fff url(../i/bg.jpg) no-repeat ;}

a { color: #666; cursor: pointer; }
a:hover { text-decoration: underline }

#content p,
#content ul,
#content ol,
#content dl,
#content img,
#content table { margin-bottom: 10px; }

/*
	headers
*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
	font-family: Arial, serif;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
}

h1 { font-size: 21px;}
h2 { font-size: 18px;}
h3 { font-size: 14px;}
h4{ font-size: 10px;}

h2.contact {background: url(../i/contactus.jpg) no-repeat 0px -4px; padding: 0px 35px;}	
h2.bloginfo {background: url(../i/bloginfo.jpg) no-repeat 0px -3px; padding: 2px 35px;}	

/*
	forms
*/

label {font-weight:bold;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, select {background-color:#fff;border:1px solid #bbb; background: url(../i/form_bg.jpg) repeat-x; padding: 3px;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:120px;padding:5px;background-color:#f6f6f6;border:1px solid #bbb; padding: 3px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}


a.btn, .btn, .btn_submit {cursor: pointer; text-decoration: none; }
.btn {
	color: #fff;
	padding: 4px 5px; 
	background-color: #242527; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
	}
.btn:hover {
	color: #fff;
	background-color: #45494d; 
	}
	
.btn_submit {
	color: #3e3e3f;
	padding: 3px 5px; 
	background-color: #fecb00; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
	border-bottom: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	}
.btn_submit:hover {
	color: #fff;
	background: #45494d; 
	}	
	
a.res_txt {float: left; width: 100px; height: 86px; background: url(../i/res_txt.jpg) no-repeat;}
a.res_img {float: left; width: 100px; height: 86px; background: url(../i/res_img.jpg) no-repeat;}
a.res_doc {float: left; width: 100px; height: 86px; background: url(../i/res_doc.jpg) no-repeat;}
a.res_xls {float: left; width: 100px; height: 86px; background: url(../i/res_xls.jpg) no-repeat;}
a.res_ppt {float: left; width: 100px; height: 86px; background: url(../i/res_ppt.jpg) no-repeat;}
a.res_pdf {float: left; width: 100px; height: 86px; background: url(../i/res_pdf.jpg) no-repeat;}
a.res_xml {float: left; width: 100px; height: 86px; background: url(../i/res_xml.jpg) no-repeat;}
a.res_html {float: left; width: 100px; height: 86px; background: url(../i/res_html.jpg) no-repeat;}
a.res_psd {float: left; width: 100px; height: 86px; background: url(../i/res_psd.jpg) no-repeat;}
a.res_zip {float: left; width: 100px; height: 86px; background: url(../i/res_zip.jpg) no-repeat;}
a.res_exe {float: left; width: 100px; height: 86px; background: url(../i/res_exe.jpg) no-repeat;}
a.res_flv {float: left; width: 100px; height: 86px; background: url(../i/res_flv.jpg) no-repeat;}
a.res_aud {float: left; width: 100px; height: 86px; background: url(../i/res_aud.jpg) no-repeat;}
a.res_mov {float: left; width: 100px; height: 86px; background: url(../i/res_mov.jpg) no-repeat;}
a.res_other {float: left; width: 100px; height: 86px; background: url(../i/res_other.jpg) no-repeat;}
a.res_url {float: left; width: 100px; height: 86px; background: url(../i/res_url.jpg) no-repeat;}	

/*
	build
*/

ul, ol {margin:0 1.5em 1.5em 0; padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


.container {float: left; width:1200px; margin:0;}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24, .span-25, .span-26, .span-27, .span-28, .span-29 {float:left; margin-right: 10px;}
.last {margin-right:0;}
.span-1 {width:40px;}
.span-2 {width:80px;}
.span-3 {width:120px;}
.span-4 {width:160px;}
.span-5 {width:200px;}
.span-6 {width:240px;}
.span-7 {width:280px;}
.span-8 {width:320px;}
.span-9 {width:360px;}
.span-10 {width:400px;}
.span-11 {width:440px;}
.span-12 {width:480px;}
.span-13 {width:520px;}
.span-14 {width:560px;}
.span-15 {width:600px;}
.span-16 {width:640px;}
.span-17 {width:680px;}
.span-18 {width:720px;}
.span-19 {width:760px;}
.span-20 {width:820px;}
.span-21 {width:840px;}
.span-22 {width:890px;}
.span-23 {width:920px;}
.span-24 {width:960px;}
.span-25 {width:1000px;}
.span-26 {width:1040px;}
.span-27 {width:1080px;}
.span-28 {width:1120px;}
.span-29 {width:1160px;}
.span-30 {width:1200px;margin-right:0;}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* = 2. LAYOUT
   ------------------------------------------------------------------------*/

/* = 2.1 Structure
   ------------------------------------------------------------------------*/

#wrapper {margin: 0 auto; width:100%;}
#header, #login_panel, #middle {margin: 0 auto; width: 1200px; margin-bottom: 5px;}

#header {background: url(../i/header_bg.jpg) no-repeat; width: 1200px; height: 132px; position: relative; color: #fff;}
#login_panel {color: #000; clear: both; position: relative;}
#middle {width: 1200px; color: #e6e6e7; min-height: 500px; height: auto; }


#footer {float: left; width: 100%; background: #eeeeee; color: #1e1e1e; }
.footer_in {margin: 0 auto; width: 1200px; padding: 5px 0px;}

#middle h2, #middle  h1{color: #1e1e1e;}

/* = 2.2 Header
   ------------------------------------------------------------------------*/

a.logotype {background: url(../i/logotype.png) no-repeat; width: 350px; height: 90px; float: left; margin-top: 10px; position: relative; text-decoration: none;}
a.logotype > span {position: absolute; left: 15px; bottom: 0px; color: #fff; font-size: 14px; text-decoration:none; font-weight: bold;}
#user-i18n {
	float:right;
	margin-right:0px;
	padding:0 10px;
}
#user-i18n.active{ background: #eee; color: #111; }
#user-i18n p{ padding: 2px 0; line-height: 18px; font-size: 13px; margin: 0; text-align: left;}
#user-i18n ul{ display: none; margin: 0; padding: 1px 0;}
#user-i18n li{ margin: 6px 0; list-style-type: none; }
#user-i18n li a{ margin: 0; font-size: 13px; }
#user-i18n .en{ padding-left: 22px; background: url(../i/flags/gb.png) no-repeat left center; }
#user-i18n .pl{ padding-left: 22px; background: url(../i/flags/pl.png) no-repeat left center; }  

.topmenu {float: left; width: 820px; height: 50px; position: absolute; bottom: 3px; right: 0px;}
.topmenu > ul {float: left; width: 100%; list-style-type:none; margin: 0; padding: 0px;}
.topmenu > ul > li {display: inline;}
.topmenu > ul > li > a {float: left; color: #e6e6e7; text-shadow:1px 1px 1px #090a0a; font-size: 14px; font-weight: bold;}
.topmenu > ul > li > a {
	display: block; 
	cursor: pointer;
	width: 144px;
	margin-right: 4px;
	padding: 6px 8px 4px 8px;
	}
.topmenu > ul > li > a:hover, .topmenu > ul > li > a.active {color: #3e3e3f; text-shadow:none; text-decoration: none;}
.topmenu > ul > li > a:hover, .topmenu > ul > li > a.active {
	background: #fecb00;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	} 
.topmenu > ul > li > a > span {font-size: 12px; font-weight:normal; clear: both;}

/* = 2.3 Login Panel
   ------------------------------------------------------------------------*/

#login_panel > .container {float: left; margin-bottom: 5px; margin-top: 5px; display: block; clear: both;}
#login_panel .joinus {float: left; font-size: 14px; font-weight: normal; padding: 5px;}
#login_panel .after {line-height: 25px;}
#login_panel .joinus img {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 5px; 
	background-color: #242527; 
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	padding: 3px;
	width: 50px;
	}
#login_panel .joiuns > a {float: left; font-weight: bold; }
#login_panel  a.btn {
	color: #fff;
	padding: 6px 8px 6px 28px; 
	background-color: #242527; 
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	}
	
#login_panel a.btn:hover {
	color: #fff;
	background-color: #45494d; 
	}
	
#login_panel a.btn.media { background-image: url(../i/icons/media.png); background-position: 6px 6px; }		
#login_panel a.btn.producer { background-image: url(../i/icons/producer.png); background-position: 6px 6px; }		

#login_panel a.btn.dashboard { background-image: url(../i/icons/dashboard.png); background-position: 6px 6px; }		
#login_panel a.btn.statistics { background-image: url(../i/icons/statistics.png); background-position: 7px 6px; }		
#login_panel a.btn.profile { background-image: url(../i/icons/profile.png); background-position: 6px 6px; }		
#login_panel a.btn.news { background-image: url(../i/icons/news.png); background-position: 6px 6px; }		
#login_panel a.btn.logout { background-image: url(../i/icons/logout.png); background-position: 5px 7px; }		
	
#login_panel .signin {float: right; font-size: 14px; font-weight: bold; margin-right: 10px; width: auto;}	
#login_panel .signin a.btn {float: left; margin-top: 10px; margin-left: 20px;}
#login_panel fieldset { float: right; margin:0; padding:0px; border: 0px; height: auto;}	
	
	
/* = 2.4 Middle 
   ------------------------------------------------------------------------*/	
	
#middle > .container {float: left; display: block; clear: both; color: #1e1e1e;}
#middle > .splash {float: left; background: url(../i/splash_bg.jpg) no-repeat; width: 1200px; height: 307px; margin-bottom: 8px; margin-top: 5px;}
#middle > .container > .twoways {float: left; width: 1200px; height: 133px; position: relative; margin-top: 10px; margin-bottom: 90px;}
#middle > .container > .twoways > a.producer_reg {
	color: #fecb00;
	float: left; 
	width: 345px; 
	height: 133px; 
	background: url(../i/producer_reg.png) no-repeat; 
	cursor: pointer; 
	position: absolute; 
	left: 140px;
	font-size: 24px;
	text-decoration: none;
	text-shadow:2px 2px 2px #090a0a;
	padding: 40px 0px 0px 60px;
	}
#middle > .container > .twoways > a.media_reg {
	color: #fecb00;
	float: left; 
	width: 245px; 
	height: 133px; 
	background: url(../i/media_reg.png) no-repeat; 
	cursor: pointer;
	position: absolute; 
	left: 640px;	
	font-size: 24px;
	text-decoration: none;
	text-shadow:2px 2px 2px #090a0a;
	padding: 35px 0px 0px 160px;
	}
#middle > .container > .twoways > a.demopro_reg {
	color: #fecb00;
	float: left; 
	cursor: pointer;
	position: absolute; 
	left: 210px;	
	top: 130px;
	font-size: 14px;
	text-decoration: none;
	text-shadow:2px 2px 2px #090a0a;
	background: #000;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	}
#middle > .container > .twoways > a.demopro_reg strong,
#middle > .container > .twoways > a.demomedia_reg strong {font-weight: normal; color: #fff; font-size: 14px; margin:0px; padding: 0px;}		
	
#middle > .container > .twoways > a.demomedia_reg {
	color: #fecb00;
	float: left; 
	cursor: pointer;
	position: absolute; 
	left: 780px;	
	top: 130px;
	font-size: 14px;
	text-decoration: none;
	text-shadow:2px 2px 2px #090a0a;
	background: #000;
	padding: 10px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	}		
#middle > .container > .twoways strong {font-weight: normal; font-size: 28px; margin-left: 30px;}
#middle > .container > h1 {padding: 10px; color: #fff;}
#middle > .container > h1 > strong {color: #fecb00;}

/* = 2.5 Middle for static pages
   ------------------------------------------------------------------------*/ 
   
#middle > .static {float: left;  width: 1200px; margin-bottom: 10px; margin-top: 5px;}
#middle > .bottom_padding {float: left; padding: 0px 0px 150px 0px; background: url(../i/static_bg.png) no-repeat; background-position: bottom; margin-bottom:0;}
   
#middle > .static > div.left_side {float: left; width: 880px; }
#middle > .static > div.right_side {float: left; width: 300px; }

.static .box {
	float: left;
	background: url(../i/middlebox_bg.png) repeat-x; 
	background-position: bottom;
	border-left: 1px solid #e9e7e8;
	border-right: 1px solid #e9e7e8;
	border-top: 1px solid #e9e7e8;
	padding: 10px;
	}
.static div.left_side .box {float: left; width: 860px; margin: 0 0 10px 0;}	
.static div.left_side .box > ul.presentation { float: left; width: 400px; margin: 15px; padding: 0px; list-style-type: none; line-height: 22px; display: block;}	
.static div.left_side .box > ul.presentation > li {background: url(../i/list_img.jpg) no-repeat 0px 6px; padding: 0px 15px;}	
.static div.left_side .box > ul.navigation, .static div.left_side .box > ul.navigation_block
 { float: left; width: 850px; margin: 15px; padding: 0px; list-style-type: none; line-height: 22px; display: block;}	
.static div.left_side .box > ul.navigation > li, .static div.left_side .box > ul.navigation_block > li
{background: url(../i/list_img.jpg) no-repeat 0px 6px; padding: 0px 15px;}
.static div.left_side .box > ul.navigation > li:hover {background: url(../i/list_img.jpg) no-repeat 0px -34px; padding: 0px 15px;}
.static div.left_side .box > ul.navigation > li a:hover {color:#1e1e1e; cursor: pointer;}

.static div.left_side .block {float: left; width: 880px; margin-top: 5px; text-align: justify;}
.static div.left_side .block .top {float: left; background: #000 url(../i/top_bg.jpg) no-repeat; color: #fff; width: 832px; padding: 6px 25px; font-size: 14px;}
a.top_link {float: right; color: #e9e6e7; font-size: 12px; background: url(../i/top_arrow.jpg) no-repeat 0px 4px; padding:0px 0px 0px 12px;}
.static div.left_side .block .box > p {float: left; margin: 0px 17px 15px 22px; }
.static div.left_side .block .box > ol > li {margin: 0 0 10px 0;}
.static div.left_side .block .box > ol > li > ol > li {margin: 5px 0 0 0;}

.static div.right_side > .box_map {
	float: left; 
	width: 300px; 
	padding: 0px; 
	margin-left: 7px;
	background: #fff url(../i/middlebox_bg.png) repeat-x; 
	background-position: bottom;
	border-left: 1px solid #e9e7e8;
	border-right: 1px solid #e9e7e8;
	border-top: 1px solid #e9e7e8;	
	}
.static div.right_side > .box {float: left; margin-left: 7px; margin-top: 15px; width: 280px;}	

.contact_map {float: left; background: url(../i/contact_map.png) no-repeat 15px -6px; width: 280px; height: 163px; padding: 10px;}
.contact_map > div {float: left; margin-bottom: 5px; margin-top: 2px;}
.contact_map span.first {float: left; width:45px;}
.contact_map span.second {font-size: 15px; color:#1e1e1e; font-weight: bold; padding: 0px 50px;}   

.static div.right_side > .box > .short_news {float: left; width: 280px; padding: 10px 0px; border-top: 1px dotted grey; text-align: justify; line-height: 16px;}
.static div.right_side > .box > .short_news > strong {float: left; font-size: 13px; width: 100%; margin: 4px 0;}
.static div.right_side > .box > .short_news > strong > a {color: #1e1e1e;}

.static ul.faq > li { margin: 12px 0; }
.static ul.faq > li > strong { color: #000; font-weight: bold; }

/* larger main submits */
.static form input.btn { 
	color: #fff;
	padding: 6px 10px 6px 40px; 
	background-color: #242527; 
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	float: right;
}

.static form input.btn.register { background-image: url(../i/icons/register.png); background-position: 10px 7px; }
.static form input.btn.signin { background-image: url(../i/icons/signin.png); background-position: 8px 7px; }

.static .box .item {
    float:left;
    height:190px;
    width:195px;
    margin:10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.static .box .pak1 {background:url(../i/pak_bg.jpg) repeat-x;}
.static .box .pak2 {background:url(../i/pak_bg.jpg) repeat-x;}
.static .box .pak3 {background:url(../i/pak_bg.jpg) repeat-x;}
.static .box .pak4 {background:url(../i/pak2_bg.jpg) repeat-x;}
.static .box .item:hover {background:#c0c0c0;}
.static .box .item  a {
    float:left;
    display:block;
    height:160px;
    overflow:hidden;
    text-align:center;
    width:185px;
    padding:15px 5px;
    color:#000;
    font-size:20px;
    cursor:pointer;
    text-decoration:none;
}
.static .box .item  a span {float:left; text-align:center; width:100%}
.static .box .item  a span.title {font-size:20px; color:red; margin-bottom:20px;}
.static .box .item  a span.price {font-size:30px; font-weight:bold;}
.static .box .item  a span.info {font-size:13px; color:#333;}
.static .box .item  a span.buy {
    color:#fff;
    margin:25px 20px;
    width:120px;
    padding:5px 10px;
    background:#222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.static .box .item  a:hover span.buy {background:#000;}
.static .box .reg-acc {width:100%; clear:both;}
.static .box .reg-acc input {float:left; margin:0px; line-height:20px; padding:0px;}
.static .box .reg-acc label {float:left; line-height:23px; margin-left:10px; font-size: 14px;}


/* profile edit form - logo */
div.col1 > .logo > img { border: 2px solid #45484d; }
	

/* = 2.6 Other stuff
   ------------------------------------------------------------------------*/
   
.box_reg {float: left; padding: 5px 0px; width: 100%;}
.box_reg input {width: 300px; background: #f6f6f6;}
ul.error_list {float: right; list-style-type: none; margin: 0; padding: 0px;}

#game_index {float: left; width: 1200px;}
#game_index > .games_index {float: left; width: 345px; margin:10px 15px;}
#game_index > .games_index img {float: left; width: 100px; height: 100px; border: 1px solid #45484c; margin: 0 10px 5px 0;}
#game_index_catch_phrase {font-size: 16px; clear: both; float: right; font-style: italic; padding-right: 40px;}

#content {float: left; width: 1200px; background: url(../i/sidebox_bg.png) repeat-y; }
.content_break {float: left; width: 1200px; clear: both; height: 30px; display: block;}

#content #game_list {float: left; width: 930px;}
#content #game_list_selectable p input {margin: 0 0 10px; font-size:120%;}
#content #game_list_selectable #game_list div.top {cursor: pointer;}
#content #game_list_selectable #game_list div.active { position: relative;}
#content #game_list_selectable #game_list div.active div.top h2 {color: #060 !important;}
#content #game_list_selectable #game_list div.active .tick {width: 64px; height: 64px; position: absolute; top: 5px; left: 25px; background: url(../i/game_list_tick.png) no-repeat top left; z-index: 999;}
#content #game_list_selectable #game_list div.other .game_logotype > img { border: 1px solid transparent; }
#content #game_list_selectable #game_list div.active .game_logotype > img { border: 1px solid #060; }

#side {float: left; width: 250px; margin-top: 47px;	}
#main { 
	float: left; 
	width: 929px;
	min-height: 500px; 
	padding: 10px; 
	background: #fff url(../i/contentbox_bg.jpg) repeat-x; 
	background-position: bottom; 
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	color: #6d6d6d;
	}
.side-box { float: left; padding:0px;}
.side-box > ul.side_menu { float: left; width: 250px; list-style-type:none; margin: 0; padding: 0px; }
.side-box > ul.side_menu > li { 
	float: left; 
	display: block;
	width: 250px; 
	height: 50px; 
	background:#afafaf;
	margin:0px;
	margin-top: 5px; 
	padding: 0px; 
	cursor: pointer;	
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: 2px solid #9c9c9c;
	}
.side-box > ul.side_menu > li:hover, .side-box > ul.side_menu > li.active {
	float: left;
	display: block;
	width: 249px;
	height: 49px;
	background:#fff;
	border-left: 1px solid #c0c0c2;
	border-top: 1px solid #c0c0c2;
	border-bottom: 2px solid #c0c0c2;
	}


.side-box > ul.side_menu > li > a { 
	float: left; 
	text-decoration: none; 
	display: block;
	font-size: 18px;
	width: 230px;
	height: 26px;
	padding: 16px 0px 15px 20px;
	color: #fff;
	}
	
.side-box > ul.side_menu > li:hover > a { 
	float: left; 
	text-decoration: none; 
	display: block;
	padding: 16px 0px 15px 20px;
	color: #35383b;
	}
.side-box > ul.side_menu > li.active > a {padding: 16px 0px 15px 20px; color: #35383b;}

.main-box { float: left; padding: 0px; width: 930px; position: relative; }
h1.title { float: left; width: 100%; height: 30px; border-bottom: 1px dotted #696969; padding: 10px 0px 2px 0px;}
h1.title > a.btn {
	float: right;
	display: block; 
	cursor: pointer; 
	border: none; 
	margin: 0; 
	font-size: 14px; 
	font-weight: normal;
	color: #fff;
	text-align: center;
	text-decoration:none;
	padding: 2px 10px 2px 25px;
	background: #242527 url(../i/add_icon.png) no-repeat;
	background-position: 5px 5px;
	}
h1.title > a.btn:hover {background: #afafaf url(../i/add_icon.png) no-repeat; background-position: 5px 5px;}
.main-box > .info {
	background: #c3e94e url(../i/info2.jpg) no-repeat 10px 50%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
    color: #3f3f41;
	padding:15px 10px 15px 50px;
	width:870px;
    float: left;
    font-size: 15px;
	margin-top:8px;
	margin-bottom: 10px;
	text-align: justify;
	font-style: italic;
	}

.main-box > .content {float: left; width: 930px; text-align: justify; margin-top: 10px; background: none;}
.main-box > .content > div.box {float: left; width: 930px; height: auto; margin-bottom: 10px;}

.content > .header {float: left; width: 930px; margin-top:15px;}
.content > .header > h2.title { padding: 0; margin: 0; color: #696969; border-bottom: 1px dotted #696969; line-height: 30px; font-size: 16px; width: 930px; margin-bottom: 10px;}
.content > .header > h2.title > span {color: #000; font-style: italic; font-size: 14px;}
.content > .header > h2.title > a {float: right; font-size: 14px; background: url(../i/top_img.jpg) no-repeat 45px 10px; padding: 0px 18px; }

#help_box {float: left; width: 930px; position: relative;}
#help_box > .prod_stats {float: left; width:930px; height: 115px; background: url(../i/help_prod_stats.jpg) no-repeat; margin-bottom: 15px;}

#presentation {float: left; width: 300px; height: 50px; color: #e6e6e7; padding: 0px; text-decoration: none; background: url(../i/presentation.jpg)}
#presentation > a { display: block; font-size: 18px; line-height: 40px; padding: 0px 5px 10px 60px; color: #e6e6e7; font-family: trebuchet ms, calibri, arial; }

/* = 2.6.1 Dashboard
   ------------------------------------------------------------------------*/

.dashboard_time {
	text-align: right; 
	font-style: italic; 
	padding: 5px 18px; 
	color: #aa9; 
	position: absolute; 
	top: 12px; 
	right: -15px;
}

.dashboard_boxes {
	float: left;
	margin: 0;
	width: 930px;
}

table.dashboard_stats {
	float: left;
	width: 930px;
	border-collapse: collapse;
	text-align: center;
	margin: 0;
	clear: both;
	color: #6d6d6d;

}

table.dashboard_stats th {
	background: #fecb00;
	color: #58595a;
	height: 25px;
	width: 160px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #fff;
	margin: 1px;
	padding: 8px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	}
table.dashboard_stats th span {float: left; width: 135px;}
table.dashboard_stats th div.caption { font-size: 10px; line-height: 10px; margin: 0 auto; }
a.help {float: right; background: url(../i/info_sign.png) no-repeat; width: 14px; height: 14px; margin-right: 0px;}

table.dashboard_stats th.top {
	background: #dddddd;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;	
	text-align: center;		
	}
table.dashboard_stats td {
	font-size: 14px;
	border: 1px solid #fff;
	padding: 0px 5px;
	background: #f0f0f0;
}

.dashboard_boxes > .box { 
	float: left;
	width: 215px;
	margin: 10px 4px;
}

.dashboard_boxes > .box > .head {
	float: left;
	width: 205px;
	padding: 5px 5px;
	background: #fecb00;
	color: #58595a;
	text-align: left;
	font-size: 14px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}
.dashboard_boxes > .box > .head span {float: left; width: 170px; text-align: center; padding-left: 10px;}
.dashboard_boxes > .box > .content {
	float: left;
	border: 1px solid #ddd;
	border-top: none;
	font-size: 32px;
	line-height: 57px;
	text-align: center;
	padding: 5px 0;
	width: 213px;
	color: #58595A;
	}

div.up {float: right; background: url(../i/up_down_img.png) no-repeat; width: 10px; height: 13px; }
div.down {float: right; background: url(../i/up_down_img.png) no-repeat -10px 0px; width: 10px; height: 13px;}
div.none {float: right; background: url(../i/up_down_img.png) no-repeat -20px 0px; width: 10px; height: 13px;}

.dashboard_boxes > .box > .content .small {
	font-size: 18px;
	text-align: center;
	float: left;
	width: 190px;
	height: 20px;
	padding: 10px;
	margin: 0;
}
.dashboard_boxes > .box > .content .up {background: url(../i/up_img.png) no-repeat 160px 17px; }
.dashboard_boxes > .box > .content .down {background: url(../i/down_img.png) no-repeat 160px 17px; }
.dashboard_boxes > .box > .content .none {background: #fff; }

.dashboard_boxes > .box > .content .description {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin: 0 0 5px 0;
}

.dashboard_boxes > .box > .content div.img {
	display: block;
	height: 75px;
	overflow: hidden;
}

.dashboard_boxes > .box > .content img {
	display: block;
	margin: 0 auto;
}


.dashboard_news { 
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 10px;
}

.dashboard_news > .content {
	border: 1px solid #ddd;
	border-top: none;
	text-align: center;
	padding: 5px;
	height: 125px;
	width: 238px;
	overflow: none;
	position: relative;
	color: #58595A;
}

.dashboard_news > .head {
	background: #fecb00;
	color: #58595a;
	height: 26px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.dashboard_news .img {
	margin: 10px 0;
}

#main .dashboard_news h2 {
	font-size: 14px;
	margin: 8px auto;
	padding: 0;
	line-height: 22px;
	color: #47484d;
	width: 210px;
}

.dashboard_news .description {
	font-size: 12px;
	padding: 5px 10px;
	text-align: justify;
}

.dashboard_news a.more {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-style: italic;
	color: #aaa;
}


.chart_box > div {
	float: left;
	margin: 5px;
}

/* = 2.6.2 Statistics
   ------------------------------------------------------------------------*/


ul.stats_nav {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	margin: 10px auto 20px auto;
	padding: 0;
	list-style: none;
	width: 680px;
	height: 40px;
}
ul.stats_nav > li > a {
	float: right;	
	background-color: #fecb00;	
	margin-left: 4px;	
	padding: 5px 15px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
}

ul.stats_nav > li.active > a {
	background-color: #58595a;	
	color: #ffffff;
	text-decoration: none;
}

ul.stats_nav > li > a:hover {
	background-color: #58595a;	
	color: #ffffff;
}

table.stats {
	float: left;
	width: 925px;
	border-collapse: collapse;
	text-align: right;
	clear: both;
	margin: 0;
}

table.stats td {
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin: 1px;
	padding: 5px 5px;
}


tr.total {
	/*
	background: #58595a;
	color: #fecb00;
	*/
	background: url(../i/total_bg.jpg) no-repeat;
	width: 925px;
	height: 42px;
	color: #555;
}

tr.total > td.total_bg {
	background: none; 
	text-align: left; 
	font-size: 13px;
	height:32px;
	line-height: 30px;
	padding:5px 5px;
	width:100px;
	text-indent: 10px;
}
tr.total > td {font-size: 13px;	height:32px; padding:5px 5px; line-height: 30px;}

table.stats > thead > tr > th.first {background: none; float: left; width: 44px;}
table.stats > thead > tr > th {
	float: left;
	background: #dddddd; 
	border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	margin: 1px;
	text-align:center;
	padding: 5px 5px;
}

table.stats tr.row {
	background: #fff;
}
table.stats tr.even {
	background: #f0f0f0;
}



tr.total_second {
	/*
	background: #fff;
	color: #fecb00;
	*/
	float: left;
	background: #fff!important;
	width: 925px;
	color: #555;
}

tr.total_second tr {float: left; margin-left: 66px;}
tr.total_second tr > th {background: #f0f0f0; text-align: center; height: 24px; float: left; line-height: 25px; width: 77px; margin: 1px; padding: 0px 5px;}
tr.total_second tr > td {background: #f0f0f0; height: 24px; float: left; line-height: 25px; width: 77px; padding: 0px 5px;}

tr.total_second tr > th.first {float: left; width: 90px; text-align: left; margin: 1px; padding: 0px 5px; background: url(../i/total_second_bg.jpg) no-repeat;}
tr.total_second tr > td.first {float: left; font-weight: bold; width: 90px; text-align: left; margin: 1px; background: url(../i/total_second_bg.jpg) no-repeat;}

tr.total_second_bg {
	float: left; 
	background: url(../i/bg_detailscontent.jpg) repeat-x #b7b7b7 !important; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
	border: 1px solid #b8b8b8;
	padding: 10px 0px;
	width: 915px;
	margin-left: 5px;
}

.stats_default_bg {
	float: left; 
	background: #f0f0f0 !important; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
	border: 1px solid #b8b8b8;
	padding: 0px;
	
}

a.payment_stats_details, 
a.site_stats_details,
a.ad_space_stats_details
{float: left; background: url(../i/details.png) no-repeat; width: 44px; height: 30px; cursor: pointer;}
a.payment_stats_details:hover, 
a.site_stats_details:hover,
a.ad_space_stats_details:hover
{float: left; background: url(../i/details.png) no-repeat 0px -30px; width: 44px; height: 30px;}
a.payment_stats_details.active, 
a.site_stats_details.active,
a.ad_space_stats_details.active 
{float: left; background: url(../i/details.png) no-repeat 0px -60px; width: 44px; height: 30px;}

.chart { 
	float: left;
	z-index: 0;
	margin: 5px;
}

img.ui-datepicker-trigger {
	position: absolute;
}

/* = 2.6.3 AddForm
   ------------------------------------------------------------------------*/

.add_form {float: left; width: 930px; position: relative;}
.add_form > .cols {float: left; width: 930px; height: 100%; margin-bottom: 5px;}
.cols > .first_col {float: left; width: 150px; font-size: 13px; }
.cols > .second_col {float: left; width: 500px; border-right: 5px solid #afafaf; height: auto;}
.cols > .third_col {float: left; width: 250px; padding: 5px; margin-left: 10px; font-style: italic; color: #afafaf; font-size: 12px;}

.cols > .first_col label {line-height: 25px;}
.cols > .second_col input, .cols > .second_col textarea {float: left; background:#F6F6F6; width: 420px; margin-left: 4px;}
.cols > .second_col h3 {color: #45484c;}

.add_form .btn {
	float: left; 
	width: 30px; 
	height: 30px; 
	margin-left: 3px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding: 0px;
	background-color: none;		
	}
input.btn:hover {background-color: none;}

.error input, .error textarea, .error .selector, .error .checker {background: pink; border:1px solid red;}

.cols.error { color: #f00; }
.cols.error .error_list { color: #f00; text-align: left; }


.add_form input.btn_submit {  
	color: #fff;
	padding: 6px 10px 6px 40px; 
	background-color: #242527; 
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	float: left;
	background-image: url(../i/icons/register.png); 
	background-position: 10px 7px;
	}

.add_form input.btn_submit:hover { background-color: #45484c; }


/* = 2.6.3 BoxDetails
   ------------------------------------------------------------------------*/

div.box > .right_block {float: left; width: 930px; margin-bottom: 20px;}
div.box > .right_block > .header { float: left;	width: 930px; position: relative;}

.other > .left_block {float: left; width: 100px; height: auto;}
.other > .left_block > a img {float: left; width: 100px; height: 80px;}
.other > .right_block {float: left; width: 820px !important; height: auto; margin-left: 10px; font-size: 12px;}
.other > .right_block > .header {float: left; width: 820px !important;}

div.box > .right_block > .header > .top {
	float: left; 
	width: 854px; 
	height: 18px; 
	background: #dadada; 
	padding: 6px 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;		
	}
div.box > .right_block > .header > .top > h2 {font-size: 16px; color: #242527 !important;}
div.box > .right_block > .header > .top > h2 > span.active {font-size: 14px; color: green;}
div.box > .right_block > .header > .top > h2 > span.deactive {font-size: 14px; color: red;}
div.box > .right_block > .header > .top > h2 > span.hidden {font-size: 14px; color: #777; font-style: italic;}

.other > .right_block > .header > .top {
	float: left; 
	width: 744px !important; 
	}


div.box > .right_block > .header > .buttons {position: absolute; right: 0px; top: 0px;}
div.box a.btn {
	float: left; 
	width: 30px; 
	height: 30px; 
	margin-left: 3px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding: 0px;
	
	}	

.btn_edit {background: url(../i/icon_pack.png) no-repeat -150px 0px;}
.btn_delete {background: url(../i/icon_pack.png) no-repeat -90px 0px;}
.btn_add {background: url(../i/icon_pack.png) no-repeat 0px 0px;}
.btn_ok {background: url(../i/icon_pack.png) no-repeat -60px 0px;}
.btn_more {background: url(../i/icon_pack.png) no-repeat -120px 0px;}
.btn_upload {background: url(../i/icon_pack.png) no-repeat -60px 0px;}
.btn_cancel {background: url(../i/icon_pack.png) no-repeat -180px 0px; }


div.box > .right_block > .middle {float: left; width: 100%; font-size: 13px; margin-top: 5px; border-bottom: 1px dotted #696969; line-height: 20px;}
div.box > .right_block > .middle > span {color: #000; font-size: 13px;}
div.box > .right_block > .middle .img_del {margin:10px;}
div.box > .right_block > .middle2 {float: left; width: 50%; font-size: 13px; margin-top: 5px;}
div.box > .right_block > .middle2 > span {color: #000; font-size: 13px;}
div.box > .right_block > .middle2 a {color: #000;}

.game > a.game_logotype {float: left; width: 120px; height: 120px; border: 4px solid #c0c0c0; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden}
.game > a.game_logotype > img {float: left; width: 120px;}
a.banner_swf {float: left; width: 100px; height: 30px; background: url(../i/banners_list.png) no-repeat;}
a.banner_img {float: left; width: 100px; height: 30px; background: url(../i/banners_list.png) no-repeat 0 -30px; }
a.banner_html {float: left; width: 100px; height: 30px; background: url(../i/banners_list.png) no-repeat 0 -60px; }
a.banner_txt {float: left; width: 100px; height: 30px; background: url(../i/banners_list.png) no-repeat 0 -90px; }
.btn_podglad {
	float: left;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	background: #dadada;
	width: 100px;
	padding: 2px 0px;
	text-align: center;
	margin-top: 5px;
	text-decoration:none;
	}
.btn_podglad:hover{background: #afafaf;}

#main_menu {float: left; width: 930px; height: 23px; border-bottom: 4px solid #fecf07; margin-bottom: 10px; margin-top: 10px;}
#main_menu ul {float: left; margin: 0; padding: 0px; width: 100%;}
#main_menu ul > li {display: inline;}
#main_menu ul > li > a {
	font-size: 15px;
	color: #000;
	background: #f1f1f1; 
	border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	padding: 5px 15px;
	}
#main_menu ul > li > a:hover, #main_menu ul > li > a.active { font-size: 15px; color: #404040; background: #fecf07; padding: 5px 15px;}

/* = 2.6.3 ProducentDetails
   ------------------------------------------------------------------------*/ 

#producer_game_id {float: left; width: 930px; margin-top: 10px;}
#producer_game_id > .logo {float: left; width: 170px; margin-right: 5px; border: 5px solid #c0c0c0; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#producer_game_id > .description {float: left; width: 560px; margin-right: 5px; }
#producer_game_id > .addons {float: left; width: 180px;}

#producer_game_id > .logo > a {float: left; width: 170px; height: 170px;}
#producer_game_id > .logo > a > img {float: left; width: 170px; height: 170px;}
#producer_game_id > .description > div {float: left; margin-bottom: 10px; width: 550px;}
#producer_game_id > .description > div > span.first_title {float: left; width: 550px; border-bottom: 1px dotted #696969; font-size : 14px; line-height: 20px;}
#producer_game_id > .description > div > span.second_title{float: left; width: 150px; border:0; font-size:14px}
#producer_game_id > .description > div > span.text {float: left; color: #000; font-size : 14px; font-weight: bold; }
#producer_game_id > .description > div > span.strong {font-size: 15px; color: #000;}
#producer_game_id .description > div.pole {
	float: left; 
	background: #f7f7f7; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
	margin-top: 10px;
	padding: 5px;
	width: 920px;
	clear: both;
	}
#producer_game_id .description > div.pole > label {float: left; font-size: 14px; width: 100px; padding: 1px 0px;}
#producer_game_id .description > div.pole > input {float: left; width: 250px; height: 15px;}
#producer_game_id .description > div.pole > span.ad_form {float: left; font-size: 16px; width: 250px;}
#producer_game_id .description > div.pole > .btn_delete {float: right;}

#producer_game_id > .addons .btn {float: left; margin: 5px; width: 160px;}
#producer_game_id > .addons > a {float: left; margin-bottom: 5px; overflow: hidden; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#producer_game_id > .addons > a:hover { -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#producer_game_id > .addons > a > img {float: left; width: 160px; }

.bannery {float: right; clear: both; margin-top: 10px; height: 30px; width:100%;}
.bannery .btn_ads {
	color: #fff;
	padding: 4px 5px; 
	background-color: #242527; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
	}
.bannery .btn_ads:hover {background: #45494d;}
.show_banners {float: left; width: 810px; clear: both; background: #F7F7F7;  -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px; margin-bottom: 10px;}

.show_banners > .game > .logotype {float: left; width: 100px;}
.show_banners > .game > .content {float: left; width: 705px;}
.show_banners > .game > .content > .middle2 {float: left; width: 345px; margin-left: 5px; margin-top: 5px;}
.show_banners > .game > .content > .middle2 > span {color: #000;}
.show_banners > .game > .content > .newest {float: left; width: 705px; margin-left: 5px; margin-top: 15px; border-top: 1px dotted #696969;}
.show_banners > .game > .content > .newest > span.yes {color: green; }
.show_banners > .game > .content > .newest > span.no {color: red; }

/* add ad to spaces widget */
.header > .widget_box { width: 24px; height: 24px; position: relative; float: left; color: #484d4d;}
.header > .widget_box a { z-index: 30; position: absolute; top: 0; left: 0; } 
.header > .widget_box h3 { font-weight: bold; color: #484d4d; } 
.header > .widget_box > .content { width: 320px; padding: 5px 7px 5px 7px; position: absolute; top: -5px; right: -10px; z-index: 20; border: 1px solid #58595a; background: #eee;font-size: 10px; overflow: hidden; }
.header > .widget_box.hidden > .content { display: none; }
.header > .widget_box.hidden a { z-index: 10; }
.header > .widget_box ul.checkbox_list { clear: both; width: 320px; }
.header > .widget_box ul.checkbox_list > li  { float: left; width: 160px; margin: 1px 0; padding: 0;}
.header > .widget_box input.submit {  clear: both; width: 100px; height: 20px; line-height: 20px; padding: 0; font-size: 12px; float: right; }

/* ads already in */
#ad_list .right_block > .middle > span.img > a > img { margin: 0; vertical-align: middle; }


/* = 2.6.3 ContactDetails
   ------------------------------------------------------------------------*/   

div.contact {
	float: left; 
	background: #f7f7f7;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
	width: 920px;
	padding: 5px;
	margin-bottom: 10px;
	}

.contact > .right_block {float: left; width: 810px !important; margin: 0px !important;}
.contact > .right_block > .box {float: left; width: 390px; padding: 5px 5px; font-size: 13px; color:#45484c; line-height: 20px; }
 .box_long {float: left; width: 780px; padding: 5px 5px}
.contact > .underline > .box {border-bottom: 1px dotted #bbb;}
.contact > .right_block label {float: left; color: #1e1e1e; width: 50px;}
.contact > .right_block > .box_long > label {float: left; width: 100%;}
.contact > .right_block input {float: left; width: 380px; background:#fff; border:1px solid #bbb;}
.contact > .right_block textarea {float: left; width: 100%; height: 50px; background:#fff;}

.contact > .left_block {float: left; width: 100px; vertical-align: top;}
.contact > .left_block .btn {float: right;}
.contact > .left_block input.btn_ok {float: right; width: 30px; height: 30px; padding: 0px;}
.contact > .left_block input.btn_add {float: right; width: 30px; height: 30px; padding: 0px;}

.contact > .right_block > .box.error { color: #f00; }
.contact > .right_block > .box.error > label { color: #f00; }

.contact > .right_block > .box.error input, 
.contact > .right_block > .box.error textarea, 
.contact > .right_block > .box.error .selector, 
.contact > .right_block > .box.error .checker {background: pink; border:1px solid red;}


/* = 2.6.3 ResourcesDetails
   ------------------------------------------------------------------------*/ 
   
.resources {
	float: left; 
	background: #f7f7f7;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
	width: 920px;
	padding: 5px;
	margin-bottom: 10px;
	}   

.resources > .left_block {float: left; width: 100px; vertical-align: top;}
.resources > .left_block label {line-height: 22px;}

.resources > .right_block {float: left; width: 700px !important; margin: 0px !important;}
.resources > .right_block > .box {float: left; width: 340px; padding: 5px 5px; font-size: 13px; color:#45484c; line-height: 20px; }
.resources > .right_block > .box_long {float: left; width: 780px; padding: 5px 5px}
.resources > .underline > .box {border-bottom: 1px dotted #bbb;}
.resources > .right_block label {float: left; color: #1e1e1e; width: 50px;}
.resources > .right_block > .box_long > label {float: left; width: 100%;}
.resources > .right_block input {float: left; width: 295px; background:#fff; border:1px solid #bbb;}
.resources > .right_block textarea {float: left; width: 645px; height: 50px; background:#fff;}
	
.resources > .right_block_last {float: left; width: 100px; vertical-align: top;}
.resources > .right_block_last .btn {
	float: right;
	width: 30px; 
	height: 30px; 
	margin-left: 3px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding: 0px;}
.btn_upload {float: right; width: 30px; height: 30px; padding: 0;}
#new_resource .btn_add {float: right; width: 30px; height: 30px; padding: 0;}
#new_resource .btn_delete {float: right; width: 30px; height: 30px; padding: 0;}
#new_resource .btn_cancel {float: right; width: 30px; height: 30px; padding: 0;}
#new_resource .btn_upload {float: right; width: 30px; height: 30px; padding: 0;}


/* = 2.6.3 BlogDetails
   ------------------------------------------------------------------------*/   

.blog > a.blog_image {float: left; width: 180px; height: 180px; border: 4px solid #c0c0c0; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden;}
.blog > a.blog_image > img {float: left; width: 180px;}
.blog > .blog_cont {float: left; width: 580px; margin-left: 5px; padding: 10px; line-height: 18px;}
.blog > .blog_cont > .middle > h3 { font-size: 14px; font-weight: bold; font-style: italic; color: #1e1e1e; margin: 20px 0 10px 0; }
.blog h2 {color: #000;}
.blog h2 > span {font-size: 12px; color:#696969;}
.blog > .blog_cont > .middle > a {color: #000; float: right; margin-top: 30px;}
.blog > .blog_propositions {float: right; width: 120px; margin-left: 5px;}
.blog > .blog_propositions > h2 {color: #000; font-size: 12px; margin-left: 5px; margin-top: 5px;}
.blog > .blog_propositions > a.game_proposition {float: left; width: 50px; height: 50px; border: 1px solid #c0c0c0; overflow: hidden; cursor: pointer; margin-left: 5px; margin-top: 5px;}
.blog > .blog_propositions > a.game_proposition > img {float: left; width: 50px;}

.blog_small > a.blog_image {float: left; width: 80px; height: 80px; border: 4px solid #c0c0c0; -moz-border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden;}
.blog_small > a.blog_image > img {float: left; width: 80px;}
.blog_small > .blog_cont {float: left; width: 820px; margin-left: 5px;}
.blog_small h2 {color: #000;}
.blog_small h2 > span {font-size: 12px; color:#696969;}
.blog_small > .blog_cont > .middle > a {color: #000; float: right; margin-top: 15px;}

/* = 2.6.3 ReportDetails
   ------------------------------------------------------------------------*/ 

.main-box > .report_gen {float: left; width: 925px;}
.report_gen > .box {float: left; width: 925px; border-bottom: 1px dotted grey; margin-top: 10px; margin-bottom: 5px;}
.report_gen > .box > .first_col {float: left; width: 150px;}
.report_gen > .box > .second_col {float: left; width: 300px; margin-bottom: 10px;}
.report_gen > .box > .third_col {float: left; width: 300px; clear: both;}

.report_gen > .box > .second_col > ul.radio_list {float: left; width: 100%; list-style-type: none;}
.report_gen > .box > .second_col > ul.radio_list > li {float: left; width: 100%; margin: 0px;}

.report_gen > input.btn { 
	color: #fff;
	padding: 6px 10px 6px 40px; 
	background-color: #242527; 
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	float: right;
}

.report_gen > input.btn:hover { background-color: #45484c; }

.report_gen > .btn_generate { background-image: url(../i/icons/raport.png); background-position: 8px 8px; }

/* = 2.7 Footer
   ------------------------------------------------------------------------*/		
.footer_in { position: relative; }
.footer_in > .partners {float: left; width: 300px; margin-right: 20px; overflow: hidden; }
.footer_in > .partners ul {float: left; width: 300px; height: 50px; list-style-type:none; margin:0; padding: 0px; }
.footer_in > .partners ul > li {display: inline;}
ul#partners_list { width: 400px; height: 50px; overflow: hidden; top: 20px; left: 0; position: absolute}

.footer_in > .footer_links {float: right; margin: 0; width: auto;}
.footer_in > .footer_links > div {float: left; padding: 0px 30px; height: 60px;}
.footer_in > .footer_links > ul.links {float: left; width: auto; list-style-type: none; margin: 0; padding: 0px 30px; }
.footer_in > .footer_links > ul.links {background: url(../i/footer_separator.jpg) repeat-y; height: 100%;}
.footer_in > .footer_links > div.community {background: url(../i/footer_separator.jpg) repeat-y; height: 60px; padding: 0px 30px;}
   
.copyrights {float: left; width: 1200px; text-align: center; padding: 20px 0px;}
   
   

/* Banner slider */

#banner-slider {width: 1200px; height: 305px; position: relative; overflow: hidden; float: left;}
#banner-slider ul.navig {height: 30px; position: absolute; bottom: 5px; left: 15px; overflow: hidden; line-height: 30px; list-style: none; z-index: 20; text-align: left; margin: 0; padding: 0;}
#banner-slider ul > li.slider-navig {width: 14px; height: 14px; margin: 5px; float: left; cursor: pointer;	background: #000; border: 1px solid #fecb00;}
#banner-slider ul > li.slider-navig.active {background: #fecb00;}
#banner-slider div.slider-entry {position: relative; width: 1200px; height: 305px; color: #fff; }
#banner-slider div.slider-entry > p {margin: 30px; padding: 10px; font-size: 18px; line-height: 25px; background: #000; text-align: justify; }


/* Flash messages */

/* main flash - top */ 
#flash { position: absolute; top: 2px; left: 0; width: 550px; height: 30px; font-size: 16px; line-height: 30px; display: none; }
#flash > .flash { background: #e3e3e5; padding: 0 10px; font-weight: bold; }
#flash > .flash_error { color: #533; padding-left: 30px; background: url(../i/error.png) 6px 7px no-repeat #D97; }
#flash > .flash_notice { color: #373; padding-left: 30px; background: url(../i/tick.png) 6px 7px no-repeat #9D7; }
/* main flash - top for logged user */
#flash.logged { height: 60px; font-size: 16px; line-height: 60px; display: none; }
#flash.logged > .flash_error { padding-left: 34px; background-position: 10px 22px; }
#flash.logged > .flash_notice { padding-left: 34px; background-position: 10px 22px; }

/* mini flash - for ajax actions */ 
#flash_mini { position: fixed; bottom: 10px; right: 15px; width: 500px; height: 30px; font-size: 13px; line-height: 30px; display: none; z-index: 100; }
#flash_mini > .flash { background: #e3e3e5; padding: 0 10px; }
#flash_mini > .flash_error { color: red; padding-left: 25px; background: url(../i/error.png) 3px 7px no-repeat #e3e3e5; }
#flash_mini > .flash_notice { color: green; padding-left: 25px; background: url(../i/tick.png) 3px 7px no-repeat #e3e3e5; }

/* FILTERS */
.filter {
	float: left;
	margin: 0 0 20px 0;
	color: #3F3F41;
	}

.filter_col {float: left; width: 310px; position: relative;}
.filter_col.wide {width: 620px;}
.filter_slot {
	float: left; 
	width: 296px;
	padding: 0px 5px; 
	z-index:10; 
	background: #f7f7f7;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
	margin:2px;
	}
.filter_slot.wide {width: 604px;}

.filter_slot > .filter_box.active {
	position: absolute; 
	z-index:20; 
	background: #e6e6e6; 
	left: 0px;
	height: auto; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin: 0px 2px;
	width: 296px;
	padding: 0px 5px; 
	}
.filter_slot > .filter_box {float:left; width: 296px; }
.filter_slot > .filter_box > label {line-height: 21px; float: left; width: 100%;}
.filter_slot > .filter_box > select {padding: 2px; }
	
.filter_wide_slot {
	font-weight: bold;
	float: left; 
	width: 917px; 
	min-height: 100px;
	overflow: hidden; 
	padding: 0px 5px; 
	z-index:10; 
	background: #f7f7f7;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
	margin:2px;
	color: #3F3F41;
	}
	
.filter_wide_slot > .header {
	font-weight: bold;
	margin: 5px 0 5px 5px;
}

.filter_wide_slot > .label {
	float:left;
	font-weight: normal;
	width: 100px;
	line-height: 20px;
	margin: 5px 0 5px 5px;
}

.filter_wide_slot > .items {
	float: left;
	width: 810px;
}

.filter_wide_slot > .items > .item {
	float: left;
	background-color: #fecb00;	
	margin: 2px;	
	padding: 5px 15px 5px 15px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	position: relative;
	height: 14px;
}

.filter_wide_slot > .items > .item.wide {
	padding: 5px 25px 5px 15px;
}

.filter_wide_slot > .items > .item.wide > a {
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #f00;
	padding: 5px;
	-moz-border-radius: 0 5px 5px 0; 
	-webkit-border-radius: 0 5px 5px 0; 
	border-radius: 0 5px 5px 0;
	height: 14px;
	width: 8px;
	position: absolute;
	top: 0;
	right: 0;
}
.filter .buttons {
	clear: both;
	text-align: right;
	margin: 10px 0 0 0;
}
.filter .buttons .btn { padding: 5px 10px; font-size: 14px; }
.filter .loader {
	display: none;
	background: url(../i/ajax-loader.gif) no-repeat 50% 0; 
	width:100%; 
	height: 50px;
}


.bottom_menu > a.clickmore {
	float: left; 
	font-style: italic; 
	font-size: 10px; 
	color: grey; 
	background:url(../i/filter_arrow.png) no-repeat; 
	height: 18px;
	padding: 3px 0px 0px 19px;
	margin-left: 3px;
	vertical-align: bottom;
	}
.bottom_menu > label.check_all {float: right; font-size: 10px; padding: 3px 3px;}

.filter_slot > .filter_box > ul.checkbox_list {float: left; height: 80px; overflow: hidden; margin-bottom: 2px!important;}
.filter_slot > .filter_box.active > ul.checkbox_list {height: auto; height: 196px; }
.filter_slot > input {margin-bottom: 3px; height: 15px; width: 280px;}
.filter_slot > .filter_box > select { height: 25px; width: 60px; float: none }
.filter_slot.text { height: 45px; line-height: 45px; }
.filter_slot.text > label {float: left; width: 120px;}
.filter_slot.text > input {float: right; margin: 10px 0; height: 15px; width: 150px;}
.filter_slot.text > input.filter-button {height: 25px;}
.filter_slot.text > input.short {float: right; width: 25px;}
.filter_slot.text > .slider {float: left; width: 120px; margin: 15px 0; padding: 0; display: inline; }
.filter_slot.text > .slider .ui-slider-handle { background: #fed20e; cursor: pointer; border-color: #aaa }

ul.checkbox_list { list-style: none; padding: 0; margin: 0; width: 296px;}
ul.checkbox_list > li { width: 300px; height: 20px; line-height: 23px; display: block; overflow: hidden;}
ul.checkbox_list > li > input { margin: 3px 0 0 0;  }
ul.checkbox_list > li > label { line-height: 17px; font-size: 12px; }


.filter_box > label { line-height: 25px; }
.filter_box > label.check_all { font-size: 10px; font-style: italic; }
ul.checkbox_list div.checker {width: 15px; height: 15px;}

#info_demo {
    float:right;
    margin-right:0px;
    padding:5px 10px;
    height: 20px;
    font-size: 14px;
    color: #000;
    background: #fecb00;
    border-bottom: 1px solid #000;
}
#info_demo a {color: red;} 

.premium_account { 
	float: left;
	width: 200px;
	line-height: 14px;
	height: 28px; 
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}