﻿* {
    margin: 0;    
}

html, body {
  height: 100%;
}
.container {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -300px; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.container:after {
  content: "";
  display: block;
  height: 300px;
}

.container #content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}
body {
   font-family: 'Open Sans' ,sans-serif;
	font-size: 14px;
    color: #303030;
}

.clear {
    clear: both;
}

.Skip {
    display: none;
    position: absolute;
    top: -1e+8px;
}

.vbox > *
{
	display: block;
}

.hbox > *
{
	display: inline;
}

h1
{
    font-weight: 300;
    font-size: 30px;
    color: #303030;
    line-height: 32px;
    margin: 10px 0 18px;
}

h2
{
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    color: #303030;
}

h3
{
    Font-weight: 300;
    Font-size: 24px;
    Line-height: 24px;
    Color: #303030;
}

.subheading {
    Font-weight: 600;
    Font-size: 16px;
    Line-height: 18px;
    Color: #303030;
    margin: 10px 0;
}

h4
{
    background-image: url(../images/specs.gif);
    font-size:12px;
    height:23px;
    width: 450px;
    left:-5px;
    line-height:23px;
    margin:5px 0 0;
    padding:0 0 0 30px;
    position:relative;
    text-transform:uppercase;
} 

.FieldHeader
{
	font-weight: bold;
}

a 
{
	text-decoration: none;
    color: #00529C;
}


.red-text {
    font-size: 12px;
    color: red;
}

.blue {
    color: #0d2ea0;
}

.blue-text {
    font-size: 12px;
    color: #0d2ea0;
}

.grey-text {
    font-size: 12px;
    color: #303030;
}

a:hover, a:focus
{
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
}

.bold {
    font-weight: 600;
}

.normal {
    font-weight: 400 !important;
}

.capitalize {
    text-transform: capitalize;
}

/* Placeholder Text Colour*/

::-webkit-input-placeholder {
   color: #ebebeb !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ebebeb !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ebebeb !important;  
}

:-ms-input-placeholder {  
   color: #ebebeb !important;  
}

#bullet
{
    list-style-image: url(../images/bullet.gif);
}

/******* Header Style *******/
#header2 a {
    color: #fff;
    text-decoration: none;
}

#header2{
    font-size:16px;
    line-height:1;
    max-width:960px;
    width: 100%;
    min-width:400px;
    height:89px;
    color:#fff;
    background: #0d2ea0;
    padding: 15px 20px;
}

.bra_logo {
    float: left;
    padding-top: 11px;
    text-align: left;
    width: 106px;
}

#inner {
    margin: 10px 20px 0 0;
}

html > body #bWrap {
    color: #FFFFFF;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 7px;
    padding: 0 0 0 40px;
    margin-left: 2px;
}

#brabox {
    font-size: 12px;
    display: inline-block;
}

#brabox1 {
    width: 240px;
}

.globalHeaderSearch {
    width: 240px;
}

.globalHeaderSearchMobile {
    background: #0d2ea0;
}

.globalHeaderSearch input[type=text], .globalHeaderSearch input[type=text]:focus {
    width: 199px;
}


.globalHeaderSearchInputOff {
    width: 210px;
}

#aWrap {
    margin-right: 5px;
}

#dWrap {
    margin-left: 2px;
}

input[type="text"].globalHeaderSearchDefault {
    background: #0d2ea0 url("/Public/Images/icon-search.png") no-repeat 97% center;
    background-size: 15px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    width: 199px;
    color: #fff;
    border: 1px solid #445FDE;
    padding: 4px 25px 4px 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

}

.globalHeaderSearch input[type=text]:focus {
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.globalHeaderSearch input[type=submit].globalHeaderSearchDefaultButton{
    background: #0d2ea0 url(/Public/Images/icon-search.png) no-repeat;
    border: none;
    float: right;
    position: relative;
    top: -32px;
    width: 24px;
    background-size: 15px;
    margin-right: 1px;
}

/******* Menu Style *******/
#menu {
    font-size: 12px;
    height: 40px;
    background: #F4F4F4;
    border-bottom: 2px solid #c2c2c2;
}
#menu span, #menu a
{
	font-size: 13px;
	text-decoration: none;
	padding-left: 0;
	color:#303030;
    font-weight: 600;
}
#menu span, #menu li.guest-user-nav span, #menu li.logged-user-nav span, #menu li.cashback-nav span, #menu li.voucher-nav span {
    display:inline-block;
    height: 40px; 
    line-height:40px;
    float:left;
}

#menu li.guest-user-nav span.nav-bar-right, #menu li.logged-user-nav span.nav-bar-right, #menu li.cashback-nav span.nav-bar-right, #menu li.voucher-nav span.nav-bar-right{

    width:6px;
}
#menu span.nav-bar-middle, #menu li.guest-user-nav span.nav-bar-middle,#menu li.logged-user-nav span.nav-bar-middle, #menu li.cashback-nav span.nav-bar-middle, #menu li.voucher-nav span.nav-bar-middle {
    padding:0 15px;
}
#menu li.guest-user-nav span.nav-bar-middle{
    width:297px;
    padding: 0;
}
#menu li.logged-user-nav span.nav-bar-middle{
    width:5px;
    padding: 0;
}
#menu li.cashback-nav span.nav-bar-middle{
    width:576px;
}
#menu li.voucher-nav span.nav-bar-middle{
    width:560px;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	background:url(../Images/HeaderNav/nav-middle.png) repeat-x;
}

#menu ul li
{
	display: inline-block;
	list-style-type: none;
	padding:0 3px 0 0 ;
    height:40px;
	line-height:40px;
	float:left;
}
#menu ul li.guest-user-nav, #menu ul li.logged-user-nav, #menu li.cashback-nav, #menu li.voucher-nav{
    background:none;
    padding:0;
}
#menu ul li a:hover span,#menu ul li a:focus span, #menu ul li span a:hover, #menu .nav-bar-middle:hover
{
    color:#00529C;
    text-decoration: none;
}

#menu ul li:hover {
    background: transparent url("../Images/bullet-grey.png") no-repeat bottom center;
}

#menu ul li.guest-user-nav {
    display: none;
}

#menu .menu-right .username {
    line-height: 40px;
    display: inline-block;
    float: left;
    font-size: 13px;
}

