/*
 * Shop
 *****************************/
#Shop td
{
	border:1px solid #ddd;
	height:46px;
	text-align:left;
	padding-left:5px;
}
#Shop td img
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#Shop .tabkopf
{
	background:#ccc;
	font-weight:bold;
	width:170px;
}
#Shop .unlimitiert
{
	background:url(../images/webseite/product_unlimitiert.jpg) top left no-repeat;
}
#Shop .none
{
	background:url(../images/webseite/product_x.jpg) top left no-repeat;
	padding-left:40px;
}
#Shop ul
{
	padding:20px 5px 0 20px;
	margin:0;
	list-style-type:decimal;
}
#Shop ul li
{
	color:#000;
	padding-left:10px;
}