/* CSS Document */

h2 {
	margin-bottom:15px;
}

h3 {
	margin:5px 0;
}

.machine_list {
	margin: 0;
}

.machine_list li {
	list-style:none;
	margin:20px 0;
}





.machine_list li p {
	color:#666;
	font-size:11px;
	margin-bottom:10px;
}

table.machine_properties {
	color:#666;
	width:100%;
}

table.machine_properties th {
	padding:0 5px 8px 5px;
	width:240px;
}
table.machine_properties td {
	padding:0 5px 8px 5px;
	width:140px;
}

table.machine_properties td.m_text {
	width:auto;
}

td.machine_image {
	padding-left:0!important;
	width:80px!important;
}

td.machine_image img {
	border:1px solid #aaa;
}

#std_files a img {
	position:relative;
	top:2px;
}