.sub-menu {
    /* Target IE7 */
	*z-index: 3000;
    margin-top: -2px;
}
.sub-menu .sub-menu-content {
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 380px;
    z-index: 3000;
}
.sub-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
    border: none;
    width: 250px;
    border-top: 2px solid #c2c2c2;
}
.sub-menu ul li{
    background-color: #F4F4F4;
    margin: 0;
    padding: 0;
}
.sub-menu li.thick {
    border-bottom: 5px solid #DBD8D8;
}
.sub-menu ul li a 
{
    font-family:'Open Sans', sans-serif;
    color: #5A5A5A;
    display: block;
    line-height: 1.5;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    width: 230px;
}
.sub-menu ul li a:hover {
    color:#00529C;
    background-color:#dbd8d7;
}
.sub-menu ul li:hover {
    background-color:#dbd8d7;   
}
.sub-menu .sub-menu-2{
    left:101px;
}
.sub-menu .sub-menu-4{
    left:416px;
}
.sub-menu .sub-menu-6{
    left:688px;
}
.sub-menu .sub-menu-7{
    left:93px;
}

/** Page Layout **/
#content
{
	display: inline-block;
    margin: 10px 0;
	float: left;
    padding: 0 5px;
	width: calc(100% - 10px);
}

.GeneralContent
{
	/*font-size: 12px;*/
	color: #303030;
    margin-bottom: 10px;
}
.GeneralContent p a {
 	background: url(../images/link_arrow.png) no-repeat 101% 5px;
    padding-right: 10px;
}
.GeneralContentBold
{
	font-size: 100%;
	font-weight: bold;
	color: #303030;
}

/** ul table layout **/
ul.table {
    display: table;
}

ul.table li{
    display: table-row;    
}

ul.table li span,
ul.table li div {
    display: table-cell
}

/** ServiceSupport Page **/
.ServiceContentLeftBold .row-fluid
{
    padding-bottom: 4px;
}
.ServiceContentLeftBold span2.icon-link {
    width: 200px;
    margin-right: 10px;
}

.ServiceContentLeftBold
{
    margin-bottom: 10px;
	font-size: 100%;
}

.ServiceContentLeftBold a
{
	text-decoration: none;
}

.ServiceContentLeftBold a:hover, .ServiceContentLeftBold a:focus
{
	text-decoration: underline;
}

/******* Footer Style *******/
#Footer {
    width: 100%;
    clear: both;
    color: #5A5A5A;
    float: left;
    height: 300px;
    text-align: left;
    background: #f4f4f4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.footer-wrapper {
    max-width: 960px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#FooterMenu
{
	height: 25px;
	font-size: 12px;
}

#FooterMenu a
{
	font-family: 'Open Sans' ,sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	color: #5a5a5a;
	height: 50px;
}

#FooterMenu a:hover, #FooterMenu a:focus
{
	margin-top: 0px;
	text-decoration: underline;
	padding-top: 4px;
}

#FooterMenu ul
{
	margin-top: 0px;
	padding-left: 5px;
	margin-left: 0px;
	padding-top: 5px;
}

#FooterMenu ul li.First
{
	display: inline;
	vertical-align: middle;
	list-style-type: none;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 4px;
}

#FooterMenu ul li
{
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 4px;
}


#ImportantLinks 
{
    float: right;
    width: 18%;
    padding-left: 15px;
    margin-right: 16px;
    display: inline-block;
    border-left: 1px solid #ddd;
}

.footer-column
{
	float: left;
    width: 18%;
	padding-top: 0;
    margin-left: 10px;
}

#Footer ul
{
	margin-top: 0px;
	padding-left: 5px;
	padding-left : 0px;
	margin-left: 0px;
	padding-top: 15px;
	/* Target IE7 */
	*padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#Footer ul li
{
	float: left;
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 10px;
	max-width: 140px;
    width: 100%;
	font-size:11px;
    margin: 0;
}

#Footer a
{
	text-decoration: none;
	color: #5a5a5a;
	height: 50px;
}

.MenuCategory
{
    font-weight: 600;
    color: #303030 ;
    padding-left: 5px;
    padding-top: 14px;
    padding-bottom: 10px;
    float: left;
    font-size: 13px;
}

.MenuCategory a
{
	color: #303030 !important; 
}

#Footer a:hover, #Footer a:focus
{
	text-decoration: underline;
}

.TermsConditions
{
	padding-bottom: 10px;
}

.copyright
{
	text-align: left!important;
	color: Gray;
	font-size: 10px;
    max-width: 960px;
    width: calc(100% - 15px);
    display: block;
    padding-left: 15px;
    margin: 10px auto 10px auto;
}

li.footer-social-media {
    padding-top: 10px;
}

li.footer-social-media-first {
    padding-top: 20px;
}

/******* About page *******/
.AboutUsList ul {
    color: #003399;
    font-size: 100%;
    margin-left: 0;
    padding: 2px 0 1px;
}

.event-content-block
{
    display:block;
}

.highlighted-block {
    background-color: #f8e7d5;
}

/******* Product page *******/
.product-subgroup-info {
    margin-left: 40px;
}

input[type="checkbox"].product-subgroup-checkbox {
    margin-top: 56px;
}

.product-subgroup-info .product-subgroup-image {
    height: 70px;
    width: 70px;
}

.product-subgroup-info img {
    float: none;
    max-height: 70px;
    max-width: 70px;
}

.products-list-radio-button input[type="radio"] {
    margin: 0 3px;
}

/******* Product list layout *******/
#ViewProductList
{
    margin-top: 20px;
    width: 960px;
}

#ViewProductList table
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #6B6B6B;
    background-color: #EEEEEE;
    border-spacing: 0px;
}

#ViewProductList table thead tr th 
{
    
    border-left: 1px solid #6B6B6B; 
    border-top: 1px solid #6B6B6B; 
    background-color: Silver;
}
#ViewProductList table tr, #ViewProductList table td
{
    padding: 0px;
}
#ViewProductList table tbody tr:nth-child(even) 
{
    background-color: #FFFFFF;

}
#ViewProductList table tbody td
{

    border-left: 1px solid #6B6B6B;     
}

#ViewProductList table .product-list-column
{
    width: 65%;
}

#ViewProductList table .rrp-list-column
{
    width: 10%;
}

#ViewProductList table .ProductLayoutName
{
	padding-left: 5px;
}

#ViewProductList table .ProductLayoutPrice
{
	padding-right: 5px;
}

.product-info div {
    float: left;
    vertical-align: middle;
    line-height: 70px;
}

.product-info .ProductCode {
    padding-left: 20px;
    color: #000;
}

.product-info .ProductImage
{
	width: 100px;
}

.PageSize
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    line-height: 15px;
}

