@charset "utf-8";

/* CSS резет
**************************************/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, a, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	background: none;
	font-size: 100%;
}

a {
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

td, td img {
	vertical-align: top;
	}

li {
	list-style: none;
	vertical-align: top;
	}

input, select, button, textarea {
	border: none;
	margin: 0;
	font-size: 100%;
	}

input[type="checkbox"] {
	vertical-align: bottom;
	}

input[type="radio"] {
	vertical-align: text-bottom;
	}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
	}



body
{
	min-width: 1000px;
	background: #ece7d3 url(../images/dp/bg.jpg) no-repeat center top;
	}

.b-page {
	width: 1000px;
	margin: 0 auto;
	}
.b-page-en {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/dp/bg_en.jpg) 0 5px no-repeat;
	}

#main {
	overflow: visible !important;
	width: 100% !important;
	}

#top-menu .sub ul a {
	font-size: 14px;
}

.b-header {
	height: 100px;
	padding-top: 15px;
	}


.b-big-footer {
	width: 300%;
	margin-left: -100%;
	}

	.b-big-footer .center {
		background: #none;
		}

	.b-big-footer .content {
		width: 1000px;
		margin: 110px auto 0;
		padding: 24px 0 30px 0;
		background: none;
		}

	.b-big-footer .top {
		display: block;
		width: 100%;
		height: 7px;
		
		}

	.b-big-footer .bottom {
		display: block;
		width: 100%;
		height: 7px;
		
		}



.b-goods-menu {
	margin-bottom: 25px;
	overflow: hidden;
	text-align: center;
	}

	.b-goods-menu li {
		display: inline-block;
		width: 310px;
		height: 23px;
		margin: 0 0 10px;
		padding: 0 10px;
		line-height: 23px;
		text-align: center;
		}

	.b-goods-menu li a {
		color: #00aa54;
		text-decoration: none;
		border-bottom: 1px dashed #00aa54;
		}

	.b-goods-menu .selected a {
		display: inline-block;
		height: 23px;
		color: #fff;
		background: #00aa54;
		padding: 0 10px;
		
		border-bottom: none;

		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		*display: inline;
		zoom: 1;
		}
		
	.b-goods-menu p {
		margin: 0;
	}

	.b-goods-menu .selected span {

		}


.b-read-more {
	margin: 20px 0 0;
	text-align: center !important;
	}

.b-read-more a {
	color: #009846;
	border-bottom: 1px dashed #009846;
	text-decoration: none;
	}

.b-read-more a:hover {
	border-bottom: none;
	}


	
.b-goods-preview {
	display: inline-block;
	overflow: hidden;
	min-height: 190px;
	margin-bottom: 40px;
	}
	
	.b-goods-preview dt, .b-goods-preview dd {
		display: none;
		}
	
	.b-goods-preview dd.selected {
		display: inline;
		}

	.b-goods-preview li {
		float: left;
		width: 125px;
		margin: 4px 4px;
		text-align: center;
		font-size: 13px;
		}

	.b-goods-preview li a {
		display: inline;
		height: 100px;
		color: #fff;
		}

	.b-goods-preview .bg {
		width: 110px;
		height: 181px;
		/*background: url(../images/slavnaya_marka/goods-preview.png) no-repeat;*/
		}

	.b-goods-preview li .bg a {
		display: table-cell;
		width: 123px;
		height: 100px;
		vertical-align: middle;
		text-align: center;
		}
	
	.b-goods-preview li .img_preview {
		display: block;
		overflow: hidden;
		width: 125px;
		height: 125px;
		margin-bottom: 5px;
		
		
		border-radius: 15px;
		-webkit-box-radius: 15px;
		   -moz-box-radius: 15px;
			  o-box-radius: 15px;
				box-radius: 15px;
		
		box-shadow: 2px 2px 7px -1px #666;
		-webkit-box-shadow: 2px 2px 7px -1px #666;
		   -moz-box-shadow: 2px 2px 7px -1px #666;
			 -o-box-shadow: 2px 2px 7px -1px #666;
				box-shadow: 2px 2px 7px -1px #666;
				/*3px 3px 5px -1px #666;*/
		}

	.b-goods-preview li img {
		display: block;
		width: 110px;
		}
		


.b-info {
	width: 80%;
	margin: 0 auto 20px;
	}

.b-info h2 {
	margin: 0 0 10px;
	color: #009846;
	font-size: 24px;
	font-weight: normal;
	}

.b-info h3 {
	margin: 0 0 10px;
	color: #009846;
	font-size: 20px;
	font-weight: normal;
	}

.b-info h4 {
	margin-bottom: 10px;
	}

.b-info p {
	margin-bottom: 10px;
	color: #009846;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	}

.b-wrap-center {
	width: 1000px;
	min-height: 100px;
	display: table-cell;
	text-align: center;
	}

.b-logo {
	float: left;
	width: 160px;
	}



.b-content {
	margin-top: 30px;
	height: 470px;
	}

	.b-content .left {
		width: 230px;
		float: left;
	}



.b-search {
	margin-bottom: 20px;
	}

	.b-search .field {
		margin-right: 5px;
		padding: 0 5px;
		width: 143px;
		height: 23px;
		background: url(../images/dp/search.png) no-repeat;
		}

	.b-search .button {
		cursor: pointer;
		position: relative;
		top: 1px;
		}


.b-section-logo {
	margin: 4px 25px 0 19px;
	}


.l-wrap {
	width: 100%;
	overflow: hidden;
	}





#footer {
	display: none !important;
	}

.b-footer {
	color: #009846;
	font-size: 12px;
	height: 67px;
	border-top: 1px solid #a7d5bf;
	}

	.b-footer .dp {
		float: left;
		margin: 20px 0 0 38px;
		}

	.b-footer .bel360 {
		margin: 20px 30px 0 0;
		float: right;
		}
	
	.b-footer a {
		color: #009846;
		}


#fancybox-outer {
	border-radius: 15px;
	}