﻿html{
	margin: 0px;
	height: 100%;
	width: 100%;
}
body{
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	font-family: sans-serif;
	font-size: 15px;
	background: url(../images/bg.jpg) repeat;
}
.clear{
    clear: both !important;
}
a{
	text-decoration: none;
}
.header{
	background: #3c1f05;
	color: #fff;
}
.container{position: relative;}
.block-wr-goods{
	margin-top: 50px;
}
.block-wr-goods > .container{padding-bottom: 80px;}
ul.links-top li a{
	display: inline-block;
	color: #ffc20a;
	padding: 10px 20px;
	margin-right: 25px;
	margin-left: 25px;
}
ul.links-top{
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-radius: 5px;
}
ul.links-top li{
	display: inline;
	margin: 0px;
}
.top-icon1, .top-icon2, .top-icon3, .top-icon4, .top-icon5{
	height: 22px;
	width: 14px;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: 5px;
}
.top-icon2{background-position: -15px 0px; width: 18px;}
.top-icon3{background-position: -34px 0px; width: 18px;}
.top-icon4{background-position: -54px 0px;}
.top-icon5{background-position: -70px 0px; width: 22px;}


.bg-top{
	background: url(../images/logo.jpg);
	height: 350px;
	width: 547px;
	background-position: center 0px;
	margin: 10px auto;
	position: relative;
-	border-top: 1px solid #3c1f05;
}
.wr-category{
	position: absolute;
	margin: 0px auto;
	bottom: 15px;
	width: 100%;
	background: transparent;
}

.category-line1{
	text-align: center;
	position: relative;
	background: url(../images/bg-cat1.png) no-repeat;
	height: 100px;
	width: 935px;
	margin: 0px auto;
	border: 1px solid transparent;
}

.category-line2{
	text-align: center;
	position: relative;
	background: url(../images/bg-cat2.png) no-repeat;
	height: 140px;
	width: 935px;
	margin: 0px auto;
	border: 1px solid transparent;
}


.category-line3{
	text-align: center;
	position: relative;
	background: url(../images/bg-cat3.png) no-repeat;
	height: 180px;
	width: 935px;
	margin: 0px auto;
	border: 1px solid transparent;
}

.category-line4{
	text-align: center;
	position: relative;
	background: url(../images/bg-cat4.png) no-repeat;
	height: 220px;
	width: 935px;
	margin: 0px auto;
	border: 1px solid transparent;
}

.category-line5{
	text-align: center;
	position: relative;
	background: url(../images/bg-cat5.png) no-repeat;
	height: 260px;
	width: 935px;
	margin: 0px auto;
	border: 1px solid transparent;
}

.category-home{
	text-align: left;
	position: relative;
	background: url(../images/bg-cat0.png) no-repeat;
	height: 150px;
	width: 935px;
	margin: 0px auto;
	border: 1px solid transparent;
}


.logo{
	text-align: center;
	padding: 0px;
	border: none;
	height: 155px;
	width: 188px;
	margin-left: 140px;
	margin-top: 10px;
}
.logo:hover{
	box-shadow: none;
}
.category-line2 a{
	display: inline-block;
	margin-right: 50px;
}

.category-text{
	color: #f7e088;
	font-size: 24px;
	text-align: center;
}

