/* основные */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica;
}
body {
	background-color: #ffffff
}
body, td, div, input, form, textarea, select {
	font-size: 11px;
	color: #000000;
}
input {
	cursor: pointer;
}
img {
	border: 0px;
	max-width: 700px;
}
p {
	margin: 0;
	padding: 0
}
input, select, button, a, textarea {
	outline: none;
}
.pic-border {
	border: 1px solid #cccccc;
	padding: 4px;
}
ul {
	margin: 2 10 2 15px;
}
ul li {
	list-style-type: disc;
}
.width {
	width: 100%;
	min-width: 1000px;
}
.content {
	border: 0;
	padding: 10px;
}
* html .minwidth {
	padding-left: 1000px;
}
* html .container {
	margin-left: -1000px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .content, * html .layout {
	height: 1px;
}
/**/

#news_address {
	width: auto;
	height: 100px;
	text-align: left;
	padding: 3px;
	;
}
.na_inp {
	width: 132px;
	margin: 1px;
}
.na_inp2 {
	width: 157px;
	margin: 1px;
}
.na_inp3 {
	width: 172px;
	margin: 1px;
}
/* ссылки */
 
a {
	background: none;
	font-size: 11px;
}
a:link {
	color: #617C9F;
	text-decoration: none;
}
a:active {
	color: #e99a45;
	text-decoration: none;
}
a:visited {
	color: #617C9F;
	text-decoration: none;
}
a:hover {
	color: #e99a45;
	text-decoration: none;
}
#logo {
	border: 0px #888888 dashed;
	padding: 10px;
	margin-bottom: 10px;
}
#logo .logo {
	float: left;
}
#logo .adv {
	text-align: center;
}
#logo .link {
	float: right;
	text-align: right;
}
#logo .menu {
	padding: 20 0 0 7px;
	clear: both
}
#bottom {
	border: 1px #888888 dashed;
	padding: 10px;
	height: 60px;
}
#bottom .copy {
	float: left;
}
#bottom .adv {
	float: right;
	text-align: right;
}
/* .block {border: 1px #888888 dashed;margin-bottom:10px;background-color:#f9fcff;}
 .block .main {border-bottom: 1px #888888 dashed;padding:5px;text-align:center;font-weight:bold;background-color:#fff; color:#000000}
 .block .main img {margin-right: 5px;}
 */
 
.text {
	padding: 10px;
}
.text p {
	padding-bottom: 10px;
}
.text p img /* {max-width: 800px;} */
 .block_main {
	border: 1px #b6b6b6 dashed;
	margin-bottom: 10px;
	background-color: #fff;
}
.block_main .main_news {
	border-bottom: 1px #b6b6b6 dashed;
	padding: 5 5 5 7px;
	font-weight: bold;
	background-color: #f7f7f7;
	color: #000000
}
.block_main .main_news img {
	margin-right: 5px;
}
.block_main2 {
	background-color: #fff;
}
.block_main2 .main_news2 {
	border-bottom: 1px #b6b6b6 dashed;
	padding: 5 5 5 7px;
	font-weight: bold;
	background-color: #f7f7f7;
	color: #000000
}
.block_main2 .main_news2 img {
	margin-right: 5px;
}
.block_menu .title {
	border-bottom: 0px #888888 dotted;
	padding: 2 0 2 17px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/arrow.gif) repeat-x;
	font-size: 11px;
	color: #000000
}
.block_menu .text {
	padding: 0px;
	margin-bottom: 10px;
}
a.mainlevel {
	margin : 0px;
	padding-bottom : 3px;
	font-size : 10px;
	width : 100%;
	text-indent : 3px;
}
a.mainlevel:link {
	font-family: Tahoma;
	display : block;
	font-size : 10px;
	font-weight: bold;
	width : 100%;
	text-indent : 10px;
	margin-bottom: 3px;
	margin-top: 4px;
	text-decoration : none;
	text-transform : uppercase;
}
a.mainlevel:visited {
	display : block;
	font-size : 10px;
	font-family: Tahoma;
	font-weight: bold;
	width : 100%;
	text-indent : 10px;
	margin-bottom: 3px;
	margin-top: 4px;
	text-decoration : none;
	text-transform : uppercase;
}
a.mainlevel:hover {
	display : block;
	font-size : 10px;
	font-family: Tahoma;
	font-weight: bold;
	width : 100%;
	text-indent : 11px;
	margin-bottom: 3px;
	margin-top: 4px;
	color: #ffffff;
	text-decoration : none;
	text-transform : uppercase;
	background-color: #990000;
}
ul.unit-rating li {
	list-style: none;
}
.button {
	font-size: 13px;
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}
.button:hover {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}
.button:active {
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}
/* 
.button:focus
{
        outline: 0;
        background: #fafafa;
}   
 
.button:before
{
        background: #ccc;
        background: rgba(0,0,0,.1);
        float: left;
        width: 1em;
        text-align: center;
        font-size: 1.5em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;
} */


