/* ================================================================================= */
/* GLIG.com slanted boxes CSS file v. 0.1                                            */
/* ================================================================================= */

.glig_slanted_box
{
    position: relative;
    overflow: visible;
    padding: 16px;
}

    .glig_slanted_box .top, .left, .bottom, .right, .dot
    {
        position: absolute;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }

.slanted_ornament
{
    position: absolute;
    top: -65px;
    right: 18px;
    z-index: 10;
    width: 75px;
    height: 65px;
}

.slanted_set
{
    position: relative;
    width: 575px;
    height: 60px;
}

    .slanted_set .icon
    {
        position: absolute;
        overflow: hidden;
        display: block;
        top: 7px;
        left: 3px;
        width: 80px;
        height: 47px;
        z-index: 10;
    }

    .slanted_set .content
    {
        position: absolute;
        top: 13px;
        left: 3px;
        width: 566px;
        height: 35px;
    }

    .slanted_set .content .box1
    {
        width: 240px;
        left: 90px;
        white-space: nowrap;
    }

    .slanted_set .content .box2
    {
        width: 90px;
        left: 350px;
    }

    .slanted_set .content .box3
    {
        width: 95px;
        left: 465px;
    }

.slanted_set.ver_a1
{
    background-image: url(http://static.glig.com/images/boxes/slanted/set_a/1.png);
}

.slanted_set.ver_a2
{
    background-image: url(http://static.glig.com/images/boxes/slanted/set_a/2.png);
}

    .slanted_set.ver_a2 .icon
    {
        top: 5px;
        left: 3px;
        width: 80px;
        height: 45px;
    }

    .slanted_set.ver_a2 .content .box2
    {
        left: 352px;
    }

.slanted_set.ver_a3
{
    background-image: url(http://static.glig.com/images/boxes/slanted/set_a/3.png);
}

    .slanted_set.ver_a3 .icon
    {
        top: 9px;
        left: 3px;
        width: 80px;
        height: 41px;
    }

    .slanted_set.ver_a3 .content
    {
        position: absolute;
        top: 13px;
        left: 3px;
        width: 566px;
        height: 35px;
    }

    .slanted_set.ver_a3 .content .box2
    {
        left: 360px;
    }
