input,select,textarea,div{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

td.cartTitle{
	font-weight: bold;
	color: #18188C;
	border-bottom:1px solid #FF007B;
	padding:2px;
}

td.cartSum{
	border-top:#FF007B 1px solid;
	height:20px;
	font-weight:bold;
}

input.showPrice{
	background: white;
	width:50px;
	border:none;
}

input.f20{
	border:none;
	border-bottom: 1px solid #18188C;
	width:18px;
	text-align: center;
}
input.orderButton{
	background: #EFEFEF;
	border:none;
	border-bottom:1px solid #000066;
}
input.reloadCart{
	background: url(/php/mhsCms/apps/mhsImageshop/images/reload_ico.gif) no-repeat left;
	height:20px;
	width:190px;
	border:none;
	text-align: left;
	padding-left:18px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.reloadCartHover{
	background: #E1DDD4 url(/php/mhsCms/apps/mhsImageshop/images/reload_ico.gif) no-repeat left;
	height:20px;
	width:190px;
	border:none;
	text-align: left;
	padding-left:18px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.clearCart{
	background: url(/php/mhsCms/apps/mhsImageshop/images/delete_ico.gif) no-repeat left;
	height:20px;
	width:190px;
	border:none;
	text-align: left;
	padding-left:18px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.clearCartHover{
	background: #E1DDD4 url(/php/mhsCms/apps/mhsImageshop/images/delete_ico.gif) no-repeat left;
	height:20px;
	width:190px;
	border:none;
	text-align: left;
	padding-left:18px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.regStep1{
	background: url(/php/mhsCms/apps/mhsImageshop/images/cart_ico.gif) no-repeat right;
	height:20px;
	width:160px;
	border:none;
	text-align: right;
	padding-right:30px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.regStep1Hover{
	background: #E1DDD4 url(/php/mhsCms/apps/mhsImageshop/images/cart_ico.gif) no-repeat right;
	height:20px;
	width:160px;
	border:none;
	text-align: right;
	padding-right:30px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.f300,select.f300,textarea.f300{
	border: 1px solid #18188C;
	width:300px;

}

input.btnGoNext{
	background: url(/php/mhsCms/apps/mhsImageshop/images/goNext.gif) no-repeat right;
	height:20px;
	width:140px;
	border:none;
	text-align: right;
	padding-right:18px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.btnGoBack{
	background: url(/php/mhsCms/apps/mhsImageshop/images/goBack.gif) no-repeat left;
	height:20px;
	width:60px;
	border:none;
	text-align: left;
	padding-left:18px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.chkBox{
	width:20px;
	vertical-align: middle;
	display: inline-block;
}

td.titel_tabellen{
	border-bottom: 1px solid #FF007B;
	height:20px;
	color:#18188C;
	font-weight:bold;
}

td.siteTitle{
	color:#18188C;
	font-weight: bold;
	font-size:16px;
}

td.error{
	color:red;
}

input.error_f300{
	border:1px solid red;
	width:300px;
}

div.showInfoText{
	display: block;
	background-color:#CCCCCC;
	white-space: normal;
	position:absolute;
	margin-left:12px;
	margin-top:-10px;
	z-index:1;
	visibility:visible;
	padding:2px;
   border-left:1px solid silver; 	
	border-bottom:1px solid navy; 	
	border-top:1px solid silver; 	
	border-right:1px solid navy;
	white-space: nowrap;
}

div.hideInfoText{
	display: none;
	background-color:#FFFFCC;
	white-space: normal;
	position:absolute;
	z-index:1;
	visibility:hidden;
	padding:5px;
	border-left:1px solid silver; 	
	border-bottom:1px solid navy; 	
	border-top:1px solid silver; 	
	border-right:1px solid navy;
	white-space: nowrap;
}

ul.infoTxt{list-style-image: url(ul.gif); padding-left:0px; margin-left:16px; padding-top:0px; margin-top:0px; padding-bottom:0px; margin-bottom:0px;
	vertical-align: middle;
	display: inline-block;
}
li.infoTxt{ padding:0px; }

td.cartItems{
	vertical-align: middle;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #000066;
}
