html
{
    background: url(../Images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll;
}

body{
    font-family:Arial;
    font-size :12px;
    background: transparent;
}

#wrapper {
    width:925px;
    margin:auto;
}

.hide {
    display:none;
}

.clear{
    display:both;
}

.roundedWrapper {
    /* Border Radius */
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;

    /* Drop Shadow */
    -moz-box-shadow:    0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 12px 0px rgba(0, 0, 0, 0.5);

    overflow: visible;
}

.outerBox {
    width:925px;   
}
/*****************************************/
/**************** Typography *************/
/*****************************************/

h1{
    font-size: 18px;
    font-weight:600;
    margin-top:0px;
    padding-top:0px;
}

h2{
    font-size: 16px;
    font-weight:600;
}

#content-left p{
    font-size:14px;
}

/*****************************************/
/**************** HEADER *****************/
/*****************************************/

#header {
    height:104px;
    border: 1px solid #c5c5c5;
        
    /* Gradient */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #e6e7e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e6e7e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 1%,#e6e7e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-9 */
    
}

#apb-logo{
    float:left;
    margin-left:10px;
    margin-top:16px;
}

#apb-logo img{
    width:250px;
}

#customer-logo{
    float:right;
    margin-right:10px;
    margin-top:38px;
}

/*****************************************/
/*************** LOGIN BAR ***************/
/*****************************************/

#nav-bar {
    border-bottom: 1px solid #ccc;

    /* Border Radius */
    -webkit-border-radius: 2px 2px  0px 0px; 
    -moz-border-radius: 2px 2px  0px 0px;
    border-radius: 2px 2px  0px 0px;
}

#nav-bar-content {
    height:30px;
    padding: 7px 10px 0;

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

#application-login, #fPassword {
    display: inline-block;
    vertical-align: top;
}

#language-selection {
    float:right;
    margin-left: 3px;
    margin-top:7px;
    width: 80px;
}

#market-selection {
    float:right;
    margin-left: 3px;
    margin-top:7px;
    width: 130px;
}

.login-field {
    height:22px;
    padding-left:3px;
    vertical-align:top;
    width: 120px;
}

.missing-field {
    -webkit-box-shadow: 0px 0px 5px 1px #ffa2a2;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(255, 162, 162, 0.90);
    -moz-box-shadow: 0px 0px 5px 1px #ffa2a2;
    -moz-box-shadow: 0px 0px 5px 1px rgba(255, 162, 162, 0.90);
    box-shadow: 0px 0px 5px 1px #ffa2a2;
    box-shadow: 0px 0px 5px 1px rgba(255, 162, 162, 0.90);
}

.error-list {
    margin: 0px;
    padding-left: 20px;
}

.language-field {
    height: 26px;
}

