table.DoldeMedienCartStyle { width:100%; }
table.DoldeMedienCartStyle td { padding:6px; }

input.DoldeMedienLoginButton, input.DoldeMedienLoginButton:hover, a.DoldeMedienLoginButton
{
	border:0;
	border-radius:6px;
	background:#0D95BF !important;
	color:white;
	font-size:1em !important;
	margin:0px !important;
	padding:8px 20px !important;
	cursor:pointer;
}

input.DoldeMedienLoginButton:hover, a.DoldeMedienLoginButton:hover
{
	background:#0D95FC !important;
}

table.cartItems, table.cartItems th, table.cartItems td { border-style:solid; border-color:#AAA; }
table.cartItems { border-width:1px 1px 0 0; width:100%; }
table.cartItems th, table.cartItems td { padding:4px; border-width:0 0 1px 1px; color:black; }
table.cartItems th { font-weight:bold; }
table.cartItems td { vertical-align: top; }

*[onclick] { cursor:pointer; }

div.aktuellesHeft {
	display: inline-block;
	border: 1px dotted #AAA;
	border-radius: 6px;
	padding: 10px;
}

div.aktuellesHeft h4 {
	margin: 6px 0px;
}

div.aktuellesHeft ul {
	list-style-type: none;
	padding-left: 0;
}

div.aktuellesHeft ul li {
	padding-left: 0;
	margin-left: 0;
}

ul.artikelListe { 
	list-style-type: none;
	padding-left: 0;
}

ul.artikelListe li {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px dotted #EEE;
}