* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
   
}

#specifier {
    position: absolute;
    width: 560px;
    top: 130px;
    left:40px;
    padding: 62px 62px 32px 62px;
    background-color: #404040;
    border-radius: 8px;
}

#specifier h3 span {
    font-weight: normal;
    font-size: 0.8rem;
}

#specifier label, #specifier h3 {
    color:white;
    display: inline-block;
    margin-right: 5px; 
}

#specifier input[type="button"] {
    background-color: #4f85bb;
    border-radius: 5px;
    padding: 6px 9px;
    color: white;
    border-style: none;
    cursor: pointer;
}

#specifier input[type="button"]#sCancel {
    background-color: black;
}

#specifier input[type="button"]:hover, #specifier input[type="button"]#sCancel:hover {
   background-color: #3e74aa; 
}

#dataProtection {
    font-size: 13px;
}

#dataProtection h1 {
    font-size: 14px;
}

#dataProtection h2 {
    text-decoration: underline;
    font-weight: normal;
    font-size: 13px;
}

#pld_screen {
    position: absolute;
    width: 91%;
    height: 340px;
    background: black;
    top: 55px;
    border-radius: 5px;
    opacity: 0.5;
    z-index: 10000;
    left: 23px;
    text-align: center;
    display:none;
}

#divUserDetails {
    font-size: 85%;
}

#divUserDetails label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
}

#divUserDetails textarea, #divUserDetails input[type="text"], #divUserDetails select, #specifier input[type="text"]  {
    width:  100%;
    padding: 3px;
    border-style: none;
    background: #EEE;
    font-size: 92%;
    border-radius: 5px;
    margin-bottom: 5px;
}

#divUserDetails textarea:focus, #divUserDetails input[type="text"]:focus, #divUserDetails select:focus, #specifier input[type="text"]:focus {
    background: #4f85bb;
    color: white;
}

.homeProdBox {
    margin: 8px 8px 0 0;
    display: inline-block;
    
}
.homeTermBox.fselect  {
   border-color:green; 
}

.homeTermBox:hover {
   background: #2d6399;
}

.homeProdBox p {
    background: #3D3D3D;
    color:white;
    padding: 5px;
    border-radius: 5px;
    
}

.homeProdBox p span {
    display: inline-block;
    padding: 2px 4px;
    border: 2px solid white;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
    font-weight: bolder;
}

.homeTermBox {
    border: 5px solid #4f85bb;
    background: #4f85bb;
    color:white;
    padding: 5px;
    text-align: center;
    width: 120px;
    border-radius:5px;
    cursor: pointer;
    margin-right:  8px;
}

.homeTermBox div {
    font-size: 90%;
    padding: 5px;
}

.stepButton.notActive {
    pointer-events:none;
    cursor:default;
    background-color: #aaa;
}


.shopTotal {
    font-weight: bold;
}

.bs-bg-content p.tyreSelectionHeader {
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    margin-bottom: 8px;
    background: #EDEDED;
    border-radius: 5px;
}

#divSearchResults,#divShopCart {
    height: 160px;
    margin-top: 3px;
    overflow: auto;
}

.tyreRow, .shopRow {
    background-image: URL('bs_bg_content.png');
    color:white;
    border-radius: 5px;
    margin-bottom: 1px;
    font-size: 12px;
    
}

.shopRow {
    display: block;
    background: #4f85bb;
}

.tyreRow table, .shopRow table {
    width: 100%;
}

.tyreRow img, .shopRow img {
    width: 30px;
    height: auto;
    cursor: pointer;
}




#search_wrapper {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    background: #EDEDED;
}

#search_wrapper img, #search_wrapper input {
    float:left;
    height:  100%;
    cursor: pointer;
}

#search_wrapper img {
    width: auto;
    border-radius: 0 5px 5px 0;
    
}

#search_wrapper input {
    padding: 0 5px;
    border-style: none;
    border-radius: 5px 0 0 5px;
    background: #EDEDED;
    width: 100%;
    background: URL('search.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
    
}