.button-lightblue {
    height:26px;
    color:#ffffff;
    font-weight:bold;
    padding:0px 15px 0px 15px;
    border: 1px solid #00aeef;
    cursor:pointer;
    
    /* Gradient */
    background: #00aeef; /* Old browsers */
    background: -moz-linear-gradient(top,  #00aeef 48%, #0090bf 52%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#00aeef), color-stop(52%,#0090bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00aeef 48%,#0090bf 52%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00aeef 48%,#0090bf 52%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00aeef 48%,#0090bf 52%); /* IE10+ */
    background: linear-gradient(to bottom,  #00aeef 48%,#0090bf 52%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#0090bf',GradientType=0 ); /* IE6-9 */
    
    /* Border Radius */
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 5px;
}
.button-lightblue:hover{
    background: #08bcff; /* Old browsers */
    background: -moz-linear-gradient(top,  #08bcff 48%, #05a6db 52%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#08bcff), color-stop(52%,#05a6db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #08bcff 48%,#05a6db 52%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #08bcff 48%,#05a6db 52%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #08bcff 48%,#05a6db 52%); /* IE10+ */
    background: linear-gradient(to bottom,  #08bcff 48%,#05a6db 52%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08bcff', endColorstr='#05a6db',GradientType=0 ); /* IE6-9 */
}
.button-lightblue:disabled {
    border: 1px solid #aabbcc;
    cursor: default;
    background: #aabbcc; /* Old browsers */
    background: -moz-linear-gradient(top,  #aabbcc 48%, #788490 52%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#aabbcc), color-stop(52%,#788490)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #aabbcc 48%,#788490 52%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #aabbcc 48%,#788490 52%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #aabbcc 48%,#788490 52%); /* IE10+ */
    background: linear-gradient(to bottom,  #aabbcc 48%,#788490 52%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aabbcc', endColorstr='#788490',GradientType=0 ); /* IE6-9 */
}

/*******************************************/
/*********** SYSTEM REQ MESSAGE ************/
/*******************************************/


#system-requirements-test {
    padding:10px;
    background-image:url(../Images/sys-req-error.jpg);
    -moz-box-shadow:    inset 0 0 30px rgba(255, 162, 162, 0.60);
    -webkit-box-shadow: inset 0 0 30px rgba(255, 162, 162, 0.60);
    box-shadow:         inset 0 0 30px rgba(255, 162, 162, 0.60);
    text-align:center;
}
#error-wrapper {
    width:925px;
    margin:auto;
    height:80px;
    display:table-cell;
    vertical-align:middle;
}

#error-flash {
    width:300px;
    float:left;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    padding:2px;
    color:#606060;
    margin-top:-20px;
    margin-left:80px;

}

#error-browser {
    width:300px;
    float:right;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    padding:2px;
    color:#606060;
    margin-top:-20px;
    margin-right:80px;
}

/*****************************************/
/*************** NAV MENU ****************/
/*****************************************/

#nav-menu {
    position:relative;
    height:30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    z-index:10;
}

.nav-menu-button {
    background-color: #e6e7e8;
    height:30px;
    text-align:center;
    color:#666666;
    line-height:270%;  
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
    cursor:pointer;
}
.nav-menu-button:hover {
    background-color:#efefef;
}
.nav-menu-button-over {
    /*background-color:#e6e7e8;*/
    height:32px;
    color:#666666;
    text-align:center;
    border-bottom:1px solid #bbb;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding-top:1px;
    padding-bottom:0px;
    margin-top:-1px;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
}
.nav-menu-button-over:hover {
}

.selection-wrapper {
    width:230px;
    height:30px;
    margin:auto;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.selection-button {
    height:20px;
    padding:1px;
    width:80px;
    line-height:180%;
    cursor:pointer;
}
.dealer {
    float:left;
    width:115px;
    height:30px;
    padding-top:4px;
    background-color:#efefef;
    border-left:1px solid #eee;
    border-right:1px solid #ccc;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius: 0px 0px 0px 3px;
    -moz-border-radius: 0px 0px 0px 3px;
    -webkit-border-radius: 0px 0px 0px 3px;
}
.dealer:hover{
    background-color: #e6e7e8;
}
.bodyshop {
    float:right;
    width:115px;
    height:30px;
    padding-top:4px;
    background-color:#efefef;
    border-left:1px solid #eee;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius: 0px 0px 3px 0px;
    -moz-border-radius: 0px 0px 3px 0px;
    -webkit-border-radius: 0px 0px 3px 0px;
}
.bodyshop:hover{
    background-color: #e6e7e8;
}

/*****************************************/
/***************** BODY ******************/
/*****************************************/


#content-wrapper {
    border: 1px solid #c5c5c5;
    
    /* Gradient */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #e6e7e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e6e7e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 1%,#e6e7e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-9 */
}

#content {
    padding-top:20px;
    border-bottom: 1px solid #ffffff;
    display: inline;

    /* Border Radius */
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
    
    /* Drop Shadow */
    -moz-box-shadow:    0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}

#content-left {
    width:630px;
    padding:10px 10px 10px 20px;
}

#content-right {
    width:250px;
    float:right;
    padding:10px 0px 10px 20px;
}




#footer {
    text-align:center;
    color: #FFFFFF;
    font-weight:bold;
    padding-top: 20px;
}
#footer a{
    color:#FFFFFF;
    cursor: pointer;
}
.footerpipe
{
    margin:0px 8px;
    color:White;
}
#warning-icon {
    margin-top:20px;
    height:20px;
}
#warning-icon img{
    cursor:pointer;
    padding-top:3px;
    margin-bottom:-3px;
    padding-left:20px;
}


