.topItemImageContainer {
	display: block;
	}
	
.leftImagesContainer {
	display: block;
	float: left;
	width: 282px;
	}
.rightOptionsContainer {
	display: block;
	position: relative;
	float: right;
	width: 240px;
	text-align: right;
	}
.rightOptionsContainer p {
	display: block;
	width: 240px;
	}
.iconContainer {
	display: block;
	position: relative;
	width: 240px;
	height: 70px;
	bottom: 0;
	}
.iconContainer .icon-01 {
	display: block;
	position: absolute;
	width: 100px;
	height: 42px;
	left: 5px;
	top: 20px;
	}
.iconContainer .icon-02 {
	display: block;
	position: absolute;
	width: 83px;
	height: 41px;
	left: 112px;
	top: 20px;
}
.iconContainer .icon-03 {
	display: block;
	position: absolute;
	width: 38px;
	height: 15px;
	left: 202px;
	top: 28px;
	}
.iconContainer .icon-04 {
	display: block;
	position: absolute;
	width: 38px;
	height: 15px;
	left: 202px;
	top: 46px;
	}


.featureTable {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}

.featureTable th {
	background-color: #EFEFEF; 
	text-align: center;
	}

.featureTable th,
.featureTable td {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #666666;
	font: normal normal normal 75%/120% Geneva, Arial, Helvetica, sans-serif;
	}
	
.featureTable .green {
	background-color: #E8F9F2;
	color: #008000;
	}
	
.featureTable .orange {
	background-color:#FDF5F0;
	color: #FF6600;

	}
	
	
.functionLisrTable {
	width: 503px;
	font: normal normal normal 75%/100% Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

.functionLisrTable .th01,
.functionLisrTable .th02,
.functionLisrTable .th03 {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #0066FF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}

.functionLisrTable .th01 {
	width: 40%;
	}
.functionLisrTable .th02 {
	width: 40%;
	border-left: 1px solid #CCCCCC;
	}
.functionLisrTable .th03 {
	width: 20%;
	border-left: 1px solid #CCCCCC;
	}
.functionLisrTable .th04,
.functionLisrTable .th05,
.functionLisrTable .th06 {
	width: 40%;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	}
.functionLisrTable .name {
	width: 20%;
	padding: 3px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	}
	
.titleArea {
	width: 34px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	}	
.iconArea {
	width: 34px;
	padding: 3px 0;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
.textArea {
	width: 199px;
	padding: 3px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
.note {
	padding: 5px 0;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	}
 

