.errorSpan {
	padding-left: 50px;
	padding-right: 50px;
}
.centerSpan {
	text-align: center;	
	background-color: rgb(21,47,80);	
	color : white;
}
.spanSu {
	white-space: nowrap;
}

.suIcon {
	background: url("../../img/ArticleVariant_STK.png") no-repeat;
	vertical-align:middle;
	width: 20px; 
	height : 20px; 
	margin-left : 20px;
	display:inline-block;
}
.noSuIcon {
	background: url("../../img/Component_type_Article_STK.png") no-repeat;
	width: 20px; 
	height : 20px; 
	margin-left : 20px;
	cursor: pointer;
	display:inline-block;
}
