﻿/*
Last Change: 2016-12-09
-------------------------------------------------- 
-------------------------------------------------- 
	BLACK+DECKER 
	Brand Color: e55302
*/

/* General
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: Arial, Tahoma, sans-serif;
	background:#fff;
	color:#000;
	font-size:12px;
}
h1,h2,h3,h4,h5{
	margin:0;
	text-transform:uppercase;	
	font-weight:bold;
}
h1{
	font-size:20px;
	color:#e55302;
}
h2{
	font-size:14px;
	color:#000;
}
h3{
	font-size:14px;
	color:#000;
	text-transform:none;
}
h6{
	font-size:12px;
	font-weight:bold;	
	margin:0;
}
a{
    color: #000;
    text-decoration: none;	
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.main-content a{
	color:#e55302;
	font-weight:normal;
	text-decoration:underline;
}
.main-content a:hover{
    text-decoration: none;		
}
.main-content .btn{
    text-decoration: none;		
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
p {
    margin: 0 0 15px;
}
label{
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
}
.content-list{
	list-style-type:square;
	margin:10px 0 10px 15px;
}
.no-space {
    margin: 0;
}
.row-no-space{
	margin-left:-25px;
	margin-right:-25px;
}
.btn{
	border-radius:0;
	font-size:14px;
}
a.btn{
	text-decoration:none!important;
}
.btn-brand{
	background: #e55302;
	color:#fff!important;
	font-weight:bold!important;
	padding:10px 30px;
	text-transform:uppercase;
	text-decoration:none;
}
.btn-brand:hover{
	background: #ce3604;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-large{
	padding:10px;
	width:100%;
	color:#000;
	text-transform:uppercase;
	text-align:left;
}
.btn-brand-large{
	padding:10px;
	width:100%;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.btn.active, .btn:active{
	box-shadow:none;
}
.btn.text-center{
	text-align:center;
}
select{
	color: #555;	
	border:1px solid #d5d5d5;
	width:100%;
	font-size:12px;
	padding:10px;
	box-shadow:none;
	height:45px;
}
.form-control{
	color: #555;
	border:1px solid #d5d5d5;
	border-radius:0;
	font-size:12px;
	height:45px!important;
	box-shadow:none;
}
textarea.form-control{
	height:auto!important;
}
#content-wrapper{
	padding:50px 0;
}
.img-responsive {
	max-width: 100%;
	height: auto;
	display:block;
}
.img-center {
    margin: 0 auto!important;
}
.img-border{
	border:1px solid #d5d5d5;
}
.img-space{
	margin:10px 0;
}
.img-space-bottom{
	margin-bottom:10px;
}
.space-bottom-0{
	margin-bottom:0!important;
}
.space-bottom-10{
	margin-bottom:10px;
}
.space-bottom-20{
	margin-bottom:20px;
}
.space-bottom-30{
	margin-bottom:30px;
}
.space-top-10{
	margin-top:10px;
}
.space-top-20{
	margin-top:20px;
}
.space-top-25{
	margin-top:25px;
}
.space-top-27{
	margin-top:27px;
}
.space-top-30{
	margin-top:30px;
}
.glyphicon-orange{
	color:#e55302;
}
.orange{
	color:#e55302;
}
.white{
	color:#e55302;
}
td{
	vertical-align:top;
}
.product-table{
	width:100%;
}
.product-table thead {
    border-bottom: 1px solid #d5d5d5;
}
.product-table thead th {
    border-bottom: 1px solid #d5d5d5;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    text-transform: uppercase;
}
.product-table tbody td{
    padding: 5px 0 5px 15px;
}
.product-table tbody tr:last-child td{
	padding-bottom:15px;
	font-size:12px;
}
.product-table tbody tr:first-child td{
	padding-top:15px;
}
.padding-5{
	padding-left:5px;
	padding-right:5px;
}
.seperator{
	width:100%;
	height:1px;
	border-bottom: 1px solid #d5d5d5;
}
a[data-toggle="modal"]{
	cursor:pointer;
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
	border: 1px solid #d5d5d5;
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
	padding:15px;
}
.ui-tooltip{
	font-size:12px;
	border-radius:0;
	padding:0;
	box-shadow:none;
	border:none;
	position:absolute;
}
.ui-tooltip-content{
	background:#fff;
	border:1px solid #d5d5d5;
	border-radius:0;
	padding:10px;
	color:#000;
}
.ui-tooltip-arrow{
	background:#fff;
	border:1px solid #d5d5d5;
}
#rating-plate .modal-dialog {
    width: 800px;
}
.forgot-password-link{
	font-weight:normal!important;
	padding-top:10px!important;
	text-decoration:none!important;
	font-size:12px!important;
	display:block;
}

/* Additional Information
-------------------------------------------------- */
.additional-information-links{
	line-height:18px;
	background:#fff;
	border:1px solid #d5d5d5;
	padding:15px;
	margin-bottom:20px;
}
.additional-information-links h2{
	margin-bottom:10px;
}
.additional-information-links ul li{
	margin-bottom:5px;
	margin-left:15px;
}
.additional-information-links ul li a:hover{
	color:#e55302;
	text-decoration:none;
}
.additional-information-links .box-right li{
	margin-left:25px;
}
@media (max-width:768px){
.additional-information-links ul li{
	margin-left:0!important;
}
}

/* Cookie Warning
-------------------------------------------------- */
#cookiewarning {
	z-index:9999;
}
#cookiewarning .cookiewarning-container{
	width:100%;
	background:#fff;
	color:#000;
	padding:10px 0;
	text-align:center;
	border-bottom:5px solid #e55302;
	box-shadow:none;
}
#cookiewarning .cookiewarning-inner{
}
#cookiewarning .cookiewarning-inner .btn-cookie{
	background-color: #e55302!important;
	border: 0!important;
	padding: 2px 10px!important;
	margin-left: 10px!important;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
