#spWidgetContainer, #spWidget
{
    display: inline-block;
    height: 325px;
    width: 255px;
}
#spWidget .sp-widget-header
{
    font-family: 'Ubuntu';
    font-size: 23px;
    color: #666666;
    margin-bottom: 15px;
}

#spWidget .sp-widget-info
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    margin-bottom: 30px;
    width: 255px;
    display: inline-block;
}

#spWidget .sp-widget-info span
{
    width: 255px;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 1px;
}


#spWidget .sp-widget-data
{
    display: inline-block;
    margin-bottom: 40px;
    height: 135px;
}

#spWidget .sp-widget-data .item
{
    line-height: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    vertical-align: middle;
    width: 255px;
    margin-bottom: 15px;
}
#spWidget .sp-widget-data .item .sp-w-c
{
    display: inline-block;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    vertical-align: middle;
    font-family: 'Ubuntu';
    padding-left: 10px;
    margin-left: 12px;
    width: 24px;
    background: url("img/spw-cur-bg.png") no-repeat scroll rgba(0, 0, 0, 0);
}

#spWidget .sp-widget-data .item .sp-w-price
{
    display: inline-block;
    height: 25px;
    width: 199px;
    vertical-align: middle;
    line-height: 20px;
    color: #000000;
    padding-left: 5px;
    font-family: 'Ubuntu';
    font-size: 21px;
}

#spWidget .sp-widget-btn
{
    display: inline-block;
    height: 32px;
}


#spWidget .sp-widget-btn .sp-widget-chart-bt
{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 155px;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    padding-top: 0px;
    text-align: center;
}
