@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: transparent;
	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;
	}

	
h1, h2, h3 {
	font-weight: normal;
	}


body
{
	min-width: 1000px;
	background: #dcb79a;
	}

#main {
	overflow: visible !important;
	width: 100% !important;
	}
	
#footer {
	display: none;
	}
	
.b-page {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/slavnaya_marka/bg.jpg) 0 5px no-repeat;
	}


#top-menu {
	float: right;
    height: 44px;
    z-index: 100;
	width: 800px;
	background: url("../images/slavnaya_marka/menu/bg.png") no-repeat !important;
}

#top-menu div {
    float: left;
    position: relative;
}

#top-menu .sub {
    top: 44px;
    left: 0;
	z-index: -20;
}


#top-menu .sub .cont {
    position: relative;
    padding-bottom: 10px;
    height: auto;
    width: 209px;
    left: -1px;
}

#ru_contacts .sub .cont, #en_contacts .sub .cont {
    width: 211px !important;
    left: 0px;
}


#top-menu .sub {
    float: none;
    position: absolute;
    display: none;
}

#top-menu .mouseover .sub {
    display: block;
}

#ru_contacts .img, #en_contacts .img {
    left: 1px !important;
    background: url(../images/slavnaya_marka/menu/catalog_top.png) no-repeat !important;
}

#top-menu .sub .img {
    height: 9px !important;
    width: 212px !important;
    position: absolute;
    bottom: 1px;
    left: -1px;
    background: url("../images/slavnaya_marka/menu/catalog_bottom.png") no-repeat !important;
}


#top-menu .sub ul {
    background: #974134;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    line-height: 24px;
}

#top-menu .sub li {
	line-height: 22px;
}

#top-menu .sub ul a {
    margin-left: 7px;
    padding-left: 14px;
    color: #f2eddf;
	font-size: 14px;
    text-decoration: none;
}

#top-menu .sub ul a:hover {
    color: #ffffff;
    border: none;
    text-decoration: underline;
	font-weight: normal !important;
}

#top-menu .sub a {
    color: #feec80;
    border: none !important;
}


#top-menu img {
    /*height: 44px;*/
}


.b-header {
	height: 100px;
	padding-top: 15px;
	}


.b-big-footer {
	width: 300%;
	margin-left: -100%;
	}

	.b-big-footer .center {
		background: #7a231c;
		}

	.b-big-footer .content {
		padding: 24px 0 30px 0;
		background: #7a231c;
		width: 1000px;
		margin: 0 auto;
		}

	.b-big-footer .top {
		display: block;
		width: 100%;
		height: 7px;
		background: url(../images/slavnaya_marka/big_footer_top.png) repeat-x;
		}

	.b-big-footer .bottom {
		display: block;
		width: 100%;
		height: 7px;
		background: url(../images/slavnaya_marka/big_footer_bottom.png) repeat-x;
		}
		
	.b-big-footer h1, .b-big-footer h2, .b-big-footer h3 {
		margin: 0 0 10px;
	}
	
	.b-big-footer p {
		margin: 0 0 10px;
		line-height: 18px;
	}



.b-goods-menu {
	overflow: hidden;
	margin: 0 0 25px 10px;
	}

	.b-goods-menu li {
		float: left;
		width: 310px;
		height: 23px;
		margin: 0 0 10px;
		padding: 0 10px;
		line-height: 23px;
		text-align: center;
		}

	.b-goods-menu li a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dashed #fff;
		}

	.b-goods-menu .selected a {
		display: inline-block;
		height: 23px;
		color: #000;
		background: #dcb79a;
		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-goods-menu {
	margin-bottom: 25px;
	overflow: hidden;
	}

	.b-goods-menu td {
		line-height: 23px;
		height: 30px;
		}

	.b-goods-menu td a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dashed #fff;
		}

	.b-goods-menu td a:hover {

		}

	.b-goods-menu .selected {
		margin-left: -10px;
		display: inline-block;
		height: 23px;
		color: #000;
		background: #dcb79a;
		padding: 0 10px;

		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		*display: inline;
		zoom: 1;
		}

	.b-goods-menu .selected span {

		}
*/

.b-info-more {
	display: none;
	}

