div.hint {
    color: #338833;
    font-size: 11px;
    margin-bottom: 15px;
    margin-left: 15px;
}

tr.odd>td {
    background: inherit;
}

td input[type="text"] {
    margin: 0px; }
#shiptobilling label {
    display: inline;
    float: none;
}

div.margin-top {
    margin-top: 10px;
}
div.pad {
    padding: 10px 0px;
}

#user-nav {
    min-width: inherit;
}

.notice {
    margin: 0px 0px 10px 0px;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.notice a {
    font-weight: 700;
}

#chart {
    min-width: 240px;
}
  #chart .items, #chart .sum {
      line-height: 10px;
  }

#print-footer {
    display: none;
}

[class*="block-grid-"] select {
    width: 100%;
}
[class*="block-grid-"] li {
    padding: 0 5px 0 0;
}

.quantity { white-space: nowrap; }
.quantity input[type="button"] { height: 26px; }

.toggle_container .block { padding: 0px; }
.toggle_container .block p { padding-left: 30px; }

table.checkout_totals {
    border-width: 0px;
}
table.checkout_totals th, table.checkout_totals td {
    background: inherit;
    border-width: 1px 0px;
    font-size: 12px;
    text-align: right;
}

table.items tfoot tr td {
    padding: 5px !important;
}
table td.hidden * {
    display: none;
}

.overview a.button { display: inline-block; padding: 4px 7px; }

div#modal-form { border-radius: 10px; display: none; padding: 15px; width: 460px; }

.overview a, .campaign a, #tires a { word-break: break-all; }
.overview .title a:visited{ color: inherit; }
.campaign img.thumb, #tires img.thumb {
    float: left;
    width: 50px;
    margin: 4px 0 0 0;
    padding: 0px 4px 4px 0px;
}
.campaign .title a, #tires a {
    display: table-cell;
    padding: 4px 7px;
}

#tires {
    border-style: solid;
    border-width: 1px 0 1px;
    margin: 0 0 20px 25px;
    padding: 15px 0 0;
}
#tires div { margin: 0 auto; }
#tires div.thumb { float: left; width: 80px; }
#tires div.thumb img { width: 75px; }
#tires a p { font-size: 12px; line-height: 13px; margin: 0; }
#tires a span.price { font-weight: bold; }

.noborder { border: 0px; }
.nopadding { padding: 0px; }
.nomargin { margin: 0px; }
.show { display: block; }
.hide { display: none; }
.alignleft * { text-align: left !important; }
a.button.fix { display: inline-block; line-height: 100% !important; margin: 10px; }
label.fix { display: inline; float: none; margin: 4px; }

div.aligncenter { margin-left: auto; margin-right: auto; }
.inputnomargin input { margin: 0px; }

.filter-form strong { font-weight: bold; }
.filter-form li {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

#brands, #tires { margin: 0px 0px 20px 25px; width: 940px; }
#brands { text-align: center; }
  #brands a { display: inline-block; margin: 0px 0px 0px 10px; }
  #brands a:first-child { margin: 0px; }

#backend #outerheader { height: auto; }

.lbl-terms {
    display: inline;
    float: none;
    margin: 0px 20px 0px 5px;
}

table.payment-option {
    border: 0px;
}
table.payment-option td {
    border: 0px !important;
    vertical-align: middle;
}
table.payment-option td {
    text-align: left;
    padding-left: 0px;
}
table.payment-option td.icons {
    text-align: left;
}
table.payment-option td label {
    display: inline;
    float: none;
    margin-left: 5px;
}

div.select-box {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 5px;

    overflow-x: hidden;
    height: 250px;
}
div.select-box option {
    display: inline !important;
}
div.select-box label {
    display: inline !important;
    width: auto;
    float: inherit;
}

div.switch {
    width: 60px;
}

@media only screen and (min-width: 959px) {

    #user-nav {
        min-width: 500px;
    }

    #brands, #tires {
        width: 940px;
    }

    #backend #bodychild {
        width: 100% !important;
    }
    #backend #bodychild .container {
        width: auto !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0px 15px 0px 0px;
    }
    #backend #bodychild .container .twelve.columns {
        width: 100% !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #brands, #tires {
        margin: 0px auto; width: 748px;
    }
}

@media only screen and (max-width: 767px) {
    #brands, #tires {
        margin: 0px auto; width: 420px;
    }

    #backend .button-column {
        line-height: 100%;
    }
    #backend .button-column a.button {
        display: block;
        padding: 5px;
        margin: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 479px) {
    table td {
        padding: 5px !important;
        word-break: break-all;
    }
    .button {
        font-size: 10px !important;
    }
    div.overview .button {
        overflow: hidden;
        max-width: 70px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    #brands, #tires {
        margin: 0px auto;
        width: 292px;
    }
      #brands a {
          margin: 0px 0px 0px 2px;
      }
        #brands a img {
            height: 30px;
        }

    #backend .button-column {
        line-height: 100%;
    }
    #backend .button-column a.button {
        display: block;
        padding: 5px;
        margin: 0px 0px 0px 0px;
    }
}