﻿
@import 'AOResponsive.css';

h3 {
    color: #121214 !important;
    text-transform: capitalize;
    margin: 10px 0px;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        right: 16px;
        top: 4px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 10px;
        top: 4px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 16px;
        top: 4px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 10px;
        top: 4px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 16px;
        top: 4px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -12px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        color: #f07830;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a:hover {
            background: #fd8403;
            color: #000;
        }

        .ui-datepicker td a {
            text-align: center!important;
            font-weight: 700;
        }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ItemCountHolder {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.ItemCountOneThird {
    display: block;
    width: 33%;
    float: left;
}

.LeftText {
    text-align: left;
}

.CenterText {
    text-align: center;
}

.RightText {
    text-align: right;
}

.GridView {
    width: 100%;
    border-style: solid;
    border-color: #CCC;
    border-width: 0;
    background-color: #fff;
    color: #000;
}

.HeaderStyle th, .ReoccuringOrderCellHeader th{
    font-weight:400;
}

.HeaderStyle, .ReoccuringOrderCellHeader {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #f07830;
    line-height: 1.2em;
    padding-bottom: 5px;
    border-width: 0;
    border-top: #fff;
    height: 3em;
    border-bottom: 1px solid #aaa;
}

.AlternatingRowStyle, .Alternating {

}

.RowStyle, .ReoccuringOrderLine {
    color: #333;
    background-color: #fff;
    height: 40px;
    width: 100%;
    display: table-row;
}

.ReoccuringOrderLine {
    border:none!important;
}

.ViewCategoryHeader {
    color: #000;
    text-transform: Capitalize;
    padding-left: 5px;
    font-size:15px;
        display: inline-block;
    float: left;
}

.ProductDisplayGrid {
    float: left;
    width: 32%;
    margin-right: 1%;
    padding: 1%;
    margin-bottom: 2%;
    background-color: #fff;
    border: 1px solid #aaa;
    text-align: left;
}

    .ProductDisplayGrid a:hover {
        text-decoration:none;
    }

.ProductAllToCartSpaceHolder {
        float: left;
    width: 100%;
    height: 10em;
    margin-top: 1px;
    position:relative;
}

.ProductDisplayGridPartNoHeader {
    font-weight:700;
}

.ProductDisplayGridName {
    width: 100%;
    height: 70px;
    float:left;
}

.ProductDisplayGridPartNo {
    width: 100%;
    padding-top: 6px;
    display: block;
    float:left;
    height:2em;
}

.ProductDisplayGridStock, .ProductDisplayGridDiscPercent {
    width: 50%;
    padding-top: 6px;
    display: block;
    float:left;
}

.ProductDisplayGridDiscPercent {
    text-align:right;
}

.ProductDisplayGridRating {
    width: 100%;
    padding-top: 5px;
    display: none;
}

.ProductGridName {
    font-size: 16px;
    color:#333333;
}

.lblChangeView {
    line-height:30px;
    font-size:11px;
    text-transform:uppercase;
}

.PagingBtns {
    height:30px;
    line-height:30px;
}

.FilteredListPagingWrapper .pagination {
    margin:0 !important;
}

.ProductDisplayGridButton {
    float:left;width:100%;
}

.ProductDisplayGridOrder {
    margin-bottom:5px;
}

.ProductDetailsHolder .ProductGridName {
    color: #333;
    font-size: 24px;
    line-height: 24px;
    width: 100%;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
}

.ViewProductsAsGridInnerHolder {
    border: 1px solid #aaa;
    padding: 1%;
}

.ProductDisplayGridImageHolder, .ViewProductsAsGridInnerHolder {
    width: 100%;
    min-height: 223px;
    position: relative;
    float:left;
}


.ProductDisplayGridBrand {
    width: 100%;
    height: 100%;
    float:left;
}

    .ProductDisplayGridBrand img {
        height:40px;
    }

.ProductDisplayGridShortDesc {
    overflow: hidden;
    width: 100%;
    min-height: 25px;
    margin-bottom: 8px;
    display: none;
    float:left;
}

.ProductDisplayGridImageHolder_IMG {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.ProductDisplayGridImageHolder_Sale {
    z-index: 10;
}

.ProductDisplayGridPrice {
    float: left;
    width: 100%;
}

.ProductDisplayGridPrice .GridListPrice, .ProductDisplayGridPrice .NettPrice{
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
    line-height: 21px;
    width: 100%;    display: inline-block;
}

.ProductDisplayGridPrice .NettPrice{
}

    .ProductDisplayGridPrice .TwoPaneLeftHolder {
        width: 60%;
    }

    .ProductDisplayGridPrice .TwoPaneRightHolder {
        width: 40%;
    }

.ProductImageGroup, .img-swap {
    width: 100% !important;
    height: auto !important;
}

.ProductGridMainPrice {
    color: #000!important;
    line-height: 21px;
}

.ProductGridSubPrice {
    font-size: 10px;
    color: #000;
    text-decoration: line-through;
}

.FilteredListHeader {
    width: 100%;
    padding-bottom: 3px;
    float: left;
    margin-top: 10px;
}

.PadTextByImage {
    padding: 4px 0 0 10px;
}

.ProductDisplayList {
    float: left;
    width: 100%;
    font-size:13px;
    margin-bottom: 8px;
}

.ProductDisplayListImg {
       float: left;
    width: 55px;
    padding-top: 15px;
    min-height: 10px;
    padding-right: 10px;
}

.ProductDisplayListRangeName {
    float:left;
    width:20%;
    padding-top: 15px;
    padding-right: 5px;
    min-height: 10px;
}

.lblRangeName {
    font-weight:600;
}

.ProductDisplayListBrandName {
    float:left;
    width:12%;
    padding-top: 15px;
    padding-right: 5px;
    min-height: 10px;
}

.ProductDisplayListPartNo {
    float: left;
    width: 12%;
    padding-top: 15px;
    padding-right: 5px;
    min-height: 10px;
}

.ProductDisplayListListPrice {
    float: left;
    width: 10%;
    min-height: 10px;
    padding-top: 15px;
    text-align: center;
}

.ProductDisplayListYourDiscount {
    float: left;
    width: 6%;
    min-height: 10px;
    padding-top: 15px;
    text-align: center;
}

.ProductDisplayListYourNettPrice {
    float: left;
    width: 10%;
    min-height: 10px;
    padding-top: 15px;
    text-align: center;
}

.ProductDisplayListQty {
    float: left;
    width: 7%;
    min-height: 10px;
    padding-top: 15px;
    text-align: center;position: relative;
}

.IsRangeLink {
    color:#777 !important;
}

.ProductDisplayListDescription {
    float: left;
    width: 30%;
    min-height: 10px;
    padding-top: 15px;
}

.ProductDisplayListDescription_B2C {
    float: left;
    width: 40%;
    min-height: 10px;
    padding-top: 15px;
}

.ProductDisplayListStock {
    float: left;
    width: 5%;
    min-height: 10px;
    padding-top: 15px;
    text-align: center;
}

.ProductDisplayListRRP {
    float: left;
    width: 10%;
    min-height: 10px;
    padding-top: 15px;
}

.ProductDisplayListOrder, .ProductDisplayListDescription_B2C {
    float: left;
    min-height: 10px;
    width: 20%;
    padding-top: 15px;
}

.ProductDisplayListOrder {
    text-align: center!important;
}

.ProductDisplayEtaShipment {
    float: left;
    width: 10%;
    min-height: 10px;
    padding-top: 15px;
    text-align: center;
}

.ProductInfoTopHolder {
    padding-top: 0px;
}

.ListView_ProductQty {
    text-align: center;
    width:45px;
}

.ProductDisplayListHeader {
        font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: #f07830;
    line-height: 1.2em;
    padding-bottom: 5px;
    border-width: 0;
    border-top: #fff;
    height: 3em;
    border-bottom: 1px solid #aaa;
}

#MenuWrapper [class*="span"] {
    margin: 0!important;
}

.FilteredListPagingWrapper {
        width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    padding-top: 5px;
    overflow: hidden;
}

    .FilteredListPagingWrapper [class*="span"] {
        margin: 0;
    }

.ForTabletBelow_inline, .OnlyForMobile, .ForTabletBelow {
    display: none;
}

.UpdateCartFromListWrapper .DetailsButton {
    float: right;
}

.MenuCartSummeryPane {
    float: left;
    width: 228px;
    background: #f07830;
    border-bottom: 2px groove #f07830;
    border-left: 2px outset #f49a4d;
    height: 43px;
    text-align: center;
}

.HeaderCartSummary {
}

.CartHidden {
    float: left;
    width: 226px;
    background-color: #fff;
    position: absolute;
    z-index: 5000;
    border: 1px #ababab solid;
    font-size:12px;
}

.CartHiddenTop {
    float: left;
    padding: 5px 5px 0;
    width: 100%;
}

    .CartHiddenTop > div {
        border-bottom:1px solid #ccc;
    }

.CartHiddenProdId img {
    margin-right: 8px;
    vertical-align: middle !important;
    width:12px;
    height:12px;
}

.CartHiddenBottom {
    padding: 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
}

.CartHiddenProdId {
        padding: 3px 0px 3px 3px;
    line-height: 10px;
    font-size: 10px;
    text-align: left;
    color: #333;
}

.CartHiddenProdName {
    line-height: 12px;
    font-size: 10px;
    padding: 3px;
    text-align: left;
}

.CartHiddenPrice {
    line-height: 12px;
    font-size: 10px;
    text-align: left;
    padding:3px;
}

.CartHiddenProdDesc {
    padding-top: 5px;
}

.CartHiddenBottom .TwoPaneLeftHolder {
    float: left;
    min-width: 50%;
    text-align: left;
}

.CartHiddenBottom .TwoPaneRightHolder {
    float: left;
    width: 49%;
}

.CartHiddenTop .TwoPaneLeftHolder {
    float: left;
    min-width: 50%;
    text-align: left;
}

.CartHiddenTop .TwoPaneRightHolder {
    float: left;
    width: 49%;
}

.CartHiddenTop .TwoPaneHolder {
    overflow: hidden;
}

.totalLabel, #priceLabel {
    font-size:11px;
}

