﻿.PushCar
{    
    width:695px;
    height:155px;    
    background:url(/Functions/PushCar/Images/Background.png) no-repeat;        
    padding:5px;
    padding-top:10px;
    display:block;
    
    }
    
    .PushCar .PushCarItem
    {
        float:left;
        width:220px;
        height:147px;
        display:block;
        position:relative;
        
        }
        
        .PushCar .PushCarItem .PushCarItemHeader
        {
            color:#333333;
            font-weight:bold;
            font-size:14px;
            padding-left:5px;
            height:16px;
            display:block;
            
            }
            
        .PushCar .PushCarItem .PushCarItemImage
        {            
            width:221px;
            height:96px;            
            margin-top:5px;            
            background:url(/Functions/PushCar/Images/CarItemBox.png) no-repeat;
            position:relative;
            }
            
            .PushCar .PushCarItem .PushCarItemImage .PushCarItemHolder
            {                
                position:absolute;
                bottom:2px;
                left:4px;
                width:211px;
                height:90px;
                margin:auto;
                overflow:hidden;
                }
                
                .PushCar .PushCarItem .PushCarItemImage .PushCarItemHolder .PushCarImage
                {                    
                    width:200px;
                    height:90px;
                    overflow:hidden;
                    margin:auto;
                    vertical-align:bottom;
                    text-align:center;
                    display:table-cell;
                    }
                
                
                .PushCar .PushCarItem .PushCarItemImage .PushCarItemHolder .PushCarImage img
                {                       
                    vertical-align:bottom;   
                    text-align:center;                    
                    display:inline;
                    position:absolute;
                    bottom:2px;
                    left:4px;                                        
                    }
            
        .PushCar .PushCarItem .PushCatItemLink
        {
            color:#273170;            
            position:absolute;
            bottom:0px;
            right:5px;
            height:20px;
            }