td.shop_name {
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 6px;
}
td.shop_name a {
	color: #000066;
	text-decoration: none;
}
td.shop_name a:hover {
	text-decoration: underline;
}
td.shop_info {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333333;
}
a.shop_more {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a.shop_more:hover {
	text-decoration: underline;
}
.shop_price {
	text-align: right;
	color: #000066;
	font-weight: bold;
}
img.shop_image {
	border: 1px solid #a2a2a2;
}
td.shop_cart_itemsepr {
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
}