
table.feature { 
	border-collapse: collapse;
	margin: 10px 5px 5px 5px;
	width: 70%;
}

table.feature td, th {
	text-align: center; 
	border: 1px solid #DDDDDD;
	padding: 5px;
}

table.feature th {
	text-align: center; 
	font-weight: bold;
	font-size: 8pt;
}

table.feature caption { 
	caption-side: bottom;
	margin-bottom: 10px;
	font-size: 8pt;
}

span.author {
	display:block;
	font-size: 8pt;
	margin-top: 10px;
	font-weight: normal;
	color:#888888;
}

table.compare {
	border-collapse: collapse;
	margin: 10px;
}

table.compare td, th {
 	width:50%;
 	border: 1px solid #DDDDDD;
	padding: 5px;
	vertical-align: top;
}


ul {
 margin-left:  20px;
 padding-left: 0px;
}

ul.plus {
	list-style-image: url("/images/ico_list_plus.gif");
}

ul.minus {
	list-style-image: url("/images/ico_list_minus.gif");
}

ul li {
	margin-bottom: 8px;
}

