@import 'style.css';
@import 'blueimp-gallery.min.css';
@import 'blueimp-gallery-indicator.css';

#catalog-wrapper-bg{
	background-color: #F2F2F2;
	padding: 15px 0;
	margin: 0;
}

#catalog-wrapper{
	width: 1000px;
/*	min-height: 400px; */
	margin: 0 auto;
	
    
   
}

.department:first-child{
	margin-left: 0px;
}

.department{
	width: 325px;
	border: 1px solid #d6d6d6;
	height: 400px;
	float: left;
	margin-left: 9px;
	background-color: white;
}

.department-img img{
	width: 325px;
}

.department-name{
	font-weight: bold;
	color: #89ad5b;
}

.department div p{
	padding: 10px;
}

.more{
	margin: 20px 0 10px 95px;
}

.more a{
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background-image: -webkit-linear-gradient(bottom, #abc3a3, #bad2a7);
	background-image:    -moz-linear-gradient(bottom, #abc3a3, #bad2a7);
	background-image:     -ms-linear-gradient(bottom, #abc3a3, #bad2a7);
	background-image:      -o-linear-gradient(bottom, #abc3a3, #bad2a7);
	background-image:         linear-gradient(bottom, #abc3a3, #bad2a7);
	padding: 10px 30px;
	opacity: 0.9;

}


.more a:hover{
	opacity: 1;
}

/*Категории*/
#category-wrapper-bg{
	padding: 15px 0;
	background-color: #D55852;
}

.category{
	float: left;
	width: 200px;
	padding: 15px;
	height: 164px;
	background-color: #D55852;
	margin: 0 5px 5px 5px;
	border: 1px solid #c64f49;/*#D55852*/


}

.category:hover{
	border: 1px solid white;
}

.category-icon img{
	width: 130px;

}

.category-icon{
	width: 130px;
	margin: 0 auto;

}

.category a{
	text-align: center;
	text-decoration: none;
	color: white;

	
}

/*Левый блок картинки описания*/
#catalog-wrapper-img-bg{
	background-color: #D55852;/* #FDEB75#d55852;*/
	width: 100%;
}

#catalog-wrapper-img{
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/*outline: 1px solid white;*/
}

#catalog-img{
	position: absolute;
	width: 600px;
	height: 500px;
	left: -600px;
}

#catalog-img-title{
	position: absolute;
	width: 350px;
	top: 15px;
	right: -350px;
	font-size: 22px;
	font-weight: bold;
	color: white;

}

#catalog-img-description{
	position: absolute;
	width: 350px;
	color: white;
	font-size: 16px;
	top: 65px;
	right: -350px;
	
}

#catalog-img-hr{
	background-color: white;
	height: 1px;
	color: white;
	border: none;
	margin: 5px 0;
}

#catalog-img-price{
	position: absolute;
	bottom: 150px;
	right: 15px;
	color: white;
	font-size: 30px;
	display: none;
}

/*-----------*/


/*Кнопка заказать*/
.zakaz-online-butt a{
	text-decoration: none;
	color: white;
}

.zakaz-online-butt{
	position: absolute;
	right: 15px;
	bottom: 60px;
	cursor: pointer;
	width: 160px;
	text-align: center;
	padding: 15px 0;
	display: none;
	border: 1px solid white;

}

.zakaz-online-butt:hover{
	border: 1px solid #6DAE04;

}

#catalog-description-img{
	border: 1px solid #F2F2F2;
	float: left;
	width: 400px;
	padding: 5px;
	
}

#catalog-description-img img{
	width: 400px;
	margin: 0;
	padding: 0;
}

#catalog-block-right{
	float: right;
	width: 350px;
}

#catalog-product-name{
	text-align: center;
	color: #6E6E6E;
	font-size: 18px;
	font-weight: bold;
}

.catalog-block-right-hr{
	background-color: #F2F2F2;
	height: 1px;
	color: #F2F2F2;
	border: none;
	margin: 15px 0;
}

#catalog-description{
	margin-top: 10px;
	background-color: white;
	padding: 15px 10px;
	width: 1000px;
	overflow: hidden;
	border: 1px solid #F3F3F3;


}

#category-left-block{
	width: 200px;
	float: left;
	width: 170px;
	padding: 15px;
	background-image: url('../img/bg/tweed.png')
}

.category-left-block-name a{
	text-decoration: none;
	color: white;
}

.category-left-block-name{
	margin: 5px 0;
	opacity: 0.9;
}

.category-left-block-name:hover{
	opacity: 1;	
}

.menu-hr {
	background-color: #f08833;
	height: 1px;
	color: #f08833;
	border: none;
}

.catalog-description-hr{
	background-color: #F2F2F2;
	height: 1px;
	color: #F2F2F2;
	border: none;
	margin: 15px 0;
}

/*Продукция*/

.products{
	border: 1px solid #F2F2F2;
}

/*Слайдер*/
#slider-overflow{
	overflow: hidden;
}

#slider-wrapper{
	width: 2020px;
}

.slider{
	/*float: left;*/
	width: 1000px;
	margin-right: 10px;
	
}




#slider-switch{
	
 
  margin-top: -10px;
   margin-bottom: 35px;
  
	margin-right: 10px;
	
}

.slider-switch{
	float: left;
	padding: 10px 30px;
	color: white;
	cursor: pointer;
	margin-right: 1px;
	background-color: #D55852;	
	opacity: 0.7;
}

#price-wrapper table{
	width: 1000px;
}

#price-nds{
	font-size: 10px;
}

#slider-move{
	margin-left: 0px;
}

/*Галлерея*/
.gallery-img{
	width: 227px;
	height: 150px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}