@charset "utf-8";
/* CSS Document */
.speclist{
	width:100% !important;
	margin: 0px 0px 0px 0px;
	border: none;
}
.speclist_title{
	padding:10px;
	background-color:#F0F0F0;
	font-weight:normal;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom:1px dotted #333;
	width : 115px;
}

.speclist_data{
	padding-left: 10px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom:1px dotted #333;
	width : 233px;
}

.specnote{
	width:628px;
	font-size:93%;
	border-collapse:separate;
	border-spacing:8px;
}

.specnote_row{
	font-size:93%;
	vertical-align:top;
}

.specnote_title{
	text-align: center;
	font-size:110%;
	vertical-align:top;
}

.specnote_data{
	font-size:110%;
	vertical-align:top;
}
