/*	CSS-Framework

	Version		: 0.3.1
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	License		: Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/)

------------------------------ */
		
/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Цвета */
.color_1 { color: #cc3300; } /* цвет красный */


/* Main styles
------------------------------ */

html { height: 100%; color: #000; background: #fff; font: 0.75em/1.5 Tahoma, Verdana, Arial, Helvetica, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; } /* body height 100% */

#page { width: 1000px; margin: 0 auto; background: #f2e3d0; padding: 0; border: 1px solid black; }

a { color: #d10000; }
a:visited {  }
a:hover { text-decoration: none;  }
a:active {  }
			
/* Layout Boxs
------------------------------ */

.page-layout { margin-right: 0px; }
.layout-box { float: left; margin: 0; }

.lb-1 { width: 1000px; } /* 100% */
.lb-2 { width: 750px; } /* 75% */
.lb-3 { width: 500px; } /* 50% */
.lb-3.search, .lb-3.menu { background: #944f4f; height: 50px; }
.lb-4 { width: 240px; } /* 25% */

.lb-left { width: 324px; background: #f2e3d0; } /* левая колонка */
.lb-center { width: 675px; min-height: 700px; background: #fff; border-left: 1px dashed #aaa; } /* центр */

/* Шапка */
.head { background: #464646; padding: 0!important; }
.head #logo { border: none!important; margin: 6px!important; }

.lastVideo img { float: left; margin: 0 5px 0 5px!important; padding: 1px!important; }
.lastVideo a { text-decoration: none; color: #464646; }
.lastVideo a:hover { text-decoration: underline; }
.lastVideo .container { margin-bottom: 5px; }

/* Подвал */
.footer { height: 52px; background: #464646; color: #fff; }
.footer img { float: left; margin: 0 10px 0 0; }
.footer .footerText { float: left; margin-top: 6px; }
.footer a { color: #fff; }

/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; margin-left: 2px!important; }
.menu-h li { float: left; list-style: none; padding: 0 1px;  }
.menu-h a { font-family: Arial; padding: 7px; color: #fff; text-decoration: none; display: block; font-size: 1.1em; text-transform: uppercase; }
.menu-h a:hover, .menu-h a.current { background: #cc3300; }
			
/* Vertical Menu
------------------------------ */

.menu-v { border-top: 1px solid #ccc; margin-left: 2px!important; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }
.menu-v a { text-decoration: none; display: block; color: #cc3300; font-weight: bold;  }
.menu-v a:hover { text-decoration: underline; }
			
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Tahoma, Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.2em; font-weight: bold; margin: 3px 0; }
.content h3 a { color: #cc3300; }
.content h4 { font-size: 1.1em; font-weight: bold; }
.content h1 { font-size: 1.3em!important; font-weight: bold; }
.content em { color: grey; font-size: 0.9em; margin: 0; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 11px; }

.box { margin: 11px; }


/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }


/* Content Form
------------------------------ */

fieldset { border: none; }

.content form.login { padding: 10px 0; }
.content form.comments { padding: 10px 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content label.comment { float: left; text-align: right; width: 100px; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 250px; padding: 2px; font: 1em sans-serif; }
.i-textarea { width: 500px; height: 100px; padding: 2px; font: 1em sans-serif; }
.i-login { width: 130px; padding: 1px; font: 1em sans-serif; }
.i-search { width: 300px; padding: 5px; font: 1.2em sans-serif; background: #cc3300; border: 1px solid #cc3300; color: #fff; }
.button { padding: 0.25em 1.2em; width: auto; overflow: visible; cursor: pointer; }


/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

.game table { border-collapse: collapse; margin-top: 5px; float: left; width: 350px; }
.game table th, table td { border: 1px solid #ccc; padding: 3px 3px; vertical-align: top; }
.game table th { background: #f4f4f4; }
.game table td { background: #fff; color: grey;  }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }
.w-270 { width: 270px; }
.w-730 { width: 730px; }

/* Images
------------------------------ */

.content img, .borderImg { padding: 5px; border: 1px solid #ccc; margin-top: .4em; }
.borderImg { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }


.content .game { margin-bottom: 5px; }
.content .game .under-game img { float: left; margin: 0 5px 0 0!important; border: none!important; }
.content .game .ratio span { font-size: 1.2em; color: green; }
.content .game .ratio  a{ text-decoration: none; }
.content .game .ratio  a:hover { text-decoration: underline; }

.content .pages { font-size: 1.2em; }
.content .pages .current { margin: 3px 10px 0 10px; }
.content .pages a {  margin: 3px 10px 0 10px; }

.content .game_info { padding-top: 20px; }
.content .game_info .one { padding: 5px; color: grey; background: #fff; margin: 0 1px 1px 0; }

#videoEmbed { margin: 5px 0; border: 1px solid black; }

.content .nav_center { margin: 10px 0 0 0; font-size: 1.5em; }
.content .nav_link { margin: -40px 25px 0 25px; font-size: 3em; }
.content .nav_link a { text-decoration: none; }
.content .nav_link a:hover { text-decoration: underline; }

#myGallery { text-align: left; margin: 0 auto; }

.game-menu  { margin: -9px 0 5px 0; }
.game-menu a { background: #7c7985; color: #fff; display: block; float: left; margin: 0 4px 0 0; padding: 2px 5px 5px 5px; border-bottom: 1px solid #afabb7; }
.game-menu a.current, .game-menu a:hover { background: #cc3300; text-decoration: none; border-bottom: 1px solid #ff6600; }

/* Стили для заголовков (в центре и в колонках)
------------------------------ */

.headers.column {  background: #944f4f; font-size: 1.2em; padding: 10px; color: #fff; margin: 0; }
.headers.center { font-family: Georgia; color: #d10000; clear: both; font-size: 24px!important; text-decoration: underline; font-weight: normal; width: 100%; padding: 10px 0 10px 0; margin: 0 0 10px 0; line-height: 1.2; }
.headers.h2 { font-family: Georgia; color: #494955; clear: both; font-size: 16px; text-decoration: underline; font-weight: bold; width: 100%; padding: 7px 0 7px 10px; margin: 5px 0 5px -12px; border-left: 7px solid #00bdd6;  }
.headers.center a  { color: #fff; }

/* Стили для колонок
------------------------------ */

.column.content { background: #faf6ed; padding: 4px; border: 1px solid #944f71; margin: 0 0 10px 0; }			
.column.menu { margin: 10px 2px; }	
.column.content .num { font-size: 1.4em; padding-right: 5px; }
a.column.menu { color: #cc3300; font-size: 1.0em; }

#relatedReviews li { font-weight: bold; margin: 5px 0; }

#waiting { background: url(../i/ajax-loader.gif) no-repeat; padding-left:43px; position:relative; top:3px; left:5px; }

.mainCategory { font-family: Georgia; color: #494955; clear: both; font-size: 16px; text-decoration: underline; font-weight: bold; width: 100%; padding: 7px 0 7px 10px; margin: 0 0 5px -10px; border-left: 5px solid #494955; line-height: 2; }
.mainCategory:hover, .subCategory:hover { text-decoration: underline;}
.subCategory { margin-left: 0px; font-size: 13px; text-decoration: none; color: #9c5555;}
.toTop { color: #494955; }

.contentPage h1 { font-family: Georgia; color: #ea4481; clear: both; font-size: 24px; text-decoration: underline; font-weight: normal; width: 100%; padding: 10px 0 10px 15px; margin: 0 0 10px -16px; border-left: 10px solid #ea4481; line-height: 1.2; }
.contentPage h3 { font-family: Georgia; color: #494955; clear: both; font-size: 16px; text-decoration: underline; font-weight: bold; width: 100%; padding: 7px 0 7px 10px; margin: 5px 0 5px -16px; border-left: 7px solid #00bdd6;  }

.content .leftmenu a { font-size: 1.2em; color: #930000; text-decoration: none; }
.content .leftmenu a:hover { text-decoration: underline; }
.content .leftmenu ul { list-style-type: circle; margin: 0px; }
.content .leftmenu .nextlink { font-size: 1.1em; color: #464646; text-decoration: none;  }
.content .leftmenu .submenu { margin-left: 20px; }

p.mainText { font-size: 1.1em; }
.catImg { float: left; width: 80px; margin: 0px 10px 5px 0!important; }

.content.itemCatalog img { float: left; width: 80px; margin: 0 10px 10px 0; }
.content.itemCatalog .price { font-size: 1.2em; font-weight: bold; }
.content.itemCatalog a { text-decoration: none; }
.content.itemCatalog a:hover { text-decoration: underline; }

.pages { margin: 15px 0px; }
.pages a { padding: 2px 5px; }
.pages a.currentPage { text-decoration: none; color: #fff; background: #944f4f; }

.item .itemImages #imageMain { max-width: 280px; }
.item .itemImages .galleryImage { float: left; margin: 3px 5px 3px 0; }

.item .itemInfo .priceBlock { margin: 7px 0; }
.item .itemInfo .priceBlock .price { font-size: 1.4em; color: #fff; background: #cc3300; padding: 5px; font-weight: bold; }
.item .itemInfo a.how_buy { float: left; clear: both; color: #ffffff; background: red; padding: 7px 30px; font-size: 14px; text-transform: uppercase; font-weight: bold; text-decoration: none; margin-top: 7px; }
.item .itemInfo a.how_buy:hover { border: 1px solid #000; }

.description .itemDescription { padding: 5px; margin: 5px; border: 1px dashed #aaa; background: #eee; max-width: 600px; overflow: auto; }
.affImg { border: none!important; margin: 0!important; padding: 0!important; }

.topMenu { margin: 1px 0 0 0; height: 25px; padding: 10px 10px 5px 10px; background: #464646; color: #fff; }

.noborder td, .noborder img { border: none!important; }
.borderImg { margin: 0 7px 7px 0; }

/* Стили страницы с новостью */
#news p { font-size: 1.1em; text-align: justify; }
#news img { margin: 10px auto 10px auto!important; }

/* Комментарии */
.comment { padding: 5px; margin: 7px 0; }
.comment .info { margin: 2px 0 10px 0; font-size: 1em; }
.comment span { color: #cc3300; }
.comment.one { background: #fff; }
.comment.two { background: #dbdade; }
.comment a { border-bottom: 1px dotted #cc3300; text-decoration: none; }
.comment a:hover { border-bottom: 1px solid #cc3300; text-decoration: none; }
.comment p.error { border: 1px solid #ec4300; background: #ffd880; padding:1px 5px; }
.comment p.success { border: 1px solid #4cd800; background: #a4ff7c; padding:5px; }

.news-catalog p { text-align: justify; }
.news-catalog img { float: left; margin: 5px 5px 5px 0; }

/* Вопросы и ответы
------------------------------ */

.questions { padding: 5px; margin: 7px 0; }
.questions .info { margin: 2px 0 4px 0; font-size: 1em; }
.questions.one { margin: 5px 0; border: 1px solid #ccc; padding: 10px; }
.questions.two { background: #dbdade; }
.questions a { text-decoration:underline; font-size:14px; }
.questions a:hover { text-decoration: none; }
.questions .arrow { color:#666; }
.questions .category { color:#666; font-size:12px; }
.questions a.category { text-decoration:underline; color:#666; font-size:12px; }
.questions a.category:hover { text-decoration:none; }

.questions .f-row { overflow: hidden; margin-bottom: .5em; }
.questions .i-name { width: 350px; padding: 2px; font: 1em sans-serif; margin-left:32px; }
.questions .i-email { width: 350px; padding: 2px; font: 1em sans-serif; margin-left:24px; }
.questions .i-question { width: 350px; padding: 2px; font: 1em sans-serif; margin-left:14px; }
.questions .i-textarea { width: 600px; height: 150px; padding: 2px; font: 1em sans-serif; resize:none; margin-top:5px; }
.questions-description { float:left; width:80%; margin-left:10px; }
.questions-image { float:left; width:10%; }
.questions-information { margin-top:4px; }
.questions .user { background:url(../i/questions/user.png) no-repeat 0 1px; padding-left:20px; }
.questions .answers { margin-left:5%; background:url(../i/questions/answers.png) no-repeat; padding-left:20px; }
.questions .time-add { margin-left:5%; background:url(../i/questions/clock.png) no-repeat 0 1px; padding-left:20px; }
.questions .questions-information span { padding-bottom:5px; }
.container.comment.one { margin: 5px 0; border: 1px solid #ccc; padding: 10px; }

.user-question { background:url(../i/questions/question.png) no-repeat; padding-left:20px; }
.book-answers { background:url(../i/questions/answers.png) no-repeat; padding-left:20px; }
.question-book { margin-bottom:10px; font-size:14px; } 

.block-questions li { border-bottom:1px dotted #ccc; margin: 10px 0; padding-bottom: 10px; }
.block-questions li b { color:#BD0606; }
.block-questions li a { font-weight:bold; color:#333; }
.block-questions li a:hover { color:#BD0606; }
.answer-image { float:left; width:14%; }

.questions-all { margin-left:15px; }

/* Дополнительные стили
------------------------------ */

.ja-dot {
	height: 1px;
	margin: 5px 0;
	width: 100%;
	clear: both;
}

#ja-container .main .inner-content {
	padding: 0;
	margin: 0;
}

#ja-content { position: relative; }

.catalog-listing { padding: 10px 0; }

#ja-current-content { margin: 0 0 15px auto; }

.caption {
	color: #333;
    line-height: normal;
    display: block;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Вывод ошибок
-------------------------------------------------------------*/
.message-error { background:#ffe6e6 url(../i/error.gif) no-repeat 10px 45%; border-color:#d9c3c3; border-bottom:1px solid #d9c3c3; border-top:1px solid #d9c3c3; padding:1em 1em 1em 55px; margin:5px 0; }
.message-success { background:#ebffce url(../i/success.gif) no-repeat 10px 45%; border-color:#b4daa5; border-bottom:1px solid #b4daa5; border-top:1px solid #b4daa5; padding:1em 1em 1em 55px; margin:5px 0; }

/*
playback timings (ms):
  captures_list: 257.228
  PetaboxLoader3.resolve: 28.567
  LoadShardBlock: 183.606 (3)
  load_resource: 272.857
  PetaboxLoader3.datanode: 187.07 (4)
  exclusion.robots: 0.44
  esindex: 0.02
  CDXLines.iter: 46.628 (3)
  exclusion.robots.policy: 0.419
  RedisCDXSource: 19.956
*/