* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSans-Light'), url('/view/fonts/opensans/opensanslight.woff2') format('woff2'), url('/view/fonts/opensans/opensanslight.woff') format('woff'), url('/view/fonts/opensans/opensanslight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('/view/fonts/opensans/opensans.woff2') format('woff2'), url('/view/fonts/opensans/opensans.woff') format('woff'), url('/view/fonts/opensans/opensans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('/view/fonts/opensans/opensanssemibold.woff2') format('woff2'), url('/view/fonts/opensans/opensanssemibold.woff') format('woff'), url('/view/fonts/opensans/opensanssemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/view/fonts/opensans/opensansbold.woff2') format('woff2'), url('/view/fonts/opensans/opensansbold.woff') format('woff'), url('/view/fonts/opensans/opensansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('/view/fonts/roboto/Roboto.woff2') format('woff2'), url('/view/fonts/roboto/Roboto.woff') format('woff'), url('/view/fonts/roboto/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/view/fonts/roboto/Robotomedium.woff2') format('woff2'), url('/view/fonts/roboto/Robotomedium.woff') format('woff'), url('/view/fonts/roboto/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/view/fonts/roboto/Robotobold.woff2') format('woff2'), url('/view/fonts/roboto/Robotobold.woff') format('woff'), url('/view/fonts/roboto/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium'), local('Rubik-Medium'), url('/view/fonts/rubik/Rubikmedium.woff2') format('woff2'), url('/view/fonts/rubik/Rubikmedium.woff') format('woff'), url('/view/fonts/rubik/Rubikmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'rouble';
    src: url('/view/fonts/rouble/rouble.eot');
    src: url('/view/fonts/rouble/rouble.eot') format('embedded-opentype'),
         url('/view/fonts/rouble/rouble.woff2') format('woff2'),
         url('/view/fonts/rouble/rouble.woff') format('woff'),
         url('/view/fonts/rouble/rouble.ttf') format('truetype'),
         url('/view/fonts/rouble/rouble.svg#rouble') format('svg');
}



html {
	height: 100%;
}
body {
	font: 14px/21px Roboto;
	width: 100%;
	height: 100%;
	color: #232323;
}
img,
iframe {
	vertical-align: bottom;
}
a{
	color: #0061ca;
	text-decoration: none;
}
a:hover,
.views_game .content_views .info_lot a.value:hover {
	color: #fb1940;
}
.top_header .partner_menu li a:hover{
	text-decoration: underline;
}
a,
.views_game .header_views *,
.views_top_game a img,
.card_product .seller .add_question,
.bottom_header form input.form-submit{
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
.views_top_game a:hover img {
	opacity: 0.6;
}
strong{
	font-weight: 700;
}
textarea,
input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
.block_inside:after,
.clearfix:after,
.row:after,
article:after,
.views_reviews .row .ansver:after{
	content: "";
	display: table;
	width: 100%;
}
.block_inside {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}
strong {
	font-weight: 700;
}
.category_toggle,
.menu_toggle{
	display: none;
}
/********************** Header************************/
#header {
}
.top_header{
	background: #f6f6f6;
    height: 32px;
	font: 12px/18px Open Sans;
}
.header_partners{
	display: none;
}
.top_header .partner_menu{
	margin-top: 6px;
	float: left;
}
.top_header .partner_menu li{
	display: inline-block;
	margin-right: 36px;
}
.top_header .partner_menu li.mobile_link{
	display: none;
}
.top_header .partner_menu li a,
.top_header .partner_menu li span{
	color: #151515;
}
.top_header .partner_menu li span:hover{
	text-decoration: underline;
	cursor: pointer;
}
.basked {
	position: relative;
}
.top_header .content_air,
.basked .content_air{
	visibility: hidden;
	opacity:0;
}
.top_header .air_block:hover .content_air,
.basked:hover .content_air {
	visibility: visible;
	opacity:1;
	transition-delay:0s;
}
.header_air{
	display: none;
}
.inside_air{
	height: 250px;
}
 .right_navigation{
	float: right;
}
.right_navigation .air_block{
	float: left;
	margin-top: 3px;
	position: relative;
}
.right_navigation .air_block .change{
	padding: 5px 18px 5px 18px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 13;
}
.right_navigation .air_block:hover .change{
	background: #FFF;
    box-shadow: 0 -18px 35px rgba(53, 53, 53, 0.23);
}
.right_navigation .air_block .change .inside_change{
	position: relative;
	padding-right: 17px;
}
.right_navigation .air_block .change span {
	position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    text-align: center;
}
.right_navigation .air_block:hover .change span {
    background: #ffdf09;
}
.right_navigation .air_block .change span i{
	border: 4px solid transparent;
    border-top: 4px solid #003e82;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -4px;
}
.right_navigation .air_block .content_air,
.basked .content_air{
	display: block;
    background: #FFF;
    z-index: 11;
    box-shadow: 0 0 35px rgba(53, 53, 53, 0.23);
    position: absolute;
    top: 28px;
    left: 0;
    width: 260px;
    border-radius: 0 6px 6px 6px;
    padding: 18px 0;
}
.basked .content_air{
	position: absolute;
    top: 35px;
    right: -10px;
    left: unset;
    z-index: 7;
    border-radius: 6px 0 6px 6px;
}
.content_air .row{
	border-bottom: 1px solid #f0f0f0;
	padding: 16px 18px 13px;
}
.content_air .row:first-child{
	padding-top: 0;
}
.content_air .row:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.content_air .row img{
	float: left;
    border: 1px solid #e5e5e5;
    margin-right: 12px;
}
.content_air .row .info_air{
	float: right;
    width: calc(100% - 71px);
}
.content_air .row .title_node{
	display: block;
    font: 13px/14px Open Sans;
    margin-bottom: 7px;
}
.content_air .row .price{
	font: 500 16px/18px Rubik;
    color: #232323;
    float: left;
}
.content_air .row .add_card{
	background: transparent url(../images/css/icon_add_cart.png) no-repeat scroll 0 2px;
    float: left;
    padding-left: 16px;
    color: #0061ca;
    margin: 2px 0 0 19px;
	text-decoration: underline;
}
.content_air .row .add_card:hover{
	text-decoration: none;
}
.right_navigation .air_block.currency i.cur{
	font-style: normal;
    font-weight: 700;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    text-align: center;
    display: inline-block;
    background: #ececec;
    border-radius: 20px;
}
.right_navigation .air_block.currency .content_air {
	width: 102px;
    border-radius: 0 0 6px 6px;
}
.right_navigation .air_block.currency .content_air a{
	display: block;
    padding: 0 18px;
    margin-bottom: 10px;
}
.right_navigation .air_block.currency .content_air a:last-child{
	margin-bottom: 0;
}
.right_navigation .air_block.lang{
	text-transform: uppercase;
}
.right_navigation .air_block.lang i.lg{
	display: inline-block;
    width: 19px;
    vertical-align: top;
    height: 18px;
    margin-right: 5px;
    margin-top: -2px;
}
.right_navigation .air_block.lang i.ru{
	background: transparent url(../images/css/icon_rus.png) no-repeat scroll 0 0;
}
.right_navigation .air_block.lang i.en{
	background: transparent url(../images/css/icon_eng.png) no-repeat scroll 0 0;
}
.right_navigation .air_block.lang .content_air{
	width: 103px;
    left: 0;
    border-radius: 0 0 6px 6px;
}
.bottom_header {
	padding: 22px 0 24px;
}
.bottom_header a.logo{
	float: left;
	width: 173px;
	margin-right: 55px;
}
.bottom_header .search_block{
	width: 582px;
    float: left;
    position: relative;
}
.bottom_header form input.form-text{
	float: left;
    width: calc(100% - 84px);
    background: transparent url(../images/css/fon_search.png) repeat-x scroll 0 0;
    height: 33px;
    font: 13px Open Sans;
    color: #728ea3;
    padding: 0 15px;
	border: 1px solid transparent;
    position: relative;
    z-index: 9;
}
.bottom_header form input.form-text:focus {
	background: #FFF;
	border: 1px solid #ededed;
}
.bottom_header form input.form-submit{
	float: left;
    background: #0061ca;
    color: #FFF;
    font: bold 13px Open Sans;
    width: 84px;
    height: 33px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;

}
.bottom_header .add_lot{
	border: 1px solid #ffde00;
    border-radius: 5px;
    height: 33px;
    float: left;
    padding: 0 16px;
	font: 13px/29px Open Sans;
    color: #151515;
    margin-left: 26px;
}
.bottom_header .add_lot:hover{
	background: #ffde00;
}
.bottom_header .add_lot span{
	padding-left: 26px;
    background: transparent url(../images/css/icon_plus.png) no-repeat scroll 0 center;
    display: inline-block;
}
.bottom_header .basked {
    float: right;
}
.bottom_header .basked .basked_block{
	padding: 10px 10px 0 10px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    z-index: 8;
    float: left;
    margin-right: -10px;
    margin-top: -10px;
    position: relative;
}
.bottom_header .basked:hover .basked_block {
	background: #FFF;
    box-shadow: 0 -14px 35px rgba(53, 53, 53, 0.23);
}
.bottom_header .basked .basked_block .inside_basked{
	background: transparent url(../images/css/icon_basked.png) no-repeat scroll 0 0;
    float: left;
    padding-left: 51px;
    position: relative;
}
.bottom_header .basked .title{
	display: block;
	font: bold 14px/14px Open Sans;
    color: #002e62;
}
.bottom_header .basked .mobile_quantity{
	display: none;
}
.bottom_header .basked .info_basked{
	font: 11px Open Sans;
    color: #333333;
}
.bottom_header .basked .info_basked span{
	color: #0061ca;
}
.basked .content_air .namber_product{
	font: 12px Roboto;
    color: #0061ca;
    margin-bottom: 4px;
}
.basked .content_air .sum_block{
	float: left;
    padding: 13px 20px 0 20px;
    width: 100%;
    text-align: center;
	position: relative;
}
.basked .content_air .sum_block:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbecff+0,e7f3ff+46,ffffff+100 */
	background: rgb(219,236,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(219,236,255,1) 0%, rgba(231,243,255,1) 46%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(219,236,255,1) 0%,rgba(231,243,255,1) 46%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(219,236,255,1) 0%,rgba(231,243,255,1) 46%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbecff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	content: "";
	height: 30px;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.basked .content_air .product_sum{
	position: relative;
	z-index: 9;
}
.basked .content_air .inside_air {
    height: 340px;
}
.basked .content_air .row{
	position: relative;
}
.basked .content_air .row:first-child .delete {
    top: 3px;
}
.basked .content_air .row .delete{
	background: transparent url(../images/css/delete_basked.png) no-repeat scroll 0 0;
    position: absolute;
    width: 9px;
    height: 9px;
    right: 16px;
    top: 19px;
}
.basked .content_air .row:last-child{
	padding-bottom: 18px;
}
.basked .content_air .product_sum div {
	display: inline-block;
}
.basked .content_air .product_sum div.namber{
	font: 12px Open Sans;
    color: #8c8c8c;
}
.basked .content_air .product_sum div.price{
	font: 500 24px Rubik;
    color: #232323;
	margin-left: 4px;
}
.basked .content_air .order_product {
	margin: 10px 0 10px 0;
}
.basked .content_air .order_product a{
	width: 182px;
    display: inline-block;
	font: 19px/42px Open Sans;
    background: #ffdf09;
    border-radius: 5px;
    color: #151515;
}
.basked .content_air .chenge{
	display: inline-block;
    background: transparent url(../images/css/edit_order.png) no-repeat scroll 0 center;
    padding-left: 28px;
    color: #0061ca;
}
.bottom_header .tips{
	position: absolute;
    top: 33px;
	display: none;
    background: #FFF;
    width: calc(100% - 84px);
    z-index: 8;
    box-shadow: 0 0 35px rgba(53, 53, 53, 0.23);
    border-radius: 0 0 5px 5px;
}
.bottom_header .tips .title_tips{
	padding: 16px 17px;
    background: #f6f6f6;
    font: 500 14px Roboto;
    margin-bottom: 8px;
}
.bottom_header .tips a.row{
	display: block;
    font: 13px Roboto;
    color: #181818;
    padding: 7px 16px;
}
.bottom_header .tips a.row:hover{
	background: #ebf5ff;
}
.bottom_header .tips a.row:last-child{
	margin-bottom: 12px;
}

#container {
	float: left;
	width: 100%;
}
#content.lb_on {
	padding: 0 0 0 228px;
}