.Paging
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 10px;
}

/******* Product Detail page ******/
#product-details-content.row-fluid [class*="span"] {
    margin-left: 0;
}

.AddToBasketButton
{
    background: url("../images/btnAddToBasket.png") no-repeat;
    width:123px;
    height:34px;
    padding:5px;
    padding-left:0;
    
    
}

.AddToBasketButton:active,
.AddToBasketButton:hover,
.AddToBasketButton:focus
{
    background: url("../images/btnAddToBasketHover.png") no-repeat;
}


.AddToBasketButton input
{
    width:100%;
    height:100%;
    background:none;
    border:none;
    cursor: hand; 
    cursor: pointer;
}

.ViewBasketButton
{
    background: url("../images/btnViewBasket.png") no-repeat;
    width:123px;
    height:34px;
    padding:5px;
    padding-left:0;
}

.ViewBasketButton:active,
.ViewBasketButton:hover,
.ViewBasketButton:focus
{
    background: url("../images/btnViewBasketHover.png") no-repeat;
}


.ViewBasketButton input
{
    width:100%;
    height:100%;
    background:none;
    border:none;
    cursor: hand; 
    cursor: pointer;
}

.ViewProduct
{	
	min-height: 500px;	
	margin-bottom:5px;
}

.ViewProductTopHeaderId
{
    font-size: 170%;
    font-weight:bold;
}

.ViewProductTop 
{   
    border: solid 1px #CACACA;
    border-top: solid 3px #231881;
    padding:30px;
    width:900px; /*+ 30 px padding on both sides = 960px */
    height:300px;
    margin-bottom: 30px;
}

.ViewProductTopImage
{
    float:left;
    padding-top: 30px;
}

.ViewProductTopRight
{
    padding-left: 280px;
}

.ViewProductTopRightContent
{
    margin-left: 100px;
}

.BottomSeparator
{
    border-bottom: solid 1px #CACACA;
    padding-bottom: 8px;
    margin-bottom: 4px;
}

.ViewProductTopDetails
{
    float:left;
    margin-top:7px;
}

.ViewProductTopDetailsKey
{
    float:left;
    width: 130px;
    font-weight: bold;
    font-size:15px;
}

.ViewProductTopDetailsValue
{
    float:left;
}

.ViewProductTopBigText
{
    font-size: 18px;
}

.ViewProductPanel
{	
     border: solid 1px #CACACA;
     width: 900px;
     margin-bottom:5px;
     padding:30px;
}

.ViewProductPanel h2
{
    color: #1950AD;
}
/* Bottom Content Product Menu */

.row-fluid .product-details-bottom-content-wrapper {
    margin: 20px 0;

}

.row-fluid .product-details-bottom-content-wrapper.product-thumbnail-padding {
    margin-top: 40px;
}

/* Bottom Content - Product Menu (Tabs) */
.ProductMenu
{
	height: 34px;
	font-size: 16px;
    border-bottom: 2px solid #999;
}

.ProductMenu ul 
{
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    list-style: none none outside;
}

.ProductMenu ul li
{
	line-height: 12px;
	float: left;
	overflow: hidden;
	font-size: 0.8em;
	margin-left:7px;
    background: #f4f4f4;
    color: #303030;
	position:relative;
	top: 2px;
    padding: 10px 15px;
}

.ProductMenu ul li a
{
	text-align: center;
	display: block;
	color: black;	
	text-decoration: none;
}

.ProductMenu ul li:hover,
.ProductMenu ul li:hover a
{
    background: #999;
    color: #fff;
}

.ProductMenu ul li.selected {
    background: #999;
}

.ProductMenu ul li a.selected
{
    color: #fff;
} 
.DownloadInfo
{
	color: Gray;
	font-style: italic;
}

.SupportDownloadHeader
{ 
    padding-left:30px;
	padding-right:15px;
	background-color: #EAEAEA;
	margin-left:-30px;
	width:915px;
}
.SupportDownloadHeader h2
{ 
    margin:0;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: normal;
}

.SupportDownloadLink
{
    margin-left:-30px;
	padding-right:15px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom:solid 1px #CACACA;
	width: 945px;
}
.SupportDownloadLink > a 
{
    padding-left:30px;
}

.ProductWarningMessage
{
	color: #5a5a5a;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.DownloadLink {
    padding-bottom: 10px;
}

/* Product Details - Top Content */
#product-details-content .product-top-wrapper {
    border-bottom: 1px solid #ccc;
    margin: 15px 0;
    min-height: 345px;
    position: relative;
    padding-bottom: 20px;
}

.product-details-top-content-wrapper {
    width: 100%;
}

.product-details-top-content-wrapper span {
    display: block;
}

.product-details-top-content-wrapper h1 {
    display: block;
}

.product-details-top-content-wrapper h2 {
    display: block;
}
.product-top-wrapper .product-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 16px;
    color:#303030;
    margin: 0;
}

.product-top-wrapper .description-add-button-wrapper {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 6px;
}

.product-top-wrapper .description-add-button-wrapper h2.short-description,
.add-to-basket-container {
    display: inline-block;
}

.product-top-wrapper .description-add-button-wrapper h2.short-description {
    margin-top: 12px;
    font-size:18px;
    font-weight: 600;
    line-height: 16px;
    color:#303030;
}

.product-top-wrapper .price-wrapper {
    display: inline-block;
}

.product-top-wrapper .price-wrapper span {
    display: inline-block;
}

.product-top-wrapper .price-wrapper .inc-gst-text {
    font-size: 11px;
}

.product-top-wrapper .price-wrapper .buy-text {
    font-weight: 600;
}

.product-top-wrapper .price-wrapper span.rrp-price {
    display: block;
}

.product-top-wrapper .price-wrapper .purchase-price,
.product-top-wrapper .price-wrapper .rrp-price.logged-out {
    font-size: 22px;
    line-height: 28px;
}

.product-top-wrapper .availability-wrapper {
    display: inline-block;
    float: right;
}

.product-top-wrapper .availability-wrapper span,
.product-top-wrapper .availability-wrapper form {
    display: inline-block;
}

.product-top-wrapper .availability-wrapper a {
    color: #303030;
    display: inline-block;
    text-decoration: none;
}

.product-top-wrapper .availability-wrapper a:hover {
    text-decoration: none;
}

.product-top-wrapper .availability-wrapper img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 5px;
}

.product-top-wrapper .availability-wrapper .refresh-text {
    font-size: 12px;
}

