div.formerror {
	font-weight: bold;
	color: red;
	margin-bottom: 5px;
}

div.category_articlelist {
/*	border: 1px solid #ccc; */
}

table.articlelistitem {
	width: 100%;
	border-top: 1px solid #77A019;
}

table.articlelistitem td {
	padding: 2px;
	text-align: left;
	vertical-align: top;	
}

table.articlelistitem td.left {
	padding-left: 0px;
	width: 80px;
	text-align: center;
	vertical-align: top;
}

table.articlelistitem td.left img {
	padding: 2px;
	border: 1px solid #77A019;
	background-color: white;
}


table.articlelistitem td.right a {
	color: #668323;
	text-decoration: none;
}

table.articlelistitem td.right h3 {
	font-size: 13px;
	margin: 0px;
	margin-bottom: 3px;
}




div.articleitem td.left img {
	padding: 2px;
	border: 1px solid #77A019;
	background-color: white;
}


div.neuartikel img {
	padding: 2px;
	border: 1px solid #77A019;
	background-color: white;
}

div.neuartikel a {
	font-size: 10px;
	text-decoration: none;
}










div.subcategories {
	background-color: #EBE5EF;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 15px;
}

div.subcategories a {
	padding: 3px;
	padding-left: 10px;
	background: url("../gfx/shop/kat-plus.gif") no-repeat left center;
	display: block;
}

div.subcategories a:hover {
	background-color: white;
}

table.shoppingcartlist {
	border-collapse: collapse;
}

table.shoppingcartlist td {
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #aaa;
}

table.shoppingcartlist thead td {
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid #aaa;
	background-color: #EBE5EF;
}

div.verrechnung {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	padding-left: 25px;
	display: block;
	border: 1px solid #AFAFFA;
	background: url("../gfx/shop/alert.gif") no-repeat left top;	
}


div.versandkosten {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	padding-left: 25px;
	display: block;
	border: 1px solid #AFAFFA;
	background: url("../gfx/shop/alert.gif") no-repeat left top;	
}

table.rechnungsadressen {
	width: 100%
}

table.rechnungsadressen thead td {
	font-weight: bold;
}

table.rechnungsadressen td {
	width: 50%;
	padding: 3px;
	vertical-align: top;
}

table.rechnungsadressen td table {
	width: 90%;
}

table.rechnungsadressen td table td {
	padding: 1px;
	width: 0;
}

table.kasselist {
	border-collapse: collapse;
}

table.kasselist td {
	padding: 2px;
	border: 1px solid #aaa;
}

table.kasselist thead td {
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid #aaa;
	background-color: #EBE5EF;
}


div.formmeinkonto table {
	width: 100%;
}

div.formmeinkonto table thead td {
	background-color: #ddd;
	font-size: 13px;
}

div.formmeinkonto table th {
	width: 30%;
	background-color: #eee;
	text-align: right;
}

div.formmeinkonto table th {
	padding: 3px;
}

div.formmeinkonto table td {
	padding: 3px;
}


div.formmeinkonto input {
	font-size: 12px;
	background-color: #f8f8f8;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

div.formmeinkonto select {
	font-size: 12px;
	background-color: #f8f8f8;	
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

div.formmeinkonto input.submitter {
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background: #DCDCC5;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 2px;
}

div.formorderaddress, div.formdeliveryaddress{
	border: 1px solid #ccc;
}

div.articledocuments {
	border: 1px solid #ccc;
}

div.articledocuments ul {
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	padding-left: 5px;
	list-style: none;	
}

div.articledocuments li {
	margin: 0px;
	padding: 0px;
}


div.articledocuments ul a {
	background: url(../gfx/shop/pdfdoc.gif) no-repeat left;
	padding-left: 17px;
}

