.productlist, .searchresults ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}


/* Item-Panel ***************************************************************** */	
	
form.shoppanel {
		display:inline;
		margin:0;
		padding:0;
		position:relative;
		top:2px;
	}
form.shoppanel legend {
	display:none;
	}
form.shoppanel fieldset {
		border:none;
		padding:0;
		margin:0;
		display:inline;
	}
form.shoppanel label {
		display:none;
	}
form.shoppanel input.numeric {
		text-align:right;
		padding:0 2px;
		width:2ex;
		border-width:1px;
		margin-left:1ex;
		margin-top:5px;
		position:relative;
		top:2px;
	}	
form.shoppanel input.image {
		vertical-align:text-bottom;
		}	

		
.displaydetail form.shoppanel {
	display:block;
	padding:1ex;
	background-color:#f0f0f0;
	border:1px silver outset;
	float:left;
	margin-bottom:1em !important;
	}
.displaydetail  form.shoppanel label {
	display:block !important;
	clear:left;
	float:left;
	width:7em;
	padding-right:1ex;
	height:1.2em;
	}
.displaydetail form.shoppanel input.numeric {
		padding:0  ;
		margin:0;
		position:static !important;
		border-width:2px;
		
	}	

.displaydetail form.shoppanel span.option {
	display:block;
	}

	
/* Shop-Navigation *************************************************************** */	
	#shopnavbuttons {
		background:url(../backs/roundbox-ol.gif) no-repeat top left;
		width:100%;
		margin:0 0 1em 0; 
		}
	#shopnavbuttons div  {
		background:url(../backs/roundbox-or.gif) no-repeat top right; 
		}
	#shopnavbuttons div div {
		background:url(../backs/roundbox-ur.gif) no-repeat bottom right;
		}
	#shopnavbuttons div div div {
		background:url(../backs/roundbox-ul.gif) no-repeat bottom left; 
		padding:10px 0;
		}
		
	#shopnavbuttons div div div img {
		vertical-align:middle;
		position:relative;
		top:-2px;
		margin-right: 1ex;
		float:left;
		}
	#shopnavbuttons div div div span {
		font-size:86%;
		display:block;
		font-weight:normal;
		}
	#shopnavbuttons div div div a {
		color:black;	
		}
	#shopnavbuttons form {
		margin:0;
		padding-top:6px;
		text-align:center;
		}
	#shopnavbuttons fieldset  {
		border:none;
		margin:0;
		padding:0;
		}
	#shopnavbuttons legend  {
		display:none;
		}
	#shopnavbuttons input {
		border:none;
		background:none;
		font-weight:bold;
		padding: 0;
		margin:6px 10px 0 10px;
		color:#10386A;
		border-bottom:2px solid white;
		cursor:pointer;
		width:156px;
		}
	#shopnavbuttons input:hover {
		border-bottom:2px solid #10386A;
		}

/* Seitenmenü ****************************************************************** */

.displaypagelist {
	font-size:86%;
	font-weight:normal;
	}
.displaypagelist span {
	font-size:86%;
	}
.displaypagelist ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type:none;
	display:inline;
	}		
.displaypagelist li {
	margin:0;
	display: inline;
	padding: 0 0.2ex;
	font-weight:bold;
	}	
.displaypagelist li a {	
	font-weight:normal;
	}
.menubox .displaypagelist {
	line-height:110%;
	margin-left:5px !important;
	}
.menubox .displaypagelist span {
	display:none;
	}
#main .displaypagelist {
	text-align:right;
	margin-bottom:1ex !important;
	margin-right:12px;
	clear:both;
	}
		
		
/* Produkttypen-Information **************************************************** */		
		
	#productinfo h2 {
		font-size:86%;
		padding:4px;
		margin:1ex 0 0 0;
		}
	#productinfo dl {
		font-size:86%;
		margin: 0 0 0 4px;
		clear:both;

		}
	#productinfo dd {
		margin:0 0 0.5ex 0;
		}
	#productinfo dt {
		font-weight:bold;
		clear:both;
		}
	#productinfo ul {
		padding:0;
		margin:0;
		}
	#productinfo li {
		list-style:url(/backs/yellowdot.gif);
		padding:0;
		margin:0 0 0 1.4em;
		clear:both;
		}
	#productinfo dl dl {
		font-size:100%;
		}
	#productinfo dl dl dt {
		width:2ex;
		padding-left:1ex;
		float:left;
		clear:left;
		}
	#productinfo dl dl dd {
		width:auto;
		float:left;
		}
		
		

/* shop steplist ************************************************************** */

