.hide {display: none;}

.sub_header {color: gray; font-size: 0.9em; margin: -20px 0 20px 0; }

.content_inline_pic { float: left; margin: 0 1em 0 0; }

.user_profile_table {
	width: 100%;
}
.user_profile_table th {
	font-style: italic;
	color: #666;
	font-size: 0.95em;
	width: 40%;
	padding: 4px 5px 4px 0 !important;
}
 
.user_profile_table td {
	width: 60%;
	padding: 4px 0 4px 5px !important;
}



/* Alphabet */
.alphabet { margin: 0 0 1em; }
.alphabet a,
.alphabet b {
	padding: 5px 0.5em;
}
.alphabet .dir span {
	background: #eee;
	padding: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-style: italic;
	color: #777;
}
 
.alphabet b {
	background: #007fff;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


/* Calendar */
.calendar {
    margin: 0 0 1.5em;
    background: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 0;
}
 
.calendar .month {
    margin: 0 0 20px;
}
 
.calendar .month,
.calendar .year {
    padding: 0 20px;
    position: relative;
    text-align: center;
    height: 1.2em;
}
 
.calendar .month .larr,
.calendar .year .larr {
    display: block;
    height: 16px;
    width: 8px;
    position: absolute;
    left: 15px;
    top: 0;
    background: url(../img/icons/cal_arrows.png) 0 -16px;
}
 
.calendar .month .larr:hover,
.calendar .year .larr:hover {
    background-position: 0 0;
}
 
.calendar .month .rarr,
.calendar .year .rarr {
    display: block;
    height: 16px;
    width: 8px;
    position: absolute;
    right: 15px;
    top: 0;
    background: url(../img/icons/cal_arrows.png) -8px -16px;
}
 
.calendar .month .rarr:hover,
.calendar .year .rarr:hover {
    background-position: -8px 0;
}
 
.calendar .week {
    padding: 0 20px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #e0e0e0;
    border-top: 1px dotted #e0e0e0;
}
 
.calendar .week span,
.calendar .week i {
    width: 37px;
    text-align: center;
    line-height: 28px;
    height: 28px;
    display: block;
    float: left;
}
 
.calendar .week span.we {
    color: #cc0000;
}
 
.calendar .days {
    padding: 0 20px;
    margin: 0 0 15px;
}
 
.calendar .days span,
.calendar .days i,
.calendar .days a,
.calendar .days b {
    width: 37px;
    text-align: center;
    line-height: 28px;
    height: 28px;
    display: block;
    float: left;
}
 
.calendar .days span {
    color: #a19e9e;
}
 
.calendar .days a.we:link,
.calendar .days a.we:visited {
    color: #cc0000;
}
 
.calendar .days a.we:hover,
.calendar .days a.we:active {
    color: #ff9999;
}
 
.calendar .days span.we {
    color: #d78484 !important;
}
 
.calendar .days .curr {
    background: #fff;
    border: 3px solid #6ea6e0;
    color: #000;
    width: 32px;
    height: 22px;
    line-height: 22px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.calendar .days .td {
	font-weight: bold;
	color: #000;
}


/* Slider_gallery */
.screens {
    background: #eee;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 2em;
}

.screens .slides,
.screens .slides li {
    height: 67px;
}

.screens .slides {
    margin: 0 0 1em;
    list-style: none;
    clear: both;
}

.screens .slides li {
    float: left;
    margin: 0 24px 0 0;
    width: 120px;
}


.screens .slides li a {
    display: block;
    width: 120px;
    height: 67px;
		overflow: hidden;
}


.screens .slides li a span {
    display: none;
}

.screens .slides li a.hovered {
    position: relative;
    text-decoration: none;
}

.screens .slides li a.hovered span {
    border: 4px solid #1e5083;
    width: 112px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
}


.screens .slides li a.hovered span em {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    background: url(/resources/img/bg/75_black.png);
}


.screens .slider_overflow {
    overflow: hidden;
}

.screens .slider {
    clear: both;
    height: 16px;
    margin: 0 56px;
    cursor: pointer;
    position: relative;
}

.screens .slider .slider_line {
    height: 2px;
    font-size: 0;
    background: #c5cbcc;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0 56px;
    left: -56px;
    top: 7px;
}

.screens .slider a.ui-slider-handle {
    display: block;
    width: 112px;
    height: 16px;
    background: url(/resources/img/button/slider_arm.png) 0 0;
    position: absolute;
    top: 0px;
    margin-left: -56px;
    z-index: 2;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    color: #666;
    font-size: 0.9em;
}

.screens .slider a.ui-slider-handle:hover {
    background-position: 0 -16px;
}

.screens .slider a.ui-slider-handle:active {
    background-position: 0 -32px;
}



.sortingDown {
	background-image: url("/resources/img/tablesorter/asc.gif") !important;
}
.sortingUp {
	background-image: url("/resources/img/tablesorter/desc.gif") !important;
}
.sortingNone {
	background-image: url("/resources/img/tablesorter/bg.gif");
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: bold;
	margin-left: -1px;
}

table.ps3codes  {
	width: 100%;
}

table.ps3codes th {
	padding: 0 17px 5px 5px;
}

table.ps3codes td {
	padding: 3px;
}


h2.news {
    position: relative;
    padding-left: 35px;
}

h2.news i {
    position: absolute;
    display: block;
    background: url(/resources/img/icons/sections.png) -254px 0;
    width: 29px;
    height: 33px;
    top: 0;
    left: 0;
}


h2.screens_game_list {
    position: relative;
    padding-left: 35px;
}

h2.screens_game_list i {
    position: absolute;
    display: block;
    background: url(/resources/img/icons/sections.png) -224px 0;
    width: 29px;
    height: 33px;
    top: 0;
    left: 0;
}


.more_news {
	margin-top: -1em;
}



.search_res_block {
    width: 100%;
    height: 50px;
    right: 0; }

.search_res_block #search_input {
    background: none;
    border: 1px solid #d2d7d9;
/*     position: absolute; */
    width: 530px;
    height: 29px;
    padding: 0 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }

.search_res_block #search_go {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(/resources/img/button/search.png);
    border: none;
    width: 81px;
    height: 21px;
    font-size: 1em;
    line-height: 21px;
    position: relative;
    right: 86px;
    top: 1px;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    font-family: Arial, Helvetica, sans-serif; }

