@charset "utf-8";

@import "base.css";

h2 {
	width:178px;
	height:32px;
	background:url(images/feature-md.png) left top no-repeat;
	padding:0;	
}

h2 span {
	display:none;	
}

h3 {
	margin:20px 0 4px 20px;
	font-size:14px;
	font-weight:bolder;	
}

#feat-list {
	width:600px;
	border:solid 1px #ddd;
	margin:4px 0 0 20px;
	list-style:none;
	border-collapse:collapse;
}

#feat-list li {
	border-bottom:dotted 1px #aaa;
	overflow:hidden;
	white-space:nowrap;
	line-height:24px;
}

#feat-list li:nth-child(even) {
	background:#eef8ff;	
}

#feat-list li:last-child {
	border-bottom:none;	
}

#feat-list div.ym {
	float:left;
	border-right:solid 1px #ddd;
	width:100px;	
	margin:0;
	padding:8px;
	text-align:center;
	background:#eee;
}

#feat-list div.tt {
	float:left;
	width:460px;
	margin:0;
	padding:8px;
}

#feat-list div.tt img {
	height:24px;
	border:0;
	margin-right:6px;	
}

#feat-list div.tt a,
#feat-list div.tt a:link,
#feat-list div.tt a:visited
{
	text-decoration:none;
}

#feat-list div.tt a:hover,
#feat-list div.tt a:active
{
	color:#228;
}

div.adobe {
	font-size:12px;	
	color:#333;
	line-height:18px;
	margin:24px 0 8px 48px;
}

div.adobe p { margin-bottom:10px; }

div.adobe a {
	display:block;
	margin-top:20px;
	margin-left:20px;	
	background:url(images/adobereader.gif) left top no-repeat;
	padding-left:120px;
	width:320px;
	height:33px;
	line-height:33px;
	color:#36C;
}



