@charset "UTF-8";
/* CSS Document */
@import 'global.css';
.machineHeader {
	padding:20px 0;
	margin-bottom:30px;
	border-top:#8FC31F 4px solid;
	border-bottom:#DEDCD7 4px solid;
}
.machineHeader h2 {
	float:left;
	color:#8FC31F;
	font-size:150%;
}
.machineHeader .searchBox {
	float:right;
	width:240px;
	overflow:hidden;
display:none;
}
table.mList {
	width:100%;
	margin-bottom:40px;
	border-collapse:collapse;
}
table.mList tr td {
	border-left:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
}
table.mList tr td a {
	color:#343D2F;
}
table.mList thead tr td {
	background:#C7E18F;
	text-align:center;
	padding:.5em;
	font-size:80%;
	white-space:nowrap;
}
table.mList tbody tr td {
	background:#EEF6DE;
	vertical-align:top;
	padding:.5em;
	font-size:85%;
}
table.mList tr td.num {
	text-align:center;
}
table.mList tr td.machineName {
	width:180px;
}
table.mList tr td.format ,
table.mList tr td.manufacturer {
	width:60px;
}
table.mList tbody tr td.photoMiddle {
	width:175px;
}
table.mList tbody tr td.photoMiddle img {
	width:175px;
}
table.mList tr td.code {
	text-align:center;
}

table.mList tbody tr.odd td {
	background:#F7FBEF;
}
table.mList tbody tr.hover td {
	background:#D2E7A5;
}
table.mList tbody tr td.price {
	text-align:right;
	white-space:nowrap;
}
table#mainList tbody tr td {
	cursor:pointer;
}
table tr td small {
	font-size:80%;
}
#machineList {
	float:left;
	width:285px;
}
#machineList ul {
	padding:20px;
	background:#E7F2D0 url(../images/global/bg_list_btm.png) bottom no-repeat;
	font-size:80%;
}
#machineList ul li {
	margin-bottom:.5em;
}
#machineList ul li a {
	display:block;
	color:#343D2F;
}
#machineList ul li a:hover,#machineDetail h3 a:hover {
	text-decoration:underline;
}
#machineDetail {
	float:right;
	width:640px;
}
#machineDetail h1 {
	margin-bottom:20px;
	padding-bottom:5px;
	font-size:150%;
	background:url(../images/global/dot.png) bottom repeat-x;
}
#machineDetail h1 span {
	display:block;
	padding:.5em 20px;
	background:url(../images/global/border.png) left no-repeat;
}
#machine_photos {
	margin:20px 0 40px 0;
}
#photo_main {
	position:relative;
	float:left;
	width:400px;
	padding:1px;
	background:#FFF;
	border:#C4C7C3 1px solid;
}
#photo_main .roope {
    bottom: 0;
    position: absolute;
    right: 0;
}
#machine_photos ul {
	width:206px;
	float:right;
	overflow:hidden;
}
#machine_photos ul li {
	display:inline;
}
#machine_photos ul li a {
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	width:96px;
	border:#C4C7C3 1px solid;
}
#machine_photos ul li a.tabover ,#machine_photos ul li a:hover {
	border-color:#8FC31F;
}
table.detail {
	width:100%;
	font-size:80%;
	margin-bottom:20px;
	border-collapse:collapse;
}
table.detail tr th {
	padding:.5em 1em;
	font-weight:normal;
	text-align:right;
	background-color:#D2E7A5;
}
table.detail tr td {
	padding:.5em 1em;
	vertical-align:top;
	background:#F7FBEF;
}
table.detail tr.odd th {
	background-color:#C7E18F;
}
table.detail tr.odd td {
	background-color:#EEF6DE;
}
#machineDetail h4 ,#machineDetail h3 {
	margin-bottom:15px;
	font-size:80%;
	text-align:center;
}
#machineDetail h3 a {
	padding:4px 0 4px 20px;
	font-weight:normal;
	background:url(../images/global/icon_pdf.png) left no-repeat;
}
.expository {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 998;
}
.substance {
    position: absolute;
    z-index: 1500;
}
.substance img {
    border: 10px solid #FFFFFF;
}
#search-results h3 {
	margin-bottom:20px;
}
.searchBox input#search {
	padding:0 5px;
	font-size:90%;
	border:#D4D4D3 1px solid;
	outline:0;
	width:190px;
	height:30px;
	float:left;
}
.searchBox input.searchBtn {
	float:right;
	width:30px;
	height:30px;
	border:0px;
	background:url(../images/global/searchbtn.png) no-repeat;
	background-position:top;
	text-indent:-9876px;
	cursor:pointer;
	padding:0;
}
.searchBox input#search:focus {
	border-color:#8FC31F;
}
.searchBox .hover input.searchBtn {
	background-position:bottom;
}
.content-nav {
	margin-bottom:30px;
	font-size:80%;
}