/*Главная страница*/
/*Акции - Слайдер + 2 игры*/
.top_product{
	margin-bottom: 25px;
}
.top_product a.row {
	position: relative;
}
.action_game {
	float: left;
    width: 650px;
    position: relative;
}
.action_game .row:after {
	background: transparent url(../images/css/shadow_big.png) no-repeat scroll 0 bottom;
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
}
.action_game .row:before {
	background: transparent url(../images/css/action_line.png) no-repeat scroll 0 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 111px;
    height: 64px;
}
.action_game .row .action {
	position: absolute;
    top: 16px;
    left: 15px;
    color: #1f1f1f;
    font: bold 14px Open Sans;
    text-transform: uppercase;
    transform: rotate(-32deg);
}
.action_game .info_game {
	position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    z-index: 9;
    padding: 0 35px 26px;
    width: 100%;
}

.action_game .info_game span.title_game{
	font: bold 36px Open Sans;
    display: block;
    letter-spacing: -2px;
}
.action_game .info_game span.desc_game{
	font: 14px/18px Open Sans;
    display: block;
    margin: 3px 0 7px;
    width: 80%;
}
.action_game .info_game span.price{
	font: bold 26px Open Sans;
    display: block;
    margin-bottom: 16px;
}
.action_game .info_game span.price span {
	display: inline-block;
    font-weight: 500;
}
.action_game .info_game span.buy{
    font: bold 16px/38px Open Sans;
    height: 38px;
    color: #ffde00;
    width: 102px;
    border: 1px solid #ffde00;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.action_game .slick-dots {
	position: absolute;
    right: 33px;
    bottom: 31px;
}
.action_game .slick-dots li {
	display: inline-block;
	margin-left: 5px;
}
.action_game .slick-dots li button {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: #FFF;
	border-radius: 10px;
	width: 9px;
	height: 9px;
	border: none;
}
.action_game .slick-dots li.slick-active button {
	background: #ffde00;
}

.two_game {
	float: right;
    width: 322px;
}
.two_game .row {
	position: relative;
    display: block;
}
.two_game .row:after{
    background: transparent url(../images/css/shadow_small.png) no-repeat scroll 0 bottom;
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 138px;

}
.two_game .row .content_row{
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px 20px;
    color: #FFF;
    width: 100%;
    z-index: 3;
}
.two_game .row .content_row span{
	display: block;
}
.two_game .row .content_row span span{
	display: inline-block;
    font-weight: 500;
}
.two_game .row .name {
    font: bold 26px Open Sans;
    letter-spacing: -1px;
}
.two_game .row .price {
    font: 600 20px Open Sans;
    margin: 2px 0 6px;
}
.two_game .row .buy {
    font: 600 13px Open Sans;
    color: #ffde00;
}

/*Тизера игр - на главной*/
.views_game.front_views {
	float: left;
	width: calc(100% - 250px);
}
.views_game .header_views{
	text-align: center;
	margin-bottom: 30px;
}
.views_game .header_views div{
	display: inline-block;
    font: 19px Open Sans;
    color: #18469a;
    margin-right: 34px;
    cursor: pointer;
    padding: 0 23px;
}
.views_game .header_views div:last-child{
	margin-right: 0;
}
.views_game .header_views div span {
    border-bottom: 1px dashed #bababa;
    padding-bottom: 3px;
}
.views_game .header_views div.active {
    background: #ffdf09;
    line-height: 42px;
    border-radius: 5px;
    color: #151515;
}
.views_game .header_views div.active span,
.views_game .header_views div:hover span {
	border-bottom: 1px dashed transparent
}
.views_game .content_views .row {
	display: inline-block;
    width: 222px;
    margin-right: 19px;
    margin-bottom: 30px;
    vertical-align: top;
    padding-bottom: 20px;
}
.views_game.front_views .content_views .row{
    margin-right: 13px;
    margin-bottom: 40px;
}
.views_game.front_views .content_views .row:nth-child(3n){
	margin-right: 0;
}
.views_game.recommend .content_views .row:last-child,
.views_game.similar .content_views .row:last-child {
	margin-right: 0;
}
.views_game .content_views .row .photo_game{
	display: block;
    border: 1px solid #dddddd;
}
.views_game .content_views .row .photo_game img {
    width: 100%;
}
.views_game .content_views .row .name_game{
	display: block;
    font: 15px/18px Open Sans;
    margin: 21px 0 10px;
}
.views_game .content_views .info_lot{
	font: 12px/18px Open Sans;
    color: #7f7f7f;
    margin-bottom: 11px;
}
.views_game .content_views .info_lot .label{
	float: left;
	width: 80px;
	padding-right: 10px;
}
.views_game .content_views .info_lot .value{
	float: right;
	width: calc(100% - 80px);
	color: #0050a7;
}
.views_game .new_grup{
	display: none;
}
.views_game .content_views .price{
	float: left;
    font: 500 20px Rubik;
    color: #232323;
}
.views_game .content_views .price .label {
	display: inline;
    font: 14px Roboto;
    margin-right: 3px;
}
.views_game .path_product{
	display: none;
}
.views_game.search_views .path_product {
    font: 13px Roboto;
	margin-bottom: 10px;
	display: block;
}
.views_game.four_grid .content_views .row{
	margin-right: 23px;
}
.views_game.four_grid .content_views .row:nth-child(4n),
.views_game.five_grid .content_views .row:nth-child(5n) {
	margin-right: 0;
}