#cookiewarning .cookiewarning-inner .btn-privacy{
	background-color: #e55302!important;
	border: 0!important;
	padding: 2px 10px!important;
	margin-left: 10px!important;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
/* Session time out warning */
#sessionTiming .sessionwarning-inner .btn-ok {
    background-color: #fdb827 !important;
    border: 0 !important;
    padding: 2px 10px !important;
    margin-left: 10px !important;
}

#sessionTiming .sessionwarning-inner .btn-cancel {
    background-color: #fdb827 !important;
    border: 0 !important;
    padding: 2px 10px !important;
    margin-left: 10px !important;
}

#sessionTiming {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.sessionwarning-inner {
    background-color: #fff !important;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    color: #000;
}

/* Header
-------------------------------------------------- */
#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.header-wrapper {
    position: relative;
	z-index:1;
}
#header {
    position: relative;
	min-height: 100px;
	-moz-box-shadow: 0 0 10px #d4d4d4;
	-webkit-box-shadow: 0 0 10px #d4d4d4;
	box-shadow: 0 0 10px #d4d4d4;
}
#header-nav-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 50px;
}
.header-buttons{
	min-height:60px;
}
#header-nav-wrapper  .container,
#header-nav-wrapper > .container > .row > * {
    position: static;
}
.header-banner {
    margin: 0 -1000px 0 0;
    padding-right: 1000px;
    border: medium none;
    border-radius: 0;
	height:60px;
}
.navbar-brand {
    position: absolute;
    z-index: 2;
    float: left;
	margin-left: -15px;
	padding:0 15px;
}
.header-top{
	background-color: #e9e9e9;
    margin: 0 -1000px 0 0;
    padding-right: 1000px;
	height:50px;
}
.header-top .location{
	padding:12px 0 0 50px;
	text-align:left;
	font-size:12px;
}
.header-top .location span{
	font-size:12px;
	padding:0 0 0 5px;
}
.header-top .access-market{
	text-align:right;
	font-size:12px;
	text-transform:uppercase;
}
.header-top .access-market .access-market-btn{
	padding:14px 10px  0 10px;	
	display:inline-block;
	height:auto;
}
.header-top a{
	color:#000;
}
.header-top .access-market .dropdown{
	padding:14px 0 0 10px;
}
.header-top .access-market .dropdown-menu {
    background: #e9e9e9;
    border-radius: 0;
	color:#000;
	padding:0;
	margin:19px 0 0 0;
	min-width:90px;
	border:none;
	box-shadow:none;
}
.header-top .access-market .dropdown-menu li {
    border-top: 1px solid #fff;
    padding: 5px 0;
}
.header-top .access-market .dropdown-menu  a{
	color:#000;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: transparent;
    color: #e55302;
    text-decoration: none;
}
.navbar-wrapper{
	padding-left:34px;
}
.navbar-collapse{
	padding-left:14px;
	padding-right:0;
}
.navbar-nav > li > a {
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	padding:14px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus, 
.nav > li.active > a,
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover{
    background:transparent;
	color:#e55302;
    text-decoration: none;
}

.selectedmenu {
	background: transparent;
	color: #e55302 !important;
	text-decoration: none;
}

/* Search
-------------------------------------------------- */
.search-container{
	background:#e9e9e9;
}
.search-container .row-nospace{
	margin:0 -15px;
	padding:0;
}
.search-container .row-nospace .col-nospace{
	margin:0;
	padding:0;
}
.search-container .search-form input{
	height:60px!important;
	border:1px solid #e55302;
	padding-left:30px;
	display:inline-block;
	font-size:14px;
}
.search-container .btn-search{
	height:60px;
	width:60px;
	background:#e55302;
	color:#fff;
	display:inline-block;
}
.search-container .btn-search .glyphicon{
	color:#fff;
	font-size:24px;
	line-height:24px;
}
.search-container .search-form-info {
	padding:12px 0 0 0;
}
.search-container .search-form-info-text{
	max-width:410px;
}
.search-container .search-form-info p{
	margin:0;
	padding:0;
	color:#000;	
	font-size:12px;
}
.search-container .search-form-info-up{
	text-align:right;
	width:70%;
}
.search-container .search-form-info-up p{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 0 0 0;
}
.search-container .collapse-button{
	height:60px;
	width:60px;
	background:#e55302;
	color:#fff;
	display:inline-block;
}
.search-container select{
	border:1px solid #b3b4b4;
}
.search-container .collapse-button .glyphicon{
	color:#fff;
	font-size:24px;
	line-height:24px;
}
.search-container .collapse-button .glyphicon-down{
	margin:5px 5px 0 -2px;
}
.search-container .glyphicon-down .glyphicon-triangle-bottom{
	font-size:12px;
	top:-4px;
}
.search-container .glyphicon-down,
.search-container .collapsed .glyphicon-up,
.search-container  .search-form-info-down,
.search-container .collapsed  .search-form-info-up{
	display:none;
}
.search-container .collapsed  .glyphicon-down,
.search-container .glyphicon-up,
.search-container .collapsed  .search-form-info-down,
.search-container  .search-form-info-up{
	display:block;
}
.search-container h2{
	margin-top:20px;
	margin-bottom:5px;
	font-size:14px;
	color:#000;
}
.search-container .search-spareparts{
	display:inline;
	height:40px;
	width: 90%;
}
.search-container .search-stepbystep select{
	color:#555;
	height:40px;
	display:inline;
	margin-bottom:5px;
}
#search-panel{
	padding-bottom:20px;
}
#search-panel .search-panel-box{
	padding:0 5px;
}
.search-checkboxes .btn + .btn{
	margin-left:0;
}
.search-checkboxes .btn {
	padding:0;
	margin:0;
	white-space: normal;
	display:inline-block;
}
.search-checkboxes .checkbox-wrapper{
	width:25px;
	height:25px;
	border:2px solid #cccccc;
	position:relative;
	float:left;
	border-radius:50%;
	padding:0;
}
.search-checkboxes .checkbox-wrapper:hover{
	border:2px solid #e55302;
   -moz-box-shadow:    inset 0 0 5px #fff;
   -webkit-box-shadow: inset 0 0 5px #fff;
   box-shadow:         inset 0 0 5px #fff;
}
.search-checkboxes .btn .circle { 		
	opacity: 0;	
	border-radius:50%;	
	width:25px;
	height:25px;
	background:#e55302;
	position:absolute;
	top:-2px;
	left:-2px;
}
.search-checkboxes .btn.active .circle {
	opacity: 1;	
}
.search-checkboxes .btn span.checkbox-description{
	line-height:14px;
    padding: 5px 0 0 10px;
	text-align:left;
	float:left;
	white-space: normal;
}
.search-checkboxes input[type="checkbox"]{
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}
.search-checkboxes .checkbox-wrapper{
	margin-top:12px;
}
.search-checkboxes .checkbox-wrapper input[type="checkbox"]{
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}
.search-checkboxes .checkbox-description{
	float:none!important;
	padding:0 0 0 10px!important;
	height:50px!important;
	display:table-cell!important;
	vertical-align:middle!important;
	text-transform:none;
}
.search-checkboxes .checkbox-col{
	display:table;	
}
.search-checkboxes  .btn{
	height:40px!important;
	display:table-cell!important;
	vertical-align:middle!important;
}
.twitter-typeahead pre{
	font-weight:600!important;
}

