div.frame.rating > div.left {
	width: 270px;
	padding-top: 140px;
	padding-bottom: 0px;
	position: absolute;
	top: 0px;
	left: 35px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.2);
	background-image: url(/pic/store/left-gradient.png);
	background-repeat: repeat-y;
	background-position: right top;
}
div.frame.rating > div.right {
	position: relative;
	width: 664px;
	margin-left: 274px;
	background: url(/pic/store/right-back.png) top right no-repeat;
}
div.frame.rating > div.right div.rating-stat {
	padding: 32px 0px;
}



/* ЛЕВОЕ МЕНЮ БИБЛИОТЕКИ */
div.frame.rating > div.left > ul.menu {
	list-style: none;
}
div.frame.rating > div.left > ul.menu + ul.menu {
	margin-top: 16px;
}
div.frame.rating > div.left > ul.menu li {
	display: block;
	position: relative;
}
div.frame.rating > div.left > ul.menu li:nth-child(3n+2) {
	background: url(/pic/store/menu/button1_n.jpg) top left no-repeat;
}
div.frame.rating > div.left > ul.menu li:nth-child(2n+1) {
	background: url(/pic/store/menu/button2_n.jpg) top left no-repeat;
}
div.frame.rating > div.left > ul.menu li:nth-child(2n+2) {
	background: url(/pic/store/menu/button3_n.jpg) top left no-repeat;
}
div.frame.rating > div.left > ul.menu li:hover:nth-child(3n+2) {
	background: url(/pic/store/menu/button1_s.jpg) top left no-repeat;
}
div.frame.rating > div.left > ul.menu li:hover:nth-child(2n+1) {
	background: url(/pic/store/menu/button2_s.jpg) top left no-repeat;
}
div.frame.rating > div.left > ul.menu li:hover:nth-child(2n+2) {
	background: url(/pic/store/menu/button3_s.jpg) top left no-repeat;
}
div.frame.rating > div.left > ul.menu li.active:nth-child(3n+2) {
	background: url(/pic/store/menu/button1_p.jpg) top left no-repeat;
}
div.frame.rating > div.left > ul.menu li.active:nth-child(2n+1) {
	background: url(/pic/store/menu/button2_p.jpg) top left no-repeat;
}
div.frame.rating > div.left > ul.menu li.active:nth-child(2n+2) {
	background: url(/pic/store/menu/button3_p.jpg) top left no-repeat;
}
div.frame.rating > div.left > ul.menu li:hover a {
	color: #43b1ec;
	-moz-text-shadow: 0 0 2px rgba(0,0,0,1);
    -webkit-text-shadow: 0 0 2px rgba(0,0,0,1);
    text-shadow: 0 0 2px rgba(0,0,0,1);
}
div.frame.rating > div.left > ul.menu li.active a {
	color: #43b1ec;
	-moz-text-shadow: 0 0 3px rgba(0,0,0,1);
    -webkit-text-shadow: 0 0 3px rgba(0,0,0,1);
    text-shadow: 0 0 3px rgba(0,0,0,1);
    background-image: url(/pic/store/menu/line_button_select.jpg), url(/pic/store/menu/line_button_select.jpg);
    background-position: 70px top, 70px bottom;
    background-repeat: no-repeat;
}
div.frame.rating > div.left > ul.menu li.active::before {
	content: " ";
	position: absolute;
	top: -200px;
	right: 0px;
	width: 1px;
	height: 200px;
	background: url(/pic/store/menu/line_gradient_t.jpg) center bottom no-repeat;
}
div.frame.rating > div.left > ul.menu li.active::after {
	content: " ";
	position: absolute;
	bottom: -200px;
	right: 0px;
	width: 1px;
	height: 200px;
	background: url(/pic/store/menu/line_gradient_b.jpg) center top no-repeat;
}
div.frame.rating > div.left > ul.menu li a {
	font-size: 14px;
	color: #3a74a6;
	padding-left: 20px;
	display: block;
	line-height: 30px;
}
div.frame.rating > div.left > ul.menu li:first-child {
	line-height: 36px !important;
	background: none !important;
	margin-bottom: 8px;
}
div.frame.rating > div.left > ul.menu li span {
	display: block;
	color: #f1e5d5;
	padding-left: 20px;
	-moz-text-shadow: 0 0 5px rgba(240,230,212,0.6);
    -webkit-text-shadow: 0 0 5px rgba(240,230,212,0.6);
    text-shadow: 0 0 5px rgba(240,230,212,0.6);
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}



