﻿body, html, form {
    margin: 0;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
}

img {
    border: none 0px
}


h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 6px 0;
}

h2 {
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 6px 0;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 6px 0;
}

p {
    margin: 0;
    padding: 6px 0;
}

input[type=submit] {
    padding: 4px;
    cursor: pointer;
}

input[type=text], textarea, select {
    padding:4px;
    font-family: Arial;
}

textarea{
    height:65px;
    font-family: Arial;
    font-size:13px;
    width: 100%;
}


#lblQuoteAmount {
    color: red;
    background: #fff;
    display: block;
}


.Header {
    background-color: #013567;
    height: 104px;
}

    .Header > div {
        width: 900px;
        margin: 0 auto;
    }
    .Header > div > .logo{
       padding-top: 15px;
    }

    .Header .Contact {
        float: right;
        padding-top: 30px;
    }    

    .Header .Contact >span {
        font-size: 14px;
        color: white;
        float: left;
        text-align: right;
        margin-right: 20px;
    }
    
    .Header .Contact >span >strong {
        display: block;
        font-size: 20px;
        color: #FFFFFF;
        font-weight: normal;
    }
    .Header .Contact >span a {
        color: #FFFFFF;
        text-decoration: none;
    }

.Nav {
    background-color: #7d8da6;
    height: 165px;
}

    .Nav > div {
        width: 900px;
        margin: 0 auto;
        padding-top: 25px;
    }
    
    .Nav > div > a {
        width: 11%;
        display: block;
        text-decoration: none;
        text-align: center;
        float: left;
        font-size: 15px;
        color: #ffffff;
    }

.MainContent {
    width: 900px;
    margin: 0 auto;
    padding: 10px 0px;
}

.MainPrint {
    width: 910px;
    padding: 40px 0px;
    overflow: auto;
}

.MainContent a {
        color: #FFFFFF;
        background-color: #013567;
}

.SideMenu {
    float: right;
    width: 253px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.SideMenu A {
    margin-bottom: 10px;
    display: block;
        background-color: white;
}

.Footer {
    background-color: #013567;
    padding: 20px 0;
}

    .Footer > div {
        width: 900px;
        margin: 0 auto;
        font-size: 11px;
        color: white;
    }

    .Footer A {
        color: #7d8da6;
        text-decoration: none;
    }

.CarsSale >div {
    width: 30%;
    margin-right: 3%;
    float: left;
    height: 400px;
        margin-bottom: 20px;
}

.Images > a {
    height: 0;
    width: 0;
    display: block
}
.Images > a > img {
    height: 0;
    width: 0;
}
.Images > a:nth-child(1) {
    height:194px;
    width: 260px;
}
.Images > a:nth-child(1) img {
    height:194px;
    width: 260px;
}

.ImagesDetail {
    text-align: center;
}
.ImagesDetail > a > img {
    height: 90px;
    width: 120px;
    padding: 0 10px 10px 10px;
}


.CarsCMS table {
    width: 600px !important;
    margin: auto !important;
}

.btnReturn
            {
            border-style: none;
            border-color: inherit;
            border-width: 0px;
            min-width: 100px;
            padding: 10px;
            color: #142c71;
            background-color: white;
            border: solid 2px #142c71;
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            cursor: pointer;
            float: right;
            }


.showLocation {
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 4px 6px;
 background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  color: #ffffff;
  font-size: 14px !important;
  text-decoration: none;

      cursor: pointer;
}


    .showLocation .fa {
        font-size: 16px !important;
        padding-right: 5px;
    }

.showLocation:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.findLocation
{
    text-transform: uppercase;
}

.vrm-entrybox {
    width: 100%;
    padding: 10px !important;
    height: 40px;
    font-family: 'Anton' !important;
    font-size: 30px;
    color: #000;
    text-align: center;
    line-height: 44px;
    background-color: #f2cf53;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    text-transform: uppercase;
}