/* Breadcrumb
-------------------------------------------------- */
.breadcrumb {
    background: transparent;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0;
}
.breadcrumb .current-position{
	background:#e9e9e9;
	font-size:12px;
	padding:7px 30px;
	margin:0;
	height:33px;
}
.breadcrumb .home-icon{
	background:#000;
	padding:7px 10px;
	margin:0;
	height:33px;
}
.breadcrumb .home-icon span{
	color:#fff;
}
.breadcrumb .breadcrumb-links{
	padding:7px 0 0 30px;
}
.breadcrumb .breadcrumb-back{
	text-transform:uppercase;
	padding:7px 0 0 30px;	
	color:#000;
}
.breadcrumb .breadcrumb-links a,
.breadcrumb .breadcrumb-back a{
	color:#000;
	font-size:12px;	
	text-transform:uppercase;
}
.breadcrumb .breadcrumb-back .glyphicon{
	color:#e55302;	
}	

/* Footer
-------------------------------------------------- */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top:1px solid #e55302;
	font-size:12px;
	background:#000;
	color:#fff;
	margin-bottom:0;
}
.footer a{
	color:#fff;
}
.footer .footer-left,
.footer .footer-right{
	padding:0;
}

/* Main Content General
-------------------------------------------------- */
.content-box{
	margin-bottom:30px;
	background:#e9e9e9;
}
.content-box a, 
.content-box a:hover, 
.content-box a:focus, 
.content-box a:active{
	text-decoration:none;
}
.content-box-no-space{
	margin-bottom:0;
}
.content-box-small-space{
	margin-bottom:30px;
}
.content-box-small-space-vertical{
	margin-bottom:30px;
}
.content-container  .content-box{
	border:1px solid #d5d5d5;
	padding:17px 20px;
}
.content-container  .content-box-no-bg{
	background:transparent;
	border:none;
	padding:0;
}
.content-container .content-box-standard{
	height:183px;
	border:1px solid #d5d5d5;
	padding:17px 20px;
	background:#fff;
}
.content-container  .content-box-3{
	height:158px;
}
.content-container .content-box-3 h2{
	font-size:12px;
}
.content-container  .content-box-wide{
	height:77px;
	padding:17px 20px;
	border:1px solid #d5d5d5;
	background:#fff;
}
.content-container .content-box-standard:hover,
.content-container .content-box-catalogue:hover,
.content-container .content-box-wide:hover{
	border:2px solid #e55302;
	-webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
	padding: 16px 19px;
}
.content-box-catalogue{
	height:170px;
}
.content-container  .content-box h2{
	margin-bottom:18px;
}
.content-container  .content-box-small .image-wrap{
	padding:0 20px 0 0;
	display:table-cell;
}
.content-container  .content-box-small .title-wrap{
	vertical-align:middle;
	display:table-cell;
}
.content-container  .content-box-small h2{
	margin:0;
	padding:0;
}
.main-content .headline{
	border-bottom:1px solid #d5d5d5;
	padding:0 10px 5px 10px;
	margin-bottom:10px;
}
.main-content .headline h1{
	text-transform:none;
	color:#000;	
}
.main-content.product-page .headline{
	margin-bottom:30px;
}
.main-content .text{
	padding:10px;
}
.additional-information-box a{
	display:block;
	width:100%;
	height:100%;
}
a .additional-information-box h2{
	font-size:14px;
	text-decoration:none;
}