.warnings {
	font: italic normal 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #000000; /* #fc6341; */
	padding: 10px;
	border: 1px dotted #D7D7D7;
	margin: 10px 0;
	border-radius: 0px;
}
.warnings p {
	margin: 0;
}
.text2 {
	padding: 10px;
	border-left: 1px dashed #b6b6b6;
	border-bottom: 1px dashed #b6b6b6;
	border-right: 1px dashed #b6b6b6;
}
.text3 {
	padding: 10px 0px 10px 10px;
}
.text2 p {
	padding-bottom: 10px;
}
.b-pagination {
	height: 53px;
	font-weight: bold;
	margin: 0 40px 10px;
}
.b-pagination > * {
	float: left;
	margin-right: 6px;
	width: 39px;
	height: 39px;
	margin-top: 14px;
	background: url(http://nevsedoma.com.ua/templates/doma18/images/buttons.png) 867px 173px;
	text-align: center;
	line-height: 40px;
	color: #c1bdb4;
	font-size: 12px;
	text-decoration: none;
}
.b-pagination > a:hover {
	background-position: 867px 102px;
	color: #a39f95;
}
.b-pagination > .navigat {
	background-position: 912px 116px;
	color: #F9F5EC;
	height: 39px;
	margin-top: 0;
	padding-top: 14px;
}
.b-pagination > a.prev {
	background-position: 822px 173px;
}
.b-pagination > a.prev:hover {
	background-position: 822px 102px;
}
.b-pagination > a.next {
	background-position: 776px 173px;
}
.b-pagination > a.next:hover {
	background-position: 776px 102px;
}
/*ul, ol, li, blockquote {margin: 0; padding: 0;}*/
/*body {font: 12px/1.2 Helvetica, Arial, sans-serif; color: #000; background: #fff;}*/

.nvd-video {
	overflow: hidden;
	margin: 0 0 15px -5px;
}
.nvd-video ul {
	float: left;
	margin: 0 0 0 12px;
}
.nvd-video li {
	list-style: none;
	width: 325px;
	padding: 0 0 12px;
}
.nvd-video a {
	display: block;
	position: relative;
	overflow: hidden;
}
.nvd-video img {
	display: block;
	width: 325px;
	height: 220px;
}
.nvd-video2 {
	overflow: hidden;
	margin: 0 0 15px -5px;
}
.nvd-video2 ul {
	float: left;
	margin: 0 0 0 12px;
}
.nvd-video2 li {
	list-style: none;
	width: 325px;
	padding: 0 0 12px;
}
.nvd-video2 a {
	display: block;
	position: relative;
	overflow: hidden;
}
.nvd-video2 img {
	display: block;
	width: 325px;
}
.nvd-video3 {
	overflow: hidden;
	margin: 0 0 15px -5px;
}
.nvd-video3 ul {
	float: left;
	margin: 0 0 0 12px;
}
.nvd-video3 li {
	list-style: none;
	width: 325px;
	padding: 0 0 12px;
}
.nvd-video3 a {
	display: block;
	position: relative;
	overflow: hidden;
}
.nvd-video3 img {
	display: block;
	width: 325px;
	height: 184px;
}
.nvd-video-block {
	overflow: hidden;
	margin: 0 0 15px -5px;
}
.nvd-video-block ul {
	float: left;
	margin: 0 0 0 12px;
}
.nvd-video-block li {
	list-style: none;
	width: 240px;
	padding: 0 0 12px;
}
.nvd-video-block a {
	display: block;
	position: relative;
	overflow: hidden;
}
.nvd-video-block img {
	display: block;
	width: 240px;
}
.nvd-video-info {
	position: absolute;
	bottom: 0;
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 1px 10px 5px;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,0.3);
}
.nvd-video-info-title {
	font: 15px/1.3 Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
	padding: 0 5 0px;
	text-shadow: 1px 1px 1px #000;
}
.nvd-video-info-category {/*text-shadow: 1px 1px 1px #000;*/
	padding: 0 5 0;
	font-size: 11px;
	text-transform: lowercase;
}
.nevsedoma-last, .nevsedoma-lastmix {
	font-family: Tahoma, Arial, sans-serif height: 26px;
	border-radius: 2px;
	clear: both;
	/*background:url('http://nevsepic.com.ua/templates/smartphone/images/last.png') repeat scroll left top transparent;*/
	background: rgba(0,0,0,0.1) scroll left top;
	padding: 2px 5px 7px 12px;
	margin: 0px 19px 0px 6px;
}
.b-share_last {
	color: #315378;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}
/*.b-share_last a {color:#315378; font-weight: bold;}*/

.attachment {
	color: #454444;
	font-size: 11px;
	align: center;
}
.quote_atach {
	background: url("../images/lines.gif") repeat scroll 0 0 transparent;
	width: 100%;
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	padding: 10px 0;
	text-align: center;
}
/*input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	background: #CCC;
}
input[type="radio"]:checked + label + input + label + article { 
	display: block;
}
input[type="radio"]:checked + label + article + article {
	display: block;
}
article {
	display: none;
	width: 700px;
}*/
/*---ratebox---*/
.ratebox {
    float: right;
    width: 115px;
    height: 19px;
    text-align: center;
    padding-top: 2px;
    background: #f1f5f7 url("../images/ratebox.png");
}

.ratebox .rate {
    text-align: left;
    width: 85px;
    height: 17px;
    margin: 0 auto;
    overflow: hidden;
}
.ratebox2 {
	float: right;
}

.ratebox3 {
	float: right;
}

.ratebox ul, .ratebox ul li {
	float: left;
}

.ratebox2 ul, .ratebox2 ul li {
	float: left;
}

.ratebox3 ul, .ratebox3 ul li {
	float: left;
}

.storenumber, .basenavi, .maincont, .berrors, .fullstory, .basecont {
    margin-bottom: 15px;
    text-align: justify;
}

.maincont img {
    padding: 5px;
    border: none;
}

.mlink {
    font-size: 0.9em;
    overflow: hidden;
    background: #f0f5f8 url("../images/mlink.png") repeat-x;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #cbdfe8;
    border-width: 1px 0;
}

.argcat {
    padding-left: 10px;
    background: url("../images/argcat.png") no-repeat 0 58%;
    color: #6c838e;
    margin-top: 12px;
}

.mlarrow {
    float: right;
    width: 50px;
    height: 40px;
    background: url("../images/mlinkarrow.png") no-repeat;
}

.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom {
	position: absolute;
bottom: 0px;
}
/* RELATED
----------------------------------------------- */
.related-wrap {
	margin: 15px 0;
}
.related-wrap2 {
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.related-title {
	font-size: 24px;
}
.related-box {
/*	margin-right: -40px;*/
}
.rel-item {
	display: block;
	padding: 10px 10px 0 105px;
	float: left;
	width: 33%;
	height: 80px;
}
.rel-item2 {
	display: block;
	padding: 10px 10px 0 105px;
	float: left;
	width: 45%;
	height: 80px;
}
.top-item {
	display: block;
	padding: 10px 10px 0 105px;
	float: left;
	width: 100%;
	height: 80px;
}
.rel-img {
	float: left;
	width: 105px;
	height: 70px;
	margin-left: -105px;
	overflow: hidden;
/*	border-radius: 6px;*/
}
.rel-images {
	width: 100%;
	min-height: 100%;
}
.rel-text {
	float: right;
	width: 100%;
	padding-left: 10px;
	color: #CCEAEE;
	text-shadow: 2px 2px 2px #000;
}
.rel-title {
	color: #fff;
	font-size: 16px;
}
.rel-item:hover .rel-title {
	color: #fff;
}
.rel-item:hover img {
/*	transform: scale(1.15);*/
/*	border-radius: 6px;*/
}
.rel-item, .rel-item {
	padding: 10px 10px 10px 10px;
	position: relative;
	height: 170px;
}
 .rel-item4 {
	height: 400px;
}
.top-item {
	padding: 0px 0px 10px 0;
	position: relative;
	height: 150px;
}
.rel-item .rel-img, .rel-item .rel-img, .top-item .rel-img {
	float: none;
	width: 100%;
	height: 100%;
	margin-left: 0;
}
.rel-item .rel-text, .rel-item .rel-text {
	float: none;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 50%, transparent 100%) repeat scroll 0% 0%;
	position: absolute;
	left: 10;
	bottom: 0;
	right: 10;
	width: auto;
/*	border-radius: 5px;*/
}
.top-item .rel-text {
	float: none;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 50%, transparent 100%) repeat scroll 0% 0%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0px;
	width: auto;
/*	border-radius: 5px;*/
}
.rel-item .rel-title, .rel-item .rel-title, .top-item .rel-title {
	color: #fff;
	font-size: 16px;
}

