#left_column
{
    display: none;
}

#center_column
{
    margin-top: 0;
    background: #FFF;
}

.cms_content {
    background: #FFF;
    padding: 0;
    margin-bottom: 20px;
}

.product-models
{
    border-color: #dfe5f1;
    border-style: none solid solid;
    border-width: medium 2px 2px;
}

.product-models .models-title
{
    margin-left: -2px;
    margin-right: -2px;
}

.product-models .models-title .title-content
{
    display: inline-block;
    padding-top: 15px;
}

.product-models .models-title .title-content i
{
    margin-top: -15px;
}

@media (max-width: 1199px) and (min-width: 992px)
{
    .product-models .models-title .title-content
    {
        padding-top: 5px;
    }

    .product-models .models-title .title-content i
    {
        margin-top: -5px;
    }
}


.product-models .model-item
{
    display: inline-block;
    padding: 3px 5px;
    width: 100%;
}

.product-models .model-item.excess
{
    display: none;
}

.product-models.expanded .model-item.excess
{
    display: inline-block;
}


.product-models .model-item .model-name,
.product-models .model-item .years
{
    color: black;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    text-transform: uppercase;
    word-wrap: break-word;
}

.product-models .model-item .model-name
{
    width: 70%;
}

.product-models .model-item .years
{
    text-align: right;
    width: 30%;
}

.product-models .model-item.odd
{
    background-color: #EEECED;
}

#oem .cms_content
{
    text-align: left;
}

#oem h2
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#oem h3
{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.desktop ul.product_list.grid > li .product-container.product-pro {
    height: 570px !important;
    border-radius: 7px;
}
