@charset "utf-8";

/* General styles */
/*-----------------------------------------------------------------------------*/
body 
{
	padding:0px;
	margin:0px;
	text-decoration: none;
	color: #424347;
	/* background-color: #404040; */
	background-color: #707070;
	width: 100%;
	height: 100%;
	min-width:810px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif ;
	line-height:1.4;
}

.smallLightText
{
	color: #888888;
	font-size:11px;
	position:relative;
	top:-9px;
}

.itunes_btn_link
{
	padding-top:4px;
}

li
{
	margin-left:30px;
}

ul
{
	margin:0px;
	padding:0px;
}

a , a.smallLink
{
	text-decoration:none;
	outline: none;
	color: #2a98e4;
	font-weight:bold;
}

a.smallLink
{
	font-size:9px;
	font-weight:normal;
	position:relative;
	top:-10px;
}

.blogText
{
	font-size:12px;
}

h2
{
	color: #ff7d0c;
	font-size: 18px;
	font-weight:200;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
}

h3
{
	color: #00a9eb;
	font-size: 11px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.q 
{
	font-weight:bold;
	color: #ff7d0c;
	padding-right:10px;
}

.error
{
	font-weight:normal;
	color: #ff0000;
}


.a
{
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
	color: #00a9eb;
}

img 
{
	border: 0px;
}

img.link-sep
{
	padding-right:8px;
	padding-left:8px;
}

.clear {clear:both;}
div.clear {clear:both;}

/* Header styles */
/*-----------------------------------------------------------------------------*/

div.real-inner-cont
{
	padding-left:30px;
	padding-right:30px;
	padding-top:6px;
	padding-bottom:6px;
}

div.main-page
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;	
	background-color: #707070;
	min-width:810px;	
}

div.top-right-menu
{
	text-align:right;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;	
}

div.social-icons
{
    text-align:right;
    position: absolute;
    top: 126px;
    left: 0px;
    width: 100%;   
}

div.non-repeat-top
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 175px;
	background: url(img/top_back.png) no-repeat 0px 0px;	
}

div.shapka
{
	width: 100%;
	height: 175px;
	min-width:810px;		
	background: url(img/top_back_tile.png) repeat-x 0px 0px;	
}

div.page-header
{
	width: 100%;
	height: 71px;
	/* background: url(img/page_header_regular.gif) repeat-x 0px 0px; */
	min-width:810px;		
}


div.page-footer
{
	width: 100%;
	height: 32px;
	background: url(img/bottom_back.png) repeat-x 0px 0px;
}

div.nav-footer
{
	padding-top:8px;
	width:400px;
}

div.contents-outer
{
	width:640px;
	background-color: #FFFFFF;
	border-left: solid 2px #484848;
	border-right: solid 2px #484848;
}

div.contents-indexpage
{
	text-align:left;
	width:640px;
	background-color: #707070;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
}

div.contents-overlay
{
	width: 100%;
	height: 153px;
	background: url(img/cont_area_top.png) repeat-x 0px 0px;
}

div.actual-contents
{
	position:relative; 
	top:-153px;
	text-align:left;
	margin:0px;
	padding:0px;
}

div.hor-sep
{
	margin:0px;
	padding:0px;
	position:relative;
	top:34px;
	width:100%;
	height: 2px;
	background: url(img/hor_sep_bright.png) repeat-x 0px 0px;
}

img.logo
{
	position: absolute;
	left: 27px;
	top: 28px;
	width: 338px;
	height: 81px;
}

img.scr
{
	position:relative;
	left:-1px;
	top:0px;
	margin-bottom:8px;
}

div.screenshot
{
	margin:0px;
	padding:0px;
	width:484px;
	height:384px;
	background: url(img/scr_shadow.png) no-repeat 0px 0px;
}

img.small_scr
{
	position:relative;
	left:3px;
	top:2px;
	margin-bottom:8px;
}

div.small_screenshot
{
	float:left;
	margin:12px;
	padding:0px;
	width:168px;
	height:115px;
	background: url(img/small_scr_back.png) no-repeat 0px 0px;
}

img.med_scr
{
	position:relative;
	left:3px;
	top:2px;
}

div.med_screenshot
{
	margin:18px;
	padding:0px;
	width:228px;
	height:173px;
	background: url(img/med_scr_back.png) no-repeat 0px 0px;
}

/*-----------------------------------------------------------------------------*/
/* Tabs */
/*-----------------------------------------------------------------------------*/

