.ShopLine {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #444444;
}

.ShopLine td {
	margin-right: 6px;
	margin-left: 6px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #444444;
	border-left-color: #444444;
	padding-right: 6px;
	padding-left: 6px;
	width: 33%;
}
.ShopItemTitleLine {
	background-color: #24ADE1;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
.ShopItemPictureLine {
	text-align: center;
}
.ShopItemPriceLine {
	color: #990000;
	font-weight: bold;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.ShopItemDescriptionLine {
	text-align: left;
}
.ShopItemDescriptionLine a {
	color: #0066FF; !Important
	text-decoration: underline;
}


.ProductLine {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #444444;
}
td .productImageCell {
	width: 40%;
	text-align: center;
}
td .productDetailCell {
	width: 60%;
	vertical-align: top;
}
.ShopLine  img {
	padding: 3px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ProductLine h1 {
	color: #FF0000;
}
.ProductLine p {
	color: #0000FF;
}
#ProductMatrix {
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#ProductMatrix td {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
