.shop_item{
	width:140px;
	float:left;
	text-align:center;
	font-size:14px;
	margin-right:7px;
	margin-left:7px;
	margin-bottom:10px;
}

.shop_item .shop_item_name{
	padding-top:5px;
}
.shop_item .shop_item_name a{
	text-decoration:none;
	color:#000;
}
.shop_item .shop_item_name a:hover{
    text-decoration:underline;
}

.shop_item .shop_item_price{
	padding-top:5px;
	color:#505050;
}

.shop_item .shop_item_price span.not_this_price{
	text-decoration:line-through;
}

.shop_item .shop_item_new_price{
	padding-top:0px;
	color:red;
}

.hr{
	background:url(/themes/mystery/images/hr.png) center center;
	margin-bottom:10px;
	float:left;
	width:100%;
}

.shop_item img.discount{
	display:block;
	position:absolute;
	margin-top:10px;
}
