@charset "utf-8";
/* CSS Document */


/* screenwidth less than 1580px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1580px) {

#imported_car ol#carlist li{
  /*  min-height:400px;*/
}
}

/* screenwidth less than 1450px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1450px) {

#imported_car ol#carlist{
    width: 90%
}
}


/* screenwidth less than 1350px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1350px) {

#imported_car ol#carlist li{
    min-height:380px;
}
}

/* screenwidth less than 1200px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

#imported_car ol#carlist li{
   /* min-height:350px;*/
}
}



/* screenwidth less than 980px
--------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {

#imported_car ol#carlist li{
    width: 45%;
  /*  min-height:400px;*/
}
}

/* screenwidth less than 580px
--------------------------------------------------------------------- */
@media only screen and (max-width: 580px) {

#imported_car ol#carlist li{
    width: 85%;
    margin:0 auto 25px auto;
    display:block;
    float:none;
    min-height:auto;
}
}