.b-read-more {
	margin: 15px 0;
	text-align: center;
	}

.b-read-more a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	}



.b-goods-preview {
	display: inline-block;
	overflow: hidden;
	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: 130px;
		margin: 4px;
		text-align: center;
		font-size: 13px;
		}

	.b-goods-preview li a {
		display: inline;
		height: 100px;
		color: #fff;
		}

	.b-goods-preview .bg {
		width: 130px;
		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 {
		display: block;
		border: 1px dashed white;
		}
	
	


#ru_catalog .title {
    position: absolute;
    width: 225px;
    height: 69px;
    background: url("../images/slavnaya_marka/menu/catalog_top.png") no-repeat;
    left: -17px;
    top: -41px;
}

#en_catalog .title {
    position: absolute;
    width: 225px;
    height: 69px;
    background: url("../images/slavnaya_marka/menu/catalog_top.png") no-repeat;
    left: -17px;
    top: -41px;
}

#ru_contacts .title {
    position: absolute;
    width: 211px;
    height: 69px;
    background: url("../images/slavnaya_marka/menu/conts_top.png") no-repeat;
    left: 0px;
    top: -41px;
}

#en_contacts .title {
    position: absolute;
    width: 212px;
    height: 69px;
    background: url("../images/slavnaya_marka/menu/conts_bottom.png") no-repeat;
    left: 0px;
    top: -41px;
}


.b-info {
	display: none;
	margin-bottom: 20px;
	}

.b-info .title {
	color: #f5e6c7;
	font-size: 24px;
	}

.b-info p {
	color: #f5e6c7;
	font-size: 16px;
	line-height: 15px;
	}

.b-wrap-center {
	width: 1000px;
	display: table-cell;
	text-align: center;
	}

.b-footer {
	color: #9d7f67;
	font-size: 12px;
	height: 97px;
	background: url(../images/slavnaya_marka/footer_bg.png) center no-repeat;
	}

	.b-footer .prioskol {
		float: left;
		padding: 50px 0 0 38px;
		}

	.b-footer .bel360 {
		padding: 50px 0 0 0;
		margin-right: 30px;
		float: right;
		}
		
	.b-footer a {
		color: #9d7f67;
		}

.b-logo {
	float: left;
	width: 160px;
	}



.b-content {
	margin-top: 30px;
	height: 470px;
	}

	.b-content .left {
		width: 230px;
		float: left;
	}



.b-search {
	margin-bottom: 60px;
	}

	.b-search .field {
		margin-right: 5px;
		padding: 0 5px;
		width: 143px;
		height: 23px;
		background: url(../images/slavnaya_marka/search.png) no-repeat;
		}

	.b-search .button {
		cursor: pointer;
		position: relative;
		top: 1px;
		}


.b-section-logo {
	margin: 35px 0 0 28px;
	}


.l-wrap {
	width: 100%;
	overflow: hidden;
	}
	
	
	



#b-page {
	background: url("http://prioskol.ru/static/themes/prioskol/images/slavnaya_marka/bg.jpg") !important;
	}
	
	
	
	
.category-item-more {
	display: none;
	}
	



.category-item-image img {
	display: none;
	}
	



	


#fancybox-wrap {
	/*width: 812px !important;
	/*height: 575px !important;*/
	}
	
	.fancybox-bg {
		display: none;
		}
		
	#fancybox-wrap iframe {
		width: 822px;
		height: 576px;
		overflow: hidden;
		}

#fancybox-outer {
	background: none !important;
	}
	
#fancybox-content {
	/*width: 744px !important;*/
	height: 575px !important;
	color: black;
	padding: 0 !important;
	background: url("../images/slavnaya_marka/fancybox-bg.png");
	border: 0px !important;
	}
	
	#fancybox-content img {
		width: 400px;
		margin: 30px auto 5px;
		}
		
	#fancybox-content .good-item-caption {
		font-size: 28px;
		margin: 0 40px 10px;
		}
	
	#fancybox-content .good-item-description {
		font-size: 80%;
		margin: 0 40px 10px;
		}
		
	#fancybox-content .good-item-content {
		font-size: 80%;
		margin: 0 40px 0;
		}
	
	#fancybox-close {
		right: 45px !important;
		}