.quoteProcBox {
   min-height: 330px;
   max-height: 400px;
   background: white;
   border-radius: 5px;
   color: #333;
   padding: 20px; 
   overflow: auto;
}


.quoteProcBoxInner {
    margin: 10px 0;
    min-height: 120px;
}

.quoteProcBoxInner section {
    width: 50%;
    float: left;
    min-height: 100px;
    padding-right: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.pld_offer {
    margin:  0 auto;
}

.stepButton {
    border-radius: 5px;
    background: #333;
    padding: 6px 9px;
    color: white;
    border-style: none;
    cursor: pointer;
}

.stepButton:hover {
    background: #000;
}

#quoteLink {
    display: inline-block;
    border: 3px solid white;
    background: #4f85bb;
    color: white;
    padding: 6px;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    border-radius: 5px;
}

#quoteLink:hover {
    background: #3D4856;
    
}

.global-header {
    background: #242424;
    height: 40px;
}

.bg-main {
   min-height: 800px;
   min-width: 1000px;
   background: #515151;
   overflow: hidden;
}

.bg-main-img {
    width: 100%;
    height:auto;
    position: relative;
    top:50px;
    z-index: 0;
    overflow: hidden;
}

.bsTopBar {
    height: 50px;
    position: absolute;
    z-index: 1000;
}

.bsTopBar.red {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f85bb+0,4f85bb+100;Blue+3D+%239 */
background: #4f85bb; /* Old browsers */
background: -moz-linear-gradient(top,  #4f85bb 0%, #4f85bb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4f85bb 0%,#4f85bb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4f85bb 0%,#4f85bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); /* IE6-9 */


width:77%;
left: 23%;
white-space: nowrap;
min-width: 900px;
}

.bsTopBar.white {
    background: white;
    width:23%;
    height:  59px;
    top: 35px;
    
}

.bg-logo {
    position: absolute;
    top:-8px;
    
}

.bsTopBar ul {
    margin-left: 230px;
    list-style: none;
    z-index: 1100;
}

.bsTopBar ul li {
    float: left;
    margin-left: 20px;
    margin-top:  3px;
   
    color:white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}

.bsTopBar ul li:hover {
    background: #4f85bb;
}

.bsTopBar ul li a {
    color:white;
    text-decoration: none;
    font-size: 14px;
    padding: 13px;
    display: block;
}

.bsTopBar ul ul {
    list-style: none;
    position: relative;
    margin-left: -1px;
    display: block;
    background-color: #4f85bb;
    
    padding: 5px;
    border-radius: 5px;
    max-width: 200px;
    
}

.bsTopBar ul ul li {
    float: none;
    display: block;
    margin-left: 5px;
}



.bsTopBar ul li.dd-li ul {
    display: none;
    
    
}

.bsTopBar ul li.dd-li:hover ul {
    display: block;
}



.bs-bg-content {
    
    position: absolute;
    left:26%;
    top: 140px;
    background-image: URL('bs_bg_content.png');
    border-radius: 5px;
    padding: 24px 48px 24px 24px;
    width: 60%;
    max-width: 760px;
    max-height: 480px;
    min-width: 400px;
    color: white;
    
    min-height: 400px;
    overflow: auto;
    
}

.bs-bg-content h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}

.bs-bg-content p {
    font-size: 13px;
    margin-bottom: 18px;
    text-align: justify;
}

#divNewsLinks {
    padding: 20px 0;
    
}

#divNewsLinks a {
    color: white;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
}

.country-box {
    float: left;
    width: 48%;
}

.country-box:first-child {
    padding-right:  40px;
    margin-right: 2%;
}

footer {
    background-color: #515151;
    color:white;
    padding: 14px;
    position: relative;
}

#footer-content {
    position: relative;
    left: 25%;
    font-size: 12px;
}

#footer-content td {
    vertical-align: top;
    padding-right: 30px;
}

#footer-content td a {
    text-decoration: none;
    font-weight: bold;
    
    color: white;
}