div.clear {
	clear: both;
}

hr.red {
	background-color: #ED2255;
	color: #ED2255;
	margin: 0px 0px 0px 0px;
	height: 1px;
}

table.tree {
	border: none;
}

table.tree td a {
	color: #000000;
	font-weight: bold;
}

table.tree td td a {
	font-weight: normal;
}

table.products{

}

table.products td,
table.products th {
	padding: 5px 4px 5px 4px;
}

table.products th {
	background-color: #cccccc;
}

table.products tr.even td {
	background-color: #eeeeee;
}

table.products tr.odd td {
	background-color: #dddddd;
}

table.basketitem thead th {
	text-align: left;
	border-right: 1px solid white;
	border-bottom: 5px solid white;
	padding: 2px 3px;
	background-color: #ddd;
}

table.basketitem tbody td {
	border-bottom: 1px solid gray;
	padding: 2px 5px 2px 0px;
	vertical-align: middle;
}

table.basketitem tbody td.section{
	background-color: #ddd;
	padding: 1px 0px;
}

fieldset {
	border: 1px solid #888;
	margin: 5px 0px 5px 0px;
	padding: 5px 10px;
}

fieldset legend {
	font-weight: bold;
	color: #666;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	-margin-bottom: 5px;
}

fieldset div.side {
	float: right;
}


/* Status-Fenster */

div#state h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

div#state p {
	font-size: 11px;
	margin: 0px 0px 4px 0px;
}

div#state.small p,
div#state.small table {
	margin: 0px;
}

div#state table {
	width: 140px;
	margin: 0px 0px 4px 0px;
}

div#state table td small {
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
}


/* Versandinfo */

table.shippinginfo td {
	padding: 3px 10px 3px 0px;
}

span.size {
	font-weight: bold;

}

span.variable-size {
	margin-right: 8px;
	white-space: nowrap;
	margin-bottom: 2px;

}

span.variable-size label {
	font-weight: bold;
	padding-right:4px;
}

span.variable-size input {

	width: 22px;
}

span.variable-size-change {
	margin-right: 3px;
	white-space: nowrap;
	margin-bottom: 2px;

}

table.colors {
	border-spacing: 2px;
}

table.colors td {
	padding: 2px;
	-border: 2px solid white;
}

tr.tr-invisible {
	display: none;
}

tr.tr-visible {
	display: table-row;
	-display: block;
}

.recommendation td{

padding:4px 4px 4px 4px;
}


table.sizeguide{
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

table.sizeguide thead th{
	color: #EC1A4A;
	border: 1px solid gray;
	vertical-align: middle;
	padding: 1px 1px 10px 1px;
}

table.sizeguide tbody td{

	border: 1px solid gray;
	vertical-align: middle;
	width:50px;
}

table.sizeguide td.first{
	text-align: left;
	width:1%;
	padding: 1px 15px 1px 1px;
}

table.sizeguide th.first{
	text-align: left;
	width:1%;
}

table.process td {
	border-bottom: 1px solid gray;
	padding-top: 2px;
}

table.process th {
	border-bottom: 1px solid #ee2255;
	padding-top: 2px;
	background-color: #e0dfe3;
}

table.process  {
	border-bottom: 2px solid #ee2255;
	border-top: 1px solid #ee2255;
}

td.process-selected {
	
	border-top: 2px solid #ee2255;
	background-color: #e0dfe3;
	
	
}

table.bestellhistorie {
	
}
table.bestellhistorie th {
	text-align:left;
	
}

table.bestellhistorie td {
	border-bottom: 1px solid gray;
	padding-right: 15px;
}

table.bestellhistorie td.icons {
	vertical-align: middle;
	padding:2px;
	
}

div.ordertipp {
	
	
}

table.summery td {
	border-bottom: 1px solid gray;
	white-space:nowrap;
	padding:2px;
	
	
}

table.pricescale-ajax td {
	border-bottom: 1px solid gray;
}

table.pricescale-ajax {
	padding:2px;
}




/****************************************** Weiss-Kunden ******************************************/
form.weissKunden dt {
	float: left;
	padding-top: 2px;
	width: 150px;
}

form.weissKunden dt label {
	font-weight: bold;
}

form.weissKunden dd {
	margin-bottom: 5px;
}

form.weissKunden dd ul.errors {
	list-style-type: none;
	margin-left: 70px;
}

form.weissKunden dd ul.errors li {
	color: #ff0000;
}

form.weissKunden dd label {
	margin-right: 20px;
}

/*form.weissKunden div {
	float: left;
	margin: 20px 20px 20px 0px;
	border: 1px solid #ff0000;
}*/

form.weissKunden dl .submit {
	float: left;
	margin: 15px 10px 10px 0px;
}

form.weissKunden input[type='text'] {
	xwidth: 200px;
}

form.weissKunden input.readonly,
form.weissKunden select.readonly {
	background-color:#a0a1a2;
}

form.weissKunden .inputText {
	width: 200px;
}

form.weissKunden select {
	height: 20px;
	padding-top: 1px;
	width: 138px;
}


/****************************************** Kundendaten ******************************************/
form.Kundendaten dt {
	float: left;
	padding-top: 2px;
	width: 150px;
}

form.Kundendaten dt label {
	font-weight: bold;
}

form.Kundendaten dd {
	margin-bottom: 5px;
}

form.Kundendaten dd ul.errors {
	list-style-type: none;
	margin-left: 70px;
}

form.Kundendaten dd ul.errors li {
	color: #ff0000;
}

form.Kundendaten dd label {
	margin-right: 20px;
}

/*form.Kundendaten div {
	float: left;
	margin: 20px 20px 20px 0px;
	border: 1px solid #ff0000;
}*/

form.Kundendaten dl .submit {
	float: left;
	margin: 15px 10px 10px 0px;
}

form.Kundendaten input[type='text'] {
	width: 200px;
}

form.Kundendaten input.readonly,
form.Kundendaten select.readonly {
	background-color:#a0a1a2;
}

form.Kundendaten .inputText {
	width: 200px;
}

form.Kundendaten select {
	height: 20px;
	padding-top: 1px;
	width: 200px;
}



table.variants {
	
}

table.variants caption{
	text-align: left;
	font-weight: bold;	
	padding:2px 0 5px 0;
}

table.variants td {
	border-bottom: 1px solid gray;
	padding: 2px;

}


div.box-noimg {
	
	border:1px solid #ED2255;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	height: 80px;
	width: 120px;
	padding:25px 2px 2px 2px;
	text-align:center;
	background-color: #F0F0F0;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	
	
	font-weight: bold;
	color: #ED2255;
	word-wrap: break-word;
	overflow: hidden;
	
}

div.box-noimg span {
	border:1px solid blue;
	padding-top: 50px;	
}

table.stop-pkt-verf {
	width:300px;
}
table.stop-pkt-verf td {
	padding: 2px
}

table.stop-pkt-verf td input {
	width: 200px;
}
table.stop-pkt-verf td.error {
	color: red;
	font-weight: bold;
}

table.stop-pkt-verf td.success {
	color: green;
	font-size:12px;
	font-weight: bold;
}