/* button fol old design----------------------------------------------- */
a.knopka {
	width: 300px;
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(212,75,56); /* фон кнопки */
  padding: 8px; /* отступ от текста */
	padding-left:10px;
	padding-right:10px;
  outline: none; /* убирать контур в Mozilla */
	font-size: 25px;
} 
a.knopka:hover { background: rgb(232,95,76); } /* при наведении курсора мышки */
a.knopka:active { background: rgb(152,15,0); } /* при нажатии */

.korpus > div, .korpus > input {
	display: none;
}
.korpus label {
	padding: 5px;
	border: 1px solid #EAEAEA;
	line-height: 30px;
	cursor: pointer;
	position: relative;
	bottom: 2px;
	background: #fff;
}
.korpus input[type="radio"]:checked + label {
	border-bottom: 2px solid #fff;
}
.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1), .korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2), .korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) {
	display: block;/*	padding: 5px;
	border: 1px solid #aaa;*/
}
.b-share_last {
	color: #315378;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}
.b-share-last-main {
	color: #315378;
	font-size: 13px;
	line-height: 26px;
}
	
	
	.nevsedoma-last, .nevsedoma-lastmix {
		clear: both;
		background: rgba(0,0,0,0.1) scroll left top;
		padding: 5px 5px 7px 12px;
		margin: 10px 10px 10px 6px;
	}
	.nevsedoma-last-main {
		margin: 0px;
		padding: 5px 5px 7px 12px;
		background: #f0f0f0;
		border: 1px dashed #b6b6b6;
		color: #444;
		margin: 10px 40px 10px 10px;
	}
	.nevsedoma-last-main1 {    
		margin: 10px 0px;
		padding: 5px 5px 7px 12px;
		background: #f0f0f0;
		border: 2px solid #e3e3e3;
		color: #444;
		width: 49%;
		float: left;
	}
	.nevsedoma-last-main2 {   
		margin: 10px 0px;
		padding: 5px 5px 7px 12px;
		background: #f0f0f0;
		border: 2px solid #e3e3e3;
		border-radius: 3px;
		color: #444; 
		width: 50%;
		float: right;
		text-align: right;
	}
	.nevsedoma-last-main a, .nevsedoma-last-main1 a, .nevsedoma-last-main2 a {
		color: #444;
	}
	.nevsedoma-last-main a:hover, .nevsedoma-last-main1 a:hover, .nevsedoma-last-main2 a:hover {
		color: #A0B0C5;
		opacity: 0.7;
	}