/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 18px;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=7);

  /* Needed for Gecko */
  line-height: 20px;
  white-space: nowrap;
  text-shadow: Black;
}

.blur	{
	Filter: Blur(Add = 3, Direction = 90, Strength = 8)
}

.wave	{
	Filter: Wave(Add=2, Freq=3, LightStrength=3, Phase=10, Strength=3)
}

.xRay	{
	Filter: X-ray
}

/**	SHADOWS	**/

div.img-ilus {
	background: url('/tpl/moreV2/pc/img/shadows/shadow.gif') no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
}

div.img-ilus img {
	background-color: #fff;
	border: 1px solid #F6E3BE;
	margin: -7px 5px 5px -7px;
	padding: 0px;
	position: relative;
	vertical-align: bottom;
}