/*Страница каталога*/
.capalog_page .views_game .content_views .row {
	width: 230px;
	margin-right: 13px;
}
.capalog_page .views_game.list_style .content_views .row .photo_game {
	width: 230px;
	border: 1px solid #dddddd;
}

.views_game .content_views .row.popular {
	background: #fffce8;
}
.views_game .content_views .row.popular .photo_game{
    border: 6px solid #ffde00;
}
.views_game .content_views .row.popular .name_game {
	margin: 14px 0 12px;
    padding: 0 13px;
}
.views_game .content_views .row.popular .info_lot {
	padding: 0 13px;
    margin-bottom: 13px;
}
.views_game .content_views .row.popular .price{
	padding-left: 13px;
}
.views_game .content_views .row.popular .bookmarks{
	padding-right: 13px;
}
.views_game.list_style .content_views .row.popular .name_game,
.views_game.list_style .content_views .row.popular .info_lot {
	padding: 0;
}
.capalog_page .views_game.list_style .content_views .row.popular .bookmarks{
	left: 257px;
}
.capalog_page .views_game.list_style .content_views .row.popular {
    border-top: 3px solid #ffde00;
	padding-top: 22px;
}
.views_game.list_style .content_views .row.popular .price {
	top: 74px;
}
/*Стиль списка*/
.views_game.list_style .content_views .row{
	width: 100%;
	margin-right: 0;
	border-bottom: 1px solid #e9e9e9;
    margin-bottom: 22px;
    padding-bottom: 22px;
	position: relative;
}
.views_game.list_style .content_views .row .photo_game{
	float: left;
    width: 222px;
    margin-right: 27px;
	height: 138px;
	overflow: hidden;
}
.views_game.list_style .content_views .row .path_product{
	display: block;
}
.views_game.list_style .content_views .row .name_game,
.views_game.list_style .content_views .row .path_product,
.views_game.list_style .content_views .row .info_lot{
	float: left;
    width: calc(100% - 380px);
}
.views_game.list_style .content_views .row .name_game {
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.views_game.list_style .content_views .row .path_product{
	font: 13px Roboto;
    margin-bottom: 12px;
}
.views_game.list_style .content_views .row .bookmarks{
	margin-left: 0;
    position: absolute;
    left: 249px;
    bottom: 23px;
    margin-top: 0;
}
.views_game.list_style .content_views .row .price{
	position: absolute;
    right: 0;
    width: 150px;
    text-align: right;
    top: 52px;
    font-size: 28px;
}
.views_game.list_style .content_views .row:last-child{
	border-bottom: none;
}
.views_game .bookmarks,
.card_product .left_info .bookmarks{
	background: transparent url(../images/css/icon_bookmark.png) no-repeat scroll 0 4px;
    float: right;
    font: 13px Open Sans;
    padding-left: 22px;
    margin-top: 1px;
}
.views_game.table_grid .bookmarks{
	color: #232323;
}
.views_game.table_grid .bookmarks.added,
.views_game.table_grid .bookmarks:hover{
	background: transparent url(../images/css/icon_bookmark_act.png) no-repeat scroll 0 4px;
	color: #0061ca;
}
.price span {
	font-family: rouble;
}
.more{
	text-align: center;
}
.more a{
	border-radius: 5px;
    border: 1px solid #ffde00;
    width: 198px;
    display: inline-block;
    font: 16px/40px Open Sans;
    color: #151515;
}
.more a:hover{
	background: #ffde00;
}

/*Страница поиска*/
.search_page .search_result{
	font: 27px Roboto;
    color: #aeaeae;
    margin-bottom: 20px;
}
.search_page .search_result b{
	font-weight: 600;
	color: #151515;
}
.search_page .search_result sup{
	font-size: 18px;
    color: #0061ca;
}
.search_page .row_search{
	margin-bottom: 10px;
}
.search_page .row_search:last-child{
	margin-bottom: 0;
}
.views_game.search_views .views_header{
	background: #f6f6f6;
    font: 500 18px Roboto;
    margin: 30px 0 0;
    padding: 10px 17px 14px;
}
.views_game.search_views .sorting_block{
	border-top: none;
    margin-top: 2px;
}

/*Страница таблицы*/
.views_game.table_grid .sorting_block {
	margin-bottom: 0;
}
table {
    border-collapse: collapse;
}
.views_game.table_grid .content_views{
	margin-bottom: 30px;
}
.views_game.table_grid table{
	width: 100%;
}
.views_game.table_grid table thead{
	background: #f5f5f5;
    font: 500 13px Roboto;
    text-align: left;
}
.views_game.table_grid table thead tr th{
	height: 36px;
	padding: 0 16px;
}
.views_game.table_grid table tr td{
	height: 76px;
    padding: 10px 16px;
    border-bottom: 1px solid #ececec;
}

.views_game.table_grid table .name_col{
	width: 382px;
}
.views_game.table_grid table .seller_col{
	width: 174px;
}
.views_game.table_grid table .number_sales{
	width: 160px;
}
.views_game.table_grid table .price_col{
	text-align: center;
	width: 88px;
}
.views_game.table_grid table .bookmark_col{
	text-align: center;
}
.views_game.table_grid table td.seller_col,
.views_game.table_grid table .price_col,
.views_game.table_grid table .bookmark_col {
	font-size: 13px;
	line-height: 19px;
}
.views_game.table_grid .content_views .price{
	float: none;
    display: inline-block;
	font-size: 18px;
}
.views_game.table_grid .bookmarks{
	float: none;
    display: inline-block;
}
.views_game.table_grid .more{
	margin-top: 26px;
}

/*Регистрация продавца*/


/*правый сайт бар*/
.right_bar{
	float: right;
	width: 250px;
}
.views_top_game a{
	position: relative;
	background: #000;
	display: block;
	margin-bottom: 14px;
}
.views_top_game a img {
	opacity: 0.45;
}
.views_top_game a span{
	position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    color: #FFF;
    font: 600 20px/24px Open Sans;
    margin-top: -12px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	left: 0;
}

.views_statistic{
	background: #ffde00;
    margin-top: 20px;
    text-align: center;
	margin-bottom: 20px;
}
.views_statistic .title_block{
	font: 600 16px Open Sans;
    color: #151414;
    padding: 18px 0 13px;
}
.views_statistic .content_statistic a {
	display: inline-block;
    width: calc(50% - 2px);
    line-height: 16px;
}
.views_statistic .content_statistic a * {
	display: block;
	color: #151414;
}
.views_statistic .content_statistic a i{
	height: 52px;
    margin-bottom: 14px;
}
.views_statistic .content_statistic a:first-child i {
    background: transparent url(../images/css/i_statistic_seler.png) no-repeat scroll center 0;
}
.views_statistic .content_statistic a:last-child i {
    background: transparent url(../images/css/i_statistic_sales.png) no-repeat scroll center 0;
}
.views_statistic .content_statistic a span.namber {
    font: bold 16px/16px Open Sans;
}
.views_statistic .content_statistic a span.description{
    font: 13px Open Sans;
}
.views_statistic .footer_statistic {
	background: #0061ca;
    margin-top: 21px;
    color: #FFF;
    padding: 13px 0;
    font: 13px/13px Open Sans;
}
.views_statistic .footer_statistic .namber{
	display: inline-block;
    font: bold 28px/28px Open Sans;
    background: transparent url(../images/css/icpn_cart.png) no-repeat scroll 0 2px;
    padding-left: 35px;
}
.views_statistic .footer_statistic .text_info{
	display: inline-block;
    text-align: left;
    margin-left: 10px;
}
#right_bar .info_wm{
	box-shadow: 3px 0 18px rgba(0, 1, 1, 0.07);
    padding: 68px 16px 30px 16px;
    font: 12px/16px Roboto;
    border-radius: 6px;
    background: transparent url(../images/css/info_wm_small.png) no-repeat scroll 16px 12px;
}
#right_bar .info_wm p{
	margin-bottom: 16px;
}
#right_bar .info_wm p:last-child{
	margin-bottom: 0;
}
#right_bar .info_wm .top_text{
	border-bottom: 1px solid #e2e2e2;
    margin-bottom: 17px;
    padding-bottom: 16px;
}
#right_bar .info_wm .dop_desc{
	color: #9d9d9d;
}
#right_bar .info_wm{

}
#right_bar .info_wm{

}
#right_bar .info_wm{

}


