.forIndexStuffItem {
	width:250px;
	height:250px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	position:relative;
	display:inline-block;
	border:0px solid red;
	float:right;
}
.indexStuffDescription {
	width:220px;
	height:95px;
	padding:10px 15px 0px 15px;
	position:absolute;
	top:-115px;
	right:0;
	background:#FFF;
	-webkit-transition:all .25s ease-in;  
   	-moz-transition:all .25s ease-in;  
  	-o-transition:all .25s ease-in;  
   	transition:all .25s ease-in;
	border:0px solid red;
}
.indexStuffDescriptionRight {
	width:140px;
	height:auto;
	display:inline-block;
	float:right;
	border:0px solid red;
}
.indexStuffDescriptionLeft {
	width:80px;
	height:auto;
	display:inline-block;
	float:left;
	border:0px solid blue;
}
.recommendedStuffImg {
	width:250px;
	height:250px;
	position:absolute;
	top:0px;
	right:0;
	-webkit-transition:all .25s ease-in;  
   	-moz-transition:all .25s ease-in;  
  	-o-transition:all .25s ease-in;  
   	transition:all .25s ease-in;
	border:0px solid red;
}
.forIndexStuffItem:hover .indexStuffDescription {
	top:0px;
}
.forIndexStuffItem:hover .recommendedStuffImg {
	top:115px;
}
.recommendedStuffItem {
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	margin-top:8px;
	display:inline-block;
	border:0px solid blue;
}
.indexStuffTitle {
	width:185px;
	height:auto;
	line-height:23px;
	float:right;
	text-align:right;
	font-size:12px;
	font-family: "dinar",tahoma;
	color: #000;
	display:inline-block;
	border:0px solid red;
}
.indexStuffArtistTitle {
	width:140px;
	height:auto;
	line-height:23px;
	float:right;
	text-align:right;
	font-size:12px;
	font-family: "dinar",tahoma;
	display:inline-block;
	position:relative;
	z-index:3;
	border:0px solid red;
}
.indexStuffArtistTitle a, .indexStuffArtistTitle a:link, 
.indexStuffArtistTitle a:visited, .indexStuffArtistTitle a:active {
	color: #000;
    font-family: "dinar",tahoma;
    font-size: 12px;
}
.indexStuffArtistTitle a:hover {
	color:#ff4a40;
}
.indexStuffGroupTitle {
	width:140px;
	height:25px;
	line-height:23px;
	float:right;
	text-align:right;
	color:#aeb0b2;
	font-size:12px;
	font-family: "dinar",tahoma;
	display:inline-block;
	border:0px solid red;
}
.forIndexStuffItemPrices {
	width:75px;
	height:auto;
	display:inline-block;
	position:absolute;
	top:68px;
	left:15px;
	border:0px solid green;
}
.indexStuffPrice {
	width:100%;
	height:auto;
	line-height:20px;
	float:right;
	text-align:left;
	color:#aeb0b2;
	font-size:12px;
	font-family: "dinar",tahoma;
	display:inline-block;
	border:0px solid blue;
}
.indexStuffItemLastPrice {
	width:100%;
	height:auto;
	line-height:20px;
	float:right;
	text-align:left;
	color:#ff4a40;
	font-size:12px;
	text-decoration:line-through;
	font-family: "dinar",tahoma;
	display:inline-block;
	border:0px solid red;
}
.indexStuffItemCallPrice {
	width:100%;
	height:auto;
	line-height:20px;
	float:right;
	text-align:left;
	color:#aeb0b2;
	font-size:12px;
	font-family: "dinar",tahoma;
	display:inline-block;
	border:0px solid blue;
}
.forIndexStuffItemIcons {
	position:relative;
	top:0px;
	left:0px;
	width:24px;
	height:auto;
	margin-bottom:2px;
	display:inline-block;
	border:0px solid blue;
}
.indexStuffHeart {
	width:24px;
	height:24px;
	float:left;
	position:relative;
	z-index:3;
	text-align:left;
	display:inline-block;
	border:0px solid blue;
}
.indexStuffHeart a {
	cursor:pointer;
}
.indexStuffAddBasket {
	width:24px;
	height:24px;
	margin-bottom:3px;
	float:left;
	position:relative;
	z-index:3;
	display:inline-block;
	border:0px solid blue;
}
.indexStuffAddBasket a {
	cursor:pointer;
}
.indexStuffOverlay {
	width:250px;
	height:250px;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}
.forIndexStuffItem:hover .indexStuffOverlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.forIndexSoldLabel {
	width:49px;
	height:49px;
	display:inline-block;
	position:absolute;
	top:4px;
	right:4px;
	background:url(../../img/stuff_filter/sold.png);
}