

.shopMenuTD, .shopMenuActiveTD {
	text-align:left;
	height:18px;

	background-color: #FFF7DD;
}

.shopMenuTD a:link, .shopMenuTD a:visited, .shopMenuTD a:hover, .shopMenuTD a:active {
	padding:			3px;
	font-size:			12px;

	color:				#000000;
	text-decoration:	none;
}

.shopMenuActiveTD a:link, .shopMenuActiveTD a:visited, .shopMenuActiveTD a:hover, .shopMenuActiveTD a:active {
	padding:			3px;
	font-size:			12px;
	font-weight:		bold;
	
	color:				#000000;
	text-decoration:	none;
}





.shopSubMenuTD {
	text-align:			left;
	height:				18px;
	background:			#FFFBEE;
}

.shopSubMenuTD a:link, .shopSubMenuTD a:visited, .shopSubMenuTD a:hover, .shopSubMenuTD a:active {
	padding:			3px;
	font-size:			11px;

	color:				#000000;
	text-decoration:	none;
}

.shopSubMenuActiveTD {
	background:			#FFFBEE;
	padding:			3px;
	font-size:			11px;
	font-weight:		bold;
	
	color:				#000000;
}








.shopPages, .shopPages a:link, .shopPages a:visited, .shopPages a:hover, .shopPages a:active {
	font-size:			12px;
	text-decoration:	none;
	
	color:				#000000;
	
}



.shopHeaderTD {
	font-weight:		bold;
	border-bottom:		1px solid #FFD100;
	padding-bottom:		6px;

}

.shopShippingTD {
	border-top: 1px solid #FFD100;
	padding-top: 4px;
	padding-bottom: 4px;	
}

.shopSumTD {
	background: #FFF7DD;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.shopTable th {
	border-bottom: 1px solid #FFD100;
}


.shopImgsTD {
	text-align: center;
	padding: 3px;
	width: 25%;
}

.shopTextTD {
	padding: 3px;
}

.shopPreisTD {
	background: #FFF7DD;
}



.shopButton {
	background: #F0E0E0;
	border: 1px solid #C4807F;
}

.shopInput {
	width: 100%;
	border: 1px solid #C4807F;
	font-size: 11px;
}