/*breadcrumbs*/
#breadcrumbs{
	margin-bottom: 20px;
}
#breadcrumbs .menu_category {
	width: 205px;
    float: left;
    position: relative;
}
#breadcrumbs .menu_category .content_menu {
	display: none;
}
#breadcrumbs .breadcrumps_inside {
	float: left;
    padding-left: 30px;
    font: 13px Roboto;
    width: calc(100% - 205px);
    color: #181818;
    padding-top: 12px;
}
#breadcrumbs .breadcrumps_inside a{
	color: #0061ca;
}
#breadcrumbs .breadcrumps_inside a:hover{
	text-decoration: underline;
}
#breadcrumbs .breadcrumps_inside span.b_sep {
	margin: 0 6px;
}

/*Page 404*/
.node_error {
	padding: 95px 0 150px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 36px;
    overflow: hidden;
}
.node_error .title_error{
	float: left;
    font: 500 168px/144px Roboto;
    width: 274px;
    text-align: right;
    margin-right: 55px;
    letter-spacing: -4px;
}
.node_error .title_error div {
	font: 500 51px Roboto;
    color: #0061ca;
    padding-right: 14px;
    letter-spacing: 0;
}
.node_error .content_error .title_content{
	font: 28px Roboto;
    margin-bottom: 13px;
}
.node_error .content_error{
	float: left;
    width: calc(100% - 339px);
    padding-left: 48px;
    position: relative;
    margin-top: 81px;
    font: 16px/26px Roboto;
}
.node_error .content_error:after {
	position: absolute;
    content: "";
    height: 132px;
    width: 4px;
    background: #f6f6f6;
    left: 0;
    top: -12px;
}
.views_game.best_apps .header_views {
	font: 24px Roboto;
    text-align: left;
    margin-bottom: 40px;
}
.views_game.best_apps .content_views .row {
	margin-right: 18px;
}
.views_game.best_apps .content_views .row:last-child {
	margin-right: 0;
}

/*Все игры*/
h1 {
	font: 500 33px Roboto;
    margin-bottom: 24px;
}
.views_list_full .views_filter .letter_filter{
    margin: 25px 0 23px 0;
}
.views_list_full .views_filter .letter_filter ul li {
	display: inline-block;
    margin-right: 3px;
    margin-bottom: 7px;
}
.views_list_full .views_filter .letter_filter ul li:first-child a{
    width: 48px;
}
.views_list_full .views_filter .letter_filter ul li a,
.views_list_full .views_filter .letter_filter ul li span {
	display: block;
    width: 26px;
    height: 26px;
    color: #181818;
    border: 1px solid #e0e0e0;
    text-align: center;
    font: 14px/26px Roboto;
}
.views_list_full .views_filter .letter_filter ul li span{
	background: #eeeeee;
}
.views_list_full .views_filter .letter_filter ul li a:hover,
.views_list_full .views_filter .letter_filter ul li a.active {
	background: #ffde00;
	border-color: #ffde00;
}

.views_list_full .views_filter .main_filter .filter_lang a {
	background: transparent url(../images/css/icon_lang_big.jpg) no-repeat scroll 0 0;
    width: 28px;
    height: 28px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 2px;
	position: relative;
}
.views_list_full .views_filter .main_filter .filter_lang a.ru {
	background-position: -34px 0;
}
.views_list_full .views_filter .main_filter .filter_lang a.active:after{
	border: 2px solid #acd4ff;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -1px;
    border-radius: 30px;
    top: -1px;
    content: "";
}
.views_list_full .views_filter .main_filter .filter_lang,
.views_list_full .views_filter .main_filter .filter_genre {
	float: left;
}
.views_list_full .views_filter .main_filter .filter_genre {
	margin-left: 11px;
	overflow: hidden;
	width: 195px;
}
select{
	display: block;
    border: 1px solid #e0e0e0;
    font: 13px Roboto;
    height: 28px;
    width: 100%;
    padding: 0 20px 0 10px;
    background: transparent url(../images/css/arrow-select.png) no-repeat scroll calc(100% - 9px) center;
    cursor: pointer;
      -webkit-appearance: none;
      /* for FF */
      -moz-appearance: none;
      text-indent: 0.01px;
      text-overflow: '';
      /* for IE */
      -ms-appearance: none;
      appearance: none!important;

}
select option {
    font: 13px Roboto;
    padding: 5px 0 5px 5px;
}
.views_list_full .grup {
	display: inline-block;
	vertical-align: middle;
	width: calc(25% - 4px);
	padding-right: 10px;
	margin-bottom: 22px;
}
.views_list_full .grup .title_grup {
	font: 500 30px Roboto;
    margin-bottom: 20px;
}
.views_list_full .grup ul li {
	display: block;
	list-style: none;
	margin-bottom: 8px;
}
.views_list_full .grup ul li:last-child{
	margin-bottom: none;
}
.views_list_full .grup ul li a{
	display: block;
    font: 14px Roboto;
    color: #0050a7;
}
.views_list_full .grup ul li a:hover {
	text-decoration: underline;
}

/*Страница игры*/
.node_product img{
	float: left;
}
.node_product .info_product{
	float: right;
    width: calc(100% - 225px);
}
.node_product .fild_product .fild {
	margin-bottom: 6px;
}
.node_product .fild_product .fild .label {
	float: left;
    width: 125px;
    padding-right: 15px;
    font-weight: 300;
}
.node_product .fild_product .fild .value {
	float: left;
    width: calc(100% - 125px);
    font-weight: 500;
}
.views_game .sorting_block {
	margin: 23px 0;
    border-top: 1px solid #e9e9e9;
    padding: 12px 0;
    border-bottom: 1px solid #e9e9e9;
}
.views_game .sorting_block .sort_grup .label {
	margin-right: 9px;
    font: 13px/28px Roboto;
    float: left;
    color: #878787;
}
.views_game .sorting_block .sorting,
.views_game .sorting_block .show {
	float: left;
	margin-right: 24px;
}
.views_game .sorting_block .sorting .select_conteiner,
.views_game .sorting_block .show .select_conteiner {
	float: left;
	width: 195px;
}
.views_game .sorting_block .visible .select_conteiner {
	float: left;
	width: 60px;
}
.views_game .sorting_block .visible,
.views_game .sorting_block .variant_display {
	float: right;
}
.views_game .sorting_block .visible {
	margin-right: 24px;
}
.views_game .sorting_block .variant_display div {
	float: left;
	width: 28px;
	height: 28px;
	position: relative;
	cursor: pointer;
}
.views_game .sorting_block .variant_display div.active {
	background: #ffde00;
	border-radius: 32px;
}
.views_game .sorting_block .variant_display div span {
	background: transparent url(../images/css/icon_variant_display.png) no-repeat scroll 0 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}
.views_game .sorting_block .variant_display div.table_type span {
	background: transparent url(../images/css/icon_table_grid.png) no-repeat scroll 0 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
}
.views_game .sorting_block .variant_display div.table_type.active span{
	background-position: 0 -10px;
}
.views_game .sorting_block .variant_display div.list_type span {
	width: 12px;
    height: 8px;
    margin-left: -6px;
    margin-top: -4px;
}
.views_game .sorting_block .variant_display div.gallery_type span {
	width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    background-position: -12px 0;
}
.views_game .sorting_block .variant_display div.list_type.active span {
	background-position: 0 -10px;
}
.views_game .sorting_block .variant_display div.gallery_type.active span {
	background-position: -12px -10px;
}


