.ShopItemName
{
	font-size: 90%;
	font-weight: bold;
}
.ShopItemName a:link
{
	text-decoration: none;
	color: black;
}
.ShopItemName a:visited
{
	text-decoration: none;
	color: black;
}
.ShopItemName a:hover
{
	color: red;
}
.ShopItemArticleCode
{
	font-size: 85%;
	font-weight: bold;
}
.ShopItemProductLink
{
	font-weight: bold;
	font-size: 85%;
}
.ShopItemProductLink a:link
{
	text-decoration: none;
	color: Blue;
}
.ShopItemProductLink a:visited
{
	text-decoration: none;
	color: Blue;
}
.ShopItemProductLink a:hover
{
	color: Red;
}
.ShopItemDescription
{
    font-size: 85%; 
}
.ShopItemPrice
{
	font-weight: bold;
}
.ShopItemDelivStatus
{
	font-size: 90%;
	color: green;
}
.ShopItemAddToCart a:link
{
	color: Red;
}
.ShopItemAddToCart a:visited
{
	color: Red;
}
TR.ShopGrid_Item
{
	background-color: #d5dff1;
}
TR.ShopGrid_AlternatingItem
{
    BACKGROUND-COLOR: #eaeef7;
}
TR.ShopGrid_SelectedItem
{
    BACKGROUND-COLOR: #D4E5D8;
}
