.wide {

    width:              100%;

    }

.left {

    float:              left;

}

.right {

    float:              right;

}

.center {

    text-align:         center;

}

.clear {

    clear:              both;

}

.test
    {
background-color:   orange;
    }


.CARS
    {
background-color: #3272a0;
float:      left;
width:      535px;
    }

.CARS p
    {
border:     2px;
margin:     2px;
padding:    2px;
    }

.CARS .margin
    {
border-bottom:  1px solid white;
    }

.CARS .table
    {
float:      left;
width:      535px;
    }

.CARS .column
    {
    }

.CARS .column .left
    {
background-color: #3272a0;
float:      left;
width:      120px;
overflow:   hidden;
    }

.CARS .column .left img
    {
padding-top:     2px;
padding-bottom:  2px;
    }

.CARS .column .right
    {
background-color: #69b0e1;
float:      right;
width:      414px;
overflow:   hidden;
    }

.CARS .column .right div
    {
float:      left;
width:      68px;
height:     32px;
text-align: center;
    }

.box {
height:     31px;
line-height: 24px;
margin: auto auto 0px auto;
vertical-align: center;
border-right: 1px solid white;
border-bottom: 1px solid white;
}

.active, .heading, .title {

    color:              #FFFFFF;

}

.active, .heading {

    font-weight:        bold;

}

.inactive, .label {

    color:              #6A6A6B;
    font-weight:        normal;
}

.notice {

    color:              #232323;
    font-weight:        bold;

}

