﻿.MachineDataList { margin:0 auto; width:510px; text-align:center;}
.MachineDataList .AspNet-DataList table { margin:0 auto; width:510px; }
/* Individual "items" in the DataList. */
.MachineDataList .AspNet-DataList table tbody tr td { padding:5px; }
/* Header and Footer of the DataList. */
.MachineDataList .AspNet-DataList table thead tr th, .MachineDataList .AspNet-DataList table tfoot tr td, 
.MachineDataList .AspNet-DataList table caption {  }
/* Header of the DataList. */
.MachineDataList .AspNet-DataList table thead tr th {  }
.MachineDataList .AspNet-DataList table caption { }
/* Footer of the DataList. */
.MachineDataList .AspNet-DataList table tfoot tr td {  }

.MachineDataList .AspNet-DataList table tbody tr td .UsedMachinesImage
{
	padding-right:10px;
	padding-bottom:5px;
	width:250px;
	float:left;
}
.MachineDataList .AspNet-DataList table tbody tr td .UsedMachinesContent
{

	width:510px;
	text-align:left;
}