
.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;
}


table,td
{
	border               : 1px solid #CCC;

	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
	width: 600px !important;
}
thead th,
tbody th
{
  background            : #efefef;
  color                 : #666;  
  padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}

tbody tr td {
  padding               : 5px 10px;
  color                 : #666;
}

tbody tr.alternate1 {
  background            : #FFFFDD;
}

tbody tr.alternate2 {
  background            : #FFFFEE;
}

tbody tr.highlight {
  background            : #FFFFBB;
}

tbody tr:hover
{
  background            : #FFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}

tfoot td, tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
  padding               : 4px;
  color                 : #666;
}

caption {
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : orange;
}

/** 
  *  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;
}  