.product-top-wrapper .availability-wrapper .refresh-text img {
    width: 14px;
    height: 14px;
}
.product-image-wrapper {
    margin-top: 15px;
    margin-left:35px;
}
.product-top-wrapper .big-image {
    text-align: center;
    max-width: 250px;
    margin: 0 3.5%;
}

.product-top-wrapper .big-image img {
    width: 100%;
    height: auto;
}

.product-top-wrapper .product-thumbnails-wrapper {
    position: absolute;
    bottom: -35px;
    left: 3.5%;
    padding-left:45px;
}
.product-top-wrapper .product-thumbnails-wrapper .product-thumbnail {
    background: #fff;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
}

.product-top-wrapper .product-thumbnails-wrapper .product-thumbnail img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    cursor: pointer;
    position: absolute;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* Product Details -Top Content - Icons and Links */
.product-links-wrapper {
    bottom: 5px;
}

.product-link {
    display: flex;
    align-items: center;
    width: 175px;
    font-size: 12px;
    margin-bottom: 3px;
}

.product-link-group {
    display: flex;
}

.product-link-container {
    display: flex;
    align-items: center;
}

.product-link a {
    color: #303030;
}

.product-link a:hover {
    color: #00529C;
    text-decoration: none;
}

.product-link .product-link-flex {
    display: flex;
    align-items: center;
}

.product-link .product-link-text-container {
    max-width: 140px;
    margin-top: 28px;
}

.product-link .product-link-icon {
    display: inline-block;
}
.product-link .product-link-icon img {
    width: 30px;
    height: 30px;
}

.product-link .product-link-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 4px;
}

.product-link .product-link-subtext {
    font-size: 10px;
    padding-left: 4px;
}

.product-details-tab-content .tab-option {
    background: #f9f9f9;
    padding: 15px;
    min-height: 200px;
}

@media (max-width: 767px) {
    .product-link-group {
        justify-content: space-around;
    }
}

@media (max-width: 520px) {
    .product-link {
        height: 73px;
	width: 150px;
    }

    .product-links-wrapper {
        display: flex;
        justify-content: space-around;
    }

    .product-link-group {
        flex-direction: column;
        justify-content: flex-start;
    }
}

/* Product Details - Support and Download */

.icons-wrapper {
    margin-top: 10px;
}

.support-download-link-container {
    display: inline-block;
    width: 170px;
    margin: 15px 25px;
    vertical-align: top;
}

.support-download-link-container a {
    color: #303030;
}

.support-download-link-container a:hover {
    text-decoration: none;
    color: #00529C;
}
.support-download-icon {
    
}
.support-download-icon img {
    width: 60px;
    height: 60px;
}

.support-download-text {
    text-align: center;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    
}

.support-download-description {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 6px;
    margin-top: 6px;
    line-height: 1.1em;
    font-size: 13px;
}


/* Product Details - Overview */
.title-wrapper {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}

.overview-price {
    margin-top: 10px;
    margin-bottom: 4px;
}

.title-wrapper .product-name {
    font-weight: 600;
}

.title-wrapper .short-description {
    font-weight: 300;
    font-size:16px;
}