.search_res_block #search_go:hover { background-position: 0 -21px; }
.search_res_block #search_go:active { background-position: 0 -42px; top: 6px; }

.search_res_block .examples {
    top: 33px;
    position: absolute;
    font-size: 0.9em;
    left: 12px; }
    
.screens_list{
	width: 120px; 
	height: 100px; 
	overflow: hidden; 
	float: left; 
	margin: 1em 1em;
}



/* flying frame */
.d-shadow { position: absolute; width: 455px; left: 50%; margin: 0 0 0 -250px; z-index: 1000; top: 0; }
.d-shadow-wrap { position: relative; width: 100%; padding: 15px 21px 0 21px; margin: -15px -21px 0 -21px; overflow: hidden; }
.d-sh-cn { position: absolute; background: url(../img/blog/flying_frame.png) no-repeat; left: -25px; z-index: -1; }
.d-sh-tl, .d-sh-tr { height: 3000px; top: -28px; }
.d-sh-tl, .d-sh-bl { width: 100%; }
.d-sh-tr, .d-sh-br { width: 25px; margin-left: 100%; }
.d-sh-bl, .d-sh-br { height: 28px; }
.d-sh-bl { left: -46px; padding-right: 42px; clip: rect(auto auto auto 25px); }
.d-sh-br { left: -4px; }
#copy_to_blog { display: none; }
#copy_to_blog_closer { height: 18px; width: 18px; background: url(../img/blog/close.gif) no-repeat; display: block; position: relative; float: right; }
#copy_to_blog_content h2 { text-align: left; font-size: 18px; margin: 0; padding-bottom: 0.5em; }
#to_blog_txt { width: 450px; margin: 3px 0pt; border: 1px solid rgb(167, 161, 154); font-size: 11px; }

