.viewIcon {
	opacity:.7;
}
.viewIcon:hover {
	opacity:1;
}
.viewIconActive {
	opacity:1;
}
ul.sortiment {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #DDD;
}
ul.sortiment li {
	float: left;
	margin: 0 1px;
	padding: 0;
	height: 25px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #D4D4D4;
}
ul.sortiment li a {
	color: #333 !important;
	font-weight:700;
	display: block;
	font-size: 9pt;
	padding: 5px 13px;
	height:30px;
	outline: none;
}
ul.sortiment li a:hover {
	color:#000 !important;
}
html ul.sortiment li.active, html ul.sortiment li.active a:hover {
	background:#eaf0ff;
	color: #000;
}
.sortiment_container {
	clear: both;
	margin:0 3px;
	height:auto !important;
}
.sortiment_content {
	padding: 0px;
	width:100%
}
.sortimentItem {
	width:600px;
	margin:2px;
	background-color:#EEE;
	clear:both;
}
.Paging {
	margin:0 auto;
	padding-top:10px;
	clear:both;
	text-align:center;
	background-color:#eaf0ff;
	display:block;
	width:100%;
	height:35px;
	border-bottom:1px solid #ddd;
}
.Paging .button {
	font-size:11px;
	display:inline-block;
}
.pagingNumer:link, .pagingNumer:visited, .pagingNumer:active {
	color:#000 !important;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 1px;
	margin:1px;
	width:20px;
	border:1px solid #AAA;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
.pagingNumer:hover {
	border:1px solid #999;
		color:#FFF !important;
	background: #960001; /* Old browsers */
}


.pagingNumerActive:link, .pagingNumerActive:visited, .pagingNumerActive:active, .pagingNumerActive:hover {
	color:#FFFFFF !important;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 1px;
	margin:1px;
	width:20px;
	border:1px solid #DDD;
	background: #960001; /* Old browsers */
}
.bestsellerIcon {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	position:absolute;
	top:-4px;
	left:15px;
	width:40px;
	z-index:10;
}
.bestsellerIcon:hover {
	position:absolute;
	width:80px;
	top:-29px;
	left:-10px;
	z-index:11;
}
.bestsellerIcon2 {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	position:absolute;
	top:-4px;
	left:-5px;
	width:40px;
	z-index:10;
}
.bestsellerIcon2:hover {
	position:absolute;
	width:80px;
	top:-29px;
	left:-30px;
	z-index:11;
}
.premiumlineIcon {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	position:absolute;
	top:-4px;
	left:-5px;
	width:40px;
	z-index:10;
}
.premiumlineIcon:hover {
	position:absolute;
	width:80px;
	top:-29px;
	left:-30px;
	z-index:11;
}
