    .drawers-wrapper {
        position: relative;        
        width: 320px;
        float:left;
        margin-top:0px; 
    }
        .drawers {
            margin-bottom:5px; 
        }
            .drawer {
                clear: both;
                color:#76797C;
                font-size:11px;
                line-height:1.3em;
                list-style-type: none;
                width: 100%;
            }
                .drawer-handle {
                    color:#e64c88;
                    font-family: helvetica, Arial, sans-serif;
                    font-weight: bold;
                    font-size: 13pt;
                    letter-spacing: normal;
                    display: inline;
                    line-height: 1.2em;
                    cursor: pointer;
                }
                    .drawer-handle.open {
                        color:#c90364;
                    }

                /* nasty, but it fixes the indent on the first one. */
                    h2.drawer-handle span {
                        
                    }
                .drawer ul {
                    padding: 0 12px;
                    padding-bottom:0pt; 
                }
                .drawer li {
                    font-family: helvetica, Arial, sans-serif;
                    font-size: 8pt;
                    line-height:1.5em; letter-spacing: normal;
                    padding:2px 0pt; position: relative;
                    list-style-type: none; color: #333; display: block;
                }
                
                .item_wrapper { float: left; width: 300px; z-index: 1; }
                .itemleft { width: 250px; float: left; z-index: 1; }                

                .itemright { width: 50px; float: right; text-align: right; z-index: 1; }
                
                .bubbleInfo {
                    position: relative;
                    z-index: 1;
                }
                .trigger { cursor: help; z-index: 1;}
                .popup {
                    position: absolute; margin-top: 110px; margin-left: 155px; width: 120px;
                    border: 1px solid #eee; background-color: #fff; padding: 2px; z-index: 99;
                    display: none; /* keeps the popup hidden if no JS available */
                    color: #193d9d; text-align: right;
                }

