#header {
	height: 231px;
	padding: 25px 0 64px 0;
	background: url(../images/inner-toys.png) no-repeat center bottom;
}

.home-page #header {
	height: 611px;	
	background: url(../images/toys.png) no-repeat center bottom;
}

	#header .wrapper {
		position: relative;
		z-index: 1;		
	}

	#logo {
		display: block;
		width: 157px;
		height: 87px;
		background: url(../images/sprite.png) no-repeat 0px 0px;
		text-indent: -9999px;
		float: left;		
	}
	
	#header .slogan {
		display: block;
		width: 339px;
		height: 19px;
		background: url(../images/sprite.png) no-repeat -157px 0px;
		float: left;
		margin: 61px 0 0 14px;
	}
	
	#header .header-contacts {
		float: right;
		margin-top: 32px;
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		font-size: 18px;
		line-height: 22px;
		color: #ff6000;
		text-align: right;
	}
	
		#header .header-contacts div {
			display: inline-block;
			margin-left: 20px;
		}

		#header .header-contacts div:first-child {
			margin-bottom: 10px;			
		}
		
	#main-menu {
		margin-top: 32px;
		text-align: center;
		font-size: 0;
		height: 67px;
	}
		#main-menu li {
			display: inline-block;
			margin: 0 1px;
		}
			#main-menu li a {
				display: block;
				padding-left: 20px;
				background-image: url(../images/sprite.png);
				background-repeat: no-repeat;
				background-position: -622px -87px;
				color: #fff;
				font-family: "Trebuchet MS", Helvetica, sans-serif;				
				font-size: 20px;
				line-height: 20px;
			}
				#main-menu li a div {
					padding: 21px 20px 21px 0;
					height: 20px;
					background-image: url(../images/sprite.png);
					background-repeat: no-repeat;
					background-position: right -20px;									
				}

			#main-menu li a.selected,
			#main-menu li a:hover {
				color: #fdef16;
			}

	#teaser {
		position: relative;
		z-index: 1;		
		margin-top: -18px;
		height: 420px;
	}

		#teaser .teaser-wrapper {
			width: 1012px;
			height: 420px;		
			margin: 0 auto;
			position: relative;
	
		}		
			#teaser .teaser-items {
				position: relative;
				width: 984px;
				height: 405px;
				z-index: 1;
				overflow: hidden;
				padding: 15px 14px 0 14px;
			}
				#teaser .teaser-items a {
					display: block;
					width: 984px;
					height: 405px;
					position: absolute;
					top: 15px;
					left: 14px;
					z-index: 1;
				}
	
				#teaser .teaser-items a.active {
					z-index: 3;
				}
			
			#teaser .mask {
				position: absolute;
				top: 0;
				left: 0;	
				z-index: 2;					
				display: block;
				width: 952px;
				height: 380px;
				background: url(../images/teaser-mask.png) no-repeat center center;
				padding: 20px 30px;
			}
				#teaser .mask .teaser-link {
					display: block;
					width: 952px;
					height: 375px;
				}

		#teaser .teaser-arrow {
			position: absolute;
			top: 170px;
			display: block;
			width: 76px;
			height: 76px;
			background-image: url(../images/sprite.png);
			background-repeat: no-repeat;
			z-index: 5;
		}
		
		#teaser .prev-arrow {
			left: 50px;
			background-position: 0px -88px;
		}

		#teaser .prev-arrow:hover {
			background-position: -76px -88px;
		}
		
		#teaser .next-arrow {
			right: 50px;
			background-position: -152px -88px;
		}		
		
		#teaser .next-arrow:hover {
			background-position: -228px -88px;
		}

#content {
	margin-top: 25px;
	background: #fff url(../images/inner-line.jpg) no-repeat center top;	
}

