table.miniShop {
}

.miniShop td {
	text-align: left;
	padding: 5px;
	border-color: #0077DC;
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
}


.miniShop td.fett {
	border-bottom-width: 2px;
}

#idgMiniShop th {
	font-size: 12px;
	background-color: #0088f0;
	text-align: left;
}

#idgMiniShop th.title {
	background-color: #0077DC;
	font-size: 14px;
	text-align: center;
}



table.miniShop td.thin {
	border-bottom-width: 1px;
}

.miniShop input {
	width: 300px;
}

#idgMiniShopServerResponse {
  border: 3px solid #0077DC; 
  padding: 10px;
  background-color: #B9DFFF;
}