/* Home
-------------------------------------------------- */
.carousel-container{
	margin-top:4px;
	position:relative;
}
.carousel-indicators {
    top: 0;
	right:0;
    left:auto;
	margin:10px 7px 0 0;
    padding: 0;
    position: absolute;
    z-index: 15;
	width:auto;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #e55302;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0 1px;
    text-indent: -999px;
    width: 18px;
}
.carousel-indicators .active {
    background-color: #e55302;
    height: 18px;
    margin: 0;
    width: 18px;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 3px;
    /*background-color: #e55302;*/
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}
.tt-menu {
    background: rgba(233, 233, 233, 1) none;
    cursor: pointer;
    width: 100%;
	border:1px solid #e55302;
	padding:15px 15px 0 15px;
}
.tt-suggestion {
	padding:0;
    width: 100%;	
	margin:0;
	font-size:12px; 
	line-height:16px;
	text-transform:uppercase;
}
.tt-selectable {
    margin: 0 0 15px;
}
.tt-suggestion:hover {
    color: #e55302;
	background:none;
}
.ui-menu {
    background: rgba(233, 233, 233, 1) none;
	border:none;
	color:#000;
	box-shadow:none;
	left: 0;
	min-width: 160px;
	padding: 10px 10px 10px 0;
	z-index: 1000;
	font-size:14px;
	border:1px solid #e55302;
}
.ui-menu .ui-menu-item {
    background: rgba(233, 233, 233, 1) none;
	min-width: 160px;
	border:none;
}
.ui-menu .ui-menu-item:hover {
	color: #e55302;
	border:none;
	font-weight:normal;
	margin:0;
}

/* Search Results
-------------------------------------------------- */
.search-results .faq-results{
    padding: 15px 0 15px 15px;
}
.search-results .headline{
	padding: 0 15px 5px;
	margin-bottom:0;
}
.search-results .faq-item{
	margin:0 -10px 2px -10px;
	padding:15px;
	cursor:pointer;
}
.search-results .faq-item p{
	font-size:12px;
}
.search-results .related-article{
	font-weight:normal;
	color:#000;
	text-decoration:none;
	display:block;
}
.search-results .faq-item .seperator{
	width:100%;
	height:1px;
	border-bottom: 1px solid #d5d5d5;
	margin:15px 0;
}
.search-results .faq-item .excerpt{
	margin:0;
	padding:0;
}
.search-results .faq-item[aria-expanded="true"] .excerpt{
	display:none;
}
.search-results .faq-item[aria-expanded="true"]{
	background:#e9e9e9;
	border:1px solid #d5d5d5;
}
.search-results .faq-item h4{
	margin:0;
	padding:0;
	text-transform:none;
	font-size:12px;
}
.search-results .faq-item[aria-expanded="true"] h4{
	padding:0 0 15px 0;
}
.search-results .faq-item .btn-brand{
	text-decoration:none;
	margin-right:10px;
}
.search-result-product .content-box{
	min-height:245px;
	margin-top:30px;
	margin-bottom:0;
}
.search-result-product .content-box .image-box{
	background: #fff;
    height: 225px;
    padding: 15px;
    width: 180px;
}
.search-result-product .content-box img{
    width: auto;
    max-height: 100%;
}
.search-results .headline{
	margin-bottom:0;
}
.search-result-product h3{
	margin-bottom:15px;
}
.search-result-product h3 .orange{
	font-weight:bold;
	color:#000;
}
.search-result-product .search-product-info select{
	height:45px;
	width:90%;
	background:#fff;
	margin:0 0 15px 0;
	padding:10px;
	border:1px solid #afafaf;
	float:left;
	display:block;
}
.search-result-product .search-product-info .info-button{
	float:right;
	width:20px;
	padding:10px;
	font-size:14px;
}
.search-result-product .search-product-info .btn{
	width:90%;
	line-height:23px;
}
.search-result-product .search-product-info .btn-brand{
	margin:0 0 15px 0;
}
.search-result-product .search-product-info select:last-child{
	margin-bottom:0;	
}
.search-result-product .search-product-info .btn img{
	float:left;
	padding:0 5px 0 0;
}

/* FAQ
-------------------------------------------------- */
.ask-a-question .faq-form input{
    border: 1px solid #e55302;
    display: inline-block;
    height: 60px!important;
	width:470px;
    padding-left: 30px;
	float:left;
}
.ask-a-question .faq-form .btn-faq {
    background: #e55302 none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    height: 60px;
    width: 60px;
}
.ask-a-question .faq-form .btn-faq .glyphicon {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}
.ask-a-question .faq-select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #afafaf;
    display: block;
    height: 50px;
    margin: 15px 0;
    padding: 13px 20px;
    text-transform: uppercase;
    width: 530px;
}

