/* CSS Document */
            body>ul>li {
                display: inline;
            }
            body>ul>li:before {
                content: ", ";
            }
            body>ul>li:first-child:before {
                content: "";
            }
            .fragment p, pre {
                margin: 1em 0 0;
				border:0px solid pink;
				background:#E4E9D2;
				padding:3px 0 3px 8px;
				color:#000;
				font-size:12px;
				font-weight:bold;
            }
			
			#summary ul {
				margin-left:20px;
				margin-top:11px;
				font-size:12px;
				list-style-type:square;
				color:#666666;
			}
			#features ul {
				margin-left:20px;
				margin-top:11px;
				font-size:12px;
				list-style-type:square;
				color:#666666;
			}
			#specifications ul {
				margin-left:20px;
				margin-top:11px;
				font-size:12px;
				list-style-type:square;
				color:#666666;
			}
			#resources ul {
				margin-left:20px;
				margin-top:11px;
				font-size:12px;
				list-style-type:square;
				color:#666666;
			}
			#prodSpecs ul.anchors {
				list-style-type:none;
				margin:0 0 0 0px;
			}
           