a.tab-contact, a.tab-contact-sel {
	float:left; 
	position:relative;
	top:-2px;
	display:block; 
	width:148px;
	height:36px;
	background: url(img/tab_contact.png) no-repeat -148px 0px;	
}

a.tab-contact-sel {
	background: url(img/tab_contact.png) no-repeat 0px 0px;		
}

a.tab-main, a.tab-main-sel {
	float:left; 
	position:relative;
	top:-2px;
	display:block; 
	width:148px;
	height:36px;
	background: url(img/tab_main.png) no-repeat -148px 0px;	
}

a.tab-main-sel {
	background: url(img/tab_main.png) no-repeat 0px 0px;		
}

a.tab-screens, a.tab-screens-sel {
	float:left; 
	position:relative;
	top:-2px;
	display:block; 
	width:148px;
	height:36px;
	background: url(img/tab_screens.png) no-repeat -148px 0px;	
}

a.tab-screens-sel {
	background: url(img/tab_screens.png) no-repeat 0px 0px;		
}

a.tab-video, a.tab-video-sel {
	float:left; 
	position:relative;
	top:-2px;
	display:block; 
	width:148px;
	height:36px;
	background: url(img/tab_video.png) no-repeat -148px 0px;	
}

a.tab-video-sel {
	background: url(img/tab_video.png) no-repeat 0px 0px;		
}

a.tab-down, a.tab-down-sel {
	float:left; 
	position:relative;
	top:-2px;
	display:block; 
	width:148px;
	height:36px;
	background: url(img/tab_down.png) no-repeat -148px 0px;	
}

a.tab-down-sel {
	background: url(img/tab_down.png) no-repeat 0px 0px;		
}

a.tab-obelisk, a.tab-obelisk-sel {
	float:left; 
	position:relative;
	top:-2px;
	display:block; 
	width:148px;
	height:36px;
	background: url(img/tab_obelisk.png) no-repeat -148px 0px;	
}

a.tab-obelisk-sel {
	background: url(img/tab_obelisk.png) no-repeat 0px 0px;		
}

a.tab-editor, a.tab-editor-sel {
	float:left; 
	position:relative;
	top:-2px;
	display:block; 
	width:148px;
	height:36px;
	background: url(img/tab_editor.png) no-repeat -148px 0px;	
}

a.tab-editor-sel {
	background: url(img/tab_editor.png) no-repeat 0px 0px;		
}

a.tab-faq, a.tab-faq-sel {
	float:left; 
	position:relative;
	top:-2px;
	display:block; 
	width:148px;
	height:36px;
	background: url(img/tab_faq.png) no-repeat -148px 0px;	
}

a.tab-faq-sel {
	background: url(img/tab_faq.png) no-repeat 0px 0px;		
}

/*-----------------------------------------------------------------------------*/
/* App Icons */
/*-----------------------------------------------------------------------------*/

a.slice-ta, a.slice-ta-sel {
	position:absolute;
	top:0px;
	left:432px;
	/* float:left;  */
	display:block; 
	width:83px;
	height:160px;
	background: url(img/slice_ta.png) no-repeat 0px 0px;	
}

/* a.tab-ta:hover,  */
a.slice-ta:hover, a.slice-ta-sel {
	background: url(img/slice_ta.png) no-repeat -83px 0px;		
}

a.slice-pp, a.slice-pp-sel {
	position:absolute;
	top:0px;
	left:515px;
	display:block; 
	width:83px;
	height:160px;
	background: url(img/slice_pp.png) no-repeat 0px 0px;	
}

/* a.tab-ta:hover,  */
a.slice-pp:hover, a.slice-pp-sel {
	background: url(img/slice_pp.png) no-repeat -83px 0px;		
}

a.slice-uvd, a.slice-uvd-sel {
	position:absolute;
	top:0px;
	left:598px;
	display:block; 
	width:83px;
	height:160px;
	background: url(img/slice_uvd.png) no-repeat 0px 0px;	
}

/* a.tab-ta:hover,  */
a.slice-uvd:hover, a.slice-uvd-sel {
	background: url(img/slice_uvd.png) no-repeat -83px 0px;		
}

.vert_sep
{
	position:absolute;
	top:0px;
	left:796px;
	width:2px;
	height:160px;
	background: url(img/vert_sep.png) no-repeat 0px 0px;	
}

a.slice-sw, a.slice-sw-sel {
	position:absolute;
	top:0px;
	left:798px;
	display:block; 
	width:83px;
	height:160px;
	background: url(img/slice_sw.png) no-repeat 0px 0px;	
}