.home-page #content {
	background: #fff url(../images/hp-line.jpg) no-repeat center 96px;
	margin-top: 50px;	
}

	.home-page #content .wrapper div:first-child {
		margin-left: 0;
	}

	.home-page .why-column {
		float: left;
		margin-left: 10px;
		width: 280px;
		background: #f01903;
		
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		position: relative;
		
		color: #fed4ca;
		
		text-align: right;
		padding: 20px;
	}

		.home-page .why-column li {
			padding: 10px 0;
			border-bottom: 2px dotted #f67c6f;
		}

			.home-page .why-column li .list-icon {
				float: left;
				display: block;
				width: 40px;
				height: 26px;
				padding: 7px 0;
				margin-right: 14px;
				text-align: center;
				line-height: 26px;
				font-size: 26px;
				background: url(../images/sprite.png) no-repeat -304px -88px;
				color: #f01903;
				font-weight: bold;
			}

			.home-page .why-column li .list-text {
				float: left;
				width: 225px;
				margin-top: 10px;
				color: #ffd9d5;
				
				font-size: 16px;
				line-height: 22px;
			}

	.why-column .more {
		margin-top: 20px;
	}
		.why-column .more div {
			background-image: url(../images/more-button-arrow-red.jpg);
			color: #fc1d06;
		}
		.why-column .more:hover div {
			color: #c01402;
		}

	.home-page .reception-column {
		float: left;
		margin-left: 10px;
		width: 280px;
		background: #ff6000;

		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		position: relative;

		color: #fed4ca;		
		text-align: right;		
		padding: 20px;
	}
		.reception-column .reception-column-image {
			display: block;
			margin-bottom: 20px;
		}
			.reception-column-image img {
				border: 3px solid #fff;				
			}
			
	.reception-column .more {
		margin-top: 20px;
	}
		.reception-column .more div {
			background-image: url(../images/more-button-arrow-orange.jpg);
			color: #ff6000;
		}
		.reception-column .more:hover div {
			color: #bf4902;
		}

	.home-page .gallery-column {
		float: left;
		margin-left: 10px;		
		width: 280px;
		background: #ffcc01;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		position: relative;
		
		padding: 20px;
		text-align: right;		
		color: #fefbe7;
	}
		.gallery-column .text {
			margin-bottom: 20px;
		}
		.gallery-column .gallery-row {
			margin-top: 15px;
			font-size: 0;
			white-space: nowrap;
		}
		.gallery-column .gallery-row:first-child {
			margin-top: 0;
		}
			.gallery-column .gallery-row a {
				display: inline-block;
				border: 1px solid #fff;
				margin-left: 14px;
			}
				.gallery-column .gallery-row a img {
					border: 2px solid #fff;				
				}

			.gallery-column .gallery-row a:first-child {
				margin-left: 0;
			}

			.gallery-column .gallery-row a:hover {
				border-color: #fca43c;
			}

	.home-page .column-content {
		text-align: left;
	}
		.home-page .column-content .column-title {
			display: block;
			margin-bottom: 15px;			
		}
			.home-page .column-content .column-title h1 {
				font-family: "Trebuchet MS", Helvetica, sans-serif;				
				font-size: 28px;
				line-height: 28px;
				font-weight: normal;
				color: #fff;
			}

			.home-page .why-column .column-title:hover h1 {
				color: #feb2aa;	
			}

			.home-page .reception-column .column-title:hover h1 {
				color: #feb386;	
			}

			.home-page .gallery-column .column-title:hover h1 {
				color: #fdeeb2;	
			}
			
	.gallery-column .more {
		margin-top: 20px;
	}
		.gallery-column .more div {
			background-image: url(../images/more-button-arrow-yellow.jpg);
			color: #eaa001;
		}
		.gallery-column .more:hover div {
			color: #d09301;
		}

	.home-page .welcome-text {
		margin: 30px 0 20px 0;
	}
		.home-page .welcome-text .title {
			font-family: "Trebuchet MS", Helvetica, sans-serif;				
			font-size: 28px;
			line-height: 30px;
			color: #ff6000;
		}

		.home-page .welcome-text .title:hover {
			color: #bf4902;
		}

		.home-page .welcome-text .text {
			margin-top: 20px;
		}

		.home-page .welcome-text .simple-more {
			float: right;
			margin-top: 14px;
		}

.bott-toys {
	height: 70px;
	background: url(../images/bott-toys.jpg) no-repeat center bottom;
}