.totalLabel {
    color: #f07830!important;
}

#priceLabel {
    color: #000!important;
}

.CartHiddenRemove_btn img {
    width: 8px;
}

.SideFeatureHeader, .EnableFilterHeader {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    color: #666;
}

.SiteWideFilterHolder {
    padding-top: 10px;
}

.EnableFilterHolder {
    overflow: hidden;
}


    .btnCategorySubToShow:hover, .btnEnableFilterDelete:hover {
        color: #f49a4d;
    }

.btnEnableFilterDelete {
        display: block;
    width: 100%;
    text-align: left;
    padding: 3px 0px 3px 15px;
    min-height: 20px;
    font-size: 15px;
    line-height: 1.5em;
    position: relative;
    float: left;
    border: none;
    background: none;
}

.zoomLens {
    width: 100px!important;
    height: 100px!important;
}

.SideFeatureWrapper, .SideHolder {
}

ul.CheckoutTabls {
    border-top: 1px solid #f07830;
}

    ul.CheckoutTabls li {
        float: left;
        list-style: none;
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: #fafafa;
        box-shadow: inset 0 0 3px #eaeaea;
        font-weight: 700;
    }

        ul.CheckoutTabls li.ui-tabs-active {
            background-color: #fff!important;
            box-shadow: inset 0 0 0 #fff;
        }

            ul.CheckoutTabls li.ui-tabs-active a {
                color: #333;
            }

.CheckoutTab {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
}

.CheckoutTabDIV {
    min-height: 400px;
    float: left;
    width: 100%;
}

.MyCart_Table {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
}


.MyCart_RowStyle:hover, .MyCart_AlternatingRowStyle:hover {
    background: #eee;
}

.MyCart_Table td {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}

.MyCart_AlternatingRowStyle {
    background: #EFEFEF;
}

.MyCart_Table a {
    color: #000;
}

.MyCartInnerHolder {
    float: left;
    width: 100%;
    font-size: 14px; /*height:60px;padding-top:20px;*/
    border-bottom:1px solid #ccc;
}

    .MyCartInnerHolder div {
        font-size: 12px;
    }

.MyCartInnerHolderh {
    width:100%;
        font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #f07830;
    line-height: 2em;
    border-width: 0;
    border-top: #fff;
    height: 2em;
    border-bottom: 1px solid #aaa;
    float:left;
}

.MyCartImage {
    float: left;
    width: 5%;
    padding-left: 20px;
    min-height: 10px;
}

.MyCartPart {
    float: left;
    width: 15%;
    padding-left: 20px;
    min-height: 10px;
}

.MyCartDiscount {
    float: left;
    min-height: 10px;
    width: 10%;
    overflow: hidden;
}

.MyCartDescription {
    float: left;
    min-height: 10px;
    width: 20%;
    overflow: hidden;
    padding-right:1%;
}

.MyCartStock {
    float: left;
    width: 5%;
    overflow: hidden;
    min-height: 10px;
}

.MyCartRRP {
    float: left;
    width: 10%;
    overflow: hidden;
    min-height: 10px;
}

.MyCartWholesale {
    float: left;
    width: 10%;
    min-height: 10px;
    overflow: hidden;
}

.MyCartRemove {
    float: left;
    width: 10%;
    overflow: hidden;
    text-align: center;
    padding: 0px 0 0 15px;
}

.MyCartYourPrice {
    float: left;
    width: 10%;
    overflow: hidden;
    min-height: 10px;
}

.MyCartQuantity {
    float: left;
    width: 5%;
    overflow: hidden;
    min-height: 10px;
    text-align: left;
    text-align:center;
}

.MyCartQuantityh {
    float: left;
    width: 5%;
    overflow: hidden;
    min-height: 10px;
    text-align:center;
}

.MyCartSupplied {
    float: left;
    width: 8%;
    overflow: hidden;
    min-height: 10px;
    text-align: center;
}

.Qtytxtbox {
    text-align: center;
}

.MyCartTotal {
    float: left;
    width: 8%;
    overflow: hidden;
    text-align: right;
    min-height: 10px;
}

.MyCartImage img {
    width: 5%;
}

.checkoutDelivery {
    float: left;
    width: 90%;
    height: 300px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 10px;
}

.checkoutBuyersDetails {
    float: left;
    width: 90%;
    height: 300px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 0 auto;
}

    .checkoutBuyersDetails textarea {
        border: 1px solid #dedede;
    }

.checkoutOrderOptions {
    float: left;
    width: 90%;
    height: 300px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 0 auto;
}

.checkoutDeliveryOptions {
    float: left;
    width: 90%;
    height: 300px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 0 auto;
}

.checkoutLowerButtons {
    float: left;
    width: 100%;
    height: 20px;
}

.MyCart_Header {
    color: #66b2d5;
    font-weight: 700;
}

.CheckoutDealerWrapper {
    display: none;
}

.OrderRowLabel {
    font-weight: 700;
}

.DPSCheckHolder {
    float: left;
    width: 100%;
}

.CheckoutTabDIV .threepaneholder {
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
}

.redbar_prevOnly {
    color: #fff;
    height: 42px;
    width: 100%;
    background: #f07830;
    background-position-x: 10px;
}

.redbar {
    color: #fff;
    height: 42px;
    width: 100%;
    background: #f07830;
}

    .redbar div {
        float: left;
    }

        .redbar div input, .redbar div select, .redbar div span {
            display: block;
            float: left;
            margin-right: 10px;
        }

        .redbar div select {
            background: #f07830;
            border: none;
            color: #fff;
            margin-top: 1px;
            font-weight: 700;
        }

.OrderOptionsRadio {
    font-size: 10px;
}

.CheckOutRadio {
    font-size: 11px;
}

.DPSCheckHolder .TwoPaneLeftHolder {
    float: left;
    min-width: 50%;
    text-align: left;
}

.DPSCheckHolder .TwoPaneRightHolder {
    width: 28%!important;
    float: left;
}

.DPSCheckHolder .TwoPaneInnerHolder {
    float: left;
    width: 100%;
    min-height: 20px;
}

.DPSCheckHolder .RightAlign {
    text-align: right;
}

.SaveAsList, .checkoutLowerButtons input {
    border: none;
    background: #f07830;
    color: #000;
    max-width: 75px;
    font-weight: 700;
    font-family: 'Open Sans','Open Sans',Arial,Helvetica,sans-serif;
}

input.TransparentCheckoutButton {
    display: block;
    background: url(images/transparent.png) no-repeat center right;
    cursor: pointer;
    height: 42px;
    width: 120px;
    color: #fff!important;
    font-size: 14px;
    line-height: 42px;
    border: none;
    margin-right: 0!important;
    text-align: left;
    padding-left: 20px;
    font-weight: 700;
}

.SaveAsControlMobileLine {
    float: left;
}

.SaveAsControlWrapper {
    margin-top: 12px;
}

.PriceModeSwitch {
}

.PriceModeOptions {
    background: none;
    border: none;
    color: #f07830;
    font-size: 11px;
    text-transform: uppercase;
    height: 42px;
    padding: 0px 10px 0px 0px;
    line-height: 16px;
    display: inline-block;
}

.PriceModeOptions select{
    background: transparent;
    
   -webkit-appearance: none;
}

.ModWillStrohlContentSliderC {
    position: relative;
}

