.nav .sub-body ul li
{
    font-size: 0px;
}

    .nav .sub-body ul li a
    {
        border-bottom: 1px solid #ccc;
        padding: 0 0 2px;
        margin: 0 0 5px;
    }

.nav .sub-body ul ul li a
{
    border-bottom: none;
    margin: 0;
    padding: 0;
}



.rows .name a
{
    /*font-size: 80%;*/
    line-height: 100%;
    font-weight: bold;
}

.row .info
{
    width: 80%;
}

    .row .info > div > p
    {
        line-height: 20px;
        float: left;
        font-size: 10px;
        margin: 0;
    }

/*.row .details
{
    width: 22%;
}*/



.grid .struct .name
{
    height: 60px;
}

.grid .struct .frame > p
{
    line-height: 100%;
    margin: 0 0 5px;
    font-size: 10px;
    /*color: #aaa;*/
    display: block;
    height: 10px;
}


.product-info .right h3
{
    font-size: 14px;
    font-weight: bold;
}

.product-info .right .prod-detail-fields
{
    border-left: 1px solid #ccc;
    padding: 0 0 0 15px;
}

.prod-detail-fields h5
{
    font-size: 11px;
}

    .prod-detail-fields h5 a
    {
        font-size: 11px !important;
    }

.tabs a
{
    background: #efefef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: none;
}

#content-right + #content-center
{
    border-right: 1px solid #ccc;
}

#tab-related
{
    padding-left: 10px;
}


IE 8 + Only Styles .product-filter .combo-button
{
    float: right;
}

#content-left .grid .struct .name
{
    max-height: inherit;
    height: auto;
}

@media only screen and (max-width: 1020px)
{
    .productlistgrid
    {
        padding-left: 5px;
    }
}

@media only screen and (min-width: 1021px)
{
    .productlistgrid
    {
        padding-left: 9px;
    }
}