#content .sidebar {
	width: 320px;
	float: left;
}
	.sidebar .block-title {
		display: block;
		margin-bottom: 15px;
		text-align: left;
	}
		.sidebar .block-title h1 {
			font-family: "Trebuchet MS", Helvetica, sans-serif;				
			font-size: 28px;
			line-height: 28px;
			font-weight: normal;
			color: #fff;
		}

		.sidebar .why-block .block-title:hover h1 {
			color: #feb2aa;	
		}
		.sidebar .reception-block .block-title:hover h1 {
			color: #feb386;	
		}
		.sidebar .gallery-block .block-title:hover h1 {
			color: #fdeeb2;	
		}

	.sidebar .reception-block {
		margin-bottom: 10px;
		width: 280px;
		background: #ff6000;

		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		position: relative;

		color: #fed4ca;		
		text-align: right;		
		padding: 20px;
	}

	.sidebar .reception-block .block-text {
		text-align: left;
	}

	.sidebar .reception-block .more {
		margin-top: 20px;
		float: right;
	}
		.sidebar .reception-block .more div {
			background-image: url(../images/more-button-arrow-orange.jpg);
			color: #ff6000;
		}
		.sidebar .reception-block .more:hover div {
			color: #bf4902;
		}

	.sidebar .why-block {
		margin-bottom: 10px;
		width: 280px;
		background: #f01903;

		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		position: relative;

		color: #fed4ca;		
		text-align: right;		
		padding: 20px;
	}

	.sidebar .why-block .block-text {
		text-align: left;
	}

	.sidebar .why-block .more {
		margin-top: 20px;
		float: right;
	}
		.sidebar .why-block .more div {
			background-image: url(../images/more-button-arrow-red.jpg);
			color: #fc1d06;
		}
		.sidebar .why-block .more:hover div {
			color: #c01402;
		}


	.sidebar .gallery-block {
		margin-bottom: 10px;
		width: 280px;
		background: #ffcc01;

		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		position: relative;

		color: #fefbe7;
		text-align: right;		
		padding: 20px;
	}

	.sidebar .gallery-block .gallery-block-items {
		text-align: left;
		font-size: 0;
		white-space: nowrap;
	}
		.sidebar .gallery-block .gallery-block-items a {
			display: inline-block;
			border: 1px solid #fff;
			margin-left: 14px;
		}
			.sidebar .gallery-block .gallery-block-items a img {
				border: 2px solid #fff;
			}
		.sidebar .gallery-block .gallery-block-items a:hover {
			border-color: #fca43c;
		}

		.sidebar .gallery-block .gallery-block-items a:first-child {
			margin-left: 0;
		}

	.sidebar .gallery-block .more {
		margin-top: 20px;
		float: right;
	}
		.sidebar .gallery-block .more div {
			background-image: url(../images/more-button-arrow-yellow.jpg);
			color: #eaa001;
		}
		.sidebar .gallery-block .more:hover div {
			color: #d09301;
		}


#content .page-content {
	width: 630px;
	float: right;
}
	.page-content .page-title {
		font-family: "Trebuchet MS", Helvetica, sans-serif;	
		font-size: 28px;
		line-height: 30px;
		font-weight: normal;
		margin: -4px 0 22px 0;
	}

.contacts-page .block-title {
	margin-bottom: 15px;
	font-weight: bold;
}

.contacts-page .form-block {
	width: 300px;
	float: left;
}

