/* dient v.a. dazu, die formatierungen der produktinfos aus der alten page aufzufrischen */

#form_contact {
	padding:14px;
	margin:0px;
	border: 1px solid #CAC3AD;
	font-size:0.95em;
}
#form_contact input,
#form_contact select,
#form_contact textarea {
	background:#FFFFFF;
	border: 1px solid #CAC3AD;
	height:18px;
	padding:2px 0px 0px 0px;
	margin-bottom:0px 0px 2px 0px;
}
#form_contact select {
	height:21px;
	font-size:1.0em;
	letter-spacing:-0.5px;
}

#form_contact textarea {
	height:150px;
	width:400px;
}
#form_contact .checkbox {
	height:auto;
}

.form_bottom {
	margin-top:28px;
}
.form_label,
.form_label_icon {
	float:left;
	height:25px;
	width:170px;
	vertical-align:center;
	text-align:right;
	margin-right:7px;
	padding-top:3px;
	margin-bottom:-3px;
}
.form_label_icon {
	padding:0;
}
.form_input {
	float:left;
}
.form_line_extra {
	background:#FFFAE4;
	padding:10px 0px 10px;
	margin-bottom:14px;
	border: 1px solid #CAC3AD;
	font-weight:bold;
}
input.form_button,
#form_contact input.form_button {
	padding:0;
	background:#FAEEC4;
	color:#0072E4;
	font-weight:bold;
	height:32px;
	width:160px;
}
#form_contact input.form_button:hover,
#form_contact input.form_button:active,
#form_contact input.form_button:focus {
	background:#FFFFFF;
}
.highlight {
	background-color:#FF0000;
}


.muster_checked,
.muster_unchecked,
.preis_checked,
.preis_unchecked {
	text-decoration:none;
	width:16px;
	height:16px;
	display:block;
	cursor:pointer;
}
.muster_unchecked,
.preis_unchecked {
	background:#FFFFFF url("../gfx/icons/unchecked.jpg") top left no-repeat;
}

.muster_checked,
.preis_checked {
	background:#FFFFFF url("../gfx/icons/checked.jpg") top left no-repeat;
}
.l1_toggle_l2_more,
.l2_toggle_l3_more,
.l1_toggle_l2_less,
.l2_toggle_l3_less {
	cursor:pointer;
	width:16px;height:16px;
	background-position:top left;
	background-repeat:no-repeat;
}
.l1_toggle_l2_more,
.l2_toggle_l3_more {
	background-image: url("../gfx/icons/more.jpg");
}
.l1_toggle_l2_less,
.l2_toggle_l3_less {
	background-image: url("../gfx/icons/less.jpg");
}

#sform_notes,
#sform_notes_body {
	width:160px;
	text-align:left;
	margin-left:10px;
	margin-top:20px;
	font-weight:bold;
}
#sform_notes_body {
	font-weight:normal;
	margin-top:10px;
}


div#zip_dl_wrapper {
	width:627px;
	height:60px;
	overflow:hidden;
	margin:0;
	padding:0;
}
div#zip_dl_button {
	float:left;
	width:235px;
	padding:7px 14px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	color:#0072E4;
	background:#FAEEC4;
	border: 1px solid #CAC3AD;
	cursor:hand;
	cursor:pointer;
}
div#zip_dl {
	float:left;
}
span#zip_load {
	background: url("../gfx/loading.gif") bottom left repeat-x;
}
div#zip_dl div.loading {
	display:block;
}
div#zip_dl_line,
div#zip_dl_line_succ,
div#zip_dl_line_load,
div#zip_dl_line_none {
	height:33px;
	padding:6px 0px 6px 6px;
	margin:10px 0 10px;
	border:1px solid #CAC3AD;
	background:#FFFDF4;
}
a#dl_cancel {
	cursor:hand;
	cursor:pointer;
}