.overview-block {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.overview-wrapper {
    width: 100%;
}

.overview-left-wrapper {
    width: 48%;
    display: inline-block;
}

.overview-right-wrapper {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.5%;
}

.product-details-bottom-content-wrapper .summary-overview {

    margin-bottom: 0;
    font-size:13px;
    width: inherit;
    overflow-wrap: break-word;
}

.product-details-top-content-wrapper .summary-overview {
    margin-bottom: 0;
    font-size:13px;
    width: inherit;
    overflow-wrap: break-word;
}

.summary-specifications table.table td{
    border-top: none;
    padding: 5px;
    font-size:13px;
}

.overview-features-header {
    padding-bottom: 4px;
}

.summary-features ul {
    margin: 0;
    margin-left: 17px;
}

.summary-features li {
    line-height: 24px;
    font-size:13px;
    list-style-type: none;
}

/** Product Details - Tech Details **/
table.spec-table {
    width: 100%;
}

table.spec-table tr{
    width: 50%;
}

.spec-heading {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 5px;
    padding-top: 20px;
	font-weight: 400;
    border-bottom: 2px solid #999;
}

table.spec-table tr:not(.spec-line) + tr td {
    padding-top: 20px;
}
.spec-line td {
	font-size: 14px;
	line-height: 16px;
    padding: 6px 0;
    vertical-align: top;
    border-bottom: solid 1px #eaeaea;
}

.spec-line td.spec-label {
	font-weight: 600;
    width: 28%;

}

.spec-value {
	padding-left: 15px;
}

/******* Warranty page *******/
.note-background{
    background-color: #f8e7d5;
}

/******* Recycling Page *******/
.hide-content
{
    display: none;
}


/******* iPrint Page *******/
.row-fluid .PrintDescription
{
    padding-left:10px; 
    padding-top:14px;
}
.row-fluid .PrintSubtitle
{
    font-size: 14px;
}

.row-fluid .PrintTableColumnTitle
{
    font-weight: bold;
    font-size: 12px;
    min-height: 0;
}

.row-fluid .PrintTableColumnText
{
    font-size: x-small;
    margin: 0%;
    line-height: normal;
}

.row-fluid .PrintTableColumnImage
{
    border: none;
    padding-right: 17px;
}

.row-fluid .side-note
{
    font-size: 10px;
}

.row-fluid .print-description
{
    font-size: x-small;
    vertical-align: top;
    line-height: normal;
    margin: 0%;
}

.row-fluid .compatible-list
{
    padding-left: 30px;
}

.row-fluid .print-list-title
{
    margin:0;
}

.row-fluid .print-table-padding
{
    padding-left:2px;
}

.row-fluid .print-app-text
{
    font-size: x-small;
    margin: 0%;
    line-height: normal;
    padding-top: 15px;
}

.row-fluid .windows-app-text
{
    font-size: x-small;
    margin: 0%;
    line-height: normal;
    padding-left:25px;
}

.print-icon-left {
    padding-left: 17px;
}

.print-icon-right {
    padding-right: 17px;
}

/******* Store Locator Page *******/
.closest-store 
{
    width: 960px;
}

.store-locator-details {
    float: right;
    padding: 20px 200px 40px 0;
}

.store-details {
    padding-bottom: 20px;
}

.store-details > h2 {
    font-size: 14px;
    color: black;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
    line-height: inherit;
}

.store-details > label {
    display: block;
    margin-bottom: 0;
    font-size: inherit;
}

.image-store-details img {
    border: none;
}

.ProductGroupList {
    float: left;
    padding-bottom: 20px;
}

.ProductGroupList > ul {
    list-style: none;
    padding: 0;
    margin:12px 0;
}

.ProductGroupList > ul > li {
    line-height: 2;
    text-decoration: none;
}

.DealerLocatorProductGroup {
    font-size: 14px;
}

.DealerLocatorProductGroup:hover {
    text-decoration: none;
}

.DealerLocatorProductGroup .level1-icon {
    width: 10px;
    height: 10px;
    padding-right: 5px;
    border: none;
}

.DealerLocatorProductGroup + ul 
{
    list-style: none;
    padding-bottom: 30px;
    line-height: 0;
}

.level-two-arrow-icon {
    border: none;
}

.other-stores-link > input {
    margin: 0;
    float: right;
}

.map-wrapper {
    height: 500px;
    margin-top: 43px;
}

/******* Dealer Locator *******/

.DealerLocatorSubGroups
{
	list-style-type: decimal;
}
.DealerLocatorSubGroups a
{
	text-decoration: none;
}
.DealerLocatorSubGroups a:hover, .DealerLocatorSubGroups a:focus
{
	text-decoration: underline;
	color: #003399;
}

.Map
{
	margin-left: 30px;
}

.DealerRegion
{
	font-size: 100%;
    min-height: 300px;
}

.DealerRegion a
{
    
	text-decoration: none;
    padding-right: 10px;
}

.DealerRegion a:hover, .DealerRegion a:focus
{
	text-decoration: underline;
}

.DealerLocatorProductGroup
{
	font-weight: bold;
	color: #0D2EA0;
	padding-bottom: 5px;
	margin-top: 0;
    padding-top: 0;
	list-style-type: none;

}

.LocatorProductGroups
{
	margin-top: -20px;
	width: 300px;
}

.Dealer table
{
	width: 448px;
	
	
}


.DealerName
{
	color: #1950AD;
	font-size: 90%;
	padding-top: 4px;
	padding-bottom: 0;
    padding-left: 0;
    font-weight: bold;
	width: 443px;
	height:auto;
}


.DealerLogo
{
	border-left: solid 1px #E6E6E4;
	border-bottom: solid 1px #E6E6E4;
}

.DealerLogo img
{
	max-width:230px;
	max-height: 100px;

}

.DealerAddress
{
	font-size:90%;
    padding-top: 0 ;
    padding-left: 0;

}

/******* Dealer Login *******/

.ForgotPassword
{
	margin-top: -60px;
	margin-left: 345px;
}

.ForgotPassword a
{
	font-family: 'Open Sans' ,sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #303030;
}

.ForgotPassword a:hover, .ForgotPassword a:focus
{
	text-decoration: underline;
}

.DealerLogin
{
	width: 500px;
	float: left;
	padding-bottom:10px;
}
.Login
{
	width: 100px;
	padding-bottom:0px;
}
.UserName
{
	color: #303030;
	font-family: 'Open Sans' ,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:0;
	width:100%;
}

.UserName span {
    margin-right: 15px;
}

.Password
{
	color: #303030;
	font-family: 'Open Sans' ,sans-seriff;
	font-size: 12px;
	font-weight: bold;
	float:left;
	padding-bottom:10px;
	width:100%;
}

.Password span {
    margin-right: 19px;
}

.RememberMe
{
	color: #303030;
	font-family: 'Open Sans' ,sans-serif;
	font-size: 11px;
	font-weight: normal;
	float:left;
	padding-bottom:10px;	
	width:100px;
}
.ResultMessage
{
	color:Red;
	padding-bottom:10px;
	float:left;
	width:100%;
}

.LoginButton
{
	float:left;
	width:300px;
	padding-bottom:10px;	
	padding-left:10px;
}

.PasswordReminder
{
	float:left;
	width:500px;
	padding-bottom:10px;	
}

.DealerLoginImage
{
	margin-top: 20px;
}

.AccountMasterDetails
{
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Bold;
}

.login-input
{
    width: 156px;
}
/****** View Basket Page  *****/
.view-basket,
.view-basket-profile
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.view-basket ul,
.view-basket table,
.view-basket-profile ul
{
    list-style-type: none;
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    margin: 0;
    text-align: center;
}

.view-basket li,
.view-basket-profile li
{
    line-height: normal;
    display: table-row;
}

.view-basket .basket-item-top,
.view-basket .basket-item-bottom,
.view-basket-profile .basket-item-top,
.view-basket-profile .basket-item-bottom
{
    display: table-row;
}

.view-basket .table-header,
.view-basket thead,
.view-basket-profile .table-header,
.view-basket-profile thead 
{
    display: table-header-group;
    color: black;
    font-weight: bold;
    background-color: #e0e0e0;
    height: 25px;
    margin: 0px;
    text-align: center;
}

.view-basket .table-body,
.view-basket-profile .table-body
{
    display: table-row-group;
}

.view-basket li.BasketHeader,
.view-basket-profile li.BasketHeader
{
    height: 25px;
    text-align: center;
}

.view-basket .BasketHeader span,
.view-basket-profile .BasketHeader span
{
    list-style:none;
    display: table-cell;
    padding: 2px 6px;
    vertical-align: middle;
}

.view-basket .basket-item-bottom > div,
.view-basket-profile .basket-item-bottom > div
{
    padding: 0;
    display: table-cell;
    line-height: normal;
}

.basket-item 
{
    border-bottom: 1px solid #EAEAEA;
}

.view-basket li > div,
.view-basket-profile  li > div
{
    display: table-cell;
}

.basket-item-top .product-code 
{
    font-weight: bold;
    font-size: 15px;
}

.basket-item-name {
    width: 100%;
}

.basket-item-bottom input 
{
    width: 50px;
    text-align: right;
}

.totals-table 
{
    text-align: right;
    width: 100%;
}

.totals-table .totals-row, 
.totals-table .totals-row td 
{
    height: 30px;
    font-weight: bold;
    vertical-align: bottom;
}

.totals-container 
{
    padding-top: 20px;
}

/**** View Basket Profiles *****/
.view-basketProfiles ul.table {
    padding: 30px 10px 0px 10px;
    width: 250px;
}

.view-basketProfiles ul.table li {
    height: 30px;
    width: 100%;
}

/**** View Order Receipt ****/
#ViewOrderDetails table 
{
    width: 100%;
}

#ViewOrderDetails table thead
{
    background-color: #eaeaea;
    font-weight: bold;
    
}
#ViewOrderDetails .order-receipt-items div 
{
    padding-bottom: 20px;
}

#ViewOrderDetails .order-receipt-items 
{
    padding-top: 20px;
    padding-bottom: 20px;
}

/*---------------------------
Dynamic Content Home Page News
---------------------------*/

#home-page-news
{
	border-right:1px solid #d4d4d4;
	width:950px;
	margin:0px;
	height: 100%;
}
.bd-bottom
{
	border-bottom:1px solid #d4d4d;
	border-bottom:1px solid #d4d4d;
	border-left:1px solid #d4d4d4;
	height: 100%;
}
.pad_tb10
{
	/*padding-top:10px;*/
	padding-bottom:10px;
}
.pad_lr15
{
	padding-right: 15px;
	padding-left: 15px;
}

clearfix
{
	display:block;	
}

.round-t
{
	width:950px;
	padding:0px;
	margin: 0px;
	height:4px;
	background: transparent url("../images/frame-top-bg.png") no-repeat scroll right top;
}
.round-b 
{
	width:960;
	padding:0px;
	margin: 0px;
	
	/*background: transparent url("../images/frame-bottom-bg.png") no-repeat scroll left bottom;*/
}

.float_l
{
	float: left;
}
.wid_70
{
	width:70px;
}
.clear
{
	clear:both;
}
.wid_850
{
	width:850px;
}
.mar_t10
{
	/*margin-top:10px;*/
}
.clear.clearfix.mar_t10{
	/* Target IE7 */
	*margin-top:0;
	*height:5px;
}
.pdf P
{
	line-height:1.8;
	padding-bottom:0px;
	font-size:11px;
}
.pdf-img
{
	padding-right:15px;
	float:left;
	margin-top:0px;
}
.pdf-img a img
{
	border: 0px none;
}
.news dt
{
	width:85px;
	clear:left;
	float:left;
    font-weight: normal;
}
.news dd
{
	margin-left:95px;
}

form#claim input[type=text]
{
    width: 300px;
	margin: 2px 0;
    padding: 4px;
}

form#claim select
{
    width: 305px;
}

/* Claim form */
form#claim #accountNo1
{
    width: 20px;
}

form#claim #accountNo2
{
    width: 40px;
}

form#claim #accountNo3
{
    width: 70px;
}

form#claim #accountNo4
{
    width: 30px;
}

form#claim table#claim-details td.label-col
{
    width: 200px;
}

form#claim table#dealer-details td.label-col
{
    width: 200px;
}


label.error { float: none; color: red; padding-left: .5em; vertical-align: middle; }
label#account-error-js { float: none; color: red; vertical-align: top; }

/****** Dynamic Content Item Layout ********/
.dynamic-content2-item {
    display: inline-block;
}

.dynamic-content2-item img {
    display: inline-block;
    height: auto;
    width: auto \9;

}

/****** Product Search Result *******/
.SearchResults
{
	width: 160px;
	height: 150px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border: solid 1px lightgray;
}

.SearchResultsImages
{
	padding: 5px 0px 0px 0px;
}

.SearchResults img
{
	border: 0px;
	max-height: 100px;
	max-width: 100px;
}

.ProductSummarySearch
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	padding: 0px 10px 0px 0px;
}