.contacts-page form .inputText {
	background: #f0e5df;
	width: 300px;
	height: 40px;
	position: relative;
	margin-bottom: 5px;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
	.contacts-page .inputText input {		
		position: absolute;
		top: 0;
		left: 15px;
		z-index: 55;
		width: 270px;
		height: 40px;
		padding: 0;
		margin: 0;
		border: none;
		background: transparent;
	}
	.contacts-page form .inputText .def-val {
		position: absolute;
		top: 0;
		left: 15px;
		z-index: 5;
		width: 270px;
		height: 40px;
		line-height: 40px;
	}
.contacts-page form .inputTextArea {
	background: #f0e5df;
	width: 300px;
	height: 120px;
	position: relative;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
}
	.contacts-page form .inputTextArea textarea {
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 55;
		width: 270px;
		height: 90px;
		line-height: 13px;
		padding: 0;
		margin: 0;
		border: none;
		background: transparent;
		resize: none;
		overflow: auto;
	}
	.contacts-page form .inputTextArea .def-val {
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 5;
		width: 270px;
		height: 90px;
		line-height: 13px;
	}

.contacts-page form .onFocus {
	background: #dccac0;
}
	.contacts-page form .onFocus input,
	.contacts-page form .onFocus textarea {
		color: #6c4d3b;
	}

.contacts-page form .submit-row {
	margin-top: 15px;
}
	.submit-row input {
		float: right;
		display: block;
		width: 103px;
		height: 33px;
		padding: 0;
		margin: 0;
		border: 0;
		text-indent: -9999px;
		background: url(../images/sprite.png) no-repeat -439px -87px;
		cursor: pointer;
	}

	.submit-row input:hover {
		background-position: -439px -120px;
	}
	
.contacts-page .address-block {
	width: 230px;
	float: right;
}
	.contacts-page .address-block .row {
		margin-bottom: 22px;
	}
		.contacts-page .address-block .row .title {
			float: left;
			width: 50px;
		}
		.contacts-page .address-block .row .val {
			float: left;
			width: 180px;
		}	

.contacts-page .map-block {
	width: 630px;
	margin-top: 20px;
}
	.contacts-page .map-block .map-wrapper {
		width: 624px;
		height: 320px;
		border: 3px solid #e6d9d1;
		overflow: hidden;
	}
	.contacts-page .map-block .map-wrapper iframe {
		width: 624px;
		height: 320px;
	}
	
.reception-page .docs {
	margin-top: 10px;
}
	.reception-page .docs .inner-title {
		font-weight: bold;
	}
	.reception-page .docs ul {
		margin-top: 20px;
	}
		.reception-page .docs ul li {
			margin-bottom: 10px;
		}
			.reception-page .docs ul li a {
				display: inline-block;
				padding: 2px 0 0 28px;
				background: url(../images/doc-icon.jpg) no-repeat top left;
				min-height: 26px;
			}
			.reception-page .docs ul li a:hover {
				background-position: -681px top ;
			}

.team-page .team-table {
	margin-top: 20px;
}
	.team-table .img {
		width: 150px;
		vertical-align: top;
		text-align: left;
		padding: 0 20px 30px 0;
	}
		.team-table .img div {
			border: 1px solid #e7dbd4;
			display: inline-block;
		}
			.team-table .img div img {
				border: 3px solid #fff;
			}

	.team-table .info {
		vertical-align: top;
		text-align: left;
		font-weight: normal;		
		padding-bottom: 30px;
	}
	.team-table .info .row {
		margin-top: 10px;
	}


.gallery-list-page .page-content .row {
	margin-bottom: 20px;
}
	.gallery-list-page .page-content .row a {
		display: block;
		position: relative;
		width: 164px;
		float: left;
		margin-left: 9px;
		background: #f0e5df;
		text-align: center;
		padding: 20px 20px 15px 20px;
		
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		color: #906952;
	}
	.gallery-list-page .page-content .row a:first-child {
		margin-left: 0;
	}
		.gallery-list-page .page-content .row a img {
			border: 3px solid #fff;
		}
		.gallery-list-page .page-content .row a div.gallery-list-item-title {
			padding-top: 10px;		
		}
	.gallery-list-page .page-content .row a:hover {		
		background: #dccac0;
		color: #6c4d3b;
	}
	
.gallery-details-page .gallery-wrapper {
	margin-top: 30px;
}	
	.gallery-wrapper .big-img-wrapper {
		width: 628px;
		height: 418px;
		border: 1px solid #f3eae5;
		position: relative;
	}
		.gallery-wrapper .big-img-wrapper #big-img {
			display: table-cell;		
			width: 628px;
			height: 418px;
			vertical-align: middle;
			text-align: center;		
			font-size: 0;
			z-index: 2;
		}
		
		.big-img-wrapper .big-img-arrow {
			z-index: 4;			
			display: block;
			width: 49px;
			height: 49px;
			position: absolute;
			top: 183px;
			background-image: url(../images/sprite.png);
			background-repeat: no-repeat;
		}
			.big-img-wrapper .prev-arrow {
				left: 18px;
				background-position: -63px -164px;
			}
			.big-img-wrapper .prev-arrow:hover {
				background-position: -63px -214px;				
			}

			.big-img-wrapper .next-arrow {
				right: 18px;
				background-position: -113px -164px;				
			}
			.big-img-wrapper .next-arrow:hover {
				background-position: -113px -214px;
			}

	.gallery-wrapper .thumbs-wrapper {
		margin-top: 10px;
		background: #f0e5df;
		padding: 20px 0;
		position: relative;
		height: 96px;
		overflow: hidden;
		
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		
	}
		.thumbs-wrapper .slider-arrow {
			display: block;
			width: 32px;
			height: 49px;
			background-image: url(../images/sprite.png);
			background-repeat: no-repeat;
			margin-top: 24px;
		}
			.thumbs-wrapper .prev-arrow {
				float: left;
				background-position: 0px -164px;
			}
			.thumbs-wrapper .prev-arrow:hover {
				background-position: 0px -214px;			
			}

			.thumbs-wrapper .next-arrow {
				float: right;
				background-position: -31px -164px;				
			}
			.thumbs-wrapper .next-arrow:hover {
				background-position: -31px -214px;
			}
		
	.thumbs-wrapper .slider-wrapper {
		float: left;
		margin-left: 18px;
		width: 540px;
		height: 98px;
		overflow: hidden;
	}
	
		.slider-wrapper table {
			table-layout: fixed;
		}

		.slider-wrapper table td {
			width: 98px;
			padding-right: 10px;
		}

			.slider-wrapper table a {
				display: block;
				width: 96px;
				height: 96px;
				border: 1px solid #fff;
			}

				.slider-wrapper table a img {
					border: 2px solid #fff;
				}

			.slider-wrapper table a.selected,
			.slider-wrapper table a:hover {
				border-color: #c9b4a8;
			}

