/*shopbasket css*/
#rightbox .shopbasket {
  border:1px solid #DBD9D9;
  width:18.55em;
/*  width:21em;*/
  background-color:#FFF;
  margin:0em auto 1.33em auto;
  overflow:hidden;
}

#rightbox .shopbasket .grey {
  background-color:#DBD9D9;
  color:#605F5F;
  overflow:hidden;
  font-size:1.17em;
  font-weight:bold;
  height:1.67em;
  line-height:1.67em;
  padding-left:0.5em;
}

#rightbox .shopbasket .boxpadding {
  margin:0.3em;
}

#rightbox .shopbasket select {
  font-family:Arial,Verdana,Helvetica,Sans-Serif;
  width:100%;
  font-size:1em;
  color:#000000;
  border:1px solid #000;
}

#rightbox .shopbasket .green {
  background-color:#7CA0AE;
  color:#FFF;
  overflow:hidden;
  font-size:1.17em;
  font-weight:bold;
  height:1.67em;
  line-height:1.67em;
  padding-left:0.5em;
}

#rightbox .shopbasket .image {
  width:100%;
  text-align:center;
  margin:1.5em 0em;
}

#rightbox ul.shopproduct li a {
  color:#21617C;
  text-decoration:none;
}
#rightbox ul.shopproduct li a:hover {
  text-decoration:underline;
}

.button {
	background-color:#246078;
	border:1px solid #246078;
	color:#FFFFFF;
	float:left;
	font-weight:normal;
	height:2em;
	margin:0 1em 0 0;
	padding:0;
	width:7em;
}



/*shopaddress*/
#content table ul.shopaddress{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:1.25em;
}

#content table ul.shopaddress li{
	background-image:none;
	font-size:1em;
	line-height:1.67em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0.25em;
	padding:0 0 0 1.5em;
	display:block;
}

#content table ul.shopaddress li a{
	color:#21617C;
	text-decoration:none;
}

#content table .shopaddress label{
	color:#21617C;
	text-decoration:none;
}

#content table ul.shopaddress li a:hover{
	text-decoration:underline;
}

/*shoplinks*/
#content table ul.shoplinks{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#content table ul.shoplinks li{
	background-image:url(/gfx/blauer_pfeil.gif);
	background-position:0.16em 0.42em;
	background-repeat:no-repeat;
	font-size:1em;
	line-height:1.67em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0.25em;
	padding:0 0 0 1.5em;
}

#content table ul.shoplinks li a{
	color:#21617C;
	text-decoration:none;
}

#content table ul.shoplinks li a:hover{
	text-decoration:underline;
}

.shopfielderror {
	font-weight:normal !important;
	border:1px solid red;
	width:143px;
	height:17px;
	padding:0px;
	margin:0px;
}