/* Service Agent Locator
-------------------------------------------------- */
select.ng-valid{
	border:1px solid #d5d5d5;
}
.service-agent-locator h2{
	padding-bottom:10px;
}
.service-agent-locator .search-parameters{
	padding-bottom:30px;
}
.service-agent-locator input{
	height:40px;
	width:270px;	
}
.service-agent-locator .or{
	font-style:italic;
	padding-top:8px;
}
.service-agent-locator .agent-locator-filters{
	position:relative;
}
.service-agent-locator .agent-locator-filters li{
	display:inline-block;
	background:#e9e9e9 ;
	width:36px;
	cursor:pointer;
	border-bottom:5px solid #e55302;
}
.service-agent-locator .agent-locator-filters li p{
	font-size:12px;
	line-height:16px;
	padding:10px;
	text-transform:uppercase;
	font-weight:bold;
	min-width:356px;
	position:absolute;
	top:42px;
	left:0;
	opacity:0;
	background:#e9e9e9 ;
}
.service-agent-locator .agent-locator-filters li img{
	display:inline-block;
	width:36px;
	height:36px;
}
.service-agent-locator .agent-locator-filters li:hover p{
	display:inline-block;
	opacity:1;
    -webkit-transition: opacity 1.2s linear;
	-moz-transition: opacity 1.2s linear;
	-o-transition: opacity 1.2s linear;
	transition: opacity 1.2s linear;
}
.service-agent-locator .small-text{
	font-size:11px;
	margin:0 0 10px 10px;
}
.service-agent-locator .choose-brand img{
	opacity:0.3;
	width:36px;
	height:36px;
}
.service-agent-locator .choose-brand .active img{
	opacity:1;
}
.service-agent-locator .choose-brand a:hover img{
	opacity:1;
    -webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	-o-transition: opacity .25s linear;
	transition: opacity .25s linear;
}
.service-agent-locator .map{
	padding-top:30px;
	padding-bottom:30px;
}
.service-agent-locator .content-box{
	padding:0;
	background:#e9e9e9!important;
}
.service-agent-locator .content-box h2{
	padding:15px;
}
.service-agent-locator .results-table{
	width:100%;
	margin:0;
}
.service-agent-locator .results-table-inner{
	width:100%;
	margin:0;	
}
.service-agent-locator .results-table th{
	border-bottom: 1px solid #d5d5d5;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 15px;
}
.service-agent-locator .results-table tr{
	border-bottom: 1px solid #d5d5d5;
}
.service-agent-locator .results-table tr:last-child{
	border-bottom: none;
}
.service-agent-locator .results-table tr td {
	vertical-align:top;
	font-weight:normal;
	padding:0;
	font-size:12px;
}
.service-agent-locator .results-table th, 
.service-agent-locator .results-table tr td td{
	width:23%;
}
.service-agent-locator .results-table .number-col{
	width:8%;
}
.service-agent-locator .results-table tr td td{
	padding:15px;
}
.service-agent-locator .results-table tr td .number{
	font-size:16px;
	padding-left:10px;
	font-weight:bold;
}
.service-agent-locator .results-table tr td .type{
	font-weight:bold;
	float:left;
}
.service-agent-locator .results-table tr td .entry{
	float:right;
	text-transform:none;
}
.service-agent-locator .services{
	text-align:left;
	padding-left:25px!important;
}
.service-agent-locator .services img{
	margin:0 5px 0 0;
}
.service-agent-locator .distance-route{
	text-align:center;	
}
.service-agent-locator .distance-route .distance{
	font-size:16px;
	font-weight:bold;
	display:block;
}
.service-agent-locator .distance-route a{
	text-decoration:underline;
}
.scroll{
	overflow:auto;
	height:600px;
}
.scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #3C3C3C;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #e55302;
    border: 1px solid #3C3C3C;
}
.scroll::-webkit-scrollbar-track {
    background-color: #3C3C3C;
}

/* Product Page
-------------------------------------------------- */
.height-220{
	height:220px!important;
}
.height-185{
	height:185px!important;
}
.height-staff{
	height:562px!important;
}
.product-page  .image-box{
	height:312px;
	background:#fff;
	padding:20px;
	width:100%;
	border:1px solid #d5d5d5;
}
.product-page  .image-box img{
width: auto;
max-height: 100%;
}
.product-page  .product-page-details .content-box{
	min-height:312px;
}
.product-page .general-details table{
	width:100%;
}
.product-page .general-details td{
	font-size:12px;
	line-height:14px;
	padding:5px 0;
}
.product-page .general-details .title{
	width:45%;
}
.product-page .general-details .entry{
	width:55%;	
	text-align:right;
}
.product-page .documents-dropdown{
	display:block;
	width:100%;
	margin:0 0 10px 0;
}
.product-page .documents-dropdown .btn{
	float:none;
	width:100%;
	text-align:left;
	color:#7f7f7f;
	font-size:12px;
	height:45px;
	text-transform:uppercase;
}
.product-page .btn img{
	padding-right:10px;
}
.product-page .dropdown-title {
	float:left;
}
.product-page .documents-dropdown .caret {
	float:right;
	margin-top:8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px dashed;
    margin-left: 2px;
	color:#e55302;
}
.product-page .dropdown-menu {
    border: none;
    border-radius: 0;
    min-width: 100%;
}
.product-page .technical-specifications {
    padding: 0;
}
.product-page .technical-specifications h2{
	padding:15px 15px 0 15px;
}
.product-page .technical-specifications table{
	width:100%;
}
.product-page .technical-specifications table thead {
    border-bottom: 1px solid #d5d5d5;
}
.product-page .technical-specifications table thead th {
    border-bottom: 1px solid #d5d5d5;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    text-transform: uppercase;
}
.product-page .technical-specifications table tbody td{
	padding: 5px 0 5px 15px;
	font-size: 12px;
}
.product-page .technical-specifications table tbody tr:last-child td{
	padding-bottom:15px;
}
.product-page .technical-specifications table tbody tr:first-child td{
	padding-top:15px;
}
.content-box-312{
	height:312px;
}
.content-box-345{
	height:345px;
}
.content-box-400{
	height:400px;
}
.content-box-609{
	height:609px;
}
.product-page .regions{
	color:#3c3c3c;
	text-transform:uppercase;
	height:210px;
}
.product-page .regions .active{
	color:#328d2e;
}
.product-page .comments{
	height:160px;
}