.news-list-page .page-title {
	margin: -4px 0 8px 0;
}

.news-list-page .news-list li {
	padding: 43px 0 30px 0;
	border-top: 2px dotted #ffbb91;
}
.news-list-page .news-list li:first-child {
	border: none;
}
	.news-list li a.img {
		float: left;
		border: 1px solid #ebe1da;
		margin: -15px 20px 2px 0;
	}
		.news-list li a.img img {
			border: 2px solid #fff;
		}
	.news-list li a.img:hover {
		border-color: #fca43c;		
	}

	.news-list li a.title {
		font-family: "Trebuchet MS", Helvetica, sans-serif;	
		font-size: 20px;
		line-height: 22px;
		margin-top: 19px;	
	}
	
	.news-list li div.date {
		font-style: italic;
		color: #a9836c;
		margin-top: 8px;
	}	
	
	.news-list li .simple-more {
		float: right;
		margin-top: 10px;
	}

.news-details-page .news-date {
	font-style: italic;
	color: #a9836c;
}

	
#footer {
	padding: 30px 0 20px 0;
	background: #fdd706 url(../images/footer-bubbles.jpg) no-repeat center top;
	position: relative;	
}

	#footer .news-column {
		float: left;
		width: 230px;
		margin-right: 20px;
	}
		#footer .news-column .news-img {
			display: block;
			float: left;
			border: 1px solid #fff;
		}
			#footer .news-column .news-img img {
				border: 3px solid #fff;
			}

		#footer .news-column .news-img:hover {
			border-color: #fca43c;
		}

		#footer .news-column .news-info {
			float: left;
			margin: 7px 0 0 10px;
			width: 130px;
		}

			#footer .news-column .news-info a {
				display: inline-block;
			}

			#footer .news-column .news-info span {
				color: #906952;
				font-style: italic;
			}

		#footer .news-column .footer-link {
			margin-top: 20px;
		}

	#footer .nav-column {
		float: left;
		width: 480px;
		margin-right: 20px;
	}
		#footer .nav-column ul {
			float: left;
			margin-left: 20px;
			width: 230px;
		}
			#footer .nav-column ul li {
				padding-bottom: 8px;
			}
		
		#footer .nav-column ul.first {
			margin-left: 0;
		}

	#footer .contacts-column {
		float: left;
		width: 230px;
	}
		#footer .contacts-column .row {
			margin-bottom: 22px;
		}
			#footer .contacts-column .row .title {
				float: left;
				width: 50px;
			}
			#footer .contacts-column .row .val {
				float: left;
				width: 180px;
			}	
			
	#footer .column-title {
		font-family: "Trebuchet MS", Helvetica, sans-serif;	
		font-size: 20px;
		line-height: 22px;
		color: #ff6000;
		font-weight: normal;
		margin-bottom: 25px;
	}

	#footer .footer-link {
		display: inline-block;
		padding-left: 15px;
		line-height: 13px;
		background: url(../images/footer-link-bullet.png) no-repeat left 4px;
	}

	#footer .footer-link:hover {
		background-position: left -41px;
	}

	#footer .credits {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 2px dotted #fea403;
	}
		#footer .credits .copy {
			float: left;
		}
		#footer .credits .dev {
			float: right;
			width: 290px;
			height: 19px;		
			white-space: nowrap;
		}
			#footer .credits .dev .dev-by {
				float: left;
				display: block;
				line-height: 19px;
			}
			#footer .credits .dev .Exsisto {
				display: block;
				float: right;
				width: 80px;
				height: 19px;
				background: url(../images/sprite.png) no-repeat -356px -88px;
				text-indent: -9999px;
				margin-top: -4px;
			}
			#footer .credits .dev .Exsisto:hover {
				background-position: -356px -109px;
			}
