/* Quickentry Box -------------------------------------- */

.comparis_quickEntry * {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	overflow: hidden;
}

.comparis_quickEntry {
	width: 300px;
	float: left;
	position: relative;
	margin-bottom: 18px;
	background-color: #d9f2bf;
	/*background-color: #dfe2eb;*/
	padding-bottom: 10px;
}

.comparis_quickEntry h2 {
	font-size: 10px;
	font-weight: bold;
	padding: 5px 5px 0 10px;
	line-height: 12px;
}

.comparis_quickEntry h3 {
	color: white;
	font-size: 10px;
	line-height: normal;
	background: #66cc00;
	/*background: #abb4c4;*/
	text-transform: uppercase;
	padding: 1px 0px 2px 5px;
	border-bottom: 1px solid #3d7a00;
	/*border-bottom: 1px solid #656f82;*/
}

.comparis_quickEntry p {
	color: #000;
	padding: 7px 7px 0 7px;
}

.comparis_quickEntry h3 + p {
	border-top: 1px solid white;
}

.comparis_quickEntry form {
	padding: 13px 7px 0 7px;
}

.comparis_quickEntry .logo {
	display: none;
	/*background-position: left -5px;
	width: 282px;
	height: 25px;
	position: absolute;
	bottom: 0;*/
}

/* FORMS --------------------------------- */

.comparis_quickEntry label {
	float: left;
	clear: both;
	display: block;
	width: 90px;
	padding: 2px 0 0 0;
	font-weight: bold;
	vertical-align: middle;
}

.comparis_quickEntry input.text,
.comparis_quickEntry select {
	margin-bottom: 5px;
	color: #3d7a00;
	/*color: #656f82;*/
}

.comparis_quickEntry input.text {
	width: 100px;
	background-color: white;
	border: solid 1px #3d7a00;
	/*border: solid 1px #656f82;*/
	padding: 1px;
}

.comparis_quickEntry input.submit {
	width: 70px;
	background: #66cc00;
	/*background: #abb4c4;*/
	color: #FFFFFF;
	margin: 0 0 0 90px;
	line-height: 1;
	padding: 1px 0 3px 0;
}

.comparis_quickEntry input[type=radio] {
	margin-top: 5px;
	vertical-align: middle;
}

.comparis_quickEntry strong {
	
}


/* Tabellen innerhalb von Comparis-Artikeln --------------------------------- */

.TableGeneralXP {
	margin-left: -5px;
	width: 459px;
} 

.RowTitle td {
	font-size: 11px;
	line-height: 130%;
	font-weight: bold;
	background-color: #dee2eb;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: 2px solid #FFFFFF;
}

.RowData td {
	font-size: 11px;
	line-height: 130%;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom: 1px solid #acb4c5;
}

tr.RowTitle + tr.RowData td {
	padding-top: 4px;
	border-top: 1px solid #acb4c5;
}