
.shopdetails {
	width: 440px;
}

#sidebar {
	width: 250px;
	float: right;
}


/* Shopmenu  http://css.maxdesign.com.au/listamatic2/vertical13.htm */
ul#navlist li a,ul#subnavlist li a {
	font-family: arial;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

div#navcontainer {
	background: #fff;
	padding: 0.2em;
}

ul#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#navlist li { 
	display: inline; 
}

ul#navlist li a {
	color: #fff;
	display: block;
	background: #888;
	padding: 2px 0 2px 30px;
	border-top: solid 1px #fff;
	width: 140px;
}

ul#navlist li a:hover { 
	background: orange; 
}

ul#navlist li a#active {
	color: #fff;
	background: #aae;
}

ul#subnavlist {
	margin: 0 0 0 13px;
	list-style-type: none;
	padding: 0;
}

ul#subnavlist li { 
	display: inline; 
}

ul#subnavlist li a {
	display: block;
	color: white;
	background: #ccc;
	padding: 2px 0 2px 30px;
	border-top: solid 1px #fff;
	height: auto;
	width: 127px;
}

ul#subnavlist li a:hover { 
	background: rgb(73,86,119); 
}

ul#navlist li a#subcurrent {
	color: #999;
	background: #ddd;
}

ul#navlist li a#subcurrent:hover { 
	background: #ddd; 
	color: white;
}

#shopping_cart {
	
}

#webwinkel_banner {
	float:right;
	margin-top: 20px;
}

.productImg {
	float: right;
	padding: 8px;
	/*border: 1px solid silver;*/
}

.clear {
	clear: both;
}

.lastUpdate {
	font-size: 8px;
	color: silver;
}

.product {
	border: 1px solid orange;
	padding: 5px;
}

/**
  *  Style of the table (http://www.nonamedesign.info/table_gallery/)
  */

table {
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(/img/table/bg_caption.jpg) right top;
	height: 45px;
	color: rgb(73, 86, 119);
}
thead th {
	background: url(/img/table/bg_th.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	/*font-size: 0.8em;*/
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}
tbody tr {
background: url(/img/table/bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url(/img/table/bg_td2.jpg) repeat-x;
}

tbody th,td {
	/*font-size: 0.8em;*/
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #F8A704;
	text-decoration: underline;
}
tfoot th {
	background: url(/img/table/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(/img/table/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

/** 
  *  Style of the send/billing address (http://www.maxdesign.com.au/presentation/definition/dl-event.htm)
  */
  
dl.address {
	margin: 1em 0;
	padding: 0;

}

.address dt {
	position: relative;
	left: 0;
	width: 8em;
	font-weight: bold;
	font-size: 13px;
	color: rgb(73, 86, 119)
}

.address dd {
border-left: 1px solid #000;
margin: 0 0 0 10em;
padding: 0 0 .5em .5em;
}  