#error-close-btn {
    color:#eee;
    margin:auto;
    margin-top:-10px;
    background-color:rgba(255, 162, 162, 0.60);
    padding:3px;
    width:50px;
    text-align:center;
    border-radius: 0px 0px 15px 15px;
    cursor:pointer
}
#error-close-btn:hover{
    background-color:rgba(255, 162, 162, 0.90);
}

.nav-menu-wrapper {
    float:left;
    width:25%;
    height:60px;
}
.button-wrapper {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.error-btn {
    width:80px;
    height:22px;
    text-align:center;
    font-size:10px;
    border:1px solid #ccc;
    border-radius:20px;
    margin-left:10px;
    margin-top:-1px;
    cursor:pointer;
}
.error-btn:hover{
    background-color: rgba(255, 162, 162, 0.60);
}

#error-indicator {
    display: inline-block;
    color:#eee;
    background-color:rgba(255, 162, 162, 0.60);
    padding-top:3px;
    padding-bottom:3px;
    padding-left:15px;
    padding-right:15px;
    text-align:center;
    margin-left:5px;
    margin-top:3px;
    border-radius: 15px;
    font-size: 11px;
    cursor:pointer;
    vertical-align:top;
}

#error-indicator:hover{
     background-color:rgba(255, 162, 162, 0.90);
}

#contact-box {

    border:1px solid #aaa;
    border-radius:4px 0px 0px 4px;
    -moz-border-radius:4px 0px 0px 4px;
    -webkit-border-radius:4px 0px 0px 4px;
    margin-right:-15px;
    /* Gradient */
    background: #d6d6d6; /* Old browsers */
  
    -moz-box-shadow:    3px 3px 5px 6px #aaa;
    -webkit-box-shadow: 0px 3px 5px 6px #aaa;
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#contract-triangle {
    position:relative;
    float:right;
    right:-0px;
    top:-10px;
    width: 0; 
	height: 0; 
    margin-bottom:-87px;
	border-top: 9px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 12px solid #9d9d9d;
}

.content-wrapper {
    height:40px;
  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    
    border-radius: 3px 0px 0px 0px;
    border-top:1px solid #eee;
    border-bottom:1px solid #919191;
    
    background: #edce50; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff7e3 0%, #edce50 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7e3), color-stop(100%,#edce50)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff7e3 0%,#edce50 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff7e3 0%,#edce50 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff7e3 0%,#edce50 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff7e3 0%,#edce50 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7e3', endColorstr='#edce50',GradientType=0 ); /* IE6-9 */
}

#contact-box p{
    padding-left:10px;
    padding-right:10px;
}

.content-wrapper h2 {
    margin: 10px 0px 10px 10px;
}

#contact-box .langStyle.langStyle-FR-CA {
    font-size: 10px;
}

#contact-number, #support-number {
    width: 90%;
    text-align: center;
    margin: 5px;
}

#downloadAndTraining {
    position: absolute;
    bottom: 3px;
}