.ProductSummarySearch a
{
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.ProductSummarySearchID
{
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.ProductSummarySearchID a
{
    
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.ViewSearchProductDetails
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: relative;
	padding: 5px 0px 0px 0px;
}

.ViewSearchProductDetails a
{
	text-decoration: none;
	font-size: 12px;
}

.AdvancedSearchLink
{
	color: #0D2EA0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}

.AdvancedSearch select
{
    padding: 0;
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
}

.AdvancedSearch a
{
	color: #0D2EA0;
	padding-top: 5px;
}

.AdvancedSearchResults
{
	text-align: center;
	width: 160px;
	padding-bottom: 10px;
	margin-left: -12px;
}

.AdvancedSearchProduct
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.PageSize
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Paging
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 10px;
}
 /** Product Subcategory Carousel **/
 .subcategory-carousel-wrapper {
     position: relative;
     z-index: 100;
     height: 174px;
 }

 .product-category-carousel-prev , .product-category-carousel-next {
     width: 20px;
     display: inline-block;
     vertical-align: text-bottom;    
 }

  .product-category-carousel-prev img, .product-category-carousel-next img {
      display: none;
  }

/**  Product SubCategory Bottom **/
.sub-category-border {
    border: 2px solid #ebebeb;
    padding: 10px;
    width: calc(100% - 25px);
}


/** Product Category Stamp **/

.product-category-stamp {
    width: 170px;
    height: 203px;
    display: inline-block;
    margin-right: 50px;
    margin-left: 5px;
    margin-bottom: 20px;
    padding-right: 2.262px;
    vertical-align: top;
}

.product-category-stamp-inner {
    padding: 5px;
    border-bottom: 3px solid #c2c2c2;
}

.product-category-stamp-inner:hover .category-name a {
    color: #0d2ea0;
    text-decoration: none;
}

.product-category-stamp .category-name a.selected {
    color: #0d2ea0;
}

.product-category-stamp-inner:hover {
    border-bottom: 3px solid #0d2ea0;
    background: transparent url("../Images/bullet-navy.png") no-repeat bottom center;
}

.product-category-stamp .category-image {
    width: 160px;
    height: 160px;
    position: relative;
    margin-left: 5px;
}

.product-category-stamp .category-image img {
    max-width: 160px;
    max-height: 160px;
    width: auto;
    height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}

.product-category-stamp .category-name {
    padding: 10px 0;
    text-align: center;
}

.product-category-stamp .category-name a {
        color: #303030;
}

.product-category-stamp.sub-category {
    width: 120px;
    height: auto;
    margin-bottom: 0;
}

.product-category-stamp.sub-category .product-category-stamp-inner {
    border-bottom: none;
}

.product-category-stamp.sub-category .category-image{
    width: 100px;
    height: 100px;
    margin-left: 10px;
}

.product-category-stamp.sub-category .category-image img {
    max-width: 100px;
    max-height: 100px;
}

.product-category-stamp.sub-category .category-name {
    line-height: 14px;
    font-size: 13px;
    height: 35px;
}

.sub-category .product-category-stamp-inner:hover {
    border-bottom: none;
    background: none;
}

.sub-category .selected.bottom-arrow {
    background: transparent url('../Images/arrow-subcategories.png') no-repeat;
    position: relative;
    height: 15px;
    width: 33px;
    bottom: 4px;
    left: 43px;
}


select.subcategoryPageSize {
    width: 50px;
    vertical-align: baseline;
    margin-bottom: 0;
    font-size: 12px;
    margin-right: 8px;
    margin-left: 4px;
}

.sort-product-drop-down-list {
    vertical-align: baseline;
    margin-bottom: 0;
    width: auto;
    font-size: 12px;
}

.view-supported-link {
    margin-top: 7px;
}

/** Category Product Stamp **/
.category-product-stamp {
    margin-bottom: 20px;
    margin-right: 5px;
    width: 175px;
    display: inline-block;
    border-right: 2px solid #f4f4f4;
    vertical-align: top;
}

.category-product-stamp.logged-out {
    height: 315px;
}

.category-product-stamp.logged-in {
    height: 325px;
}

#category-products-content .category-product-stamp:nth-child(5n),
#category-products-content .category-product-stamp:last-child,
.search-bottom-wrapper .category-product-stamp:nth-child(5n),
.search-bottom-wrapper .category-product-stamp:last-child
{
    border-right: none;
}

/* Product Details - Items I Go With Product Stamps */
.tab-option .category-product-stamp.hidden-phone {
    margin-right: 3px;    
}

.tab-option .category-product-stamp.hidden-phone:nth-child(10n +1),
.tab-option .category-product-stamp.hidden-phone:last-child {
    border-right: none;
    margin-right: 0;
}


.category-product-stamp-inner {
    margin: 0 auto;
}

.category-product-stamp .category-product-image {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    padding: 10px 0;
}
.category-product-stamp .category-product-image img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    display: block;
}

.category-product-stamp .category-product-name {
    text-align: center;
    padding: 5px 0;
}

.category-product-stamp .category-product-name a {
    color: #5a5a5a;
    font-weight: bold;
}

.category-product-stamp .category-product-name a:hover, 
.category-product-stamp .category-product-name a:active {
    text-decoration: none;
    color: #0d2ea0;
}

.category-product-stamp .category-product-name .category-product-short-description {
    font-size: 12px;
}

.category-product-stamp .category-product-pricing {
    text-align: center;
    padding: 5px 0;
}

.category-product-stamp .category-product-pricing .category-product-buy-price {
    font-size: 16px;
    font-weight: 600;
}
.category-product-stamp .category-product-pricing .category-product-rrp-price {
    font-size: 13px;
}

.category-product-stamp .add-to-basket-container {
    margin: 20px 0 0 9px;
}

.add-to-basket-container img.item-added-tick {
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.category-product-stamp-inner .product-overview {
    padding: 10px;
    font-size: 12px;
    height: 160px;
    overflow: hidden;
}

.product-overview p {
    margin: 0;
}

.product-paging-container {
    margin: 5px 10px 15px 10px;
    font-size: 12px;
}

.mobile-paging {
    margin-top: 15px;
    font-size: 16px;
}

.mobile-paging a {
    color: #303030;
    margin-right: 8px;
}

div.mobile-paging {
    display: inline-block;
    width: auto;
}

#category-products-content .product-paging-container a {
    color: #303030;
}

#category-products-content .product-paging-container a:hover {
   color: #0d2ea0;
    text-decoration: none;
}

