.OemArea {
	position: relative;
	width: 800px;
}

.LeftArea {
	position: relative;
	width: 550px;
	font-size: 12px;
	line-height: 260%;
	float: left;
	padding: 20px 0px 0px 0px;
}
.LeftArea h2 {
	margin: 0px 0px 10px 0px;
}
.LeftArea span {
	padding: 2px 12px;
	color: #FFFFFF;
	background-color: #888888;
	margin: 0px 8px 0px 0px;
}
.LeftArea table {
	margin: 10px 0px 0px 0px;
}
.LeftArea th {
	width: 80px;
	vertical-align: top;
	text-align: left;
}
.LeftArea td {
	padding: 0px 0px 0px 10px;
	line-height: 200%;
}

.LotImg {
	position: relative;
	width: 465px;
	height: 158px;
	background-image: url("../business/lot_back.gif");
	margin: 10px 0px 0px 0px;
} 
.LotImg p {
	position: absolute;
	top: 20px;
	left: 40px;
	font-size: 12px;
	font-weight: bolder;
}

.RightArea {
	position: relative;
	width: 250px;
	float: left;
	text-align: center;
}
.RightArea p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}
.RightArea a {
	color: #000000;
}
.RightArea a:hover {
	color: #FF6600;
}

#DwnIcon {
	width: 18px;
	height: 18px;
	vertical-align: -5px;
	margin-right: 5px;
}

