.small {
    font-size: 11px;
}

a {
	cursor: pointer;
}

input.value {
	width: 30px;
	border: 0px;
	background: none;
	font: bold 13px Arial, sans-serif;
}

span.price_brutto {
	font-size: 13px;
	color: gray;
}

h3.subtext {
	color: #e8e8e8;
		font-size: 15px;
		margin: 0px 0 0 20px;
		padding: 0 0 0 60px
}

h3.subtext em {
	font-size: 20px;
}

h3 span.price_red {
	color: #fa3b41;
	font-size: 17px;
}

.red,
.price_red {
color: #fa3b41;
}

.spinner {
	display: none;
	margin: 15px 0px 0px 40px;
}

#feature input.text {
	/*border: 1px solid #82c225;*/
	margin-left: 5px;
	border: 1px solid gray;
	padding: 3px;
	background: #fefefe url(/img/input.gif?b0a7a856e2330326accff306d4e7ec65) repeat-x;
	width: 150px
}

#feature .form-button {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	width: 84px;
	text-align: center;
	background: url(/img/form-button2.gif?b0a7a856e2330326accff306d4e7ec65);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
	font-size: 14px
}

#article .brutto {
    color: gray;
    font-size: 11px;
}

