/* Оранжевая кнопуля */
.btn.orange {
	padding:0 34px;
	height:40px;
	line-height:39px;
	text-align:center;
	color:white;
	font-weight:bold;
	border-radius:4px;
	min-width:100px;
	display:inline-block;
	background:#ee442f;
	font-size:16px;
	border:0;
	cursor:pointer;
}

/* Желтая кнопуля */
.btn.orderLink {
	width:252px;
	height:48px;
	padding:0;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
	line-height:47px;
	text-align:center;
	display:block;
	cursor:pointer;
}

.btn.orderLink.orange {
	color:white;
	background:#ef4430;
}
.btn.orderLink.yellow {
	color:black;
	background:#eac236;
}












.pagesSlider{
	margin:20px 0;
	height:13px;
	text-align:center
}
	.pagesSlider a{
		height:13px;
		width:13px;
		margin:0 5px;
		font-size:0;
		display:inline-block;
		background:url("../images/pages.jpg") no-repeat;
		overflow:hidden;
	}
	.pagesSlider a.active{
		background-position:0 -13px;
	}
	
	
	
.products {
	
}
	.products .item{
		height:454px;
		width:194px;
		margin:0 16px;
		padding:12px;
		float:left;
		background:white;
	}
		.products .item .image{
			width:190px;
			height:314px;
			text-align:center;
		}
		.products .item .title{
			width:190px;
			height:80px;
			font-size:16px;
			text-align:center;
			line-height:22px;
			margin:10px 0;
		}
		.products .item .btn.order {
			width:188px;
			height:39px;
			border:1px solid #ef4430;
			display:block;
			border-radius:4px;
			text-align:center;
			line-height:39px;
			color:#ef4430;
		}
		
		
.path {
	height:85px;
	text-align:center;
	line-height:84px;
}
	.path a{
		font-size:14px;
		color:#666666;
		text-decoration:underline;
		padding-right:17px;
		margin-right:12px;
		background:url("../images/sep.png") no-repeat right 5px;
	}
		.path a:hover{
			text-decoration:none;
		}