/* Diagrams/Drawings
-------------------------------------------------- */
#imageWithTags{
	background:#fff;
}
.diagrams-drawings .headline{
	margin-bottom:20px;
}
.diagrams-drawings .diagram-container{
	margin-top:15px;
	position:relative;
}
.diagrams-drawings .diagram-container .hotspot{
	width:40px;
	height:20px;
	position:absolute;
	cursor:pointer;
}
.diagrams-drawings .diagram-container .tooltip{
	font-family:"Roboto Condensed",​sans-serif;
	font-size:12px;
}
.diagrams-drawings .diagram-container .tooltip-inner{
	background-color:#1e1e1e ;
	border-radius:0;
}
.diagrams-drawings .diagram-container .tooltip-arrow{
	border-right-color:#1e1e1e
}
.diagrams-drawings .diagram-container::-webkit-scrollbar {
    width: 10px;
    background-color: #3C3C3C;
}
.diagrams-drawings .diagram-container::-webkit-scrollbar-thumb {
    background-color: #e55302;
    border: 1px solid #3C3C3C;
}
.diagrams-drawings .diagram-container::-webkit-scrollbar-track {
    background-color: #3C3C3C;
}
.diagrams-drawings .diagram-container-navigation{
	float:right;
	padding-top:7px;
}
.diagrams-drawings .bigger,
.diagrams-drawings .smaller{
	color:#e55302;
	font-size:24px;
	line-height:22px;
	font-weight:normal;
	border-radius:50%;
	text-align:center;
	padding:0;
	width:26px;
	height:26px;
	border:2px solid #e55302;
	float:left;
	font-family:Arial,Tahoma,sans-serif;
}
.diagrams-drawings .smaller{
	line-height:18px;	
}
.diagrams-drawings .scale{
	color:#e55302;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0 7px;
	width:60px;
	height:26px;
	border:2px solid #e55302;
	font-family:Arial,Tahoma,sans-serif;
	float:left;
}
.diagram-container-navigation .nav-item{
	float:left;
	width:26px;
}
.diagrams-drawings .btn-brand {
    display: inline-block;
    margin-right: 50px;
    padding: 10px;
    text-align: left;
	width:100%;
}
.diagrams-drawings .btn-brand img{
	padding-right:10px;
}
.diagrams-drawings .documents-dropdown{
	display:block;
	width:100%;
	margin:0 0 10px 0;
}
.diagrams-drawings .documents-dropdown .btn{
	float:none;
	width:100%;
	text-align:left;
	text-transform:uppercase;
	font-size:12px;
	height:45px;
}
.diagrams-drawings  .btn img{
	padding-right:10px;
}
.diagrams-drawings .dropdown-title {
	float:left;
}
.diagrams-drawings  .documents-dropdown .caret {
	float:right;
	margin-top:8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px dashed;
    margin-left: 2px;
	color:#e55302;
}
.diagrams-drawings  .dropdown-menu {
    border: none;
    border-radius: 0;
    min-width: 100%;
}
.diagrams-drawings .no-padding{
	padding-left:0;
	padding-right:0;
}
.diagrams-drawings .no-margin{
	margin-left:-20px;
	margin-right:-20px;
}
.diagrams-drawings .product-table{
	margin-top:20px;
	width:100%;
}
.diagrams-drawings .product-table th,
.diagrams-drawings .product-table td{
	padding:5px 0 5px 15px;
}
.diagrams-drawings .product-table{
	display:none;
}
.diagrams-drawings .product-table.active{
	display:table;
}