#download {
    margin-top:50px;
    width:230px;
    height:30px;
    text-align:center;
    border:1px solid #4f88f4;
    cursor:pointer;
    color:#FFFFFF;
    font-size:14px;
    line-height:30%;
    font-weight:bold;
   
    /* Gradient */
    background: #1d55bf; /* Old browsers */
    background: -moz-linear-gradient(top,  #2770fa 48%, #1d55bf 52%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#2770fa), color-stop(52%,#1d55bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2770fa 48%,#1d55bf 52%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2770fa 48%,#1d55bf 52%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2770fa 48%,#1d55bf 52%); /* IE10+ */
    background: linear-gradient(to bottom,  #2770fa 48%,#1d55bf 52%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2770fa', endColorstr='#1d55bf',GradientType=0 ); /* IE6-9 */
    
    /* Border Radius */
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 5px;
}
#download:hover{
    background: #2062e0; /* Old browsers */
    background: -moz-linear-gradient(top,  #4281f8 48%, #2062e0 52%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#4281f8), color-stop(52%,#2062e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4281f8 48%,#2062e0 52%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4281f8 48%,#2062e0 52%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4281f8 48%,#2062e0 52%); /* IE10+ */
   background: linear-gradient(to bottom,  #4281f8 48%,#2062e0 52%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4281f8', endColorstr='#2062e0',GradientType=0 ); /* IE6-9 */
    
}

#youtube-videos {
    margin-top:15px;
    width:230px;
    height:50px;
    text-align:center;
    border:1px solid #f44f4f;
    cursor:pointer;
    
    /* Gradient */
    background: #bf1d1d; /* Old browsers */
    background: -moz-linear-gradient(top,  #fa2727 48%, #bf1d1d 52%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#2770fa), color-stop(52%,#bf1d1d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fa2727 48%,#bf1d1d 52%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fa2727 48%,#bf1d1d 52%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fa2727 48%,#bf1d1d 52%); /* IE10+ */
    background: linear-gradient(to bottom,  #fa2727 48%,#bf1d1d 52%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2727', endColorstr='#bf1d1d',GradientType=0 ); /* IE6-9 */
    
    /* Border Radius */
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 5px;
}
#youtube-videos:hover {
    /* Gradient */
    background: #dd3434; /* Old browsers */
    background: -moz-linear-gradient(top,  #fa4c4c 48%, #dd3434 52%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#fa4c4c), color-stop(52%,#dd3434)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fa4c4c 48%,#dd3434 52%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fa4c4c 48%,#dd3434 52%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fa4c4c 48%,#dd3434 52%); /* IE10+ */
    background: linear-gradient(to bottom,  #fa4c4c 48%,#dd3434 52%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4c4c', endColorstr='#dd3434',GradientType=0 ); /* IE6-9 */    
}
#youtube-videos p{
    color:#FFFFFF;
    font-size:14px;
    line-height:160%;
    font-weight:bold;
    margin-left:70px;
    text-align:left;
}
#youtube-videos img{
    padding:5px;
}

#advantages-wrapper {
    width:610px;
    padding:10px;
    margin-top:20px;
    
    border-top:1px solid #fcfcfc;
    border-left:1px solid #e6e6e6;
    border-right:1px solid #c7c7c7;
    border-bottom:1px solid #adadad;
    
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #c3c3c3 0%, #c3c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c3c3), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c3c3c3 0%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c3c3c3 0%,#c3c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c3c3c3 0%,#c3c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#c3c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */
}





#advantages-buttons p{
	margin:0px;
	padding:0px;
	font-weight:bold;
}

#advantages-dealer-button {
    
}

#advantages-bodyshop-button {
    margin-left:2px;
}

.advantage-buttons {
    cursor:pointer;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #fcfcfc 80%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(80%,#fcfcfc), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#fcfcfc 80%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#fcfcfc 80%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#fcfcfc 80%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#fcfcfc 80%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */


}
.advantage-buttons p, .advantage-buttons-up p {
    margin:5px;
}

.advantage-buttons:hover {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #cadef7 80%, #a7c8f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(80%,#cadef7), color-stop(100%,#a7c8f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#cadef7 80%,#a7c8f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#cadef7 80%,#a7c8f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#cadef7 80%,#a7c8f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#cadef7 80%,#a7c8f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#a7c8f2',GradientType=0 ); /* IE6-9 */

}
.advantage-buttons, .advantage-buttons-up{
    width:304px;
    height:30px;
    float:left;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    border-top:1px solid #fcfcfc;
    border-left:1px solid #e6e6e6;
    border-right:1px solid #d8d8d8;
}

.advantage-buttons-up {
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebebeb 0%, #fcfcfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebebeb 0%,#fcfcfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebebeb 0%,#fcfcfc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebebeb 0%,#fcfcfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */   
}

.advantage-content {
    margin-top:30px;
    width:610px;
    padding:10px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
     border-left:1px solid #e6e6e6;
    border-right:1px solid #d8d8d8;
    border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    -webkit-border-radius:0px 0px 4px 4px;
    
    min-height:215px;
    
    background: #fcfcfc; /* Old browsers */
}
.advantage-content ul{
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
    font-style: italic;

}
.advantage-content ul b{
    color:#2770fa;
    font-weight:500;
    font-style:normal;
}
.advantage-content li:before {
    content: "";
    border-color: transparent #2770fa;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}


.advantage-content li{
    font-size:14px;
    line-height:140%;
    margin-left:10px;
}

#dealer-tab-over {
    position:relative;
    width:100px;
    background-color:#fff;
    height:15px;
    top:-25px;
}
#bodyshop-tab-over {
    position:relative;
    width:100px;
    background-color:#fff;
    height:15px;
    top:-25px;
    left:120px;
}

