/* CSS Document */

span.prodcomment {
	font-size: 9px;
	color: #0069ac;
}



/* rec table */

#rectable {
	width: 500px;
	margin: 3px 0 20px;
	padding: 5px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#rectable td {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #dddddd;
}

#rectable td a, #recobj8table td a:visited {
	color: #0069ac;
}

#rectable td.basefontb {
	width: 70px;
	font-size:84%;	
	text-align: center;
	padding: 0 10px;
	background: #ebf4f8;
}

#rectable td.basefont {
	font-size:84%;	
}


/* spec table white */

.white {
	background-color: #FFFFFF;
}


.annotation {
	margin-bottom:15px;
	border-top:1px dotted #ccc;
	padding-top:15px;
	clear:both;
}

.annotation ul.notelist {
	margin-top:0px;
}
.annotation ul.notelist li {
	padding-bottom:0.2em;
	line-height:1.3;
	color:#666;
	font-size:84%;
}