/* Parts List
-------------------------------------------------- */
.parts-list-box{
	padding:0!important;
}
.parts-list-box h2{
	padding:17px 15px 0 15px;
}
.parts-list-box a{
	font-weight:normal;
	width:auto;
	display:inline-block;
}
.parts-list-box a:hover{
	color:#e55302;
}
.parts-list-box .glyphicon{
	font-size:12px;
	cursor:pointer;
}
.parts-list .active{
	background:#86bd6a;
	border-radius:50%;
	height:20px;
	width:20px;
	display:block;
	margin:0 auto;
}
.parts-list .inactive{
	background:#bd3b3b;
	border-radius:50%;
	height:20px;
	width:20px;
	display:block;
	margin:0 auto;
}
.part-search-results .headline{
	margin-bottom:0;
}
.parts-result-icons img{
	float:left;
	margin: -2px 7px 0 0;
}
.parts-result-item{
	background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    padding: 15px;
	margin-bottom: 0;
    margin-top: 30px;
	position:relative;
}
.parts-result-item a{
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
.parts-result-item  .part-number{
	display:block;
    color: #e55302;
    margin-bottom: 5px;
    text-transform: uppercase;	
	font-size: 18px;
	font-weight:bold;
}
.parts-result-item  .part-name{
	display:block;
    margin-bottom: 15px;
	height:60px;
}
.parts-result-item .status-indicator{
	position:absolute;
	top:15px;
	right:15px;
	border-radius:50%;
	height:20px;
	width:20px;
	display:block;
}
.icon-obsolete .status-indicator{
	background:#bd3b3b;
}
.icon-active .status-indicator{
	background:#86bd6a;
}
.icon-active-while-stocks-last .status-indicator{
	background:#ea9225;
}


/* Fixed Price Service Plan
-------------------------------------------------- */
.fixed-price-service-plan .btn-search {
    background: #fdb827 none repeat scroll 0 0;
    color: #000;
    float:left;
    height: 45px;
    width: 10%;
	margin:0;
}
.fixed-price-service-plan .search-form input {
	height: 45px;
	float:left;
	width:90%;
	border:1px solid #fdb827;
}
.fixed-price-service-plan  input {
	height: 45px;
}
.fixed-price-service-plan .product-table thead th {
	font-size:14px;
}
.fixed-price-service-plan  .active {
    background: #86bd6a none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
}
.fixed-price-service-plan  .parts-list-box .btn{
	font-weight:bold;
}
.fixed-price-service-plan  .parts-list-box h3 {
    padding: 17px 15px 0;
}
.fixed-price-service-plan .description-text{
	font-size:14px;
	line-height:16px;
	padding-top:10px;
	margin:0;
}
.fixed-price-service-plan select{
	padding:10px;
}
.fixed-price-service-plan .checkbox input[type="checkbox"]{
	margin-left: 0;
	height:auto;
}
.fixed-price-service-plan .registration-form{
	padding:0 15px;
}
.fixed-price-service-plan .glyphicon-calendar {
    color: #fdb827;
	font-size:18px;
	padding-top:5px;
}
.fixed-price-service-plan  .glyphicon-search{
	font-size:16px;
}
.fixed-price-service-plan .purchase-plan-table{
	width:100%;
}
.fixed-price-service-plan .purchase-plan-table th{
	font-weight:bold;
	color:#fdb827;
	padding:2px 40px 2px 0;
}
.fixed-price-service-plan .purchase-plan-table td{
	padding:2px 40px 2px 0;
}
.fixed-price-service-plan .purchase-plan-table .total{
	font-weight:bold;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.fixed-price-service-plan .purchase-plan-table .dealer-price{
	font-weight:bold;
	color:#fdb827;
}
.fixed-price-service-plan .purchase-plan-table .dealer-price a{
	font-weight:bold;
	color:#fdb827;
	text-transform:uppercase;		
}
#purchasedplans input {color:#000}
#purchaseplans .form-control-feedback{top:0px !important}
/* Express Repair
-------------------------------------------------- */
.express-repair .list{
	list-style-type:disc;
	margin:0 0 20px 17px;
}
.express-repair .checkbox-description{
	width:210px;
	text-transform:uppercase!important;
}
.express-repair .pickup-time select{
	float:left;
	width:58px;
	margin:0 5px 0 0;
}
.express-repair .pickup-time p{
	float:left;
	margin:0 5px 0 0;
	padding-top:10px;
}
.express-repair .glyphicon-calendar {
    color: #fdb827;
	font-size:18px;
	padding-top:5px;
}
.express-repair thead,
.express-repair thead th {
    border-bottom: none;
}
.express-repair .checkbox-brand input{
	height:auto!important;	
}

/* Enquiry Builder
-------------------------------------------------- */
.enquiry-builder .btn-brand{
	padding: 10px;
	text-align:left;
	float:left;
}
.enquiry-add{
	width:105px;
}
.form-control.enquiry-builder-quantity{
    float: left;
    height: 25px !important;
    padding: 5px;
    text-align: right;
    width: 32px;
}
.enquiry-builder .btn-add{
	float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 5px 4px 13px;
    width: 40px;
}
.btn-add-enquiry{
    float: left;
    height: 25px;
    margin-left: 5px;
    padding: 0;
    width: 25px;
}
.enquiry-builder .enquiry-builder-quantity .glyphicon{
	font-size:20px;
	margin-left:5px;
	display:inline-block;
	cursor:pointer;
}
.enquiry-builder .enquiry-builder-space {
	border-bottom:1px solid #3f3f3f;
	padding-bottom:20px;
	padding-top:20px;
}
.enquiry-builder .enquiry-builder-table th,
.enquiry-builder .enquiry-builder-table thead{
	border-bottom:none;
}
.enquiry-builder .line-reference-no{
	height:30px;
}
.enquiry-builder .enquiry-builder-table.send-enquiry td{
	padding-top:10px;
}
.enquiry-builder .enquiry-builder-table.send-enquiry td:last-child{
	padding-top:0;
}
.admin_editbox{
border-top:4px solid #000;
border-bottom:4px solid #000;
background-color:#fff;
padding-top:5px;
padding-bottom:5px;
}
.admin_editbox #webmode{margin-left:5px;}
.enquiry-builder-table{
	margin-top:0!important;
}

/* Change Notes 
-------------------------------------------------- */
.change-notes .affected-markets{
	margin-top:20px;
	margin-bottom:5px;
}

/* Media Queries - LG & MD
-------------------------------------------------- */
@media (min-width:992px){
#wrapper {
	min-width: 1024px;
}
.container {
    width: 1024px;
}
.container-smaller{
	width: 994px;
}
}

/* Media Queries - SM
-------------------------------------------------- */
@media (max-width:992px){
#wrapper {
	min-width: 100%;
}
.container {
    width: 760px;
}
.container-smaller {
    width: 730px;
}
h2{
	font-size:12px;
}
#header-nav-wrapper {
    position: relative;
    right: 0;
    top: 0;
}
.header-top-row{
	padding-top:15px;
}
.header-top .access-market{
	text-align:center;
}
.margin-nav {
    margin-left: 0;
}
.scroll{
    height: 100%;
}
table {
	overflow-x: auto;
	display: block;
}
}

/* Media Queries - XS
-------------------------------------------------- */
@media (max-width:768px){
body {
    margin-bottom: 0;
}
.product-table thead th,
.product-table tbody td,
.technical-specifications thead th,
.technical-specifications tbody td {
    font-size:11px!important;
    padding:5px!important;
	text-transform:none!important;
}
.product-table table,
.technical-specifications table,
.technical-specifications{
	overflow-x:auto;
}
.container{
	width:100%;
}
.space-bottom-10-xs{
	margin-bottom:10px;
}
.space-bottom-30-xs{
	margin-bottom:30px;
}
.no-float-xs{
    float: none !important;
}
.text-center-xs{
	text-align:center;
}
#header .container{
	padding-left:0;
	padding-right:0;
}
.navbar-brand{
	margin: 0 auto;
	float:none;
	width:100%;
	text-align:center;
	display:block;
	position:relative;
	height:auto;
}
.navbar-brand img{
	margin:0 auto;
}
.header-top{
	height:auto;
	background:transparent;
}
.header-top-row {
    padding: 0 0 20px 0;
}
.header-top .location{
	padding:10px;
	text-align:left;
	font-size:11px;
	text-align:center;
}
.header-top .location p{
	padding:0;
	margin:0;
}
.header-top .access-market .access-market-btn{
	padding:10px 0;
	font-size:11px;
}
.header-top .location span {
    font-size: 11px;
}
.navbar-wrapper{
	padding:0;
	margin:0;
}
.navbar {
    min-height: auto;
	margin:0;
}
.navbar-toggle{
	margin:8px auto;
	float:none;
	width: 100%;
	color:#000;
}
.navbar-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 3px;
    width: 22px;
	background:#000;
	margin:0 auto;
}
.navbar-nav{
	margin:0!important;
	padding:10px 0;
}
.nav > li {
	text-align:center;
}
.navbar-nav > li > a{
	padding: 5px 0!important;
	font-size:16px;
}
.navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
	padding: 5px 15px;
}
.navbar-nav > li > a, 
.nav > li > a:focus, 
.nav > li > a:hover,
.nav > li.active > a  {
	border-bottom:none;
}
#content-wrapper{
	padding:0;
}
.search-form{
	height:62px;
}
.search-container .btn-search{
	height:60px;
	width:100%;
}
.search-container .collapse-button {
    height: 60px;
    width:100%;
}
.footer{
	margin:15px 0;
	padding-top:10px;
	position:relative;
	height:auto;
}
.footer p{
	margin:0;
	padding:0;
}
.content-container  .content-box-standard{
	height:auto;	
}
.main-content .headline{
	padding:0;
}
.product-table thead th {
    font-size: 12px;
}
.scroll {
    height: 100%;
}
.product-page .product-page-details .content-box,
.height-staff{
	height:auto!important;
}
.search-result-product .content-box .image-box {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-bottom: 10px;
    padding: 15px;
    width: 90%;
}
.modal-dialog {
    width: 100%;
}
#rating-plate .modal-dialog {
    width: 100%;
}
table {
	overflow-x: auto;
	display: block;
}
#productPartsTable th {
	display: none;   
}
#productPartsTable td:before {
	content: attr(data-th) ": "; 
	font-weight: bold;
	text-transform:uppercase;
	padding-right:5px;
}
#productPartsTable td{
	display:block;
	padding-left:15px!important;
} 
#productPartsTable td:before {
	display: inline-block;
}
#productPartsTable .enquiry-add-td:before{
	content:"";
}
#productPartsTable .btn-add{
	float:left;
}
}