/* a.tab-ta:hover,  */
a.slice-sw:hover, a.slice-sw-sel {
	background: url(img/slice_sw.png) no-repeat -83px 0px;		
}


img.large-icon
{
	margin-right:20px;
	float:left;
}

/*-----------------------------------------------------------------------------*/
/* Form Classes */
/*-----------------------------------------------------------------------------*/


.formInputField, .formInputFieldSmall
{ 
	padding-left:4px; 
	padding-right:4px; 
	border: 1px solid #545454; 
	text-decoration: none; 
	font-size:12px;	
}

.formInputFieldSmall
{
	width:200px;
	height:16px;	
}

.formMainText
{
/* 	color: #2a98e4; */
	color: #0d8ce4;
	position:relative;
	top:6px;
}

.formOptionalText
{
	color: #939393;
	position:relative;
	top:6px;	
}

.formInputSubmitButtonSmall, .formInputSubmitButtonSmallDiv
{	
	border: 0px solid #999999;
	background: #ffffff url(img/btn_small.png) no-repeat 0px 0px;

	font-size:12px;
	width: 93px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	padding-bottom:6px;
	color: #ffffff;
}

.formInputSubmitButtonSmallDiv
{
font-size:11px;
font-weight:normal;
text-align:center;
padding-top:6px;
}

.formLightGreyInput
{
	background-color:#e4e4e4;
}


.formInputSubmitButton 
{	
	border: 0px solid #999999;
	background: #ffffff url(img/btn1.png) no-repeat 0px 0px;

	font-size:12px;
	width: 93px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	padding-bottom:3px;
	color: #ffffff;
}


/*-----------------------------------------------------------------------------*/
/* Profile styles */
/*-----------------------------------------------------------------------------*/

div.prof_shapka_back
{
	position:relative;
	padding:0px;
	width: 640px;
	height: 180px;
	z-index:0;
	background: url(img/profile_top.jpg) no-repeat 0px 0px;	
}

div.prof_shapka
{
	padding:0px;
	width: 640px;
	height: 31px;
	background: url(img/prof_hor_bar.png) repeat-x 0px 0px;	
	/* 
	height: 180px;
	background: url(img/profile_top.jpg) no-repeat 0px 0px;	
	*/
}

.qk-login-bar
{
	padding:0px;
	height: 31px;
	background: url(img/qk_login_back.png) repeat-x 0px 0px;	
}

.prof-sublim
{
	position:relative;
	top:0px;
	font-size:10px;
	/* color:#828b8f; */
	color:#d8d9db;
}

.prof-links
{
	float:right;
	position:relative;
	top:0px;
	height:31px;
	padding-left:0px;
	padding-right:30px;
}

.prof-uname
{
	color: #525252;
	font-size:24px;
}

.prof-title
{
	color: #525252;
	font-size:18px; 
}

.playcard_pp
{
	width:165px;
	height:71px;
	background: url(img/playcard_pp.png) no-repeat 0px 0px;	
}

.playcard_uvd
{
	width:165px;
	height:71px;
	background: url(img/playcard_uvd.png) no-repeat 0px 0px;	
	margin-top:2px;
}

.grey-col-header
{
	height:22px;
	padding:0px;
	margin:0px;
}

.grey-row-light
{
	background-color:#ffffff;
}

.grey-row-dark
{
	background-color:#f7f7f7;
}

.prof-score
{
color:#e7e7e7;
width:0px;
}

.grey-table
{
	height:24px;
	background: url(img/grey_table_back.png) repeat-x 0px 0px;	

	
}

.qkFormInputSubmitButtonSmall
{	
	border: 0px solid #999999;
	background: #ffffff url(img/qk_login_btn.png) no-repeat 0px 0px;

	font-size:1px;
	width: 68px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-indent: -9999px;

/*
	position:relative;
	
	top:-10px; */
}

img.img_label
{
	position:relative;
	top:0px;
	padding:0px;
	padding-left:8px;
}

.modal {
	background-color:#fff;
	padding:10px;
	border:4px solid #3db2d7;
}

.modal_img {
	background-color:#fff;
	padding:10px;
	border:3px solid #3db2d7;
}

.top_username
{
	font-size:14px;
	font-weight:bold;
}

#control_overlay {
		background-color:#000;
	}



/*-----------------------------------------------------------------------------*/
/* IE min-width hack. */
.container {min-width:810px;}
* html .container { margin-left: 810px; position: relative; float:left; display: inline;}
* html .holder { position: relative; float: left; margin-left: -810px;}
.inside { width: 100%; } 