/*Карточка продукта*/
.card_product .left_info {
	float: left;
    width: 298px;
    border-right: 1px solid #e9e9e9;
    margin-right: 52px;
    padding-bottom: 16px;
}
.card_product .left_info .content_fild {
    margin: 13px 0 17px 0;
}
.card_product .left_info .statistic_product {
	margin-bottom: 17px;
}
.seller_data .views_reviews{
	margin-top: 40px;
}
.seller_data .card_product .left_info .statistic_product {
	margin-bottom: 13px;
}
.card_product .left_info .statistic_product .fild .label {
	float: left;
    width: 72px;
    padding-right: 10px;
}
.card_product .left_info .statistic_product .fild .value{
	float: left;
    width: calc(100% - 72px);
    color: #0061ca;
}
.card_product .left_info .statistic_product .fild .value span {
	color: #a5a5a5;
    margin-left: 12px;
    font-size: 13px;
}
.card_product .left_info .bookmarks {
	margin-left: 0;
    margin-top: 0;
    float: left;
}
.card_product .basket_block {
	float: left;
    width: 390px;
}
.card_product .basket_block .price {
	float: left;
    width: 156px;
    padding-right: 10px;
    padding-left: 6px;
}
.card_product .basket_block .price .value {
    font: 500 28px Roboto;
    margin: -2px 0 0 0px;
}
.card_product .basket_block .currency {
	float: left;
    width: calc(100% - 166px);
    background: transparent url(../images/css/bg_currency.jpg) no-repeat scroll 0 0;
    height: 41px;
    margin: 8px 0 0 3px;
}
.card_product .buy_btn{
    margin: 31px 0 23px;
}
.buy_btn a {
    height: 42px;
    text-align: center;
    border-radius: 6px;
    font: 16px/42px Open Sans;
	display: inline-block;
}
.card_product .buy_btn a.buy_nav,
.buy_btn a.notify {
    color: #151515;
	width: 210px;
	margin-right: 10px;
    background: #ffdf09;
}
.card_product .buy_btn a.buy_nav:hover,
.buy_btn a.notify:hover{
    background: #f3d300;
}
.card_product .buy_btn a.add_basket,
.buy_btn a.more_autor{
	background: #0061ca;
	color: #FFF;
	font-weight: 600;
	width: 160px;
}
.card_product .buy_btn a.add_basket:hover,
.buy_btn a.more_autor:hover,
.bottom_header form input.form-submit:hover{
	background: #0058b7;
}
.card_product .rules {
	float: left;
    width: 212px;
    padding-left: 27px;
    position: relative;
    font: 12px/18px Roboto;
    cursor: pointer;
}
.card_product .rules input{
	display: none;
}
.card_product .rules label:after{
	width: 14px;
    height: 14px;
    background: #ffdf09;
    content: "";
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 11px;
}
.card_product .rules input:checked + label:before {
	background: transparent url(../images/css/i_check.png) no-repeat scroll 0 0;
    content: '';
    width: 10px;
    position: absolute;
    height: 8px;
    left: 2px;
    top: 14px;
    z-index: 12;
}
.card_product a.make {
	float: right;
    font: 13px Roboto;
    text-decoration: underline;
    color: #0061ca;
    margin: 7px 3px 0 0;
}
.card_product a.make:hover{
	text-decoration: none;
}
.card_product .seller {
	float: right;
    width: 394px;
    margin: 8px 0 0 0;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 11px 14px 14px 14px;
}
.card_product .seller .title {
	font: 15px Roboto;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
.card_product .seller .info_seller {
	margin-bottom: 10px;
}
.card_product .seller .info_seller .certificate {
	float: left;
}
.card_product .seller .info_seller .contact_seller{
	float: right;
    color: #7f7f7f;
    width: calc(100% - 81px);
    margin-top: -2px;
}
.card_product .seller .info_seller .contact_seller .fild  {
    margin-bottom: 3px;
}
.card_product .seller .info_seller .contact_seller .label {
	float: left;
    width: 94px;
    padding-right: 10px;
}
.card_product .seller .info_seller .contact_seller .value {
	float: left;
	width: calc(100% - 94px);
}
.card_product .seller .add_question {
	float: left;
    border: 1px solid #ffde00;
    width: 126px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    font: 13px/29px Open Sans;
    height: 33px;
    margin-right: 20px;
}
.card_product .seller .add_question:hover{
	background: #ffde00;
}
.card_product .seller .report {
	font: 13px/29px Roboto;
	float: left;
    text-decoration: underline;
	color: #0061ca;
}
.card_product .seller .report:hover{
	text-decoration: none;
}
.discount_block_product {
	background: #fff7e8;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding: 22px 16px 18px 65px;
    margin: 30px 0 35px;
}
.discount_block_product:after{
	border: 45px solid transparent;
    border-left: 40px solid #ffdf09;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}
.discount_block_product:before{
	background: #FFF;
    width: 9px;
    height: 9px;
    content: "";
    position: absolute;
    left: 17px;
    top: 40px;
    border-radius: 34px;
    z-index: 9;
}
.seller_data .discount_block_product:before{
	left: 18px;
    top: 63px;
}
.discount_block_product .title_discount {
	float: left;
    width: 210px;
    color: #ff7800;
    font: bold 24px/22px Roboto;
}
.discount_block_product .title_discount span{
    font: 300 17px Roboto;
}
.discount_block_product .desc_discount {
	float: left;
    margin-left: 75px;
    font: 13px/21px Roboto;
    padding-top: 2px;
}
.discount_block_product .discount_size {
	float: right;
    background: #FFF;
    padding: 7px 48px 10px 43px;
    border-radius: 6px;
    font: 19px Roboto;
}
.discount_block_product .value_discount {
	float: left;
    margin-left: 36px;
    padding-top: 3px;
}
.discount_block_product .discount {
	width: 50px;
    float: left;
    position: relative;
	text-align: center;
}
.discount_block_product .discount:before {
	background: transparent url(../images/css/icon_select_light.png) no-repeat scroll 0 0;
    content: "";
    width: 13px;
    height: 8px;
    position: absolute;
    right: -20px;
    top: 9px;
}
.discount_block_product .discount select {
    font: bold 19px Roboto;
    color: #0061ca;
    width: 100%;
    border: none;
	padding: 0;
    background-image: none;
	border-bottom: 1px dashed #3d3d3d;
}
.text_product .navigation_text{
	font: 600 20px Roboto;
    margin-bottom: 30px;
}

.text_product .navigation_text .row {
	display: inline-block;
    margin-right: 45px;
    color: #0061ca;
    border-bottom: 1px dashed #3d3d3d;
    cursor: pointer;
    padding-bottom: 4px;
}
.text_product .navigation_text .row.active,
.text_product .navigation_text .row:hover {
	color: #151515;
    border-bottom-color: transparent;
}

.text_product .block_text  .slider_product {
	float: left;
    width: 335px;
    margin-right: 28px;
    margin-top: 3px;
}
.text_product .block_text  .slider_product .slider-for{
	margin-bottom: 5px;
}
.text_product .block_text  .slider_product .slider-nav {
    padding: 0 22px;
}
.text_product .block_text  .slider_product .slick-arrow {
	position: absolute;
    top: 50%;
    background: transparent url(../images/css/arrow_slider_content.png) no-repeat scroll 0 0;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    width: 9px;
    height: 12px;
    margin-top: -6px;
    cursor: pointer;
}
.text_product .block_text  .slider_product .slick-prev {
    left: 0;
}
.text_product .block_text  .slider_product .slick-next {
    right: 0;
	-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.text_product .block_text  .slider_product .slick-next {
	position: absolute;
	right: 0;
	top: 50%;

}
article p{
	margin-bottom: 20px;
}
article p:last-child{
	margin-bottom: 0;
}
.text_product .block_text  {
	display: none;
}
.text_product .block_text.active {
	display: block;
}
.info_webmoney {
	box-shadow: 3px 0 18px rgba(0, 1, 1, 0.07);
    border-radius: 6px;
    padding: 25px 45px 25px 124px;
    background: transparent url(../images/css/info_wm.png) no-repeat scroll 34px center;
    font: 12px/16px Roboto;
    margin: 11px 0 0 0;
}
.info_webmoney .more_info_wm{
	display: none;
}
.info_webmoney p {
    margin-bottom: 16px;
}
.info_webmoney p:last-child{
	margin-bottom: 0;
}
.views_game.recommend {
    margin: 55px 0 30px;
}
.views_game.recommend .header_views,
.views_game.similar .header_views {
	text-align: left;
    font: 600 20px Roboto;
}

/*Товар удален*/
.product_dalete {
	padding: 33px 20px 40px 158px;
    border-radius: 6px;
    background: #fff5f5 url(../images/css/bg_product_dalete.png) no-repeat scroll 58px 25px;
    margin-top: 36px;
}
.product_dalete .title_dalete{
	font: 20px Roboto;
    margin-bottom: 6px;
}
/*Product End*/
.basket_block .product_end {
	line-height: 18px;
    position: relative;
    padding-left: 38px;
    background: transparent url(../images/css/bad_smile.png) no-repeat scroll 0 center;
}
.buy_btn.product_off a{
    font-size: 14px;
	vertical-align: top;
	font-weight: normal;
	width: 210px;
}
.basket_block.end_block {
	padding-top: 2px;
}
.basket_block.end_block .buy_btn.product_off {
	width: 436px;
    margin-top: 46px;
}

/*Продавец блокированный*/
.blocked_conteiner {
	float: left;
    background: #fff5f5 url(../images/css/bg_blocked_conteiner.png) no-repeat scroll 50px 52px;
    padding: 46px 55px 54px 158px;
    width: 794px;
}
.blocked_conteiner .title_blocked{
	font: 20px Roboto;
	margin-bottom: 24px;
}
.blocked_conteiner .desc_blocked{
	line-height: 18px;
}
.user_blocked .seller .add_question{
	background: #f2f2f2;
	color: #9d9d9d;
	border-color: #f2f2f2;
}
.user_blocked .card_product .seller {
	margin-top: 0;
}
.user_blocked .views_game.recommend {
	margin: 0 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
.user_blocked .text_product,
.user_blocked .views_game.similar{
	border-top: 1px solid #e9e9e9;
    padding-top: 30px;
    margin-top: 30px;
}

/*Отзывы*/
.views_reviews .views_header {
	border-bottom: 1px solid #e9e9e9;
    margin-bottom: 25px;
    padding-bottom: 24px;
}
.views_reviews .views_header div {
	float: left;
}
.views_reviews .views_header .title_header {
	font: 500 20px Roboto;
    margin-right: 18px;
}
.views_reviews .views_header .good_st {
	color: #2dae00;
    font: bold 17px/21px Roboto;
    margin-top: 2px;
    margin-right: 18px;
}
.views_reviews .views_header .bad_st {
	color: #de0000;
	font: bold 17px/21px Roboto;
    margin-top: 2px;
}
.views_reviews .views_header .title_header {

}
.views_reviews .row {
	border-bottom: 1px solid #e9e9e9;
    margin-bottom: 22px;
    padding-bottom: 26px;
    color: #4d4d4d;
}
.views_reviews .row.last{
	border-bottom: none;
    margin-bottom: 15px;
}
.views_reviews .row .inside_row {
    padding-left: 23px;
    position: relative;
}
.views_reviews .row .inside_row:before {
	width: 3px;
    height: calc(100% - 10px);
    background: #2dae00;
    left: 0;
    top: 5px;
    content: "";
    position: absolute;
}
.views_reviews .row.bad .inside_row:before {
    background: #de0000;
}
.views_reviews .row .post_date,
.views_reviews .row .ansver .date_ansver{
	font-size: 13px;
	margin-bottom: 12px;
}
span.good,
span.bad {
	display: inline-block;
    width: 21px;
    background: #2dae00;
    height: 21px;
    font: 500 21px/20px Roboto;
    border-radius: 30px;
    text-align: center;
    color: #FFF;
    vertical-align: bottom;
    margin-left: 8px;
}
span.bad {
	background: #de0000;
}
.views_reviews .views_header span.good,
.views_reviews .views_header span.bad{
    margin-right: 1px;
	margin-left: 0;
}
.views_reviews .row .ansver {
    margin-top: 22px;
}
.views_reviews .row .ansver .ansver_fild:after {
	border: 7px solid transparent;
    border-bottom: 12px solid #f7f7f7;
    content: "";
    position: absolute;
    top: -18px;
    left: 26px;
}

.views_reviews .row .ansver .icon_ansver {
    background: transparent url(../images/css/icon_ansver.png) no-repeat scroll 0 0;
	float: left;
	width: 33px;
	height: 37px;
}
.views_reviews .row .ansver .ansver_fild {
	float: right;
    background: #f7f7f7;
    width: calc(100% - 52px);
    padding: 9px 19px;
    border-radius: 6px;
    position: relative;
}
.views_reviews .row .ansver .text-answer {
	font-style: italic;
}
.more_btn{
	text-align: center;
}
.more_btn a{
	display: inline-block;
    position: relative;
    color: #90989b;
    padding-top: 31px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.more_btn a:after {
    background: transparent url(../images/css/more_btn.png) no-repeat scroll 0 0;
	position: absolute;
	content: "";
	width: 23px;
	height: 25px;
	top: 0;
	left: 50%;
	margin-left: -11px;
}
/*Пейджер*/
.pager{
	background: #f7f7f7;
    padding: 7px 15px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 22px;
}
.seller_data .info_pager {
	float: left;
    font-size: 13px;
    margin-top: 6px;
}
.seller_data .views_game ul {
	float: right;
}
.seller_data .views_game .pager ul  li{
	margin-right: 0;
}
.pager ul  li {
	display: inline-block;
	margin-right: 11px;
}
.pager ul  li.pager-next a{
	width: auto;
}
.pager ul  li:last-child {
	margin-right: 0;
}
.pager ul  li span,
.pager ul  li a{
	display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    font: 500 20px/32px Roboto;
    color: #151515;
}
.seller_data .views_game .pager ul li span,
.seller_data .views_game .pager ul li a{
	font-size: 18px;
}
.pager ul  li span {
	background: #ffdf09;
}
.pager ul  li.pager_dotted{
	width: 32px;
    font: 500 20px/32px Roboto;
    margin-right: 22px;
}

/*Страница правил регистрации*/
.node.register h1 {
	font-size: 27px;
}
.node ul li{
    list-style-position: inside;
}
.info_register{
	background: transparent url(../images/css/icon_info_register.png) no-repeat scroll 12px center;
    margin-bottom: 30px;
    padding-left: 78px;
	color: #3e3e3e;
}
.rules_register{
	box-shadow: 3px 0 18px rgba(0, 1, 1, 0.14);
    padding: 27px;
	color: #3e3e3e;
}
.rules_register h2{
	font: 500 21px/22px Roboto;
    text-align: center;
    margin-bottom: 36px;
    color: #151515;
}
.rules_register .annexes_rules{
	border-top: 1px solid #cdcdcd;
    padding: 28px 0 25px 0;
    border-bottom: 1px solid #cdcdcd;
    margin-top: -11px;
}
.rules_register .annexes_rules .left_block{
	float: left;
}
.rules_register .annexes_rules .left_block .title_rules{
	font: bold 15px Roboto;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.rules_register .annexes_rules .left_block .annexes{
	font-size: 13px;
    color: #0061ca;
}
.rules_register ol.top_lvl > li {
	margin-bottom: 44px;
}
.rules_register ol.top_lvl > li > span {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 44px;
}
.rules_register ol.top_lvl > li > ol {
	margin-top: 21px;
}
.rules_register ol.top_lvl > li > ol > li {
	margin-bottom: 21px;
}
.rules_register li {
	list-style-type: none;
 } /* Убираем исходную нумерацию у списка */
.rules_register ol {
	counter-reset: list1;
} /* Инициируем счетчик */
.rules_register ol li:before {
	display: inline-block;
	counter-increment: list1; /* Увеличиваем значение счетчика */
	content: counter(list1) ". "; /* Выводим число */
	margin-right: 1px;
	font-weight: bold;
}
.rules_register ol ol {
	counter-reset: list2;
	margin-top: 25px;
    padding-left: 32px;
    font-size: 13px;
} /* Инициируем счетчик вложенного списка */
.rules_register ol ol li:before {
	counter-increment: list2; /* Увеличиваем значение счетчика вложенного списка */
	content: counter(list1) "." counter(list2) ". "; /* Выводим число */
	margin-right: 3px;
	font-weight: bold;
}
.rules_register ol ol ol {
	counter-reset: list3;
	margin-top: 15px;
    padding-left: 26px;
    font-size: 13px;
} /* Инициируем счетчик вложенного списка */
.rules_register ol ol ol > li:before {
	counter-increment: list3; /* Увеличиваем значение счетчика вложенного списка */
	content: counter(list1) "." counter(list2) "." counter(list3) "."; /* Выводим число */
	margin-right: 3px;
	font-weight: bold;
}
.rules_register ol ol ol li {
	margin-bottom: 15px;
}
.rules_register ol ol ol ul{
	padding-left: 40px;
    margin: 5px 0;
}
.rules_register ol ol ol ul li {
	margin-bottom: 0;
}
.rules_register ol ol ol ul li:before {
	background: #0061ca;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: relative;
    content: "";
    margin-right: 7px;
    top: -2px;
    counter-increment: auto;
}
.rules_register {

}
.rules_register .annexes_rules .right_block{
	float: right;
    font-size: 13px;
    font-style: italic;
    margin-top: -2px;
}
.rules_register .annexes_rules .right_block .last_date{
    margin-bottom: 0px;
}
.rules_register .accept{
	text-align: center;
    margin-top: 30px;
}
.rules_register .accept a{
	display: inline-block;
    padding: 0 57px;
    font: bold 16px/47px Roboto;
    background: #ffde00;
    color: #3e3e3e;
    border-radius: 6px;
}

/*Страница продавца*/
.seller_data .card_product .left_info {
	border-right: none;
    margin-right: 0;
    width: 300px;
    padding-bottom: 0;
    padding-right: 15px;
}
.seller_data .card_product .left_info .user_statistic{
	background: transparent url(../images/css/bg_user_statistic.png) no-repeat scroll 0 0;
    padding-left: 64px;
    margin: 12px 0 19px;
}
.seller_data .card_product .left_info .user_statistic .fild .label{
	float: left;
    width: 72px;
}
.seller_data .card_product .left_info .user_statistic .fild .value{
	float: left;
    width: calc(100% - 72px);
	font-weight: bold;
}
.seller_data .seller_contact{
	float: right;
    width: calc(100% - 300px);
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    margin-top: 6px;
    padding: 13px 12px 13px 26px;
}

.seller_data .seller_contact .find_contact{
	float: left;
    width: 400px;
}
.seller_data .seller_contact .find_contact .fild{
	margin-bottom: 5px;
}
.seller_data .seller_contact .find_contact .fild:last-child{
	margin-bottom: 0;
}
.seller_data .seller_contact .find_contact .fild .label{
	float: left;
    width: 92px;
}
.seller_data .seller_contact .find_contact .fild .value{
	float: left;
    width: calc(100% - 92px);
	font-weight: 500;
}

.seller_data .seller_contact .callback_seller {
	float: right;
    text-align: right;
}
.seller_data .seller_contact .callback_seller .add_question{
	border: 1px solid #ffde00;
    width: 126px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    font: 13px/29px Open Sans;
    height: 33px;
    margin: 22px 0 10px 0;
    float: right;
}
.seller_data .seller_contact .callback_seller .report{
	font-size: 13px;
    text-decoration: underline;
    display: block;
}
.seller_data .discount_block_product .discount_size {
	float: left;
    width: 420px;
    margin: 17px 0 0 36px;
    padding: 7px 37px 10px 63px;
}
.seller_data .discount_block_product .desc_discount{
	padding-top: 0;
    margin-top: -6px;
    margin-left: 36px;
}
.views_game.more_product .views_header{
    font: 500 20px Roboto;
}
.seller_data .discount_block_product .general_order{
	position: absolute;
    right: 0;
    width: 202px;
    background: #fff0e8;
    height: 100%;
    top: 0;
    padding: 26px 20px 26px 27px;
    font: 12px/14px Roboto;
}
.seller_data .discount_block_product .general_order p{
	margin-bottom: 15px;
}
.seller_data .discount_block_product .general_order p:last-child{
	margin-bottom: 0;
}
.seller_data .discount_block_product:after {
	border: 69px solid transparent;
    border-left: 42px solid #ffdf09;
}
.seller_data .discount_block_product .title_discount {
    margin-top: 26px;
}
.seller_data .discount_block_product{
	height: 138px;
    margin-bottom: 27px;
}


/*Правый сайт-бар*/
.rb_on{
	padding-right: 230px;
}
.rb_w250 .rb_on {
	padding-right: 280px;
}
.rb_w250 #right_bar {
	width: 250px;
	margin-left: -250px;
}
#right_bar {
	float: right;
    width: 206px;
    margin-left: -206px;
}
.views_new_apps{
    box-shadow: 3px 0 18px rgba(0, 1, 1, 0.07);
	padding: 12px;
	margin-bottom: 16px;
}
.views_new_apps .views_header{
	margin-bottom: 17px;
    font: 500 17px Roboto;
}
.views_new_apps .content_views .row img{
	float: left;
}
.views_new_apps .content_views .row .content_row{
	float: right;
	width: calc(100% - 82px);
}
.views_new_apps .content_views .row .title_node{
	font: 14px Roboto;
    display: block;
    margin-top: -3px;
}
.views_new_apps .content_views .row .category{
	font: 13px Roboto;
    margin: 6px 0 6px 0;
    height: 48px;
    overflow: hidden;
}
.views_new_apps .content_views .row .category a{
	color: #919191;
	display: inline;
}
.views_new_apps .content_views .row .category a:hover{
	color: #fb1940;
}
.views_new_apps .content_views .row .category a:after {
	content: ",";
	display: inline;
}
.views_new_apps .content_views .row .category a:last-child:after {
	display: none;
}
.views_new_apps .content_views .row .price{
	font: 12px Roboto;
    padding-left: 3px;
}
.views_new_apps .content_views .row .price div{
	display: inline;
	font: 500 14px Roboto;
	margin-left: 3px;
}
.views_new_apps .content_views .row .price div span{
	font-family: Rouble;
}
.views_new_apps .content_views .row{
	border-bottom: 1px solid #e2e2e2;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.views_new_apps .content_views .row:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*Левый сайт-бар*/
#left-sidebar {
	float: left;
    width: 205px;
    margin-left: -100%;
}
.menu_category.catalog_menu{
	margin-top: -20px;
}
.menu_category{
	background: #FFF;
    box-shadow: 3px 0 18px rgb(0%, 0%, 0%, 0.07);
}
.menu_category .title_menu,
.partner_menu .header_partners {
	background: #0061ca;
    color: #FFF;
    height: 40px;
    position: relative;
    padding: 0 17px;
    border-radius: 5px 5px 0 0;
    font: 500 17px/40px Roboto;
}
.menu_category .title_menu .line_menu,
.partner_menu .header_partners .close{
	position: absolute;
    top: 14px;
    right: 13px;
    width: 11px;
}
.menu_category .title_menu .line_menu div{
	background: #FFF;
	height: 2px;
	margin-bottom: 3px;
}
.menu_category .title_menu .line_menu div:last-child{
	margin-bottom: 0;
}
.menu_category .content_menu > ul > li {
	padding: 13px 17px 16px 17px;
    border-bottom: 1px solid #f0f0f0;
}
.menu_category ul li{
	display: block;
	list-style: none;
}
.menu_category ul > li > a{
	font: bold 15px Roboto;
    color: #0061ca;
    display: block;
	position: relative;
}
.menu_category ul li a span {
	color: #a2a2a2;
}
.menu_category ul li a:hover{
	text-decoration: underline;
}
.menu_category .content_menu > ul > li > ul {
	padding-top: 12px;
}
.menu_category ul > li > ul > li {
	padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}
.menu_category.catalog_menu ul > li > ul > li {
	padding-right: 15px;
}
.menu_category.catalog_menu ul > li > ul > li:before {
	position: absolute;
	width: 15px;
	height: 15px;
	content: "";
	background: transparent url(../images/css/arrow_menu.png) no-repeat scroll center center;
	right: 0;
	top: 0;
	border-radius: 20px;
}
.menu_category.catalog_menu ul > li > ul > li.active-trail:before{
	-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
	background: #ffdf09 url(../images/css/arrow_menu_active.png) no-repeat scroll center center;
}
.menu_category.catalog_menu ul > li > ul > li ul li{
	padding-right: 0;
}
.menu_category.catalog_menu ul > li > ul > li ul li:before {
	display: none;
}
.menu_category ul > li > ul > li > ul {
	background: #ebf5ff;
    display: block;
    width: 100%;
    margin-left: -33px;
    padding: 10px 17px 10px 33px;
    margin-top: 8px;
    box-sizing: content-box;
}
.menu_category ul > li > ul > li ul li:after {
	background: #0061ca;
    top: 5px;
}
.menu_category ul > li > ul > li ul li a{
	font-size: 12px;
}
.menu_category ul > li > ul > li:after {
	background: #ffde00;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    content: "";
    left: 5px;
    top: 6px;
}
.menu_category ul > li > ul > li:last-child{
	margin-bottom: 0;
}
.menu_category ul > li > ul > li > a  {
	font: 13px Roboto;
}




/*Футер*/
#footer {
	margin-top: 42px;
	float: left;
	width: 100%;
	clear: both;
}
.top_footer {
	background: #002145;
    color: #FFF;
    padding: 24px 0 32px;
}
.top_footer .logo_block{
	float: left;
    width: 173px;
    margin-top: 4px;
}
.top_footer .social{
	margin-top: 22px;
}
.top_footer .social a{
    background: transparent url(../images/css/icon_social.png) no-repeat scroll 0 0;
	height: 26px;
	width: 27px;
	display: inline-block;
}
.top_footer .social a.yt{
	background-position: -30px 0;
}
.top_footer .social a.fb{
	background-position: -60px 0;
}
.top_footer .social a.tw{
	background-position:-90px 0;
}
.top_footer ul.footer_menu {
	float: left;
    margin-left: 80px;
    width: 830px;
}
.top_footer ul.footer_menu li {
	display: inline-block;
    width: 204px;
    padding-right: 15px;
    margin-bottom: 10px;
}
.top_footer ul.footer_menu li a {
	color: #FFF;
    display: block;
    font: 13px Open Sans;
}
.top_footer ul.footer_menu li a:hover{
	text-decoration: underline;
}
.top_footer .top_link {
	float: right;
    margin-right: 33px;
    width: 78px;
    height: 78px;
    border: 1px solid #5585ba;
    border-radius: 50px;
    text-align: center;
    font: 300 13px Open Sans;
    color: #ffffff;
    background: transparent url(../images/css/icon_top.png) no-repeat scroll center 16px;
    padding-top: 38px;
}


.top_footer {

}
.bottom_footer {
	background: #001730;
	color: #88a3bf;
	font: 12px/45px Open Sans;
}
.shadow {
	background: rgba(0, 0, 0, 0.83) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
	display: none;
}
/*Всплывашка - обратная связь*/
.popup_feadback{
    left: 0;
    padding: 0 15px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
	display: none;
}
.popup_feadback .inside_popup{
    background: #FFF none repeat scroll 0 0;
    margin: 85px auto 0;
    max-width: 492px;
    padding: 30px 42px 0;
    position: relative;
    width: 100%;
	border-radius: 6px;
}
.popup_feadback .close {
	background: transparent url(../images/css/close_feadback.png) no-repeat scroll 0 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: -55px;
    cursor: pointer;
    top: -11px;
}
.popup_feadback .desc_popup {
	font: 17px Roboto;
    color: #b2b2b2;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 2px;
}
.popup_feadback .title_popup {
	text-align: center;
    font: 300 32px Roboto;
    color: #00284f;
}
.popup_feadback .fild_form {
	border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 8px 13px 11px 13px;
    margin-bottom: 14px;
}

.popup_feadback .fild_form label {
	display: block;
    font: 13px Roboto;
    color: #b8b8b8;
    margin-bottom: 0px;
}
.popup_feadback .fild_form input,
.popup_feadback .fild_form textarea {
	border: none;
    margin: 0;
    display: block;
    height: 30px;
    font: 22px Roboto;
	width: 100%;
}
.popup_feadback .fild_form textarea{
	resize: none;
    height: 196px;
    width: 100%;
}
.popup_feadback .fild_form.error{
	background: #fff7f7;
}
.popup_feadback .fild_form.error label {
	color: #bb8686;
	background: transparent url(../images/css/error_fild_feadback.png) no-repeat scroll right center;
}
.popup_feadback .error input,
.popup_feadback .fild_form.error textarea{
	background: #fff7f7;
}
.popup_feadback .captcha.error input {
	background: #fff7f7 url(../images/css/error_fild_feadback.png) no-repeat scroll calc(100% - 11px) center;
}
.popup_feadback .mail_error {
	font: 12px Roboto;
    margin-bottom: 17px;
    color: #004d99;
    letter-spacing: -0.15px;
    margin-top: -4px;
    margin-left: -2px;
}
.popup_feadback .mail_error:before {
	content: "!";
    width: 15px;
    height: 15px;
    display: inline-block;
    color: #da0000;
    background: #ffe5e5;
    border-radius: 20px;
    line-height: 16px;
    margin-right: 3px;
    text-align: center;
}
.popup_feadback .captcha .img_captcha {
	float: left;
    width: 122px;
    height: 37px;
    border: 1px solid #dcdcdc;
    text-align: center;
    display: table;
}
.popup_feadback .captcha .img_captcha span {
	display: table-cell;
    vertical-align: middle;
}
.popup_feadback .captcha .reload {
	float: left;
    width: 12px;
    margin: 0 9px;
    height: 37px;
    background: transparent url(../images/css/icon_reload.png) no-repeat scroll 0 center;
}
.popup_feadback .captcha .form-text {
	float: left;
    width: 107px;
    height: 37px;
    border: 1px solid #dcdcdc;
    font: 13px Roboto;
    padding: 0 12px;
    color: #b8b8b8;
    border-radius: 6px;
}
.popup_feadback .captcha .clear {
	background: transparent url(../images/css/icon_clear_fild.png) no-repeat scroll 0 center;
    float: left;
    padding-left: 16px;
    cursor: pointer;
    font: 11px Roboto;
    color: #df3a3a;
    text-decoration: underline;
    margin: 13px 0 0 31px;
}
.popup_feadback .send_btn {
    text-align: center;
	margin: 20px 0 28px;
}
.popup_feadback .send_btn input {
	display: inline-block;
    cursor: pointer;
    width: 268px;
    height: 60px;
    font: 22px Roboto;
    color: #00284f;
    border: none;
    background: #ffde00;
    border-radius: 6px;
    letter-spacing: -1.4px;
}
.popup_feadback .mail_info {
	width: 100%;
    margin-left: -42px;
    background: #f2f2f2;
    text-align: center;
    box-sizing: content-box;
    padding: 15px 42px 21px 42px;
    border-radius: 0 0px 6px 6px;
}
.popup_feadback .mail_info .title_mail {
	font-size: 13px;
    color: #7f7f7f;
}
.popup_feadback .mail_info a {
	display: block;
    font-size: 15px;
    color: #004d99;
    margin-top: 1px;
}
.popup_feadback .error_message{
	position: absolute;
    right: -374px;
    top: 120px;
    background: #FFF;
    border-radius: 0 6px 6px;
    width: 326px;
}
.popup_feadback .error_message .title_error {
    background: #feffd2;
    font-size: 15px;
    padding: 16px 20px 16px 70px;
    border-radius: 0 6px 0 0;
	position: relative;
}
.popup_feadback .error_message .title_error:before {
	content: "!";
    background: #ffde00;
    display: inline-block;
    width: 32px;
    height: 32px;
    font: bold 21px/33px Roboto;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
}
.popup_feadback .error_message .title_error:after {
	border: 15px solid transparent;
    border-top: 15px solid #feffd2;
    border-right: 15px solid #feffd2;
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
}
.popup_feadback .error_message .title_error b {
	display: block;
}
.popup_feadback .error_message .content_massenge{
    padding: 26px 28px;
}
.popup_feadback .error_message{

}
.popup_feadback .error_message{

}
.popup_feadback .error_message{

}
.popup_feadback .img_captcha {

}
.popup_feadback .img_captcha {

}
.popup_feadback .img_captcha {

}
.popup_feadback .img_captcha {

}
.popup_feadback {

}
.popup_feadback {

}
.popup_feadback {

}
.popup_feadback {

}
/*
ScrollBAR.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #0061ca;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #0061ca;
    position: relative;
}

.jspDrag
{
	background: #ffdf09;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