.paging-controls-wrapper {
    float: left;
}

.page-size-control {
    display: inline-block;
}

.sort-by-control {
    display: inline-block;
    margin-left: 4px;
}
.sort-product-drop-down-list {
    width: auto;
}

.product-brochure-button-wrapper {
    padding: 10px 0;
    height: 20px;
}

.product-brochure-button-wrapper a.product-brochure-button {
    text-align: center;
    background: #F4F4F4;
    color: #303030;
    padding: 8px 26px;
    margin-left: 9px;
    font-size: 13px;
}

a.product-brochure-button:hover {
    text-decoration: none;
}

#RelatedProductsDiv .product-brochure-button-wrapper a.product-brochure-button {
    background: #999;
    color: #fff;
}

/** Dot Pagation**/
.dot-pagation {
    width: 100%;
    height: 30px;
    position: relative;
    overflow: hidden
}
 
.dot-pagation nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9999
}
 
.dot-pagation nav ul {
    margin: 0 auto;
    padding: 0 5px;
    list-style-type: none;
    height: 30px;
    line-height: 30px
}
 
.dot-pagation nav ul li {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../Images/unselected-dot.png') no-repeat;
}

.dot-pagation nav ul a:hover, .dot-pagation nav ul a:active {
    text-decoration: none;
}
 
.dot-pagation nav ul li.active { background: url('../Images/selected-dot.png') no-repeat; }
 
.dot-pagation nav ul li+li { margin-left: 5px }


/** Tablet and Mobile - Sidebar Menu **/
.page-frame-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    -webkit-transition:  left 0.4s ease-in-out;
    -moz-transition:  left 0.4s ease-in-out;
    -ms-transition:  left 0.4s ease-in-out;
    -o-transition:  left 0.4s ease-in-out;
    transition:  left 0.4s ease-in-out;
}

.page-frame-wrapper.open-sidebar {
    left: 240px;
}

.sidebar-menu-icon {
    width: auto;
    float: left;
    padding-top: 14px;
    padding-right: 37px;
}

.sidebar-menu-icon img {
    width: 23px;
    height: 19px;
}

#sidebar {
    position: absolute;
    left: -240px;
    background: #ebebeb;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sidebar-menu-row {
    display: block;
    vertical-align: middle;
    height: auto;
    line-height: 45px;
    color: #120090;
    font-size: 14px;
    padding-left: 15px;
    background: #F9F9F9;
    border-bottom: 2px solid #fff;
}

.sidebar-menu-row:hover,
.sidebar-menu-row:active,
.sidebar-menu-row.submenu:hover {
    background: #ebebeb;
    text-decoration: none;
    color: #120090;
}

.sidebar-menu-row.top-level:hover {
    background: #F9F9F9;
}

.sidebar-menu-row.submenu {
    padding-left: 35px;
    background: #f2f2f2;
}

img.right-arrow {
    width: 7px;
    margin-left: 4px;
}

.sidebar-basket img.basket-icon {
    vertical-align: sub;
    margin-left: 25px;
    margin-top: 0;
}

 /** Cashback **/
 .cashback-subtitle h2 {
     margin-bottom: 0;
     font-size: 20px;
 }



 /** Add To Basket **/
  .add-to-basket-container {
      position: relative;
  }

 .add-to-basket-container input.basket-quantity-input {
    width: 30px;
    padding: 4px;
    margin: 0;
}