/* ПРАВЫЙ ФРЕЙМ СТАТИСТИКИ */
div.switch-target > div.desc {
	position: absolute;
	top: 20px;
	z-index: 2;
	color: #121212;
	padding: 0px 20px;
}
div.switch-target div.desc > h3 {
	color: #f1e5d5;
	padding-top: 10px;
	padding-bottom: 6px;
	-moz-text-shadow: 0 0 5px rgba(240,230,212,0.6);
    -webkit-text-shadow: 0 0 5px rgba(240,230,212,0.6);
    text-shadow: 0 0 5px rgba(240,230,212,0.6);
    text-transform: uppercase;
}
div.switch-target div.desc > h3 a,
div.switch-target > table a.profile {
	display: inline-block;
	width: 22px;
	height: 22px;
	position: relative;
	top: 5px;
	background: url(/pic/rating/q_n.png) center center no-repeat;
}
div.switch-target > table a.profile {
	top: 7px !important;
}
div.switch-target div.desc > h3 a:hover,
div.switch-target > table a.profile:hover {
	background: url(/pic/rating/q_s.png) center center no-repeat;
}
div.switch-target div.desc > p {
	color: #9b8f81;
	font-size: 15px;
	padding-top: 5px;
	line-height: 20px;
}

div.switch-target > table.ladder,
div.switch-target > table.all {
	margin-top: 100px;
	width: 100%;
}
div.switch-target > table > thead::after {
	content: ' ';
	position: absolute;
	top: 158px;
	left: 0px;
	width: 653px;
	height: 2px;
	background: url(/pic/rating/th-bottom.jpg) center center no-repeat;;
}
div.switch-target > table > thead tr th {
	font-family: 'Noto Serif', 'PT Sans', 'Trebuchet MS', segoe ui, trebuchet ms, Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal !importatnt;
	line-height: 30px;
	color: #f1e5d5;
	-moz-text-shadow: 0 0 5px rgba(240,230,212,0.6);
    -webkit-text-shadow: 0 0 5px rgba(240,230,212,0.6);
    text-shadow: 0 0 5px rgba(240,230,212,0.6);
}
div.switch-target > table > thead tr th:nth-child(1),
div.switch-target > table > thead tr th:nth-child(3),
div.switch-target > table > thead tr th:nth-child(4) {
	text-align: center;
}
div.switch-target > table > thead tr th:nth-child(2) {
	text-align: left;
	padding-left: 70px;
}

div.switch-target > table > tbody tr td {
	border-top: 1px solid #0b0f12;
	border-bottom: 1px solid #26353a;
	line-height: 50px;
	font-size: 15px;
	color: #9b8f81;
}
div.switch-target > table> tbody div.avatar {
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	float: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 3px;
    width: 44px;
	height: 44px;
}
div.switch-target > table> tbody div.avatar img {
	width: 44px;
	height: 44px;
}

div.switch-target > table > tbody tr th,
div.switch-target > table > tbody tr td {
	padding: 2px 8px;
}
div.switch-target > table.all > tbody tr th:nth-child(1),
div.switch-target > table.all > tbody tr td:nth-child(1),
div.switch-target > table.all > tbody tr th:nth-child(3),
div.switch-target > table.all > tbody tr td:nth-child(3) {
	width: 60px;
	text-align: center !important;
}
div.switch-target > table.ladder > tbody tr th:nth-child(1),
div.switch-target > table.ladder > tbody tr td:nth-child(1),
div.switch-target > table.ladder > tbody tr th:nth-child(3),
div.switch-target > table.ladder > tbody tr td:nth-child(3),
div.switch-target > table.ladder > tbody tr th:nth-child(4),
div.switch-target > table.ladder > tbody tr td:nth-child(4) {
	width: 35px;
	text-align: center !important;
}
div.switch-target > table > thead tr th:nth-child(2),
div.switch-target > table > tbody tr td:nth-child(2) {
	width: 220px;
}
div.switch-target > table > tbody tr td:nth-child(1) span {
	display: inline-block;
	width: 20px;
	line-height: 20px;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	color: #121212;
	text-align: center;
	font-weight: bold;
}
div.switch-target > table > tbody tr td:nth-child(1) span.gold {
	background-color: #d7cc36;
	border: 1px solid #000;
}
div.switch-target > table > tbody tr td:nth-child(1) span.silver {
	background-color: #CFCFCF;
	border: 1px solid #000;
}
div.switch-target > table > tbody tr td:nth-child(1) span.bronze {
	background-color: rgba(201, 178, 116, 0.82);
	border: 1px solid #000;
}
div.switch-target > table > tbody tr:nth-child(even) {
	background-color: rgba(38,65,90,0.15);
}
div.switch-target > table > tbody tr.self {
	background-color: #251616 !important;
	cursor: default;
}