#shopdesk_steps {
	margin:1ex 0 0 3ex;
	padding:0;
}
#shopdesk_steps li {
	margin:0;
	padding:0;
}
.shopdesk_stepdone {
	color:green;
	list-style-image:url(../backs/checkmark.gif);
	}
.shopdesk_stepnow {
	color:green;
	font-weight:bold;
	list-style-image:url(../backs/greendot.gif);
	}
.shopdesk_stepwarn {
	color:red;
	font-weight:bold;
	list-style-image:url(../backs/reddot.gif);
	}

.stepinfo {
	color:darkgreen;
	}

/* Bestellformulare etc ******************************************************* */

#shopintro, #shopextro {
	font-size:86%;
	}


#shop table {
	width:98%;
	border-spacing:0;
	}
#shop caption {
	display:none;
	}
#shop th {
	font-size:80%;
	color:gray;
	border-bottom:1px solid black
	}
#shop th.number, #shop td.number, #shop th.price, #shop td.price, #shop th.sum, #shop td.sum, #shop td.total {
	width:3em;
	text-align:right;
	}
#shop th.bestnr {
	width:5ex;
	text-align:left;
	}
#shop th.item {
	text-align:left;
	}
#shop .currency {
	text-align:right;
	}
#shop td.bestnr {
	font-size:80%;
	color:gray;
	vertical-align:top;
	}
#shop tr.result td {
	border-top: 1px solid black;
	margin-top:2px;
	}
#shop tr.final td.currency, #shop tr.final td.sum {
	border-top: 1px solid black;
	border-bottom: 3px double black;
	font-weight:bold;
	}
#shop tr.final input {
	font-weight:bold;
	}
#shop input.numeric  {
	text-align:right;
	border-width:1px;
	padding: 0 2px;
	}
#shop input.numeric_readonly   {
	border:none;
	background-color:transparent;
	text-align:right;
	}
#vatinfo {
	font-size:86%;
	color:gray;
	text-align:right;
	}
#vatinfo input {
	width:5ex;
	color:gray;
	}	
#recalculate {
	text-align:right;
	margin-bottom:10px;
	}
.shopformbuttons {
	margin:0;
	padding:0;
	border:none;
}
.shopformbuttons legend {
	display:none;
}
.shopformbuttons input {
	width:31%;
	margin:0 1%;
	padding:4px 0;
	background-color:transparent;
	border-width: 1px;
	text-align:left;
	background:url(/backs/shop/fastcart.gif) 2px 4px no-repeat;
	cursor:pointer;
	}	
.shopformbuttons input:hover {
	border-style:inset;
	}
#deletecart input {
	width:42%;
	}	
	
/* desk2: Anschrift etc. ************************************************** */	

#shopdesk_pdata fieldset {
	border-right:none;
	border-bottom:none;
	margin-top:1em;
	}
#shopdesk_pdata legend {
	font-weight:bold;
	padding: 0 1ex;
	color:white;
	background-color:#daae29;
	}
#shopdesk_pdata legend a {
	color:white;
	}
#shopdesk_list {
	padding-bottom:0;
	}
#shopdesk_list table {
	margin:1ex 0;
	}
#shopdesk_list p {
	font-size:86%;
	}
#shopdesk_list td {
	font-size:86%;
	padding:0;
}
#shopdesk_list p {
	padding:0;
	margin:0;
	}
#shopdesk_pdata input.radio {
	margin-right:2em;
	position:relative;
	top:2px;
	}
.shopdesk_required {
	color:green;
	font-weight:bold;
	}

#shopdesk_payment table {
	margin-top: 1ex;
	}
#shopdesk_payment table input {
	width:12em;
	}
#shopdesk_pdata td.label {
	width:8em;
	}
#shopdesk_person #name, #shopdesk_person #street, #shopdesk_person #tel, #shopdesk_person #fax, #shopdesk_person #email {
	width:20em;
	}
#shopdesk_person #country { width:4em; }
#shopdesk_person #pcode { width:4em; }
#shopdesk_person #town { width:11.6em;}

#shopdesk_pdata #remarks {
	width:30em;
	}

#shop input.next	{
	color:green;
	font-weight:bold;
}
#shop input.cancel	{
	color:red;
	font-weight:bold;
}
#shop input.prev	{
	font-weight:bold;
}

#shop_lastconfirm {
	margin:2em 0;
	}
#agb_request {
	border: 2px solid green;
	padding:1ex;
	margin:1em 0;
	}
#shop_mail, #shop_showmail {
	padding:1ex;
	margin:1em 0;
	background-color:#FEFAEC;
	border:1px inset #FEFAEC;
	}
 #shop_showmail {
 	font-size:80% !important;
 }


#shopcolumn {
	font-size:86%;
}


