div.formerror {
	font-weight: bold;
	color: red;
	margin-bottom: 5px;
}

div.category_booklist {
	border: 1px solid #ccc;
}

table.booklistitem {
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

table.booklistitem td {
	padding: 2px;
	text-align: left;
	vertical-align: top;	
}

table.booklistitem td.left {
	width: 100px;
	text-align: center;
	vertical-align: top;
}

table.booklistitem td.left img {
	border: 1px solid #333333;
}


table.booklistitem td.right h3 {
	font-size: 13px;
	margin: 0px;
	margin-bottom: 3px;
}

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.mindestbestellwert {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 5px;
    padding-left: 25px;
    display: block;
    border: 1px solid #AFAFFA;
    background: url("../gfx/delete.gif") no-repeat 3px 7px;
}


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 {
	background-color: #FAF4EB;
	border: 2px solid #F3BB64;	
}

div.articledocuments h3 {
	background-color: #F3BB64;
	margin: 0px;
	padding: 2px 2px 2px 4px;
	color: black;
	font-size: 13px;
	font-weight: bold;
}


div.articledocuments ul {
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	padding-left: 5px;
	list-style: none;	
}

div.articledocuments li {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}


div.articledocuments ul a {
	background: url(../gfx/shop/pdfdoc.gif) no-repeat left;
	padding-left: 29px;
}


img.shopdetailbild {
	border: 1px solid #333333;
}

img.rightnavbuchcover {
	border: 1px solid #333333;
}
.digitalOnly { float: right; font-weight: bold; border: 1px solid #F3BB64; background-color: #FAF4EB; padding: 2px 5px; margin-top: 5px; }

