﻿@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 599px) {
    .listing a, #smalltable a, .linecontent a {
        background: url(/../../img/right.png) no-repeat 97% 50% #EEEEEE;
        padding: 7px 30px 7px 10px;
        color: #143351;
        text-decoration: None;
        display: block;
        border: 1px solid #3f2583;
        border-radius: 3px;
    }

    .ExpMin {
        background: url(/../../img/expmin.png) no-repeat top left #AAAAAA;
        width: 18px;
        height: 18px;
        border-radius: 9px 9px 9px 9px;
    }

    .ExpOpen {
        background: url(/../../img/expmin.png) no-repeat top right #AAAAAA;
    }


    .tohide, .flexslider, .homeimage {
        display: none;
    }
}
