/*
 * © fancy.lv, 2010
 */

/* Right */
.right_thin {
  float: right;
  width: 210px;
}

.right_thin .item {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	height: 170px;
	background-color: #e5e5e5;
}

.right_thin .item img.image {
	width: 98px;
	height: 147px;
	border: 1px solid #B9B7BA;
	opacity:0.95;
	filter:alpha(opacity=95);
}

.right_thin .item img.image:hover
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
}

.right_thin .item img.discount {
	top: 1px !important;
}

.right_thin .item a, #catalog .right .item a:hover {
	text-decoration: none;
}

.right_thin .item .price {
	color: #000;
	position: absolute;
	bottom: 3px;
	right: 5px;
}

.right_thin .item .price {
  font-size: 50%;
}

.right_thin .item .price span {
	font-size: 12px;
}

.right_thin .item .instock {
	position: absolute;
	top: 2px;
	right: 2px;
}

.right_thin h1.title {
  margin-top: 10px;
}

div.right_thin div.box {
  font-size: 10px;
  color: rgb(128, 128, 128);
}

div.right_thin div.box a {
  color: rgb(128, 128, 128);
  text-decoration: none;
}

div.right_thin div.box a:hover {
  color: #72032A;
  text-decoration: none;
}