.category-line1 a.type2{
	padding-bottom: 20px;
}
.wr-good{
	border: 1px solid transparent;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.good{
	text-align: center;
	background: #613207;
	padding: 20px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.wr-img-good{
	height: 250px;
	text-align: center;
	border-bottom: 1px solid #764100;
	background: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.wr-img-good img{
	max-width: 230px;
	max-height: 230px;
	margin-top: 10px;
}
.good img{
	max-width: 210px;
	max-height: 210px;
}
.good p{
	text-align: left;
}
.name-good{
	height: 62px;
	overflow: hidden;
	color: #976d6d;
	text-align: left;
}
.name-good a{
	color: #ffc20a;
	text-decoration: none;
}
.price{
	color: #f7e088;
	font-weight: bold;
}
.sp-gray{
	color: #999999;
	font-size: 12px;
}
.link-more{
	background: #3d1f04;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 25px;
	text-decoration: none;
	color: #eaeaea;
	text-transform: uppercase;
	font-size: 12px;
}
.link-more:hover{
	color: #ffffff;
	text-decoration: none;
	background: #3d1f04;
        background-color: #000000;
        font-weight: bold;

}
.line{
	margin: 0 0 35px 20px;
}
.footer{
	border-top: 1px solid #3c1f05;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0px;
	background: #3c1f05;
}
.footer a{
	color: #ffc20a;
	text-transform: uppercase;
	float: right;
	margin-top: 15px;
	margin-right: 100px;
}
.sale{
	position: absolute;
	top: -25px;
	right: -30px;
	display: block;
	width: 88px;
	height: 65px;
}
.sale span{
	position: absolute;
	top: 9px;
	right: 18px;
	color: #fff;
	font-size: 24px;
	color: #f8b745;
}
ul.list-category{
	margin-top: 20px;
	padding: 0px;
}

ul.list-category li{
	list-style: none;
        padding-left: 24px; 
	margin-right: 30px;
	display: inline-block;
}
ul.list-category li a{
	color: #ffc20a;
        text-decoration: none;
}

ul.list-category li a:hover{
	color: #f7e088;
	color: #fefefe;
        text-decoration: none;
}


.icon-star5, .icon-star4, .icon-star3, .icon-star2, .icon-star1, .icon-star0{
	height: 12px;
	width: 82px;
	display: block;
	margin: 20px 0px;
}
.icon-star4{background-position: -17px 0px;}
.icon-star3{background-position: -34px 0px;}
.icon-star2{background-position: -51px 0px;}
.icon-star1{background-position: -68px 0px;}
.icon-star0{background-position: -85px 0px;}







@media(max-width:1200px){
	.wr-img-good img {
		max-width: 190px;
		max-height: 190px;
		margin-top: 10px;
	}
	ul.links-top li a{
		margin-left: 0px;
		margin-right: 0px;
		padding: 5px 10px;
	}
}
@media(max-width:992px){
	.wr-category{
		margin-top: 300px;
	}
	.category-line1{
		background-size: 100%;
		width: 730px;
	}
	ul.list-category{
		margin-top: 13px;
	}
	ul.list-category li{
		margin-right: 10px;
	}
	.logo{
		margin-left: 5px;
	}
}
@media(max-width:768px){
	.wr-good{
		width: 70%;
		margin: 0px auto;
	}
	ul.list-category li{
		display: block;
	}
	.bg-top{
		background-position: -230px 0px;
	}
	.wr-category{
		margin-top: 200px;
	}
	.wr-category{
		top: 0px;
	}
	.category-line1{
		background: none;
		width: auto;
		height: auto;
		background: rgba(0, 0, 0, 0.4);
	}
	.wr-good{
		margin-bottom: 10px;
	}
}
@media(max-width:500px){
	.links-top a{
		display: block;
	}
	.wr-good{
		width: 100%;
		margin: 0px auto;
	}
	.category-small{
		width: 100% !important;
		float: none;
	}
	ul.category1{
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	ul.category1 li:last-child{
		margin-bottom: 0px;
	}
	ul.category2{
		margin-top: 0px;
		padding-top: 10px;
	}
	.wr-category{
		margin-top: 200px;
	}
}



/* -------- ������� -----*/
a.selpage {
    margin: 0 2px;
    text-align: center;
    background: #613207;
    padding: 10px;
    border-radius: 8px;
    color: #ffc20a;
    text-decoration: none;
}
a.selpage:hover {
    background-color: #E7DECB;
    color: #ffc20a;
    font-weight: bold;
    text-decoration: none;
}
.selpage-act {
    margin: 0 2px;
    padding: 10px;
    color: #ffc20a;
    text-decoration: none;
}



#sidebar {
float: left;
margin: 10px;
width: 300px;
-background:url(../images/bg.jpg) 100% 0;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
}


div.sdmenu {width: 270px;padding: 10px 0 10px 10px;}
div.sdmenu div {
background: #613207; /*��� ����*/
overflow: hidden;
cursor: pointer;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 3px #C0C0C0; /* ����*/
-moz-box-shadow: 0px 0px 3px #C0C0C0;
box-shadow: 0px 0px 3px #C0C0C0;
}
div.collapsed {height: 32px;}
div.sdmenu div span {
	display: block;
	padding: 5px 5px; /* ����� ������ ������*/
	font-weight: bold;
	color: #f7e088; /*���� ��������� ����*/
	border-bottom: 1px solid #ddd;
}
div.sdmenu div a {
	padding: 5px 0 5px 20px;
	background: #773B09; /*��� ����*/
	display: block;
	border-bottom: 1px solid #ddd;
	color: #FFC20A; /*���� ����*/
	text-decoration: none;
-	font-weight: bold;
}
div.sdmenu div a.current {
	background : #CEC2A9 url(../images/bolt-dark.png) no-repeat right 10px center; /* �����*/
	color: #000000; /* ��� ��������� ���� ����*/
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0px 4px 12px; /*  */
	border-bottom: 1px solid #B2A790;
} 
div.sdmenu div a:hover {
	background : #CEC2A9 no-repeat right 6px center;
	color: #000000; /* ��� ��������� ���� ����*/
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0px 4px 12px; /*  */
	border-bottom: 1px solid #B2A790;
}


#linkslot {
    float: left;
    margin: 20px 5px 10px 15px;
    width:270px;
    border-radius:10px;
    border: 3px #613207 solid;
    font-size:14px;
}


#link-link {
-    border-top: 1px solid #613207;
-    border-bottom: 1px solid #613207;
    position: fixed;
    height: 22px;
    width: 100%;
-    background-color: #613207;
    background-color: #DDFFBB;
    z-index: 999;
    color: #000000; /* ��� ��������� ���� ����*/
}
