.previewCos{
	margin-top: 18px;
}

.cosProduse{
	width: 100%;
}

.cosProduse *{
	font-size: 8pt;
}

.cosProduse th{
	color: black;
	background: url(../imgs/cosProdHeaderOrng.png) top repeat-x;
}

.cosProduseOver{
	background: #C5FF00;
	color: black;
}

.cosProdNr{
	text-align: center;
	font-weight: bold;
	color: #4c4c4c;
	width: 20px;
}
.cosProdNume{
	width: 80%;
	text-align: left;
}
.cosProdBuc{
	text-align: center;
}
.cosProdPret{
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}
.cosPretTotalLBL,
.cosPretTotal{
	font-weight: bold;
	border-top: 1px solid #676767;
	color: #ffa400;
	white-space: nowrap;
}
.cosPretTotalLBL{
	color: white;
}
.cosInput{
	font-size: 8pt;
	background: transparent;
	text-align: center;
	width: 23px;
	border:0;
	color: white;
	border-bottom: 1px solid transparent;
}
.cosInputOverFX{
	color: black;
}
.cosInputFocus{
	border-bottom: 1px solid #ffa400;
}
.cosInputDeleteBTN{
	margin-left: 4px;
}
.cosInputDelete *{
	text-decoration:line-through;
	background: #747474;
}
/*------------------------[ STATUS COS ]*/
.statusCosInfo{
	width: 240px;
	height: 60px;
	float: left;
	font-size: 9pt;
}
.statusCosUser{
	width: 150px;
	height: 60px;
	float: right;
	font-size: 6.5pt;
}
.statusCosRow{
	clear: both;
}

.statusCosLabel{
	width: 100px;
	text-align: right;
	float: left;
}

.statusCosValue{
	float: left;
	padding-left: 3px;
	font-weight: bold;
	color: #ffa400;
}

.statusUser{}
.statusUserNote{
	line-height:8pt;
}

