div#details {
   width: 175px;
	 margin-left:1.5em;
   padding:1em;
   border:1px solid #fc0;
   background:#ffe;
}

div#details p {
	margin-top: 0pt;
	text-align: center;
}

div#details ul {
   text-align: left;
	 margin:1em 0;
   padding:1em 0 0;
   border-top:1px dotted #ccc;
}

div#details li {
   margin:2px 0;
   padding-right:24px;
   font-size:.9em;
   font-weight:bold;
   line-height:1.2em;
   list-style-type:none;
   color:#333;
}

div#details li b {
   color:#999;
}

