*html .showcase-blok {
float:left;
margin:10px 18px 40px 0px;
	padding:0;
	position: relative;
}


*html .shadow-boxgrid{
	 position: absolute;
	 z-index: 1;
	 bottom:-18px;
	 left:2px;
	 width:268px;
	 height:18px;
	 }

*html .side-blok {
	display: block;
	width:250px;
	float:left;
	margin: 20px 20px 10px 10px;
	padding:0;
position: relative;
		color:#CCCCCC;
		text-shadow: 1px 1px 1px #333333;
}

*html .qitem {
	padding: 0;
  margin: 0px;
	width:272px;
	height:220px;
	background: #f8f6f6;
	overflow:hidden;
	position:relative;
	float:left;
	cursor:hand; cursor:pointer;
}