#response, #fMessage {
    background-color: #e6e7e8;
    padding: 3px 10px 10px;
}

input[type=text], input[type=password] {
    /* Border Radius */
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
    border: 1px solid #abadb3;
}

/**** Banner ****/


.banner {
    width:885px;
    height:300px;
    overflow:hidden;
    font-size: 20px;
}

.banner-button {
    width: 150px;
    height: 30px;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    color:#ffffff;
    cursor:pointer;
    line-height:170%;
    margin:auto;
    
    border-radius:5px;
    
    border-top:1px solid #7db9e8;
    border-bottom:1px solid #1e5799;
    border-right:1px solid #3f86be;
    border-left:1px solid #3f86be;
        
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */   
}

.banner-button:hover {
    background: #247cb7; /* Old browsers */
    background: -moz-linear-gradient(top,  #247cb7 1%, #80bced 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#247cb7), color-stop(100%,#80bced)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #247cb7 1%,#80bced 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #247cb7 1%,#80bced 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #247cb7 1%,#80bced 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #247cb7 1%,#80bced 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247cb7', endColorstr='#80bced',GradientType=0 ); /* IE6-9 */
}


/** Modal window **/

.modal-window {display:none;}

/* Overlay */
#simplemodal-overlay {
    background:url(../images/overlay-bg.png) repeat;
    background-color:#000;
}

/* Container */
.modal-header{
    height:30px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #e6e7e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e6e7e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 1%,#e6e7e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-9 */

    /* Border Radius */
    -webkit-border-radius: 2px 2px  0px 0px; 
    -moz-border-radius: 2px 2px  0px 0px;
    border-radius: 2px 2px  0px 0px;  
    
    color:#555;
    text-align:left;
    font-weight:bold;
    padding-left:10px;
    line-height:260%;
}
.modal-body{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ccc;

    /* Gradient */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #e6e7e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e6e7e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 1%,#e6e7e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 1%,#e6e7e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8',GradientType=0 ); /* IE6-9 */
    
    /* Border Radius */
    -webkit-border-radius: 0px 0px  2px 2px; 
    -moz-border-radius: 0px 0px  2px 2px; 
    border-radius: 0px 0px  2px 2px;
}
#simplemodal-container {
    max-width: 650px;
    text-align:center;
    -webkit-border-radius: 3px; 
    -moz-border-radius:3px;
    border-radius: 3px; 
    overflow:hidden;
    
    -moz-box-shadow:    0px 0px 10px 0px #000;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    box-shadow:         0px 0px 10px 0px #000;
}

.modalCloseImg{
    width:50px;
    margin:auto;
    line-height:210%;
}

.selection-wrapper .selection-button.langStyle.langStyle-FR-CA {
    font-size: 11px;
    padding-top: 6px;
}

#modal-enrol-dealership .modal-body.langStyle-FR-CA {
    height: 90px;
}

#modal-register-bodyshop .modal-body.langStyle-FR-CA {
    height: 90px;
}

#modal-enrol-dealership .modal-body.langStyle-EN {
    height: 90px;
}

#modal-register-bodyshop .modal-body.langStyle-EN {
    height: 90px;
}

#modal-training-dealership .modal-body.langStyle-FR-CA {
    height: 130px;
}

#modal-training-bodyshop .modal-body.langStyle-FR-CA {
    height: 130px;
}

/*** Market select (from bootstrap) ***/

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.form-control, select {
    display: block;
    width: 100%;
    height: 34px;
    /*font-size: 14px;*/
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control {
    padding: 1px 12px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;

    vertical-align: middle;
    border-top: 6px solid black;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent
}

.bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
    margin-top: 5px;    
}

.bfh-selectbox * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.bfh-selectbox .bfh-selectbox-toggle {
    padding: 4px 23px 1px 6px;
    height: 27px;
}

.bfh-selectbox .bfh-selectbox-options ul {
    margin: 0px;
}

.bfh-selectbox .bfh-selectbox-options ul li>a {
    padding-left: 10px;
    padding-right: 10px;
}

.disabled * {
    color: #cccccc;
    border-top-color: #cccccc;
}