/*************************************/
/* Blueprint: reset.css              */

applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*************************************/
/*  Styles                      */

#drawerwrap {
	width: 476px;
	margin: 10px 10px 10px 20px;
	}
    .drawers-wrapper {
	margin: 4px 0 0 0px;
        position: relative;
        width: 160px;
        float:left;
    }
        .drawers {
            margin-bottom:0px;
            font-size:11px;
            line-height: 15px;
        }
            .drawer {
                background:transparent;
                font-size:11px;
                line-height:0;
            }
                .drawer-handle {
                    background: url(images/whead_closed.gif) repeat-x;
                    color:#666;
		    margin: 0;
                    cursor:default;
                    height:30px;
                    line-height:30px;
                    text-indent:20px;
		    font-family: Arial;
                    font-size:13px;
		    letter-spacing: -.03em;
                    width:100%;
                }

                    .drawer-handle.open {
                    	background: url(images/whead.gif) repeat-x;
                        color: #fff;
			}

                /* nasty, but it fixes the indent on the first one. */
                    h2.drawer-handle span {
                        
                    }
                .drawer ul {
                    font-family:"Arial";
		    background: #333;
		    color: #999;
                }
                .drawer li {
                    padding:5px 8px;
                }
                .drawer ul ul li {
                    border-bottom:1px dotted #cccccc;
                    line-height:16px;
                }
                    .drawer-content ul {
                        padding-top: 0px;
                    }
                    .drawer-content li a {
                        display:block;
                        overflow:hidden;
                    }
                    .alldownloads li {
                        border:0pt none;
                        padding:0pt;
                    }

            .drawers a {
                color:#999;
		font-size: 11px;
                text-decoration:none;
                font-family:"Arial";
            }
        -->
