﻿#dhtmlgoodies_listOfItems
{
    float: left;
    text-align: center;
    width: 300px;
    height: 600px;
    background-color: Gray;
}
#allItems
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: Aqua;
}
#dhtmlgoodies_mainContainer
{
    float: right;
    text-align: center;
    width: 300px;
    height: 600px;
    background-color: Gray;
}
#dhtmlgoodies_dragDropContainer
{
    margin: 0px auto;
    width: 900px;
    padding: 0;
    height: 600px;
    background-color: Fuchsia;
}
#dragContent
{
    position: absolute;
    width: 150px;
    height: 20px;
    display: none;
    margin: 0px;
    padding: 0px;
    z-index: 2000;
    list-style-type: none;
}
#box1 li
{
    background-color: Aqua;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#product
{
    width: 200px;
    float: left;
}
