﻿.add-item
{
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
}
.add-item ul
{
    display: block;
    overflow: hidden;
    list-style: none outside;
    margin: 0px 0px 3px 0px;
    width: 100%;
}
.add-item li
{
    display: block;
    overflow: hidden;
    float: left;
    line-height: 11px;
    height: 22px;
    font: normal 11px Arial;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0px 2px 0px 0px;
    color: #8E8C78;
    text-transform: uppercase;
    padding: 0;
}

 .add-item li div
{
    display: block;
    overflow: hidden;
    float: left;
    margin: 4px 50px 0 5px;
    color: #fff;
    height: 22px;
}

.add-item li a
{
    display: inline;
    z-index:1000;
    overflow: hidden;
    float: right;
    width: 20px;
    height: 22px;
    margin-right: 3px;
    text-align: center;
    background: url(/Javascript/Amstock/v311/images/x3.png) no-repeat right center;
}
.add-item li a:hover
{
    cursor: pointer;
    background: url(/Javascript/Amstock/v311/images/x5.png) no-repeat right center;
    z-index:1000;
}

.dataSetChart
{
    width: auto;
    /*max-width: 50%;*/
}