/* classes for the HTMLControls 
 * as they are supposed only to provide correct width information for the columns, they are named with a capital letter "W" at the end  
 */

table.listviewheader td#id, table.listviewheader td#price, table.listviewheader td#position, table.listviewheader td#buy {
  text-align: center;
}

/* listview and header widths */

.lvarticlemarkerW {
  width: 20px;
}
.lvarticleamountW {
  width: 55px;
  text-align: right;
}

.lvarticlepriceW {
  width: 100px;
}

.lvarticleprice2W {
  width: 85px;
}

.lvorderidW {
  width: 90px;
  text-align: right;
}

.lvorderdateW, .lvDateLong {
  width: 140px;
}

.lvorderdeliverdateW {
  width: 100px;
}

.lvoderstatusW {
}

.lvordersupportW {
  width: 140px;
}
.lvDocumentTotal{
	width: 80px;
	text-align: right;
}