#tab-container,
#map_canvas,
.etabs {
    width: 100%
}

.etabs {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
}

.tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 0;
    background: #eceeed;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.tab a {
    line-height: 2em;
    display: block;
    padding: 0 10px;
    outline: none;
    text-decoration: none;
}

.tab a:hover {}

.tab.active {
    background: #5a5a5a;
    padding-top: 6px;
    position: relative;
    top: 1px;
}

.tab a.active {
    color: #fff;
}

.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.panel-container {
    margin-bottom: 10px;
}

#map-location {
    padding-top: 10px
}

#contact-info {}

#reminder-form fieldset {
    margin-bottom: 0;
}

#reminder-form .captcha-img {
    font-size: smaller
}

#reminder-form .actions_inner {
    margin: 0;
    text-align: center;
}

#garage-name {
    line-height: 1.25em;
}

#garage-name .icon {
    color: #7c7c7c;
}

/* services icons */

.service-list li {
    float: left;
    font-size: xx-small;
    height: 100px;
    overflow: hidden;
    border: solid 1px #ddd;
    margin-right: 0.125em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.service-list img {
    cursor: help;
    width: 64px;
    height: 64px;
    overflow: hidden;
}

.service-list .service-title {
    text-align: center;
    width: 64px;
    line-height: 1.1em;
}

.contact-form-toggle {
    display: none;
    padding: 2em;
    background: #eceeed;
    border: solid 1px #ddd;
}

.contact-form-toggle form .field input[type='text'],
.contact-form-toggle form .field textarea {
    width: 90%;
}

#rlf-consent div.error {
    color: #FF3000;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 1em;
    line-height: 1.125em;
    display: block;
    clear: both;
}

.contact-form-toggle .stockist-interests {
    margin-bottom: 0.5em;
}

.contact-form-toggle .stockist-interests span.label,
.contact-form-toggle .stockist-interests span.field,
.contact-form-toggle .stockist-interests span.multi_field {
    display: block;
}

.contact-form-toggle .stockist-interests span.label {
    margin-bottom: 0.25em;
}

.contact-form-toggle .stockist-interests span.multi_field {
    min-height: 1em;
    max-height: 1.75em;
}

.contact-form-toggle .stockist-interests span.multi_field label {
    font-weight: normal;
}

.contact-form-toggle .stockist-interests span.multi_field input[type="radio"] {
    float: left;
}

h4 .star-rating {
    display: inline-block;
    width: 116px;
    margin: 0 0 0 0.5em;
    padding: 0;
}

h4 .star-rating img {
    vertical-align: middle;
}

table.ratings {
    width: 33%;
}

/* jpajinate / feedback view / modal */

a.close-reveal-modal {
    text-decoration: none;
}

#feedback-page,
#feedback-modal {
    background: #fff;
}

#feedback-container .page_navigation {
    margin: 1em 0 1em 0;
}

#feedback-container .info_text {
    border-bottom: solid 1px #a1a1a1;
    margin: 0 0 1em 0;
    font-size: 90%
}

#feedback-container .page_navigation a {
    text-decoration: none;
    margin: 0 0.25em;
    padding: 0.125em 0.25em;
    color: #fff;
    background: #ff6600;
    font-size: 90%;
}

#feedback-container .page_navigation a:hover,
.page_navigation a.active_page {
    background-color: #ff7f00;
}

#feedback-container strong span,
#feedback-container caption {
    font-weight: bold;
    color: #ff6600
}

#feedback-container td {
    padding: 0.125em 0.5em
}

#feedback-container th,
#feedback-container caption {
    text-align: left;
    color: #ff6600
}

#all-feedback blockquote {
    border: 0;
    background: #eceeed url("../images/blockquotes-bg.png") top right no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1em 3.5em 1em 2em;
    margin-top: 0.5em;
}

/* slider - must fix height so varied img heights doesn't concertina content below element' */

#slider-container {
    height: 415px;
}

aside figure.advert figcaption {
    padding: 1em 0.5em;
    background-color: #eceeed;
}

aside figure.advert figcaption strong {
    color: #FF3000;
}