/* Icons 
-------------------------------------------------- */
.generic-icon.edit-icon {
    background: #fdb827 none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    height: 20px;
    line-height: 12px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 20px;
}
.generic-icon.edit-icon:hover {
    background: #efa302 none repeat scroll 0 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.generic-icon.edit-icon .glyphicon {
    color: #1e1e1e;
    font-size: 11px;
    left: 4.5px;
    line-height: 7px;
    position: absolute;
    top: 6.5px;
}
.generic-icon.delete-icon {
    background: #fdb827 none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    height: 20px;
    line-height: 12px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 20px;
}
.generic-icon.delete-icon:hover {
    background: #efa302 none repeat scroll 0 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.generic-icon.delete-icon .glyphicon {
    color: #1e1e1e;
    font-size: 11px;
    left: 4.5px;
    line-height: 7px;
    position: absolute;
    top: 6.5px;
}
.livetranslation-icon{
	display:inline-block;
	background:#3c3c3c;
	color:#fff;
	border-radius:50%;
	height:18px;
	width:18px;
	line-height:12px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	padding:0;
	position:relative;
}
.livetranslation-icon:hover{
	background:#fdb827;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	cursor:pointer;
}
.livetranslation-icons .edit-icon .glyphicon-pencil{
	color:#fff;
	font-size:9px;
	line-height:9px;
	position:absolute;
	top:4px;
	left:4px;
}
.livetranslation-icons .cancel-icon .glyphicon-remove{
	color:#fff;
	font-size:9px;
	line-height:9px;
	position:absolute;
	top:4px;
	left:4px;
}
.livetranslation-icons .save-icon .glyphicon-ok{
	color:#fff;
	font-size:9px;
	line-height:9px;
	position:absolute;
	top:4px;
	left:4px;
}
.livetranslation-icons .undo-icon .glyphicon-arrow-left{
	color:#fff;
	font-size:9px;
	line-height:9px;
	position:absolute;
	top:4px;
	left:5px;
}

/* Livetranslation
-------------------------------------------------- */
#livetranslation a.btn img{
	display:none;
}
#livetranslation a.btn{
	background:url('/Content/images/Common/icon-livetranslation-white.png') no-repeat 10px center #e55302;
	padding-left:38px;
}
#livetranslation a.btn[aria-expanded="true"] {
	background:url('/Content/images/Common/icon-livetranslation-white.png') no-repeat 10px center #ce3604;
}

/* Error Messages 
-------------------------------------------------- */
.error-BD, .error-bd {
	font-size:20px;
	line-height:28px;
	font-family: Arial, sans-serif;
	margin:0;
	text-align:center;
	padding: 80px 0 80px 0;
}
.error-BD h1, .error-bd h1{
	margin:0;
	text-transform:uppercase;	
	font-weight:bold;
	font-size:36px;
	color:#e55302;
	padding-bottom:50px;
}
.error-BD p, .error-bd p{
	padding:0;
	margin:0;
}
.error-BD a, .error-bd a{
    color: #4d4e53;
    text-decoration: none;	
}
.error-BD a:focus, 
.error-BD a:hover,
.error-bd a:focus, 
.error-bd a:hover {
    color: #e55302;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* Other
-------------------------------------------------- */
#historics .historydetail {cursor:pointer; text-decoration:underline}
span[rel="translatable"] {cursor:pointer}
#customersearchresultrows td{ cursor:pointer}
.registerplanrow .serialno, .registerplanrow .assetnumber{color:#000;}
.express-repair #warrantymsg, .express-repair #customerdetailsmsg, .express-repair #returenedtooldetailsmsg, .express-repair #shippingdetailssmsg{color:#bd3b3b}
.vat-disclaimer {
    text-transform: uppercase;
    color: red;
    font-size: 12px;
}
#chooseservices{
	margin-bottom:30px;
}

.diagrams-drawings .diagram-container-navigation {
    cursor: pointer;
}
.enquirybasket .glyphicon-wrench, .enquirybasket .glyphicon-ok-sign{
cursor:pointer;
}
.enquirybasket .glyphicon-remove{
cursor:pointer;
}
.service-agent-locator .agent-locator-filters li{
                margin-bottom:18px;
}
.service-agent-locator .agent-locator-filters li p {
               font-size: 11px;
                line-height: 14px;
                padding: 2px 3px;
                background:transparent;
}