.copy_to_blog_notyfy { color: #666; font-style: italic; margin: 4px 0; font-size: 11px; }

.to_blog_selector { padding: 0; border-bottom: 1px solid #C7C3E5; margin-left: 0; }
.to_blog_selector li { float: left; list-style-type: none; padding: 5px; margin: 0 10px 0 0; font-size: 11px; }
.to_blog_selector_active { background: #ECECF3; }
.to_blog_selector li a:link, .to_blog_selector li a:visited { color: #584F8C; border-bottom: 1px dashed #584F8C; text-decoration: none; }
.to_blog_selector li a:hover, .to_blog_selector li a:active { color: #F90; border-bottom: 1px dashed #F90; text-decoration: none; }

.to_blog_selector_active a:link, .to_blog_selector_active a:visited { color: #444 !important; border: none !important; cursor: default; }
.to_blog_selector_active a:hover, .to_blog_selector_active a:active { color: #444 !important; border: none !important; cursor: default; }

#copy_to_blog_content h2 sup { color: #B8B3DD; font-style: italic; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; } 



.form input.req{
	border: 1px solid #ff1b1b;
}

.form .desc_container {
	padding: 20px 0;
	color: #ff1b1b;
}

.form .req_desc {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 1em;
	border: 1px solid #ff1b1b;
}


/* Баннеры */
#banner_600x90 {
	text-align: center;
	margin-left: -20px;
}

#context table{
	margin: 0;
	
}

#context table td {
	padding: 0;
}

#context table td.tl {
		background: url(http://rose.ixbt.com/img/gray/t_l.jpg);
		width: 11px;
		height: 30px !important;
		padding: 0 !important;
}

#context table td.tc {
		background: url(http://rose.ixbt.com/img/gray/t.png);
		width: 251px;
		padding: 0 !important;
}

#context table td.tr {
		background:url(http://rose.ixbt.com/img/gray/t_r.png) no-repeat;
		width: 12px;
		padding: 0 !important;
}

#context table td.trl {
		background:url(http://rose.ixbt.com/img/gray/t_r_2.png) no-repeat left bottom;
		width: 12px;
		padding: 0 !important;
}

#context table td.tc div.tc_container {
		margin-top: -27px;
		position: absolute;
		width: 250px;
		height: 25px;
}

#context table td.tc div.tc_header{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color: #4e458e; 
	position: absolute;
	left: 0;
	top: 0;
}

#context table td.tc div.tc_right{
	position: absolute;
	right: 0;
	top: 0;
}

#context table td.bl {
	background: url(http://rose.ixbt.com/img/gray/b_l.png);
	height: 26px !important;
	padding: 0 !important;
}

#context table td.bc {
	background: url(http://rose.ixbt.com/img/gray/b.png);
	padding: 0 !important;
}

#context table td.br {
	background: url(http://rose.ixbt.com/img/gray/b_r.png);
	padding: 0 !important;
}

#context table td.brl {
	background: url(http://rose.ixbt.com/img/gray/b_r_2.png) no-repeat top left;	
	padding: 0 !important;
}


.news_navigator {
	text-align: center;
	font-size: 0.8em;
}

ul.quiz_links{
	list-style: none;
	display: table;
	margin-top: 2em;
	margin-left: 0;
}

ul.quiz_links li a{
	font-weight: normal;
}

div.news_source {
	margin-bottom: 1em;
}


// #quiz_r_header {
// 	font-size: 1.25em;
// 	font-weight: bold;
// }

h2#quiz_r_header {
    // padding-right: 50px;
}

/* В профиле таблица с оценками комментариев */
table.comments_vote_desc_tbl{
	width: 35%;
}
table.comments_vote_desc_tbl td.left{
	width: 80%;
	text-align: right;
}
table.comments_vote_desc_tbl td.right{
	width: 20%;
	text-align: center;
}


#ri_quiz.right_block .move_handler,
#ri_quiz.right_block.expanded .expand_collapse_handler {
    display: none;    
}

#ri_quiz .quiz_block > span {
    display: inline-block;
    margin-bottom: 1em;
}