.wnsSliderPagerItemLink {
    background: url(../../../_default/SkinObjects/SliderNavOff.png) no-repeat 0 transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.activeSlide .wnsSliderPagerItemLink {
    background: url(../../../_default/SkinObjects/SliderNavOn.png) no-repeat 0 transparent!important;
}

ol.wnsSliderPager {
    position: absolute;
    right: 5%;
    z-index: 100;
    bottom: 5%;
}

.recentlyProductRow, .relatedProductRow {
    overflow: auto;
    padding-left: 10px;
    width: 100%;
}

.recentlyProductWrapper {
      width: 100%;
  margin: 0 auto;
}

.RelateProductSV .relatedProductRow, .RelateProductSV td .recentlyProductRow, .EmailSettingWrapper {
        border-bottom: 1px solid #ccc !important;
    padding: 1.5% 0px !important;
    width: 100%;
    margin-bottom: 5px;
}

.lblEmailNotificationHeader {
    font-weight:700;
    font-size:16px;
      margin-bottom: 5px;
  display: inline-block;
}

.lblEmailNotificationNote {
      margin-bottom: 10px;
  font-size: 11px;
  display: inline-block;
}

.recentlyProductHeader, .RelatedProductsHeader {
    display: block;
    border: 1px solid #666;
    background: #f07830;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

.recentlyProductImg, .RelatedProductImg {
        width: 70px;
    height: 70px;
    max-height: 70px;
    margin-left: 0!important;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.RecentlyViewRowWrapper .ProductDisplayListPartNo {
    width:20%;
}

.recentlyProductHolder .BrandName, .RelatedProductHolder .BrandName {
        font-weight: 700;
    color: #000;
    width: 100%;
    display: inline-block;
}

.recentlyProductHolder, .RelatedProductHolder {
    margin-left: 10px;
    float: left;
    width: 55%;
}

    .recentlyProductHolder a, .RelatedProductHolder a {
        color: #f49a4d!important;
            width: 100%;
    display: inline-block;
    }

.recentlyProductHolder .ProductNameLink, .RelatedProductHolder .ProductNameLink {
        margin-left: 0!important;
    font-weight: 600;
    padding-right: 5px;
    font-size: 12px;
    display: inline-block;
    color: #f49a4d!important;
}

.recentlyProductHolder .lblPartNumber, .RelatedProductHolder .lblPartNumber {
    font-size: 12px;
    font-weight:700;
    color:#000;
}

.ProductNameLink {
    margin-left: 0!important;
    font-weight: 700;
    padding-right: 10px;
    display: inline-block;
}

.megaCSS3menu li {
    min-width: 10%!important;
}

    .megaCSS3menu li a.megaactive {
        color: #f07830;
    }

.SearchHolder {
    padding-bottom: 15px;
}

.loginWrapper {
    height: 150px;
    position:relative;
}

    .loginWrapper .LoginPanel {
        width: 90%!important;
        height: 150px;
    }

    .loginWrapper .dnnFormItem {
        text-align: right;
    }

        .loginWrapper .dnnFormItem > label.dnnFormLabel {
            display: inline-block;
            margin: 6px 5px 0 0;
            width: 30%;
            text-align: right;
            font-weight: 700;
            text-transform: uppercase;
        }

    .loginWrapper .dnnLoginService input[type="text"], .loginWrapper .dnnLoginService input[type="password"] {
        width: 150px!important;
        min-width: 150px!important;
        margin-bottom: 5px;
        padding: 3px!important;
        border-radius: 0!important;
    }

    .loginWrapper .dnnPrimaryAction, .loginWrapper .dnnSecondaryAction, .headerLink {
        border: none;
        background: none;
        color: #333;
        text-shadow: none;
        box-shadow: none;
        padding: 0;
        text-align: left;
        text-decoration: underline!important;
        margin: 0;
        display: inline-block;
        width: 155px;
        font-weight: 400;
    }

#dnn_ctr490_Login_Login_DNN_passwordLink {
    color: #f07830!important;
}

.loginWrapper .dnnPrimaryAction:hover, .loginWrapper .dnnSecondaryAction:hover {
    border: none;
    background: none;
    color: #f07830;
    text-shadow: none;
    box-shadow: none;
    padding: 0;
}

.loginWrapper .dnnSecondaryAction {
    width: 150px;
}

.loginWrapper .dnnLoginRememberMe {
    display: inline-block;
    width: 160px;
    margin-left: 30%;
    font-weight: 700;
    text-align: left;
}

.loginWrapper .dnnActions {
    padding: 0;
}

    .loginWrapper .dnnActions li {
        float: none;
    }

.headerLoginWrapper {
    height: 150px;
}

.loginWrapper .dnnFormMessage {
      position: absolute;
  width: 30%;
  padding: 10px 10px 10px 40px;
  margin: 0;
  left: 15%;
  bottom: 0px;
}

.BackOrderYes, .BackOrderNo {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
}

.BackOrderNo {
    background: url(../../skinobjects/Cross_red.png) no-repeat;
    background-size: 10px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    -webkit-background-size: 10px;
}

.BackOrderYes {
    background: url(../../skinobjects/Yestick.png) no-repeat;
    background-size: 10px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    -webkit-background-size: 10px;
}

.GreyDealerText {
    display: none;
}

.Dashbord_Info {
    font-size:13px;
}

/*[type="radio"]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
[type="radio"] + label:before{content:'';display:inline-block;width:1em;height:1em;vertical-align:-.25em;border-radius:1em;border:1px solid; margin-right:.3em;-webkit-transition:.5s ease all;transition:.5s ease all}
[type="radio"]:checked + label:before{background:#f58220;}*/
.Dashbord_Info td > .dnnLabel {
    width: 120px!important;
    padding-right: 10px!important;
    margin: 0!important;
}

#DetailedLogAutocompleteResult {
    border: 1px solid #ddd;
    background: #fff;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow-x: hidden;
    margin: 18px 6px 6px 0 !important;
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

.autocomplete .selected {
    background: #f0f0f0;
}

.autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
}

    .autocomplete div:hover {
        background: #666;
        color: #fff;
    }

.auto-style1 {
    width: 50px;
    height: 16px;
}

.auto-style2 {
    width: 80px;
    height: 16px;
}

.auto-style3 {
    width: 110px;
    height: 16px;
}

.auto-style4 {
    width: 100px;
    height: 16px;
}

.ui-autocomplete-category {
    font-weight: 700;
    margin: .8em 0 .2em;
    line-height: 1.5;
    font-size: 14px;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
}

.ui-autocomplete-loading {
    background: #fff url(/images/ui-anim_basic_16x16.gif) right center no-repeat;
}

.ui-helper-hidden-accessible {
    display: none;
}

#DetailedLogAutocompleteContainer {
    position: relative;
}

    #DetailedLogAutocompleteContainer .autocomplete-w1 {
        background: url(img/shadow.png) no-repeat bottom right;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 0 0 1px;
        _background: none;
        _margin: 1px 0 0 0;
        font-size: 10px;
    }

.SearchErrorMsg { background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.8); border-radius: 6px; color: #FFF; padding: 10px; position: absolute; white-space: nowrap; z-index: 2; top: -30px; left: 10px; cursor: pointer; }
	.SearchErrorMsg:before { content: ""; position: absolute; border-right: 5px solid transparent; border-left: 5px solid transparent; left: 5%; margin-left: -5px; border-top: 10px solid rgba(0, 0, 0, 0.8); bottom: -10px; }
    /* NEW AUTOCOMPLETE STYLE */
.AutocompleteImageHolder { display: inline-block; height: 50px; width: 50px; vertical-align: top; float: left; }
.AutocompleteProductIdName { display: inline-block; width: 390px; padding-left: 5px; float: left; }
.AutocompletePrice { display: inline-block; width: 90px; padding-top: 0px; float: left; }
.AutocompleteInStockBackorder { /*display: inline-block; height: 10px; width: 100px; padding-left: 10px;*/ float: left; }
.AutocompleteLeft { display: inline-block; width: 50px; }
.AutocompleteLine {/*height: 10px;*/ font-size:11px;width:75px;}
	.AutocompleteLine > .BackOrderYes,.AutocompleteLine > .BackOrderNo {  display: inline-block;margin: 0;}
    .AutocompletePrice .lblTax {width:100%; display:inline-block; font-size:0.8em; }