.add-to-basket-container .AddToBasketButton {
    display: inline-block;
    vertical-align: bottom;
    background: #8dc73f;
    width: auto;
    height: 30px;
    padding: 0;
    cursor: pointer;
}

.add-to-basket-container .AddToBasketButton div {
    color: #fff;
    padding: 5px 8px 0 8px;

}

.add-to-basket-container .basket-message {
    display: none;
    position: absolute;
    top: -22px;
    left: 10px;
}

.add-to-basket-placeholder {
    height: 50px;
}
/** Basket Summary **/
#basket-summary {
    position: relative;
    float: right;
}

#basket-summary:hover {
    background: transparent url("../Images/bullet-grey.png") no-repeat bottom left 6px;
}

.basket-summary-wrapper {
    display: none;
    position: absolute;
    width: 234px;
    right: 0;
    top: 40px;
    background: #f4f4f4;
    border: 2px solid #c2c2c2;
    padding: 10px;
    z-index: 99;
}

.basket-summary-wrapper .title {
    text-align: right;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
}

.menu-item-basket-summary {
    margin-right: 15px;
}

.basket-item-line {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

.basket-item-line.total {
    border-top: 1px solid #c2c2c2;
    padding-top: 10px;
    margin-top: 8px;
}

.basket-item-line .product-code,
.basket-item-line .price,
.basket-item-line .quantity,
.basket-item-line .total {
    display: inline-block;
}

.basket-item-line .product-code {
    width: 40%;
}

.basket-item-line .price {
    width: 30%;
    text-align: right;
    float: right;
}

.basket-item-line .quantity {
    width: 20%;
    text-align: right;
}

.basket-item-line .quantity span {
    height: auto;
    clear: left;
    line-height: normal;
}

img.basket-icon {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-right: 10px;
}

/** TSP Locator **/
.tsplocator.store-locator-controls-wrapper {
    display: inline-block;
    width: 100%;
}

.tsplocator .tsplocator-service {
    display: inline-block;
}

.tsplocator .tsplocator-serviceLabel {
    margin-right: 10px;
}

.tsplocator .tsplocator-serviceSelect {
    margin-right: 40px;
    margin-bottom: 0;
}

.tsplocator .tsplocator-location {
    display: inline-block;
    vertical-align: top;
}

.tsplocator .tsplocator-locationShareButton {
    display: inline-block;
}

.tsplocator .tsplocator-or {
    display: inline-block;
    margin-right: 60px;
    padding-left: 50px;
    padding-top: 3px;
}

.tsplocator .tsplocator-postcodeControls {
    display: inline-block;
    vertical-align: bottom;
}

.tsplocator-postcodeLabel {
    margin-right: 10px;
    padding-top: 3px;
}

.tsplocator .tsplocator-postcodeInput {
    width: 60px;
    margin-bottom: 0;
}

.tsplocator .tsplocator-postcodeSubmit {
    margin-left:20px;
    margin-right:5px
}

.tsplocator .tsplocator-postcodeLink {
    font-size: 0.8em;
    padding-top: 8px;
    vertical-align: baseline;
}

/** Store Locator **/
.store-locator-top {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
    margin-bottom: 14px;
}

.store-locator-controls-wrapper {
    height: 30px;
}

.store-locator-controls-wrapper .locate-me {
    padding-right: 20px;
}

.store-locator-controls-wrapper input[type="text"] {
    margin: 0;
    width: 40px;
}

.store-locator-instruction {
    font-size: 16px;    
}

.store-list-wrapper {
    width: 400px;
    margin-left: 0 !important;
}

.store-list-wrapper  a {
    color: #303030;
    text-decoration: none;
}

.store-list-wrapper a:hover {
    text-decoration: none;
}

.store-list-wrapper .store-locator-subtitle {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.store-locator-link {
    background: #f9f9f9;
    padding: 5px;
    border-bottom: 2px solid #fff;
    font-size: 13px;
    display: inline-block;
    width: calc(100% - 10px);
}

.store-locator-link.selected {
    background: #ebebeb;
}

.store-locator-link span {
    display: block;
}

.store-locator-text {
    float: left;
    width: 85%;
}

.store-locator-thumbnail {
    margin-right: 10px;
}

.store-locator-product-description {
    margin-top: 14px;
}

#mobile-store-address a {
    color: #303030;
}
img.map-icon {
    width: 24px;
    height: 24px;
    margin: 20px 10px 0 10px;
}

.button-layout {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: 0;
    color: #ffffff;
    border: none;
    padding: 3px 10px;
    height: 30px;
}

.button {
    background-color: #c1bebe;
    height: 22px;
}

.button:hover {
    color: #ffffff;
    text-decoration: none;
}

.button:active {
    color: #ffffff;
}

.button-layout.green {
    background-color: #8dc73f;
}

/** Search Results Page **/
.search-top-wrapper {
    margin-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}

.search-top-wrapper input {
    display: inline-block;   
}

/** Contact Us **/
.contact-us-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #303030;
    margin: 5px 0;
    display: block;
}
 /** Cashback Promotions **/
 .cashbackpromotions .cashbackpromotions-productGroupContainer {
     margin-bottom: 20px;
 }

.cashbackpromotions .cashbackpromotions-productsContainer {
    margin-left: 0;
    margin-bottom: 20px;
}

.cashbackpromotions .cashbackpromotions-product {
    margin-left: 0;
    margin-right: 10px;
    width: 14.52991452991453%;
    display: inline-block;
    text-align: center;
}

.cashbackpromotions .cashbackpromotions-amount {
    text-align: center;
    color: #0071F0;
}

.cashbackpromotions .cashbackpromotions-imageContainer {
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
}

.cashbackpromotions .cashbackpromotions-image {

    max-height: 90px;
    vertical-align: middle;
}

/* Tablet CSS*/
@media (min-width: 768px) and (max-width: 979px) {

    /* Product Details */
    .overview-left-wrapper, .overview-right-wrapper {
        width: 100%;
        display: block;
        margin-left: 0;
    }

     /** Cashback Promotions **/
    .cashbackpromotions .cashbackpromotions-product {
        width: 18%;
    }
    
    /** TSP Locator **/
    .tsplocator.store-locator-controls-wrapper {
        height: initial;
    }

    .tsplocator .tsplocator-service {
        margin-bottom: 10px;
    }

    .tsplocator .tsplocator-location {
        margin-bottom: 10px;
    }

}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cashback-payment-details-sub {
    margin-left: 30px;
}