
/* MEDIA QUERIES AT THE BOTTOM */

.battery-finder {
    position: relative;
}

/* Panels: global */
.battery-finder .panels {
    position: relative;
    border: 1px solid #9b121f;
}
.battery-finder .panel {
    background: #f42235;
    background: -moz-linear-gradient(top,  #f42235 0%, #79111a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f42235), color-stop(100%,#79111a));
    background: -webkit-linear-gradient(top,  #f42235 0%,#79111a 100%);
    background: -o-linear-gradient(top,  #f42235 0%,#79111a 100%);
    background: -ms-linear-gradient(top,  #f42235 0%,#79111a 100%);
    background: linear-gradient(to bottom,  #f42235 0%,#79111a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f42235', endColorstr='#79111a',GradientType=0 );
    overflow: hidden;
    transition: height 500ms ease-out;
    padding: 20px 20px 10px 20px;
    width: 100%;
    display: none;
    min-height: 250px;
}

/* Headers */
.battery-finder h2 {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.39);
    font-size: 44px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.battery-finder h2 strong {
    color: inherit;
}
.battery-finder h3 {
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.39);
    margin-bottom: 25px;
}
.battery-finder .notes h3 {
    margin-bottom: 10px;
    text-align: left;
}
.battery-finder .column-left h2,
.battery-finder .column-right h2 {
    font-size: 22px;
    margin-bottom: 0.2em;
    margin-top: 30px;
}

/* Columns */
.battery-finder .panel-columns {
    padding-left: 0;
    padding-right: 0;
    /* padding-top: 20px; */
}
.battery-finder .column {
    float: left;
    width: 100%;
    padding: 20px 20px 0;
}
.battery-finder .column-left {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.battery-finder .column-right {
    border-left: 1px solid rgba(237, 27, 46, 0.2);;
}

/* Help text */
.battery-finder .help-text {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

/* Descriptions */
.description {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.39);
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
}

/* Registration fields + lookup */
.battery-finder .fields-container {
    border: 1px solid #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    height: 60px;
    margin: 0 auto;
    max-width: 448px;
}
.battery-finder .fields-container:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-align: center;
    padding-top: 18px;
}
.battery-finder .fields-vin:before {
    background-color: #ddd;
    content: 'VIN';
    width: 32px;
}
.battery-finder .fields-vin,
.battery-finder .fields-typemine {
    background-color: #fff;
}
.battery-finder .input-field:focus {
    outline: 0;
}
.battery-finder .input-field {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    color: #000;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Arial', 'sans-serif';
    background: none;
}
.battery-finder .vin-field,
.battery-finder .typemine-field {
    font-size: 20px;
    font-weight: 700;
}
.battery-finder .bf-btn-lookup {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    background-color: #2f2f2f;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
    background-image: linear-gradient(to top, rgba(0,0,0,.07), rgba(255,255,255,.07));
    color: #fff;
    font-size: 18px;
    padding-left: 24px;
    font: 0/0 a;
}
.battery-finder .search-icon {
    background: url(http://www.yuasa.de/skin/frontend/yuasa/default/images/batteryfinder/search.png) top center no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
    width: 100%;
}

/* Registration fields */
.battery-finder .fields-gb:before,
.battery-finder .fields-fr:before{
    background-image: url(http://www.yuasa.de/skin/frontend/yuasa/default/images/batteryfinder/euro-stars.png);
    background-position: center 5px;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #2766a5;
    padding-top: 30px;
    width: 26px;
}
.battery-finder .input-field-container {
    position: absolute;
    left: 46px;
    right: 81px;
    top: 0;
    bottom: 0;
}

/* Registration fields: UK */
.battery-finder .fields-gb:before {
    content: 'GB';
}
.battery-finder .fields-gb {
    background-color: #f7c200;
}

.battery-finder .registration-vrm {
    background: url(http://www.yuasa.de/skin/frontend/yuasa/default/images/batteryfinder/vrm-type-icons.png) center no-repeat;
}

/* Registration fields: Germany */
.battery-finder .fields-de {
    position: relative;
    background: #f2f2e1 url(http://www.yuasa.de/skin/frontend/yuasa/default/images/batteryfinder/german-kba.png) 0 0 no-repeat;
}
.battery-finder .fields-de:before {
    background: #f2f2e1 url(http://www.yuasa.de/skin/frontend/yuasa/default/images/batteryfinder/german-kba.png) 0 -116px no-repeat;
    content: '';
    position: absolute;
    left: calc(50% - 20.5px);
    top: 0;
    bottom: 0;
    width: 41px;
}
.battery-finder .fields-de:after {
    background: url(http://www.yuasa.de/skin/frontend/yuasa/default/images/batteryfinder/german-kba.png) right -58px no-repeat;
    content: '';
    position: absolute;
    left: auto;
    right: 60px;
    top: 0;
    bottom: 0;
    width: 6px;
}
.battery-finder .panel-home .fields-de .registration-field {
    left: 0;
}
.battery-finder .registration-kba1 .input-field,
.battery-finder .registration-kba2 .input-field {
    left: 0;
    color: #4c6e58;
    line-height: 45px;
    font-size: 26px;
}
.battery-finder .registration-kba1 {
    position: absolute;
    left: 60px;
    width: calc(50% - 86px);
    top: 7px;
    bottom: 5px;
    text-align: center;
    padding: 0;
}
.battery-finder .registration-kba1:before,
.battery-finder .registration-kba1:after,
.battery-finder .registration-kba2:before,
.battery-finder .registration-kba2:after {
    color: #4c6e58;
    line-height: 45px;
    font-weight: 700;
}
.battery-finder .registration-kba1:before {
    content: '2.1';
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
}
.battery-finder .registration-kba2 {
    position: absolute;
    right: 72px;
    left: auto;
    width: calc(50% - 98px);
    top: 7px;
    bottom: 5px;
    text-align: center;
}
.battery-finder .registration-kba2:after {
    content: '2.2';
    position: absolute;
    left: -36px;
    top: 0;
    bottom: 0;
}
.battery-finder .registration-field {
    font-weight: 700;
    font-size: 40px;
}
.battery-finder .vin-field,
.battery-finder .typemine-field {
    left: 32px;
    right: 0;
}

/* Registration fields: France */
.battery-finder .fields-fr {
    background-color: #fff;
}
.battery-finder .fields-fr:before {
    content: 'F';
}

/* Other lookups */
.battery-finder .other-methods {
    margin-top: 45px;
    text-align: center;
}

/* Other types */
.battery-finder .other-types {
    margin-top: 30px;
    text-align: center;
}

/* Buttons */
.battery-finder .bf-btn-dark {
    width: 48%;
    margin-bottom: 7px;
    height: 38px;
    line-height: 34px;
    display: inline-block;
    position: relative;
    padding-left: 70px;
    text-align: left;
    background-color: #2f2f2f;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
    background-image: linear-gradient(to top, rgba(0,0,0,.07), rgba(255,255,255,.07));
    color: #fff;
    text-align: center;
    padding: 0;
    border: 1px solid #fbe8ea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}
.battery-finder .bf-btn-block {
    display: block;
    width: 100%;
}
.battery-finder .bf-btn-hidden {
    display: none;
}
.battery-finder .other-types .bf-btn-dark {
    padding: 0 10px 0 50px;
    text-align: left;
    margin-bottom: 15px;
}
.battery-finder .bf-btn:hover {
    opacity: 0.8;
    text-decoration: none;
}
.battery-finder .bf-btn-dark .lines {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}
.battery-finder .bf-btn-dark .subtitle {
    display: block;
    font-size: 10px;
    color: #a8a1a1;
}
.battery-finder .bf-btn-back {
    position: absolute;
    right: 30px;
    top: 15px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 28px;
    height: 30px;
}
.battery-finder .bf-btn-search {
    width: 90px;
    height: 40px;
    line-height: 42px;
}
.battery-finder .bf-btn-inline {
    display: inline-block;
    width: auto;
    position: inherit;
    line-height: inherit;
    height: inherit;
    padding: 4px 10px;
}
.battery-finder form {
    overflow: hidden;
}

/* Icons */
@font-face {
    font-family: 'category-icons';
    src: url('http://www.yuasa.de/skin/frontend/yuasa/default/fonts/category-icons.eot?76108263');
    src: url('http://www.yuasa.de/skin/frontend/yuasa/default/fonts/category-icons.eot?76108263#iefix') format('embedded-opentype'),
    url('http://www.yuasa.de/skin/frontend/yuasa/default/fonts/category-icons.woff?76108263') format('woff'),
    url('http://www.yuasa.de/skin/frontend/yuasa/default/fonts/category-icons.ttf?76108263') format('truetype'),
    url('http://www.yuasa.de/skin/frontend/yuasa/default/fonts/category-icons.svg?76108263#category-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="bf-icon-"]:before, [class*=" bf-icon-"]:before {
    font-family: "category-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.bf-icon-motorcycle:before { content: '\e800'; } /* '' */
.bf-icon-car:before { content: '\e801'; } /* '' */
.bf-icon-snowmobile:before { content: '\e802'; } /* '' */
.bf-icon-atv:before { content: '\e803'; } /* '' */
.bf-icon-agriculture:before { content: '\e804'; } /* '' */
.bf-icon-jetski:before { content: '\e805'; } /* '' */
.bf-icon-utv:before { content: '\e806'; } /* '' */
.bf-icon-commercial:before { content: '\e807'; } /* '' */
.bf-icon-mobility:before { content: '\e808'; } /* '' */
.bf-icon-garden:before { content: '\e809'; } /* '' */

.battery-finder .bf-btn .bf-icon {
    margin: 0;
}
.battery-finder .bf-btn .bf-icon:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    display: block;
    line-height: 34px;
    background-color: #141414;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
}

/* Badge: coming soon */
.battery-finder .coming-soon {
    background-color: #c8c3c3;
    color: #595757;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;

}
.battery-finder .bf-btn.coming-soon .bf-icon:before {
    background-color: #b3adad;
    color: #595757;
}
.battery-finder .bf-btn.coming-soon .badge {
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    display: block;
    background-color: #fbe8ea;
    color: rgba(221, 16, 35, 0.7);
    padding: 0px 10px 0 10px;
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    right: -2px;
    top: -13px;
    height: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

/* Panel: two columns */
@media only screen and (min-width: 771px) {
    .battery-finder .column {
        float: left;
        width: 50%;
        min-height: 170px;
    }

    .battery-finder .panel-lookup-type .column {
        min-height: 325px;
    }
}
@media only screen and (max-width: 770px) {
    .battery-finder .column {
        padding-top: 0;
    }
}

/* Panel: home */
.battery-finder .panel-home .bf-btn-block,
.battery-finder .panel-home .registration-block {
    margin-bottom: 15px;
}
.battery-finder .panel-home .bf-btn-block {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.battery-finder .panel-home .bf-icon:before {
    width: 56px;
    height: 56px;
    background-size: 80%;
}

/* Panel: lookup type */
.battery-finder .panel-lookup-type {
    padding-bottom: 20px !important;
}
@media only screen and (min-width: 556px) {
    .battery-finder .lookup-type .panel {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 556px) {
    .battery-finder .lookup-type-panel .column {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media only screen and (max-width: 770px) {
    .battery-finder .lookup-type-panel .column {
        border: none;
    }
}
@media only screen and (min-width: 771px) {
    .battery-finder .lookup-type-panel .column {
        min-height: 365px;
    }

    .battery-finder .lookup-type-panel .other-types,
    .battery-finder .lookup-type-panel .other-methods {
        text-align: left;
    }
}
.battery-finder .panel-lookup-type .other-types .odd {
    float: left;
    clear: left;
}
.battery-finder .panel-lookup-type .other-types .even {
    margin-right: 0;
    float: right;
}
.battery-finder .panel-lookup-type .bf-btn-vrm,
.battery-finder .panel-lookup-type .bf-btn-vin,
.battery-finder .panel-lookup-type .bf-btn-typemine {
    margin-right: 0;
}
.battery-finder .industrial-browse .bf-btn-red {
    width: 100%;
    height: 38px;
    line-height: 34px;
    display: inline-block;
    position: relative;
    padding-left: 70px;
    text-align: left;
    background-color: #b9192f;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
    background-image: linear-gradient(to top, rgba(0,0,0,.07), rgba(255,255,255,.07));
    color: #fff;
    text-align: center;
    padding: 0 0 0 34px;
    border: 1px solid #fbe8ea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
}
.battery-finder .bf-icon-battery-terminal:before {
    position: absolute;
    content: '';
    top:0 ;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://www.yuasa.de/skin/frontend/yuasa/default/images/battery-terminal.png) center no-repeat;
}

/* Panel: inputs, shared between manual input and cross reference */
.battery-finder .panel-input .criteria-search {
    text-align: center;
    margin-bottom: 20px;
}
.battery-finder .panel-input .criteria-search-input {
    border: 1px solid rgb(77, 77, 77);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    height: 42px;
    width: 400px;
    padding: 0 10px;
}

/* Panel: manual lookup selection */
.battery-finder .panel-manual-lookup-selection {
}
.battery-finder .panel-manual-lookup-selection .other-types {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
}
.battery-finder .panel-manual-lookup-selection .bf-btn-dark {
    width: 300px;
}

/* Panel: registration */
.battery-finder .panel-registration {
    padding-bottom: 30px;
}

/* Panel: manual lookup */
.battery-finder .panel-manual-lookup .criteria-container {
    margin: 45px auto 0 auto;
    padding: 0 10px;
    padding-bottom: 20px;
}
.battery-finder .panel-manual-lookup .selected-criteria {
    width: 820px;
    margin: 0 auto;
}
.battery-finder .panel-manual-lookup .bf-btn-dark {
    width: 100%;
    margin-right: 0;
}


@media only screen and (min-width: 556px) and (max-width: 770px) {
    .battery-finder .panel-manual-lookup .bf-btn-dark {
        width: 48%;
        margin-right: 2%;
    }
    .battery-finder .panel-manual-lookup .criteria-container .bf-btn-dark:nth-child(2n+0) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 771px) {
    .battery-finder .panel-manual-lookup .bf-btn-dark {
        width: 23%;
        margin-right: 2%;
    }
    .battery-finder .panel-manual-lookup .criteria-container .bf-btn-dark:nth-child(4n+0) {
        margin-right: 0;
    }
}

.battery-finder .panel-manual-lookup .bf-criteria-tag {
    position: relative;
    background-color: #363636;
    display: inline-block;
    color: #fff;
    padding: 5px 10px 5px 25px;
    margin-right: 25px;
    height: 30px;
}
.battery-finder .panel-manual-lookup .bf-criteria-tag:before {
    color: #fff;
    content: '\2716';
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    font-weight: 700;
    line-height: 30px;
    font-size: 16px;
}
.battery-finder .panel-manual-lookup .bf-criteria-tag:after {
    position: absolute;
    display: block;
    content: '';
    right: -30px;
    top: 0;
    bottom: 0;
    border: 15px solid #363636;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.battery-finder .panel-manual-lookup .contained {
    height: 36px;
    overflow: hidden;
    display: block;
}

/* Panel: cross reference */
.battery-finder .table-results-container {
    background-color: #2F2F2F;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    padding: 5px;
}
.battery-finder .table-results {
    background-color: #2F2F2F;
    color: #fff;
    padding: 6px;
    margin-bottom: 30px;
    width: 100%;
}
.battery-finder .table-results .part-number {
    /*width: auto;*/
}
.battery-finder .table-results .manufacturer {
    /*width: auto;*/
}
.battery-finder .table-results .required-parts {
    /*width: auto;*/
}
.battery-finder .table-results .sku {
    /*width: auto;*/
}
.battery-finder .table-results th {
    border-bottom: 1px solid #fff;
}
.battery-finder .table-results th,
.battery-finder .table-results td {
    background-color: #2F2F2F;
    color: #fff;
    padding: 10px 5px;
}

@media only screen and (max-width: 480px) {
    .battery-finder .table-results-container {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) and (min-width: 481px) {
    .battery-finder .table-results-container {
        margin-left: 10px;
        margin-right: 10px;
        overflow: auto;
    }
}
@media only screen and (max-width: 600px) {
    .battery-finder .table-results th,
    .battery-finder .table-results td {
        font-size: 12px;
    }

    .battery-finder .panel-cross-reference .criteria-search-input {
        width: 300px;
    }
}

@media only screen and (max-width: 850px) {
    .battery-finder .panel-cross-reference h2 {
        width: 400px;
        margin: 0 auto;
    }
}

/* Panel: product details */
.battery-finder .panel-product-selector .product {
    border: 3px solid #cacaca;
    background: #ebebeb url(http://www.yuasa.de/skin/frontend/yuasa/default/images/batteryfinder/product-shadow.png) 0px 245px no-repeat;
    width: 278px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    cursor: pointer;
}
.battery-finder .panel-product-selector .product:nth-child(3n+0) {
    margin-right: 0;
}
.battery-finder .panel-product-selector .product-image {
    background-color: #fff;
    height: 245px;
    line-height: 245px;
    text-align: center;
    overflow: hidden;
}
.battery-finder .panel-product-selector .product-image img {
    display: inline;
    vertical-align: middle;
    width: 90%;
}
.battery-finder .panel-product-selector h4 {
    font-weight: 800;
    color: #000;
    margin: 0;
}
.battery-finder .panel-product-selector .details {
    padding: 25px;
}
.battery-finder .panel-product-selector .features {
    overflow: hidden;
    margin-bottom: 10px;
}
.battery-finder .panel-product-selector .details dt,
.battery-finder .panel-product-selector .details dd {

    font-size: 12px;
}
.battery-finder .panel-product-selector .details dt {
    clear: both;
    padding-right: 5px;
    font-weight: 700;
}
.battery-finder .panel-product-selector .price {
    color: #e22437;
    font-weight: 700;
    font-size: 12px;
}
.battery-finder .panel-product-selector .price-primary {
    font-size: 18px;
}
.battery-finder .notes {
    overflow: hidden;
    background-color: #111;
    padding: 10px 0px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #e4e4e4; */
    padding-bottom: 5px;
}
.vehicle-details .notes {
    padding: 40px 50px 36px 50px;
    margin-bottom: 35px;
}

.group .btn {
    background: #fff;
    color: #222;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.battery-finder .notes dt,
.battery-finder .notes dd {
    float: left;
    width: 37%;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
}

.battery-finder .vehicle-details .notes dt,
.battery-finder .vehicle-details .notes dd {
    float: left;
    width: 18%;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
}
.battery-finder .vehicle-details .notes dd.important {
    font-weight: 700;
    color: rgb(240, 66, 82);
    font-size: 18px;
}

.battery-finder .notes dd {
    width: 60%;
    color: #ccc;
}
.battery-finder .vehicle-details .notes dd {
    width: 32%;
    color: #ccc;
    padding-right: 4%;
}

.battery-finder .notes dt {
    font-weight: 700;
}
.battery-finder .group {
    background-color: #111;
    padding: 20px 40px 35px 40px;
    margin-bottom: 25px;
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

/* Ajax loader */
.battery-finder .loader {
    background: #3A3A3A url(http://www.yuasa.de/skin/frontend/yuasa/default/images/batteryfinder/ajax-loader.gif) 10px center no-repeat;
    width: 200px;
    color: #fff;
    height: 50px;
    line-height: 46px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -100px;
    z-index: 999;
    padding-left: 36px;
    border: 2px solid #FFF;
    border-radius: 4px;
    display: none;
}

/* Media Queries */
@media only screen and (max-width: 500px) {
    .battery-finder .cross-reference {
        text-align: left;
        padding: 0 10px;
    }
    .battery-finder .cross-reference a {
        position: absolute;
        top: 6px;
        right: 10px;
    }
    .battery-finder .cross-reference span {
        display: block;
        position: absolute;
        left: 10px;
        top: 8px;
        right: 140px;
        font-size: 10px;
        line-height: 1.2em;
        display: inline-block;
        padding-top: 3px;
    }
}
@media only screen and (max-width: 370px) {
    .battery-finder .cross-reference span {
        top: 2px;
        right: 140px;
        padding-top: 3px;
    }
}

/* Multisite site specific changes */
.battery-finder-it .fields-vin:before,
.battery-finder-it .fields-typemine:before {
    display: none;
}
.battery-finder-it .vin-field,
.battery-finder-it .vin-typemine {
    width: 291px;
    left: 0;
}