.ui-autocomplete { max-height: 200px; overflow-y: auto; overflow-x: hidden; /* prevent horizontal scrollbar */ border: 1px solid #ddd; background: #ffffff;    padding: 0; z-index: 1000; /*over the menu*/ }
li.ui-menu-item { height: 5em; overflow:hidden;line-height:1.5em; border-bottom: 1px solid #ddd; padding: 5px 0px 5px 5px; list-style: none; }
.ProductDetailsInfoHolder { display: none; border: 1px solid rgba(0,0,0,.2); padding: 10px; margin-left: 20px; margin-top: 10px; }
	.ProductDetailsInfoHolder > .AutocompleteInStockBackorder > .AutocompleteLine > .AutocompleteLeft {width: 60px;}
.lblAutoCompleteProductId { font-weight: 700;  text-overflow: ellipsis;  width: 30%; padding-right :10px;  /*display: block;display: inline-block;*/  overflow: hidden;  white-space: nowrap; color:#f07830; }
.lblAutoCompleteProductName { font-size:11px; /*display: block; width: 70%; height: 2em; line-height: 1em; overflow: hidden;*/ }

.AutocompleteNoLinkStyle {
    color:#333;
}

    .ui-menu-item:hover {
        background-color: #f07830;
    }

        .ui-menu-item:hover > a, .ui-menu-item:hover .lblAutoCompleteProductId {
            color: #fff!important;
        }

.searchWrapper span, .searchBoxHolder, .searchWrapper input {
    float: left;
}

.searchBoxHolder {
    margin-right: 10px;
}

.searchWrapper .ui-autocomplete {
    width: 177px!important;
}

.ui-autocomplete {
    display: block;
}

.searchWrapper {
    width: 100%;
    float: left;
    padding-top: 5px;
}

.FilterOptionsHolder {
    margin:5px 0px;
}

.FilterOptionsHolder span, .searchLabel {
    width: 120px;
    display: inline-block;
}

.MySearchTest {
    border: 2px inset;
    margin-left: 2px;
}

.btn_ViewLink {
    font-weight:700;
}


.brand_main_header {
    color: #f07830;
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    display: block;
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}

.contact_div {
    width: 100%;
    overflow: hidden;
}

.contact_listwrapper, .contact_mapwrapper {
    width: 49%;
    padding-right: 1%;
    float: left;
}

.contact_info {
    width: 30%;
    padding-right: 1%;
    float: left;
}

    .contact_info p {
        display: block;
    }

.contact_icon {
    padding: 0px 0px 20px 65px;
    background-size: 50px !important;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

.contact_listwrapper ul {
    list-style: none;
    margin: 0;
}

.orangeHr {
    border: 1px solid #f07830;
    margin: 40px 0px;
}

/*
.dnnFormMessage.dnnFormError, .dnnFormMessage.dnnFormValidationSummary {
    display:none;
}
*/


.RelateProductFV {
    width: 100%;
}

    .RelateProductFV .RecentlyViewHeader div, .RelateProductFV .RecentlyViewRow div {
        float: left;  word-break: break-word;
    }

    .RelateProductFV .RecentlyViewHeader div {
        border-bottom: 1px solid #aaa;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #f07830;
        line-height: 1.2em;
        padding-bottom: 5px;
        height: 20px;
    }

    .RelateProductFV .recentlyProductImgHolder {
        width: 15%;
        padding-top: 15px;
        padding-right: 2%;
    }

    .RelateProductFV .ProductCodeHolder {
        width: 20%;
        padding-top: 15px;
        padding-right: 2%;
        min-height: 10px;
    }

    .RelateProductFV .ProductNameLinkHolder {
        min-height: 10px;
        width: 35%;
        padding-top: 15px;
        padding-right: 2%;
    }

    .RelateProductFV .recentlyLinkHolder {
        padding-top: 15px;
        padding-right: 2%;
        width: 20%;
        float:left;
    }

.btn_print {
    display: none !important;
}


.ReoccuringOrderCell_Code {
    width: 25%;
}

.ReoccuringOrderCell_Name {
    width: 35%;
}

.ReoccuringOrderCell_RRP {
    width: 10%;
}

.ReoccuringOrderCell_Disc {
    width: 10%;
}

.ReoccuringOrderCellYourPrice {
    width: 10%;
}

.ReoccuringOrderCell_Qty {
    width: 10%;
}

.Addtowishlist_Btn {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    display:none !important;
}

.CartProductList_Table {
    margin-top: 20px;
}

    .CartProductList_Table td {
        float: left;
        width: 26%;
        margin-right: 4%;
        margin-bottom: 5%;
        background-color: #fff;
        text-align: center;
    }

.linkasbutton {
    background-color: transparent;
    text-decoration: underline;
    border: none;
    color: black;
    cursor: pointer;
}

.pinktext {
    color: #ff00ff;
}

.Greybutton {
    font: bold 14px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.redtext {
    color: red;
}

tr.OrangeTable {
    font-family: 'Open Sans','Open Sans',Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    border: 1px solid white;
    border-bottom: 0px solid #ffffff;
    text-align: center;
}

    tr.OrangeTable th {
        color: #ffffff;
        font-family: 'Open Sans','Open Sans',Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: 700;
        
        text-align:center;
        border: 1px solid white;
        text-transform: uppercase;
    }

    tr.OrangeTable td:first-child {
        border-left: 0px solid white;
        border-right: 1px solid #ffffff;
        width:30% !important;
    }

    tr.OrangeTable td {
        border-right: 1px solid #ffffff;
        color:#ffffff;
        text-align:center;
    }

        tr.OrangeTable td:last-child {
            border-right: 0px solid white;
        }

    tr.OrangeTable.Alternating td {
        border-right: 1px solid #ffffff;
    }

.padding5px td {
    padding: 8px;
}

.brand_list div {
    display: block;
    min-height: 80px;
    float: left;
    width: 24%;
    padding-right: 1%;
}

.brand_list {
    overflow: hidden;
    padding-top: 20px;
}

.PriceModeLabel {
    position: absolute;
    right: 0;
    top: 50px;
    display: none;
}

.lbtnRemoveKeyword {
        background: none;
    font-size: 15px;
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 3px 0px 3px 15px;
    line-height: 1.5em;
}

    .lbtnRemoveKeyword:hover {
        background:#f07830;
        color: #fff;
    }

.lblIsRange {
    display: none;
}

.SaveASHolder {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    line-height: 32px;
    color: #000;
    background: #f07830;
    text-transform: uppercase;
    padding: 0px 5px;
    margin-right: -5px;
}

    .SaveASHolder .Greybutton {
        width: 75px;
    }

.AddtoButton {
    float: right;
    background: #f07830;
    height: 32px;
    border: none;
    padding: 0 10px;
    font-weight: 700;
}

.PromoHolder {
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .PromoHolder:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-right: 80px solid transparent;
        border-bottom: 80px solid #f49a4d;
    }

    .PromoHolder span {
        position: absolute;
        color: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        bottom: 16%;
        left: 0%;
        font-size: 14px;
        font-weight: 700;
        width: 60px;
        line-height: 14px;
    }

.dnnFormMessage {
        padding: 1% 1% 1% 4%;
    color: #fff;
    width: 100%;
    text-align: left;
    margin: 10px auto;
    border-radius: 5px;
}

.dnnFormWarning {
    background: url(/Portals/_default/skinobjects/warning.png) no-repeat left #f39c12!important;
    border: none;
    background-size: 20px!important;
    -moz-background-size: 20px!important;
    -o-background-size: 20px!important;
    -webkit-background-size: 20px!important;
    background-position-x: 1%!important;
}

.dnnFormValidationSummary {
    background: url(/Portals/_default/skinobjects/No_sign.png) no-repeat left #e74c3c!important;
    border: none;
    background-size: 20px!important;
    -moz-background-size: 20px!important;
    -o-background-size: 20px!important;
    -webkit-background-size: 20px!important;
    background-position-x: 1%!important;
}

.dnnFormSuccess {
    background: url(/Portals/_default/skinobjects/success.png) no-repeat left #2db069!important;
    border: none;
    background-size: 20px!important;
    -moz-background-size: 20px!important;
    -o-background-size: 20px!important;
    -webkit-background-size: 20px!important;
    background-position-x: 1%!important;
}

.dnnFormInfo {
    background: url(/Portals/_default/skinobjects/info.png) no-repeat left #2980b9!important;
    border: none;
    background-size: 20px!important;
    -moz-background-size: 20px!important;
    -o-background-size: 20px!important;
    -webkit-background-size: 20px!important;
    background-position-x: 1%!important;
}

.divLoginInfo {
    background:url(/Portals/_default/skinobjects/info.png) no-repeat left #f28848 !important;
}

.col-md-4 .dnnFormMessage {
        padding: 2% 1% 2% 8%;
    width: 100%
}


.span3 .DnnModule {
    margin-bottom: 25px;
}

.RedPromo {
    color: red;
    font-weight: 700;
}

.CategoryItem[data-level = '1'], .CategoryItem[data-level = '2'], .CategoryItem[data-level = '3'], .CategoryItem[data-level = '4'], .CategoryItem[data-level = '5'],
.BrowseCategoryItem[data-level = '1'], .BrowseCategoryItem[data-level = '2'], .BrowseCategoryItem[data-level = '3'], .BrowseCategoryItem[data-level = '4'], .BrowseCategoryItem[data-level = '5'] {
    font-size: 15px;
    padding: 3px 0px 3px 10px;
    min-height: 10px;
}

    .CategoryItem[data-level = '1'] a, .CategoryItem[data-level = '2'] a, .CategoryItem[data-level = '3'] a, .CategoryItem[data-level = '4'] a, .CategoryItem[data-level = '5'] a,
    .BrowseCategoryItem[data-level = '1'] a, .BrowseCategoryItem[data-level = '2'] a, .BrowseCategoryItem[data-level = '3'] a, .BrowseCategoryItem[data-level = '4'] a, .BrowseCategoryItem[data-level = '5'] a {
        font-size: 15px;
    }

    .CategoryItem[data-level = '3'] a, .CategoryItem[data-level = '4'] a, .CategoryItem[data-level = '5'] a, .BrowseCategoryItem[data-level = '3'] a, .BrowseCategoryItem[data-level = '4'] a, .BrowseCategoryItem[data-level = '5'] a {
        text-transform: uppercase;
        font-weight: 400;
    }

.EmailSettingLine {
    width: 70%;
    padding: 3px 0px;
    overflow: hidden;
}

    .EmailSettingLine span {
        width: 70%;
        font-weight: 700;
        text-align: left;
    }

    .EmailSettingLine input {
        text-align: right;
        float: right;
    }

.pnlLastPurchased {
    margin-top: 15px;
}

.SaveAsLabel {
    font-weight: 600;
}

.lblExclGST_B2C {
    line-height: 32px;
    font-weight: 700;
    font-family: 'Open Sans','Open Sans',Arial,Helvetica,sans-serif;
}

button.dnnPrimaryAction {
    color: #000 !important;
    text-transform: uppercase;
    border-color: #f07830;
    background: #f49a4d;
    background: -webkit-linear-gradient(top,#f49a4d,#f07830);
    background: -moz-linear-gradient(top,#f49a4d,#f07830);
    background: -ms-linear-gradient(top,#f49a4d,#f07830);
    background: -o-linear-gradient(top,#f49a4d,#f07830);
    background: linear-gradient(to bottom,#f49a4d,#f07830);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}


.wns-slideshow-wrapper {
    height: auto;
    min-height: 399px;
}

.logo {
    position: relative;
    /*top: -20px;*/
    left:0;
    overflow: hidden;
    padding:0px !important;    
    transition: none !important;
}

.logo-sticky-active {
    position:relative;
    top:0px;
}

body.boxed header {
    padding-bottom:0 !important;
}


.LoginPane .userMessages, .LoginPane .userNotifications{
    display:none;
}

.AOCustomHeader {

}

.LoginPane .registerGroup li { 	float:left; list-style:none; }
.LoginPane .registerGroup a , .LoginPane .loginGroup a, .lbl_MyCartTitle, .HeaderCartText, .HeaderCartSummary a {
    height: 32px;
    padding: 10px 16px;
    line-height: 16px;
        position: relative;
    font-size: 11px;
    text-transform: uppercase;
}


.LoginPane .userProfileImg img {
        border-radius: 20px;
}

.userProfileImg a {
    padding:0 !important;
}

.HeaderCartSummary a:hover{
    text-decoration:none;
    cursor:pointer;
}

.AOCustomHeaderInner {
        position: absolute;
    z-index: 1000;
    right: 0px;
    top: -110px;
    width: 65%;
}

.AOCustomHeaderContainer {
        max-width: 1170px;
            margin: 0 auto;
}

header > div.container > .search div, header > div.container > #login div{
    display:none !important;
}

.LoginPane {
        width: auto;
    min-width: 200px;
}

.LoginPane .registerGroup, .LoginPane .loginGroup{
    float: right;
    line-height:40px;
}


.CartPane, .LoginPane, .SearchPane, .PriceModePane {
    float:right;
    height:45px;
}
    .LoginPane .registerGroup li, .HeaderCartSummary {
        line-height:40px;
    }


.DetailsButton, .button_std , .button_mycart, .ViewAllRecentLink, .SecondaryDetailsBtn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
        color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f07830;
    border-color: #f07830 #f07830 #dd5d10;
}

.SecondaryDetailsBtn {
    background-color:#333 !important;
    border-color:#333 !important;
}

.UpdateCartFromListWrapper input{
    margin-left:10px;
}

ul.PopularProductsTabs { height: 43px; background: #fafafa; border: 1px solid #ddd;padding:0; }
.PopularProductsTabs .ui-tabs-active { border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
ul.PopularProductsTabs li { float: left; list-style: none; -webkit-border-radius: 0px !important; -moz-border-radius: 0px; border-radius: 0px; background-color: #fafafa; box-shadow: inset 0 0 3px #eaeaea; font-weight: 700; }
ul.PopularProductsTabs li.ui-tabs-active { background-color: #fff !important; box-shadow: inset 0 0 0px #fff; }
ul.PopularProductsTabs li.ui-tabs-active a {color: #333333;}
.PopularProductsTab {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
}

.BrowseCategoryItem,.CategoryItem {
padding: 3px 0px;
min-height: 20px;
font-size: 15px;
line-height: 1.5em;
position: relative;
    float: left;
    width: 100%;
}

.BrowseCategoryItem {
    padding-left:10px;
}

    div.BrowseCategoryItem:hover,div.CategoryItem:hover, .btnEnableFilterDelete:hover {
        background: #f07830;
        color:#ffffff;
    }

    .BrowseCategoryItem:hover a,.CategoryItem:hover a {
        color: #ffffff;cursor:pointer;
    }

        .BrowseCategoryItem:hover a:hover,.CategoryItem:hover a:hover {
            text-decoration:none;
            cursor:pointer;
        }

.CategoriesAllHolder {
    width: 100%;
}

.CategoryArrow, .CategoryArrowLeft {
    padding-left: 3px;
    display: inline-block;
    width: 20px;
    height: 1.5em;
    float: left;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

.CategoryItem[data-level = '1'] a, .CategoryItem[data-level = '2'] a , .CategoryItem[data-level = '3'] a,
.BrowseCategoryItem[data-level = '1'] a, .BrowseCategoryItem[data-level = '2'] a , .BrowseCategoryItem[data-level = '3'] a{
    text-transform:capitalize;
}



.secondary_button_std {
    border: none;
    box-shadow: none;
    background-color:#333333;
}


.CategoryAccordionHeader {
    height: 43px;
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 0;
    border-radius:4px;
    display: inline-block;
    width: 100%;
    line-height: 43px;
    padding-left: 10px;
    color: #f07830;
    margin-bottom:20px;
    position:relative;
}

.CategoryAccordionHeader .CategoryArrowHeader{
        position: absolute;
    right: 1em;
    font-weight:700;
    font-size:1.2em;
    height:1.2em;
}


.EnabledFilterHeader {
    margin-bottom:0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

.SiteWideFilterInnerWrap {
    margin-bottom:20px;
}

#CategoryAccordionDefault .CategoriesAllHolder, #BrandAccordionDefault .CategoriesAllHolder {
   margin-bottom:20px;
}

#CategoryAccordion .CategoriesAllHolder, #CategoryAccordionDefault .CategoriesAllHolder, #BrandAccordionDefault .CategoriesAllHolder, .SiteWideFilterInnerWrap{
    border: 1px solid #ddd;
    border-top:0px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    padding:10px 0px;
    overflow:hidden;
    margin-bottom:20px;
}

#CategoryAccordion .ui-accordion-header-active, #CategoryAccordionDefault .ui-accordion-header-active, #BrandAccordionDefault .ui-accordion-header-active {
    margin:0;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

.BrandAllHolder .BrowseCategoryItem a,.BrandAllHolder .CategoryItem a{
    padding-left:10px;
}

    .BrandAllHolder .BrowseCategoryItem a:visited ,.BrandAllHolder .CategoryItem a:visited {
        color:#000;
    }

    .BrandAllHolder .BrowseCategoryItem:hover a:visited,.BrandAllHolder .CategoryItem:hover a:visited {
        color:#fff;
    }

.CategoryArrow .icon, .CategoryArrowLeft .icon{
    color:#f07830;    
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.5em;
        padding-left: 5px;
}

.BrowseCategoryItem:hover .CategoryArrowLeft .icon ,.CategoryItem:hover .CategoryArrow .icon{
    color:#ffffff !important;
}

h4 {
        border-bottom: 1px solid #f07830;
    width: 100%;
    display: inline-block;
    font-size: 16px;
}

.Hobeca_InnerBanner {
   background: url("/Portals/0/SkinObjects/hobeca_innerbanner.jpg");
    position: relative;
    width: 100%;
    height: 125px;
    background-position-x: 50%;
    margin-bottom:15px;
}

.CaptionWrapper {
    position:absolute;
    bottom:10px;
}

.CaptionWrapper .Caption1 {
        font-size: 36px;
    font-weight: 700;
    color: #fff;
}

    .CaptionWrapper .Caption2 {
        
    font-size: 30px;
    font-weight: 700;
    color: #f07830;

    }

 
.dnnFormItem > .dnnLabel {
  margin-top: 5px;
  width: 100%;
  text-align: left !important;
  margin-bottom: 5px;
}

.dnnFormItem > .dnnLabel a.dnnFormHelp {
  position: relative !important;
  margin-left: 5px !important;
}

.dnnFormItem > .dnnLabel .dnnTooltip {
  left: 0 !important;
}

.dnnTooltip .dnnFormHelpContent span:after, .dnnHelperTip .dnnFormHelpContent span:after {
    bottom:-6px !important;
}

.dnnTooltip .dnnFormHelpContent, .dnnHelperTip .dnnFormHelpContent {
    width:auto !important;
}


.lbtnApplyCategoryImage {
        width: 100%;
    display: block;
}

.lbtnApplyCategoryDescription {
        font-weight: 600;
}

#powerTip p {
    color:#ffffff !important;
}

.lblBrandName {
    color:#f07830;
    font-weight:700;
}

.GridView_ProductQty {
    width:45px;
}

.imgCSVIcon {
    background:#f07830;
}

.ddBackground {
        display: block;
    height: 160px;
    width: 100%;
    margin-top: 15px;
}

.mapWrapper {
    text-align: center;
    margin: 10px 0px;
}

.mapWrapper iframe{
    width:100% !important;
}

.contact_row {
    display: inline-block;
    width: 100%;
}

.ContactHeader {
    font-weight:600;
}

    .ContactHeader em {
            padding-right: 10px;
    display: inline-block;
    width: 25px;
    text-align: center;
    }

.OrderSummaryHeader {
    padding-left:10px;
}


.ui-datepicker-prev, .ui-datepicker-next, ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    color: #fff;
    cursor: pointer;
}

.ui-datepicker .ui-widget-header {
    background: #444444 50% 50% repeat-x;
    color: #fff;
    font-weight: 700;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-datepicker table {
        width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    background: #f90;
    border: 1px solid #ccc;
    color:#fff;
}

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
    border: 1px solid #fff;
    color: #fff;
}

.Heading-Box {
    background: url(Images/GreyContainerHeaderBg.png) repeat-x;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #40454a;
    background-position: left top;
    margin: 10px 0 0;
    padding: 1px 0 4px 17px;
    width: 98%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    margin-bottom: 20px;
}

    .Heading-Box h2 {
        font-size: Medium;
        font-weight: 700;
    }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        right: 16px;
        top: 4px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 10px;
        top: 4px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 16px;
        top: 4px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 10px;
        top: 4px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 16px;
        top: 4px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        color: #f07830;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a:hover {
            background: #ffffff;
            color: #f49a4d;
        }

        .ui-datepicker td a {
            text-align: center!important;
            font-weight: 700;
        }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.CheckoutSubHeader, .BrandSubHeader {
    font-weight: 600;
    letter-spacing: normal;
    line-height: 27px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
        overflow:hidden;
        color:#333;
}

    .CheckoutSubHeader span:after, .BrandSubHeader span:after{
        content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 5px;
    border-top: 2px solid #f07830;
}

.Checkout_DetailLeft {
    width:57%;
    float:left;
    margin-right:3%;
}

.Checkout_DetailRight {
    width:40%;
    float:left;
}

.Checkout_DetailLeftInner {
       width: 49%;
    border: 1px solid #ccc;
    float: left;
    margin-right: 1%;
    border-radius: 4px;
    height: 400px;
    margin-bottom: 10px;
}

.Checkout_DetailRightInner {
       width: 49%;
    float: left;
    
}

.txtDeliveryDetails {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 400px;
    width:100%;
    padding:10px;
}

.DeliveryDetailTable {
    width:100%;
}
.DeliveryDetailTable td input, .txtCustomerReferenceNo,.DeliveryDetailTable td select  {
    width: 100%;
    margin: 3px 0px;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 2em;
    font-size: 12px;
    padding-left: 5px;
}

.OrderDetailsTable {
    width: 90%;
    margin: 5px auto;
}


.DeliveryOptionsDDL tr:hover{
    background-color:#f07830;
    color:#ffffff;
}

.DeliveryOptionsInner {
        height: 400px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.lblDeliveryOptionsHeader {
        font-weight: 600;
    color: #f07830;
    padding-left: 20px;
    margin: 10px 0px;
    display: inline-block;
    
}

.CheckoutSummaryWrapper {
    border:1px solid #ccc;
    margin-top:10px;padding:20px;border-radius:4px;
    padding-bottom:20px;
    overflow:hidden;
}

.CheckoutSummaryInnerLeft {
        width: 47%;
    float: left;
    margin-right: 3%;
}
.CheckoutSummaryInnerRight {
    width:50%;
    float:left;
}

.Checkout_SaveAs_Wrapper {
    display:none !important;
}

.CheckoutSummaryInnerTable {
    width:100%;
    font-weight:600;
    color:#333;
    margin-bottom:10px;
}

.CheckoutSummaryInnerTable tr {
    border-bottom: 1px solid #ccc;
    padding: 3px 0px;
    height: 2em;
    line-height: 2em;
    }

.CheckoutSummaryInnerTableTotalRow {
    border-bottom: 2px solid #333 !important;
}

.DeliveryOptionSelected {
    background:#f07830;
    color:#fff;
}

.DeliveryOptionsDDL {
    padding-left:20px;
    font-size:12px;
    width:100%;
    font-weight:600;
}

.DeliveryOptionsDDL tr{
    height:30px;
    border-bottom:1px solid #ccc;
}

.DeliveryOptionsDDL td{
   padding-left:15px;
}

.DeliveryOptionsDDL td input[type="radio"] {
    display:none;
}
.DeliveryOptionsDDL td input[type="radio"] + label {
        display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin: 0px;
    padding-left: 35px;
    vertical-align: middle;
    background: url("/Portals/_default/SkinObjects/radio_off.png") left 50% no-repeat;    
    background-size: 23px 25px;
    cursor: pointer;
    font-weight:600;
}
.DeliveryOptionsDDL td input[type="radio"]:checked + label {
    background:url("/Portals/_default/SkinObjects/radio_on.png") left 50% no-repeat;
    background-size:23px 25px;
}

.DeliveryNote {
        float: left;
    width: 80%;
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

.DeliveryNoteHeader {
        float: left;
    width: 15%;
    padding-left: 15px;
    font-weight:700;
    color:#333;
}

.DeliveryNoteWrapper {
    padding-top:20px;
    overflow:hidden;
}

.pnlTermsAndContitions {
    text-align:right;
    color:#333;
    font-weight:600;
}

.lblTCMsg{
    width:100%;
    display:inline-block;
}

.Checkout_btns_Wrapper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.PlaceOrderBtn {
        width: 210px;
}

.CheckoutSummaryInnerLines {
        float: left;
    width: 100%;
}

.userProfileImg {
    display:none !important;
}

.ListViewImages {
    width:50px;
    height:50px;
}

.lbtnApplyCategoryImage img {
    width:200px;
    height:200px;
}

.wns-slideshow-wrapper img{
    width:100%;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper > .edMaps_contentBellow > .edMaps_markersInRadiusSelector > .edMaps_radiusSliderWrapper > .edMaps_radiusSlider > .noUi-base > .noUi-origin > .noUi-handle {
        background: #f07830 !important;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper > .edMaps_contentBellow > .edMaps_markersInRadiusSelector > .edMaps_radiusSliderWrapper > ul > li > input[type='radio'] + label:hover:before {
  background: #60cb20 !important;
}
.edMaps_moduleWrapper > .edMaps_mapWrapper > .edMaps_contentBellow > .edMaps_markersInRadiusSelector > .edMaps_radiusSliderWrapper > ul > li > input[type='radio'] + label:hover:after {
  border-color: #60cb20 !important;
}
.edMaps_moduleWrapper > .edMaps_mapWrapper > .edMaps_contentBellow > .edMaps_markersInRadiusSelector > .edMaps_radiusSliderWrapper > ul > li > input[type='radio']:checked + label:before {
  background: #f07830 !important;
}
.edMaps_moduleWrapper > .edMaps_mapWrapper > .edMaps_contentBellow > .edMaps_markersInRadiusSelector > .edMaps_radiusSliderWrapper > ul > li > input[type='radio']:checked + label:after {
  border-color: #f07830 !important;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper > .edMaps_contentBellow > .edMaps_markerList > ol > li.edMaps_infoWindowOpen {
        border-left: 5px solid #f07830 !important;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper > .edMaps_contentBellow > .edMaps_markersInRadiusSelector > .edMaps_radiusSliderSwitch input[type='checkbox']:checked + label:before {
        border-color:  #f07830 !important;
    color:  #f07830 !important;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper > .edMaps_contentBellow > .edMaps_locationSearchWrapper.filledIn > label {
     color: #000!important;
    display: block;
    margin: 5px 0px !important;
    float: left;
    width: 100%;
    font-size: 1.5em;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper > .edMaps_contentBellow > .edMaps_locationSearchWrapper {
    width:100% !important;
}

.edMaps_locationSearchWrapper > input{
    display:inline-block;
    margin-top:15px !important;
}

.edMaps_title {
        line-height: 1.5em !important;
    color: #000 !important;
    font-size: 1.5em !important;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper.edMaps_hasMarkerList > .edMaps_contentBellow > .edMaps_markerList > ol > li > img {
    top: 16px !important;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper.edMaps_hasMarkerList > .edMaps_contentBellow > .edMaps_markerList > ol > li > div {
    margin:0px !important;
}

.displayBlockImportant {
    display:block !important;
}

.displayNoneImportant {
    display:none !important;
}

.MyCartBounusItem span{
    font-size:12px !important;
}

.lblBonusItemDescr {
        font-weight: 700;
    text-transform: uppercase;
    color: #f07830;
}

.SaveShipTo_holder span, .SaveShipTo_holder input{
    float:left !important;
    width:auto !important;
}

.lblSaveNewShipToHeader {
        font-size: 12px;
    font-weight: 600;
}

.PopularProductsTabs  {
    display:none !important;
}

.ViewRangeBtn {
        display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

header {
    padding-bottom:0px;
}


.als-container{position:relative;width:100%;margin:0 auto;z-index:0;}
.als-viewport{position:relative;overflow:hidden;margin:0 auto;float:left;}
.als-wrapper{list-style:none;overflow:hidden;margin:0 !important;padding:0px !important;}
.als-item{position:relative;display:block;text-align:center;cursor:pointer;float:left}
.als-prev,.als-next{cursor:pointer;z-index:200;float:left;padding:8px; display:none;}
#demo2{margin:10px auto}
#demo2 .als-item{margin:5px 5px 0px 0px;min-height:45px;min-width:85px;text-align:center;}
#demo2 .als-item img{display:block;margin:0 auto;vertical-align:middle; }
.BrandPanel .als-viewport img{
    width:80px; height:40px;
}

span#selected_customer {
    margin: 0;
    text-align: left;
    font-weight: 700;
}

#lblCustomerSelected {
        text-align: left;
    width: auto !important;
}

.UnImpersonateButton {
    margin-left: 2%;
}

.CrossIt {text-decoration: line-through;}
.ProductsTypeTab {

}

.ProductsTypeTabs  {
    float: left;
    width: 80px;
}

    .ProductsTypeTabs  li {
        clear: left;
        width: 100%;
        display: block;
        height: 80px;
        border: 1px solid #ddd;
        position: relative;
        border-radius: 0px !important;
        border-bottom: none;
    }

        .ProductsTypeTabs  li:last-child {
            border-bottom: 1px solid #ddd;
        }

        .ProductsTypeTabs  li .glyphicon {
            width: 100%;
            display: block;
            text-align: center;
            font-size: 25px;
            color: #333;
        }

        .ProductsTypeTabs  li a {
            overflow: hidden;
            display: block;
            position: absolute;
            width: 100%;
            top: 25%;
        }

        .ProductsTypeTabs  li .TabCaption {
            width: 100%;
            display: block;
            text-align: center;
            padding-top: 5px;
            font-size: 10px;
            font-weight: 700;
            color: #333;
            line-height: 1.2em;
        }

    .ProductsTypeTabs  .ui-state-active {
        background: #fff;
        border-left: 2px solid;
        border-radius: 0px;
		width: 75px;
    }

.ProductTypeContentWrap,.ProductsTypeTabsWrap {
    float:left;
}

.ProductTypeContentWrap {
    width:90%;
}

.ProductsTypeTabsWrap {
    width:10%;
}

.ProductsTypeTabsWrap li .TabCaption {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 5px;
    font-size: 10px;
    font-weight: 700;
    color: #333;
    line-height: 1.2em;
}

.tblProdData {
    border: 1px solid #aaa; padding: 3px;width:100%;
}

.tblProdData td,  .tableHeader th {
    border: 1px solid #ccc;
    padding: 3px;
    color: #000;
}

.ProductEdit_gv {
        border: #c8c8c8 solid 1px;
        font-size:12px;
}

.ProductEdit_gv th{
    border-top: #c8c8c8 solid 1px;
    border-bottom: #c8c8c8 solid 1px;
}

    .ProductEdit_gv td {
        vertical-align:middle;        
        border-top: #c8c8c8 solid 1px;
    border-bottom: #c8c8c8 solid 1px;
    }

.txtCNewCategoryLongDescription {
    margin-top:5px;
}

.ProductEdit_gv tr:last-child td {
    padding:3px;
}

.gvProdReplaces th, .gvProdAccessorys th, .gvProdFeature th,.gvProdCategory th, .gvProdDescription th, .gvProdImage th {
    font-size:11px;
}

.ProductEditPane {
    display:none;
}
.redtext {
    color: red;
}

.wraptext {word-wrap :break-word; }
.validationErrMsg {font-size :0.8em; color:#f84b4a;}
.SlashArea {    /*background: url('/portals/_default/skins/ACSkin/images/bg_grid.png');*/}
.ProdQuantityHolder, .ProdDetailUserHolder, .ProductDetailsHolder, .ProdFeatureHolder, .CategoriesHolder, .FeaturesHolder {overflow-x:auto;width:98%;}
.prodctdetailsTable tr {width:100%;padding: 3px, 0;}
.prodctdetailsTable td span {padding:0px 10px 0px 0px;font-weight:700;   }
.prodctdetailsTable {
    width:100%;
}

.gvProductDetails{
    vertical-align:middle !important;border: #c8c8c8 solid 1px;
}
.ProdQuantityHolder, .ProdDetailUserHolder, .ProductDetailsHolder, .ProdFeatureHolder, .CategoriesHolder, .FeaturesHolder {
    overflow-x: auto;
    width: 98%;
}

.ProductDetailsHolder {
    float: left;
    width: 100%;
}
.gvProductDetailsRow_productEntryId {
    width: 10%;
}
.gvProductDetailsHeader, .gvProductDetailsRow {
    float: left;
    min-height: 1px;
    padding-left: 5px;
    line-height: 32px;
}

.ProdQuantityHolder, .ProdDetailUserHolder, .ProductDetailsHolder, .ProdFeatureHolder, .CategoriesHolder, .FeaturesHolder {overflow-x:auto;width:98%;}
.prodctdetailsTable tr {width:100%;padding: 3px, 0;}
.prodctdetailsTable td span {padding:0px 10px 0px 0px;font-weight:700;   }
.prodctdetailsTable {
    width:100%;
}

.gvProductDetails{
    vertical-align:middle !important;border: #c8c8c8 solid 1px;
}

.lblTitle {
        width: 200px;
    display: inline-block;
    line-height: 2em;
    padding-bottom: 3px;
}

.ProductEditPane input[type="text"], .ProductEditPane textarea, .ProductEditPane select{
    border:1px solid #ccc;
    border-radius:2px;
    margin-right:5px;
    line-height:1.5em;
}

.ProductEditPane input[type="text"] {
    width:50%;
}

.ProductEditActiveCol {
        vertical-align: middle !important;
    font-size: 16px;
}

.gvProductDetails .ProdId{
    padding-left:10px;
    vertical-align:top;
}

.fa_green {
    color:#46A546;
}

.fa_red {
    color:red;
}

.gvProductDetailsHeader, .gvProductDetailsRow {
    float:left;
    min-height:1px;
    padding-left:5px;
    line-height:32px;
}

.gvProductDetailsRow_productEntryId {
    width:10%;
}

.gvProductDetailsRow_edit {
    width:12%;
    text-align:right;
}

.gvProductDetailsRow_productName {
    width:55%;
}

.gvProductDetailsRow_active {
    width:5%;
}

    .gvProductDetailsRow_active .fa {
    font-size:18px;
    margin-top: 10px;

    }

.gvProductDetailsRow_productId {
    width:15%;
}

.ProductSpecificSearch {
    width: 100%;
    margin: 10px auto;
    border: 1px solid#ccc;
    height: 75px;
    background:rgba(0, 0, 0, 0.03);
}

    .ProductSpecificSearch .SearchBox {
            line-height: 40px !important;
    width: 75% !important;
    margin: 15px 0px 15px 15px;
    padding-left:15px;
    }

.ProductImagesHolder {
    float: left;
    width: 45%;
}
.ProductInfoHolder {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.ProductInfoHolder {
    padding-left: 14px !important;
}
.lblTitle {
    width: 225px;
    display: inline-block;
    line-height: 2em;
    padding-bottom: 3px;
}
.ProductDisplayFormShortDesc {
    overflow: hidden;
    width: 100%;
    margin: 5px 0px 15px 0px;
}
.ProductInfoHolder div {
    float: left;
}
.ProductInfoHolder .ProductDisplayFormNextShipDate{
    padding-top: 15px;
    font-size: 13px;
}
.ProductInfoUpperWrapper {
    border-bottom: 1px solid;
    overflow: hidden;
    padding-bottom: 3px;
}
.ProductTabDiv {
    float: left;
    width: 97%;
    padding: 10px;
    min-height: 150px;
    border: 1px solid #dededf;
}
.ProductTabDiv table, .ProductTabDiv th, .ProductTabDiv td {
    border: 0 !important;
    border-width: 0 !important;
}

.gvProdReplaces th, .gvProdAccessorys th, .gvProdFeature th, .gvProdCategory th, .gvProdDescription th, .gvProdImage th {
    font-size: 11px;
}
.ProductTabDiv table, .ProductTabDiv th, .ProductTabDiv td {
    border: 0 !important;
    border-width: 0 !important;
}
.wraptext {
    word-wrap: break-word;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-times:before {
  content: "\f00d";
}

/*.ui-accordion-header {
    height: 2em;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px #888888;
    -moz-box-shadow: 0px 1px 1px #888888;
    box-shadow: 0px 1px 1px #888888;
    color: #ffffff;
    text-shadow: 0.5px 1px #333;
    padding-left: 10px;
    line-height: 2em;
}*/

/*body {
    margin: 2em auto;
    max-width: 600px;
}*/

.DragElementsWrap {
    text-align: center;
    margin-bottom: 2em;
    padding: 0.5em;
    border-left: 2px solid #e3e3e3;
    float: left;
    width: 29%;
    margin-left: 1%;
    position: relative;
}
#thumbs img {
    width: 200px;
    height: 200px;
    margin: 0 1em;
    cursor: move;
}
div table {
    width: 100%;
    border-spacing: 2%;
    table-layout: fixed;
}
#target, #target2, #target3 {
    display: none;
}
#target td {
    width: 30%;
    height: 140px;
    vertical-align: top;
}
textarea.caption {
    display: block;
    width: 95%;
    margin: 10px auto;
    height: 50px;
    border: none;
    background: #eee;
}
textarea.caption-print {
    display: block;
    width: 95%;
    margin: 10px auto;
    height: 50px;
    border: none;
    background: none;
}
div .sized {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
div .img-container {
    width: 100%;
    height: 1123px;
    background-color: rgba(255,255,255,0.5);
    overflow: hidden;
    position: relative;
    align-items: center;   
}
div .img-container-print {
    width: 100%;
    height: 1123px;
    background: none;
    overflow: hidden;
    position: relative;
    align-items: center;    
}
.div-inserted {
    position:absolute;
}
div .img-inserted-print {
    background: none;
}
div .img-inserted {
    background-color: rgba(255,255,255,0.5);
}
img.ui-draggable {
    /*z-index: 100000;*/
}
span.remove {
    width: 15px;
    height: 18px;
    cursor: pointer;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0px;
    padding-top: 0;
}

span.edit {
    width: 15px;
    height: 18px;
    cursor: pointer;
    background: #f07830;
    color: #fff;
    text-align: left;
    padding: 0px 0px 0px 0px;
    font-size: 10px;
    position: absolute;
    top: 18px;
    left: 0px;
}

#target td.header {
    width: 100%;
}
#target td.header input, #target2 td.text input {
    width: 100%;
    margin-bottom: 0.5em;
    display: block;
    padding: 0.3em;
    border: none;
    text-align: center;
    background: #fff;
}
.inputTransparent
{
    background: transparent;
}
#choose-layout {
    width: 480px;
    margin: 2em auto;
    overflow: hidden;
}
#choose-layout div {
    width: 230px;
    text-align: center;
}
#choose-layout .layout {
    height: 180px;
    line-height: 180px;
    background: #eee;
}
#layout-1 {
    float: left;
}
#layout-2 {
    float: right;
}
#layout-3 {
    float: left;
}
#choose-layout img {
    display: block;
    max-width: 100%;
}
#target2 td {
    vertical-align: top;
}
#target2 td.logo {
    width: 50%;
}
#target2 td.text {
    width: 50%;
}
#target2 td[colspan] {
    width: 100%;
}
#target2 td[colspan] input {
    width: 100%;
    margin-bottom: 0.5em;
    display: block;
    padding: 0.3em;
    border: none;
    background: #eee;
    text-align: center;
}

.BuilderCanvas {    
    float: left;
    width: 100%;
        margin: 10px 0px;
    border: 1px solid orange;
}
.PageArea {
    opacity: 0;
    float: left;
    width: 70%;
}
.PageHeader {
    padding: 0px, 0px,0px,0px;
    float: left;
    width: 70%;
    height: 100px;
}
.PageFooter {
    float: left;
    width: 70%;
    height: 50px;
}



.ui-tabs-vertical { width: 55em; }
  .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
  .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
  .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
  .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}

.CatalogCtrlTabs {
        list-style: none;
    position: absolute;
    z-index: 100;
    left: -52px;
    padding:0px;
}

    .CatalogCtrlTabs li a {
        display:block;
           width: 50px;
    height: 50px;
    background: #e3e3e3;
    margin-bottom: 6px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    }

    .CatalogCtrlTabs li a .fa {
    line-height: 50px;
    font-size: 23px;
    color:#fff;
    }

.CatalogCtrlTabs .ui-tabs-active .fa{
    color:#f07830 !important;
}

.ProductResultList {
        height: 750px;
    overflow-y: scroll;
}

.CatalogCtrlTabItem {
min-height:750px;
}

.CatalogCtrlTabItem ul{
    list-style:none;
    padding:0px;
    text-align:left;
}

    .CatalogCtrlTabItem ul li .CatalogCtrlTabHeader{
        display:inline-block;
        width:30%;
    }

.CatalogCtrlTabCtrlInputShort {
    width:50px;
}

.CatalogProductResultList {
    width: 100%;
    overflow-y: scroll;
    padding: 10px;
    z-index:9999;
}

.CatalogProductResultItem {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 10px;
    z-index:9999;
    border-bottom: 1px solid #ccc;
}

.CatalogSettingsItem {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 10px;
    z-index:9999;
    border-bottom: 1px solid #ccc;
}

.bgImageSelection {
    width: 20%;
    position: relative;
    float:left;
    overflow:hidden;
    padding: 10px;
    margin-left: 5%;
    z-index:9999;
    border: 1px solid #ccc;
}
.bgImage {
    width: 75px;
    height: 75px;
}

.CatalogProductDisplayListImg {   
    border-radius: 4px;
    width: 80px;
    z-index:9999;
    float:left;
}

.CatalogProductResultItem > .CatalogProductDisplayListImg {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 80px;
    z-index:9999;
    float:left;
}

.CatalogComponentItem {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 10px;
    z-index:10;
    border-bottom: 1px solid #ccc;
}

.CatalogProductResultItem > .CatalogProductDisplayListImg img{
    max-height:300px;
    max-width:300px;
    height:75px;
    width:75px;
}

.CatalogProductDisplayListImg img{
    height:75px;
    width:75px;
}

.CatalogProductDisplayListRangeName {
    float:left;
    padding-left:10px;
    width: 150px;
    word-wrap: break-word;
}

.CatalogProductDisplayPrice {
    float:right;
    padding-left:10px;
}

.BuilderCtrlWrap {
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.rdlOrientation tr{
    display:block;
    float:left;
    padding-right:10px;
}

.lnkAddPage, .lnkLoadCatalogue {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    padding-left: 6px;
}

.lnkAddPage .fa, .lnkLoadCatalogue .fa{
    font-size:16px;
}
.sized{
    width:100%; 
    height:100%;
    
}
.spanCentered{
    display:table-cell;
    text-align: center;
    vertical-align:middle;
}
/*div.ui-resizable {
    cursor: e-resize;
}*/

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
div.ui-draggable
{
    cursor: default;
}

div.CatalogueDialog {
    background-color: lightgray;
    position:fixed;
    padding-left: 10px;
    top: 48%;
    left: 33%;
    z-index: 1000;

}

backgroundImage1{
    background-image: url(/Portals/0/img/Logo_BnW2.png);
    background-position: top left;
    enable-background:new;
}

backgroundImage2{
    background: url("/Portals/0/Images/Homepage_Slider/Stronghand_1170x399.jpg") no-repeat top left;
}

backgroundImage3{
    background-image: url("Portals/0/Images/Homepage_Slider/Koken2_1170x399.jpg");
}

backgroundImage4{
    background: url('/Portals/0/Images/Homepage_Slider/Will_NEW_1170x399.jpg');
}

.PrintPage {
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
}

.fullpage{
    width: 100%;
    height: 100%;
}

.transparent{
    background-color:rgba(0, 0, 0, 0.5);
}

.menu1:not(:first-child), .menu2:not(:first-child), .menu3:not(:first-child), .menu4:not(:first-child){
    padding-top: 30px;
}

.Right {
    text-align: right;
}
.menu1Item {
    width:49%;
    display:inline-block;
}

.menu2Item {
    width:49%;
    display:inline-block;
}

.menu1DropDownList {
    width: 85%;
}

.menu4DropDownList {
    width: 100px;
}

.pageOrdering {
    border-bottom: 1px solid orange;
    border-top: 1px solid orange;
}

#fileUpImage .dnnFormItem {
    padding-top:30px;
}

#fileUpImage .dnnFilePicker {
    height: 50px;
    background-color:#fff
}

#fileUpImage .dnnFilePickerImageHolder {
    display:none;
}

#FileUpBackground .dnnFormItem {
    padding-top:30px;
}

#FileUpBackground .dnnFilePicker {
    height: 50px;
    background-color:#fff
}

#FileUpBackground .dnnFilePickerImageHolder {
    display:none;
}

#btnAddText {
    margin-top: 20px;
}
}

/*Dealer list*/
.searchMarkerResultWrapper {
    height:450px;
    overflow: auto;
}