a.more {
	display: inline-block;
	height: 33px;
	padding: 0 14px;
	background: #fff;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	font-family: "Trebuchet MS", Helvetica, sans-serif;	
	font-size: 17px;
	line-height: 17px;
	
	position: relative;
}
	a.more div {
		padding: 8px 15px 8px 0;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: right 13px;
	}
	a.more:hover div {
		background-position: right -27px;
	}

.simple-more {
	display: inline;
	padding-right: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;	
	font-size: 17px;
	line-height: 17px;
	background-image: url(../images/more-button-arrow-orange.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;	
	color: #ff6000;
}
.simple-more:hover {
	color: #bf4902;
	background-position: right -35px;	
}

.brc {
	margin-bottom: 30px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;	
	line-height: 14px;
}
	.brc a {
		display: inline-block;
		padding-right: 18px;
		margin-right: 12px;
		background-image: url(../images/more-button-arrow-orange.jpg);
		background-repeat: no-repeat;
		background-position: right 3px;	
	}
	
	.brc a:hover {
		color: #bf4902;
		background-position: right -37px;	
	}
	
	.brc span {
		color: #c48762;
	}
	
.req {
	color: #ff6000;
}

.pagination {
	background: url(../images/pagination-dots.jpg) repeat-x center left;
	text-align: right;
	height: 31px;
}
	.pagination .spacer {
		display: inline-block;
		height: 31px;
		padding-left: 14px;
		background: #fff;
	}

	.pagination .pages-wrapper {
		background: #f0e5df;
		height: 31px;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;

		padding: 0 13px;
		position: relative;
	}

		.pagination .pages-wrapper a {
			display: inline-block;
			font-size: 15px;
			height: 31px;
			line-height: 31px;
			font-weight: bold;
			padding-right: 12px;
			margin-right: 7px;
			background: url(../images/pagination-dot.jpg) no-repeat center right;
		}

		.pagination .pages-wrapper a.selected {
			color: #bf4902;
		}
		
		.pagination .pages-wrapper a.last-page {
			padding-right: 6px;
			background: transparent;
		}
		
		.pagination .pages-wrapper a.prev {
			padding: 0;
			display: inline-block;
			width: 7px;
			background: url(../images/sprite.png) no-repeat -498px 11px;
		}
		.pagination .pages-wrapper a.prev:hover {
			background-position: -508px 11px;
		}

		.pagination .pages-wrapper a.next {
			padding: 0;		
			margin: 0;
			display: inline-block;
			width: 7px;
			background: url(../images/sprite.png) no-repeat -529px 11px;
		}

		.pagination .pages-wrapper a.next:hover {
			background-position: -519px 11px;
		}

.no_res {
	font-weight: bold;
	text-align: center;
	padding: 100px 0;
}

.ok {
	color: #22bf31;
	padding-bottom: 15px;
}

.err {
	color: #bf2222;
	padding-bottom: 15px;
}