/* Site */
body
{
	margin: 0;
	font-family: arial, tahoma, verdana, helvetica;
	font-size: 12px;
}

a { text-decoration: none; color: inherit; }
a:visited { color: inherit; }
a:hover { text-decoration: underline; }
a img { border-style: none; }
a.email { text-decoration: underline; color: #0000CC }

td.currency { text-align: right; }
td.number { text-align: right; }

table.site
{
	width: 100%;
	border-collapse: collapse;
}
table.site tr td { padding: 0px 10px 0px 10px; }
table.site table { border-collapse: separate; }

/* Site Top */
tr.site-top
{
	background-color: #5C5C5C;
}
tr.site-top td div
{
	display: inline;
	border: solid 1px gray;
	padding: 0px 30px 0px 30px;
	margin: 3px 0px 3px 0px;
	color: white;
	font-weight: bold;
	font-size: larger;
}
tr.site-top td div:hover
{
	background-color: gray;
	border: solid 1px white;
	cursor: pointer;
}

/* Site Border */
table.site tr td.site-right
{
	background-image: url(img/shadow-right.png);
	background-repeat: repeat-y;
	background-position: left top;
	min-width: 10px;
	padding: 0;
}
table.site tr td.site-left
{
	background-image: url(img/shadow-left.png);
	background-repeat: repeat-y;
	background-position: right top;
	min-width: 10px;
	padding: 0;
}
table.site tr td.site-bottom-left
{
	background-image: url(img/shadow-bottom-left.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-width: 10px;
	min-height: 10px;
}
table.site tr td.site-bottom
{
	background-image: url(img/shadow-bottom.png);
	background-repeat: repeat-x;
	background-position: right top;
	height: 10px;
}
table.site tr td.site-bottom-right
{
	background-image: url(img/shadow-bottom-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-width: 10px;
	min-height: 10px;
}

/* Navigation */
table.site tr td.navigation
{
	font-size: 10px;
	height: 26px;
	vertical-align: middle;
	padding: 0px 0px 0px 15px;
	width: 100%;
}

/* Machine Types */
ul.machineTypeTable
{
	padding: 0px;
	margin: 0px;
	text-align:center;
}

ul.machineTypeTable li
{
	cursor: pointer;
	margin: 5px;
	padding: 5px;

	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;

	width: 298px;
	height: 98px;
	border: solid 1px gray;
}

ul.machineTypeTable li:hover
{
	border: solid 1px black;
}

ul.machineTypeTable li div
{
	display: block;
	float: left;
	height: 100%;
	line-height: 98px;
}

ul.machineTypeTable li div img
{
	max-width: 100%;
	max-height: 100%;
}

span.machineTypeHeader
{
    font-weight: bold;
    font-size: 200%;
}

/* Machines */
.machinesTable
{
	margin: 0px auto;
	text-align: center;
}
table.machinesTable th { background-color: #5C5C5C; color: white; }
table.machinesTable th a { color: white; }
table.machinesTable th span.machineHeader:hover { cursor: pointer; text-decoration: underline; }
table.machinesTable th img { cursor: pointer; }
table.machinesTable tr { background-color: #E0E0E0; }
table.machinesTable tr td { cursor: pointer; }
table.machinesTable tr td.stockNumber span { display:inline-block; vertical-align:middle; }
table.machinesTable tr td, table.machinesTable tr th { padding: 1px 6px 1px 6px; }
table.machinesTable tr.odd { background-color: White; }
table.machinesTable tr:hover td.stockNumber span { text-decoration: underline; }

div.machineFilter
{
	display: inline;
	position: absolute;
	width: 240px;
	border: 1px solid gray;
	padding: 6px;
	background-color: white;
}
div.machineFilter input { width: 234px; }

/* Machine */
table.machineTable
{
	width: 100%;
	border-spacing: 6px 8px;
}

table.machineTable tr td
{
	width: 50%;
	vertical-align: top;
	border: 1px solid gray;
	padding: 0px;
}

div.machineInfoHeader
{
	background-color: gray;
	color: white;
	font-weight: bold;
	padding: 5px;
}

div.machineInfo
{
	padding: 5px;
}

div.machineButton
{
	background-color: gray;
	border: 1px solid black;
	color: white;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 30px 3px 30px;
}
div.machineButton:hover
{
	background-color: #C0C0C0;
	border: solid 1px gray;
	cursor: pointer;
}

div.imgSelectors
{
	margin: 8px auto;
	text-align: center;
}

div.imgSelectors div
{
	display: inline-block;
	border: 1px solid black;
	background-color: gray;
	width: 16px;
	color: white;
	margin-right: 2px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;

	zoom: 1;
	*display: inline;
}
div.imgSelectors div.current
{
	background-color: silver;
}

#rotator
{
	border: 1px solid black;
	overflow: hidden;
	margin: 8px auto 8px;
	position: relative;
	width: 400px;
	height: 300px;
	cursor: pointer;
}

#rotator img
{
	display: none;
	max-width: 400px;
	max-height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}

div.otherMachines
{
	text-align: center;
}

ul.otherMachines
{
	padding: 0px;
	margin: 0px;
}

ul.otherMachines li
{
	cursor: pointer;
	margin: 5px 0px 5px 5px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

/* If width is changed, update displayOtherMachines in machines.js */
ul.otherMachines li.image
{
	width: 120px;
	height: 90px;
	_height: 90px;
}

/* If width is changed, update displayOtherMachines in machines.js */
ul.otherMachines li.div
{
	width: 120px;
	height: 88px;
	_height: 88px;
	border: 1px solid gray;
}

div.otherMachines img, div.otherMachines div
{
	max-width: 120px;
	max-height: 90px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

div.otherMachines div
{
}

table.otherMachines tr td
{
	border-width: 0px;
}

/* Search */
table.searchTable
{
	margin: 14px 50px;
}

table.searchTable select { width:100% }
table.searchTable input[type="text"] { width:100% }
