﻿.inner ul
{
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-top: 30px;
    width:100%;
}
    .inner ul li
    {
        float:left;
        height:200px;
        list-style-type:none;
        margin-right: 15px;
        width: 230px;   
    }
    
    .inner ul li div
    {
        text-align:center;
        width: 210px; 
    }
    
    .lineImg
    {
        height:100px;
        background-repeat: no-repeat;
        background-position: top center;
        background-color:#FFF;
    }
    .lineLink
    {
        margin: 5px 0;
    }
        .lineLink a
        {
           font-size : 12px;
        }
        
    .lineViewLine
    {
        margin: 5px 0;
    }
    
    .brandDetail, .seeAll
    {
        float:left;
        margin: 10px 0;
        width:100%;
    }
    
    a.seeAll
    {
        font-size: 12px;
    }