.toolbox
{
    margin-left: 10px;
}

.toolbox-asset
{
    width: 30px;
}

.toolbox-ends
{
    height: 7px;
}

.toolbox-top
{
    background-image: url(../images/toolbox-top-bg.png);
}

.toolbox-bottom
{
    background-image: url(../images/toolbox-bottom-bg.png);
}

.tool
{
    height: 30px;
    background-image: url(../images/toolbox-tool-bg.gif);
    margin: 1px 0px;    /*top-bottom: 1px and left-right: 0px*/
    cursor: pointer;
}

.tool:hover
{
    background-image: url(../images/toolbox-tool-bg-over.gif);
}

.tool-sel
{
    background-image: url(../images/toolbox-tool-bg-over.gif);
}

.tmargin92
{
    margin-top: 92px;
}