﻿.sideNavTable {
    border: 1px solid #b0b0b0;
    border-bottom: 0px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 5px;
}

.sideNavHeader {
    background-color: #11051b;
    color: #ffffff;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    padding: 5px;
}

.sideNavHeaderText {
}

.sideNavSubHeader {
    background: url('../../../../images/collapse.gif') no-repeat 95% 5px;
    width: 95%;
    background-color: #efefef;
    border: #cecfce 1px solid;
    cursor: pointer;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    padding: 5px;
    color: black;
    margin-top: 3px;
}
/*padding: 5px 0px 10px 5px; */
.sideNavContent {
    height: 131px;
    OVERFLOW: auto;
    border-bottom: 1px dotted #B7C0BF;
    font-size: 12px;
    font-family: arial;
    padding: 5px 0px 10px 6px;
    margin-bottom: 10px;
    display: block;
    width: 98%;
    background-color: #fff;
}

    .sideNavContent a {
        font-size: 12px;
        font-family: arial;
        text-decoration: none
    }

        .sideNavContent a:hover {
            text-decoration: underline;
        }

    .sideNavContent td {
        font-size: 12px;
        font-family: arial;
    }

.sideNavBlueLink {
    color: #3143A9;
    font-size: 12px;
    font-family: arial;
    text-decoration: none;
}

.list {
    border-top: 1px solid #B1B6BA;
    padding-left: 3px;
    padding-top: 6px;
    padding-bottom: 6px
}

.grid {
    border-top: 1px solid #B1B6BA;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
}

.google_box {
    border-top: 1px solid #B1B6BA
}

/* search tool tips */
.searchToolTip {
    border: 1px solid rgb(255,255,255);
    margin: -3px;
    padding: 2px;
    background: #ffffff none repeat scroll 0% 0%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.sideNavItemContainer {
}

.sideNavItemCropped {
    padding-bottom: 3px;
    padding-left: 0px;
}

    .sideNavItemCropped a, .sideNavItemCropped span {
        font-size: 12px;
        font-family: arial;
        text-decoration: none;
        color: Black
    }

        .sideNavItemCropped a:hover {
            text-decoration: none;
            color: Black
        }

        .sideNavItemCropped a:visited {
            text-decoration: none;
            color: Black
        }
/*.sideNavItemCropped:HOVER { overflow:visible; }*/

.sideNavItemCroppedfilter {
    padding-bottom: 3px;
    padding-left: 0px;
}

    .sideNavItemCroppedfilter a, .sideNavItemCroppedfilter span {
        font-size: 11px;
        font-family: arial;
        text-decoration: none;
        color: Black
    }

        .sideNavItemCroppedfilter a:hover {
            text-decoration: none;
            color: Black
        }

        .sideNavItemCroppedfilter a:visited {
            text-decoration: none;
            color: Black
        }

/* search video */
.searchBoxHeader {
    background-color: #4D4D4D;
    border-bottom: 1px solid #B7C0BF;
    color: #FFFFFF;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    padding: 5px;
}

.searchBoxContent {
    border-bottom: 1px solid #B7C0BF;
    font-size: 12px;
    font-family: arial;
    padding: 5px 0 5px 5px;
}

    .searchBoxContent a {
        font-size: 12px;
        font-family: arial;
        text-decoration: none;
    }

        .searchBoxContent a:hover {
            font-size: 12px;
            font-family: arial;
            text-decoration: underline;
        }

/* results header */
.searchHeader {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.searchHeaderTerm {
    color: #3143a9;
    font-style: italic;
}

p {
    font-size: 12px;
}
/* page box */
.pagerBox {
    border: 1px solid #11051b;
}

/* sort box */
.sortBox {
    background-color: #ddf2ff;
    border: 1px solid rgb(177, 182, 186);
    border-top: none;
    margin-bottom: 5px;
    padding: 5px;
    white-space: nowrap
}

.boxHighlight {
    padding: 3px;
}

    .boxHighlight:HOVER {
        background-color: #ddf2ff;
    }

h2.header {
    margin-top: 0px;
}

/* hierarchical list */
ul.searchTree, ul.searchTree li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 1.22em
}

ul.searchTree {
    padding-left: 0px;
    padding-right: 0px;
}

    ul.searchTree li ul {
        margin-left: -1em;
        padding-left: 2em;
    }

/*ul.searchTree li a{ padding-left: 13px; background:url(img/uncheckbox.png) no-repeat left top; }*/
/*ul.searchTree li a:hover { padding-left: 13px; background:url(img/hovercheckbox.png) no-repeat left top; font-weight:bold;  }*/
.defaultfacet {
    padding-left: 13px; /*background:url(img/arrowGrey.gif) no-repeat left top;*/
}

.selectedfacets {
    padding-left: 13px;
    background: url(img/checkedbox.png) no-repeat left top;
}

.removefacets {
    padding-left: 13px;
    background: url(../../../../images/remove.png) no-repeat left top;
}

    .removefacets:active {
        padding-left: 13px;
    }

.unselectedfacets {
    padding-left: 13px;
    background: url(img/uncheckbox.png) no-repeat left top;
}

.alphaselectedfacets {
    font-weight: bold;
    padding-left: 13px;
    background: url(img/checkedbox.png) no-repeat left top;
}

.alphaunselectedfacets {
    font-weight: bold;
    padding-left: 13px;
    background: url(img/uncheckbox.png) no-repeat left top;
}

.sideNavItemCropped a:active {
    padding-left: 13px;
}

.SelectedRefinements {
    padding: 3px;
    border: 1px solid black;
    background-color: #B2DFEE;
}

.productName {
    font-size: 12px;
}

    .productName a {
        font-size: 12px;
    }

.NoTitle {
    display: none;
}

.cssPager {
    margin: 0;
    margin-bottom: 30px;
}

    .cssPager td {
        background-color: white;
    }

        .cssPager td table {
            width: 100%;
        }

            .cssPager td table tr td {
                background-color: white;
            }

    .cssPager p a {
        padding: 0;
        background-color: transparent;
        color: white;
        text-decoration: none;
    }

    .cssPager a {
        padding: 5px;
        color: #330066;
        font-size: 12px;
        background-color: #fff;
        text-decoration: none;
    }

        .cssPager a:hover {
            padding: 5px;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

    .cssPager span {
        padding: 5px;
        color: #333;
        font-size: 12px;
        background-color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }

    .cssPager td {
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: right;
        color: #fff;
    }

.positive {
    color: #17569B;
    width: auto;
    overflow: visible;
    padding: 0;
    margin-right: 2px;
    font-size: 11px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    vertical-align: top;
    cursor: pointer;
    border-width: 1.5px;
    border-style: solid;
    border-bottom-color: #aaa;
    border-right-color: #aaa;
    border-top-color: #ddd;
    border-left-color: #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#dnn_contentpane {
    /* border-left:1px dotted silver;*/
    padding-left: 5px;
}

#tooltip {
    position: absolute;
    border: 1px solid #333;
    background: #4D4D4D;
    padding: 5px;
    color: white;
    display: none;
    clear: both;
    margin: 0;
    z-index: 1000;
    font-weight: bold;
    font: arial;
    font-size: 11px;
    max-width: 200px;
}

.comparelink, .comparelink:hover {
    font-size: 11px;
    text-decoration: underline;
    color: Maroon;
    cursor: pointer;
}

.CompareDiv {
    padding-top: 20px;
    height: 150px;
    width: 300px;
    background-color: White;
    display: block;
    position: fixed;
    _position: absolute;
    left: 34%;
    top: 30%;
    visibility: visible;
    vertical-align: middle;
    border: 10px solid #330066;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 9999;
}

.compareselectionsdiv {
    text-align: center;
    font-weight: bold;
    background-color: #17539A;
    color: #fff;
    padding: 5px;
}

    .compareselectionsdiv a:hover {
        color: white;
    }

.dnnFormPopup .ui-dialog-title {
    font-size: 0px;
}

.dnnFormPopup .ui-dialog-titlebar {
    padding: 1.8em 1.2em;
    background: #4E4E4E;
    background: -moz-linear-gradient(top, #330066 0%, #663399 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E4E4E), color-stop(100%,#282828));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E4E4E', endColorstr='#282828',GradientType=0 );
}

.dnnForm .ui-widget-header, .dnnFormPopup .ui-widget-header {
    border-bottom: 0px;
}

.templateColumnValue {
    text-align: center;
    white-space: normal;
}

.templateHeader {
    color: white;
    height: 22px;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    padding: 5px;
}

.templateTb {
    border: 1px solid #cecfce;
    width: 100%;
    margin: 0;
}

.templateRowHeight, .templateRowHeight td, .templateColumnValue, .templateFirstColumn, .templateTblColRowsFirstColumn {
    padding: 4px;
    font-size: 12px;
    border-bottom: 1px #e8e8e8 dotted;
    border-right: 1px #e8e8e8 dotted;
}

.templateFirstColumn, .templateTblColRowsFirstColumn {
    width: 143px;
    background-color: #e8e8e8;
    border-bottom: 1px white dotted;
    font-weight: bold;
}

div#leftArrow {
    float: left;
    width: 15px;
    vertical-align: middle;
    text-align: left;
    top: 50%;
    /*height:400px;*/
}

    div#leftArrow img:hover {
        border-width: 0px;
        border-style: solid;
        border-bottom-color: #aaa;
        border-right-color: #aaa;
        border-top-color: #ddd;
        border-left-color: #ddd;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

div#rightArrow {
    float: right;
    width: 15px;
    vertical-align: middle;
    text-align: right;
    top: 50%;
    /*height:400px;*/
}

div#NewReagentsDiv {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    width: 90%;
    float: left;
    vertical-align: top;
    height: 110px;
}

    div#NewReagentsDiv td {
        white-space: nowrap;
        padding: 6px;
        border-right: 1px dotted white;
    }

div#NewProductsDiv {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    width: 90%;
    float: left;
    vertical-align: top;
    height: 70px;
}

    div#NewProductsDiv td {
        white-space: nowrap;
        padding: 8px;
        border-right: 1px dotted white;
    }

div#FeaturedProductsDiv {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    width: 90%;
    float: left;
    vertical-align: top;
    min-height: 230px;
    /*height:420px;*/
}

    div#FeaturedProductsDiv td {
        white-space: nowrap;
        padding: 8px;
        border-right: 1px dotted white;
    }

.dnnGrid1 {
    clear: left;
    float: left;
    -khtml-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #dadada;
    width: 100%
}

.resultsRow {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 1px solid #dadada;
}

    .resultsRow TD {
        /* padding-top: 10px;*/
        font-size: 1em;
    }

#FeaturedProductsDiv table tr td {
    border-right: #dadada 1px solid;
}

.ctrDropDown {
    width: 210px;
}

.ctrDropDownClick {
    width: 650px;
}

.plainDropDown {
    width: 210px;
}

.ItemDetailsTab {
    width: 100%;
    height: 100%;
    margin: 2px auto;
    padding: 0px;
    border: #ccc 1px solid;
}

.ItemDetailsTabInitial {
    width: 126px;
    height: 35px;
    text-align: left;
    display: block;
    padding-left: 4px;
    border: 0;
    border-style: none;
    float: left;
    font-weight: bold;
    color: White;
    background: url("img/tab-initial-1.png") no-repeat;
}

.ItemDetailsTabClicked {
    text-align: left;
    width: 140px;
    height: 35px;
    display: block;
    border-style: none;
    padding-left: 15px;
    font-weight: bold;
    color: White;
    background: url("img/tab-current.png") no-repeat;
    background-position: 5px;
}

.ItemDetailsTeaserHeader {
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
    padding: 5px;
    padding-right: 0px;
    height: 20px;
    width: 98%;
    color: White;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 0px;
    position: relative;
    background-color: #330066;
    background-image: linear-gradient(#330066,#2E0854);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#330066), to(#2E0854));
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#330066', endColorstr='#2E0854', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.ItemDetailsTeaserContent {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 12px;
    font-family: arial;
    display: block;
    width: 100%;
}

.ItemDetailsTeaserQuickLinks {
    height: 149px;
    min-height: 149px;
    height: auto !important;
    width: 90%;
    font-size: 12px;
    font-family: arial;
    margin-left: 5px;
    background-color: White;
}

.ItemDetailsFooter {
   /* background-color: #F7F5F4;*/
    width: 100%;
}

.ItemDetailsTeaserQuickLinks a.NoBullet:link, .ItemDetailsTeaserQuickLinks a.NoBullet:visited,
.ItemDetailsTeaserQuickLinks a.NoBullet:active, .ItemDetailsTeaserQuickLinks a.NoBullet:hover {
    padding: 0;
    background-image: none;
}

.ItemDetailsTeaserQuickLinks td.Bullet {
    width: 100%;
    padding: 0px 0px 0px 10px;
}

    .ItemDetailsTeaserQuickLinks td.Bullet a, .ItemDetailsTeaserQuickLinksInner td.Bullet a:link {
        line-height: 1.5em;
        color: #716F70;
        text-decoration: none;
        font-size: 12px;
    }

        .ItemDetailsTeaserQuickLinks td.Bullet a:visited {
            color: #716F70;
            text-decoration: none;
            font-size: 12px;
        }

        .ItemDetailsTeaserQuickLinks td.Bullet a:active {
            color: #716F70;
            text-decoration: none;
            font-size: 12px;
        }

        .ItemDetailsTeaserQuickLinks td.Bullet a:hover {
            color: #4087BD;
            text-decoration: none;
            font-size: 12px;
        }

.ItemDetailsTabContent {
    /* min-height:150px;*/
    height: auto !important;
    font-size: 12px;
    font-family: arial;
    margin-top: 2px;
    margin-right: 5px;
    padding: 5px;
    padding-right: 0px;
    width: 100%;
    padding-left:88px;
}

.ItemDetailsHeader {
    color: #ffffff;
    font-family: arial;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
    /*margin-left:5px; */
    width: 99.5%;
    min-height: 45px;
    height: auto !important;
    float: none;
    overflow: auto;
    padding: 2px;
    border-radius: .1em;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    background-color: #330066;
    background-image: linear-gradient(#330066,#2E0854);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#330066), to(#2E0854));
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#330066', endColorstr='#2E0854', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

    .ItemDetailsHeader span {
        font-size: 12pt;
        font-weight: bold;
        vertical-align: top;
        color: #ffffff;
    }

.TemplateName {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.ItemDetailsTabHeader {
    padding: 5px;
    padding-right: 0px;
    color: White;
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
    height: 17px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    width: 98%;
    border-radius: 3px;
    box-shadow: 2px 2px 1px black;
}

.ItemDetailsTabHeaderLB {
    padding: 5px;
    padding-right: 0px;
    color: White;
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
    height: 17px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    margin-left: 3px;
    width: 100%;
}

.ItemDetailsTabTD {
    height: 150px;
    font-size: 12px;
    font-family: arial;
    padding: 10px;
    background: url("img/Teasercontent.jpg") no-repeat right;
}

.ItemDetailsContactUs {
}

.ItemDetailsAttachments {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    margin-left: 61px;
    margin-top: 17px;
    padding-bottom: 5px;
}

.ItemDetailsAttachmentsContent {
    font-size: 12px;
    font-family: arial;
    display: inline-block;
    margin-left: 5px;
}

.ItemDetailsContent {
    font-size: 12px;
    font-family: arial;
    display: inline-block;
    margin-left: 5px;
    position:relative;
    width:100%;
}

.ItemDetailsBEIContent {
    font-size: 12px;
    font-family: arial;
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
}

.ItemDetailstemplate {
    width: 171px;
    font-weight: bolder;
    /*    background-color: #F1EEF5;
*/ color: #30045B;
}

.ItemDetailspstemplate {
    width: 175px;
    font-weight: bolder;
    background-color: #bbd7ea;
    color: black;
}

#divPrint {
    width: 960px;
}

.ItemDetailspanel {
    background-color: #F7F5F4;
    font-size: 12px;
    font-family: arial;
    color: black;
    width: 100%;
    margin-bottom: -6px;
}

.permitDiv {
    height: 250px;
    width: 500px;
    background-color: White;
    display: block;
    _position: absolute;
    left: 25%;
    top: 70px;
    visibility: visible;
    vertical-align: middle;
    border: 5px solid #330066;
    text-align: left;
    z-index: 9999;
    position: absolute;
    right: -10px;
    padding-left: 5px;
    padding-right: 5px;
}

.bg-top-shadow {
    WIDTH: 100%;
    HEIGHT: 11px;
    TOP: 0px;
    LEFT: -6px;
}

.bg-mid-shadow {
    PADDING-LEFT: 7px;
    WIDTH: 100%;
    TOP: 0px;
    LEFT: -6px;
    min-height: 135px;
    height: auto !important;
}

.bg-bottom-shadow {
    WIDTH: 100%;
    HEIGHT: 13px;
    TOP: 0px;
    LEFT: -6px;
}

.bg-top-shadow-big {
    /*POSITION: relative; WIDTH: 100%; HEIGHT: 11px; TOP: 0px; LEFT: -6px;*/
}

.bg-mid-shadow-big {
    POSITION: relative;
    PADDING-LEFT: 7px;
    WIDTH: 100%;
    TOP: 0px;
    LEFT: -6px;
    min-height: 220px;
    height: auto !important;
}

.bg-bottom-shadow-big {
    POSITION: relative;
    WIDTH: 100%;
    HEIGHT: 13px;
    TOP: 0px;
    LEFT: -6px;
}


.ItemDetailssideNavHeader {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    padding: 5px;
    padding-right: 0px;
    color: White;
    background: #186FBC;
    background: -moz-linear-gradient(top, #330066 0%, #2E0854 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#330066), color-stop(100%,#330066));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#330066', endColorstr='#330066',GradientType=0);
    padding: 3px;
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-bottom: 0px;
}

.ItemDetailstemplateRowHeight, .ItemDetailstemplateRowHeight td {
    height: 30px;
    padding: 6px;
    font-size: 16px;
}

#logs .LogsDiv {
    /*height:250px;*/
    width: 650px;
    background-color: #DDDDDD;
    /*display:block;*/
    position: fixed;
    _position: absolute;
    left: 35%;
    top: 25%;
    visibility: visible;
    vertical-align: middle;
    border-right: #c6c9cc 2px solid;
    border-bottom: #c6c9cc 2px solid;
    border-left: #c6c9cc 1px solid;
    border-top: #c6c9cc 1px solid;
    background: #fff;
    text-align: left;
    z-index: 9999;
}



.innerLogsDiv {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 20px;
    height: 50%;
    z-index: inherit;
}

.permitsUl {
    margin-left: 0px;
    padding-left: 1em;
    margin-top: 7px;
}

.lbldesc {
    margin-left: 5px;
    font-size: 12px;
    font-family: arial;
   /* display: inline-block;*/
    width: 95%;
}

.lblNewReagentDesc {
    padding-top: 2px;
    word-wrap: break-word;
    width: 220px;
    border-right: 0px;
}

.CompareDivtitle {
    text-align: center;
    font-size: 14px;
}

.CompareDivbtn {
    width: 80px;
}

.CompareSup {
    font-size: 9px;
}

.resultsRowquickview {
    width: 25px;
    padding-top: 2px;
    padding-right: 5px;
}

.resultsproductname {
    width: 400px;
    vertical-align: top;
    padding-top: 2px;
    padding-right: 15px;
}

.resultsproductnamespan {
    color: #696969;
    font-size: .9em;
    vertical-align: top;
}

.resultsdocs {
    text-align: right;
    width: 50px;
    padding-top: 2px;
    vertical-align: middle;
}

.resultsdocsdocs {
    width: 100%;
    text-align: right;
}

.resultsdocsCOA {
    text-align: left;
    width: 50px;
    padding-left: 2px;
    padding-top: 2px;
    vertical-align: middle;
}

.resultscompare {
    text-align: center;
    width: 90px;
    padding-top: 2px;
    vertical-align: middle;
}

.resultsbeinum {
    padding-top: 2px;
    width: 10px;
}

.resultsviewrole {
    padding-top: 2px;
    width: 80px;
}

.resultsnoactions {
    text-align: right;
    width: 50px;
    padding-top: 2px;
    vertical-align: middle;
}

.NavigationTable {
    border-bottom: #cecfce 1px solid;
    font-size: 12px;
}

.NavigationTR {
    background-color: #efefef;
    height: 40px;
    padding: 30px;
}

.NavigationTD {
    text-align: left;
    vertical-align: middle;
}

.NavigationTDright {
    text-align: right;
    vertical-align: middle;
}

.tbresultscompare {
    text-align: center;
    width: 11%;
    padding-top: 2px;
}

.tbresultsnoactions {
    text-align: right;
    width: 22%;
    padding-top: 2px;
}

.tbresultsdocs {
    text-align: center;
    width: 11%;
    padding-top: 2px;
}

.tbhlTarget {
    padding-top: 2px;
    width: 8%;
}

.tbproductnametd {
    width: 11%;
    vertical-align: top;
    padding-top: 2px;
}

.tbdocstd {
    width: 12%;
    padding-top: 2px;
}

.tbactionstd {
    width: 25%;
    padding-top: 2px;
}

.TBviability {
    width: 8%;
    padding-top: 2px;
    padding-left: 10px;
}

.TBspecificstaining {
    width: 5%;
    padding-top: 2px;
}

.srDescription {
    /*width: 17%;*/
    /*vertical-align: middle;*/
    padding-top: 2px;
}

.sratccnum {
    /*vertical-align: middle;*/
    width: 12%;
    padding-top: 2px;
    /*text-align: center;*/
}

.srresultscompare {
    text-align: center;
    /*width: 11%;*/
    width: 90px;
    padding-top: 2px;
    vertical-align: middle;
}

.sraddtocart {
    /*text-align: center; width: 11%;*/
    text-align: right;
    width: 50px;
    padding-top: 2px;
    vertical-align: middle;
    /*padding-bottom:2px;*/
}

.srresultsbeinum {
    padding-top: 2px;
    width: 10px;
    vertical-align: middle;
}

.srresultsdocs {
    text-align: right;
    width: 5%;
    padding-top: 2px;
    vertical-align: middle;
}

.srresultsdocsCOA {
    text-align: left;
    width: 5%;
    padding-left: 2px;
    padding-top: 2px;
    vertical-align: middle;
}

.srresultsnoactions {
    /*text-align: center;
    width: 11%;*/
    text-align: right;
    width: 50px;
    padding-top: 2px; /*vertical-align: middle*/
    /*padding-bottom: 2px;*/
}

.resultsfavbeinum {
    width: 10px;
    vertical-align: middle;
}


/* newly added styles for search result page */
/*
.resultsbeinumdiv{float:left;padding-top:2px;width:10px;}
.resultsRowquickviewdiv{float:left;width:25px;padding-top:2px;padding-right:5px;}
.resultsproductnamediv{float:left;width:400px;vertical-align:top;padding-top:2px;padding-right:15px;}
.resultsviewrolediv{float:left;padding-top:2px;width:80px;}
.resultsdocsdiv{float:left;text-align:right;width:50px;padding-top:2px;vertical-align:middle;}
.resultsdocsdocsdiv{float:left;width:100%;text-align:right;}
.resultsdocsCOAdiv{float:left;text-align:left;width:50px;padding-left:2px;padding-top:2px;vertical-align:middle;}
.resultsnoactionsdiv{float:left;text-align:right;width:50px;padding-top:2px;}
.resultscomparediv{float:left;text-align:center;width:90px;padding-top:2px;vertical-align:middle;}
.resultsproductnamediv{float:left;width:400px;vertical-align:top;padding-top:2px;padding-right:15px;}
*/

.CartItemDivTitle {
    position: absolute;
    top: -10px;
    right: -10px;
}

.innerCartItemDivht {
    height: 120px;
    overflow: auto;
}

.innerCartItemDivbtn {
    padding: 10px;
    text-align: right;
    vertical-align: bottom;
}

.KBMoreInfoDivTitle {
    position: absolute;
    top: -10px;
    right: -10px;
}

.KBinnerDivht {
    height: 450px;
    overflow: auto;
}

#boxes .KBMoreInfoDiv {
    /*height:250px;*/
    width: 650px;
    background-color: #DDDDDD;
    /*display:block;*/
    position: fixed;
    _position: absolute;
    left: 30%;
    top: 30%;
    visibility: visible;
    vertical-align: middle;
    border-right: #c6c9cc 2px solid;
    border-bottom: #c6c9cc 2px solid;
    border-left: #c6c9cc 1px solid;
    border-top: #c6c9cc 1px solid;
    background: #fff;
    text-align: left;
    z-index: 9999;
}

.innerKBMoreInfoDiv {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 20px;
    height: 50%;
    z-index: inherit;
}

.bg-midattach-shadow {
    /*POSITION: relative; */
    PADDING-LEFT: 7px;
    WIDTH: 100%;
    TOP: 0px;
    LEFT: -6px;
    min-height: 150px;
    height: auto !important;
}

.ItemDetailsAttachmentsOther {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    margin-left: 5px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.ItemDetailsAttachmentsCOFA {
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    margin-left: 5px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.ToggleCatalog {
    background: url('../../../../images/collapse.gif') no-repeat 95% 5px;
    width: 96%;
    background-color: #efefef;
    border: #cecfce 1px solid;
    cursor: pointer;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    padding: 5px;
    color: black;
    margin-top: 3px;
}

.dropdownXPN {
    position: absolute;
    display: none;
    width: 220px;
    border: 1px solid silver;
    background-color: White;
    padding: 2px 0px 2px 3px;
    z-index: 1200;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdownAll {
    position: absolute;
    display: none;
    width: 210px;
    border: 1px solid silver;
    background-color: White;
    padding: 2px 0px 2px 3px;
    z-index: 1200;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0px;
}

.dropdownXPN a {
    display: block;
    width: 98%;
    color: #555555;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px 0px 2px 3px;
    text-decoration: none;
    background-color: #FFF;
}

    .dropdownXPN a:hover {
        background-color: #999999;
        text-decoration: none;
        color: #FFF;
        padding: 2px 0px 2px 3px;
    }

.DDLframe {
    display: block;
    border: 1px;
    text-align: center;
    z-index: 101;
}


.CustomDropDownText {
    background: url('../../images/DDLText.png');
    border: 0px solid red;
    border-style: none;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    Height: 16px;
    vertical-align: middle;
}

/* one more copy in skin.css */
.HiddenLabel {
    display: none;
}

.divItemDetailBoxes {
    min-height: 170px;
    max-height: 280px;
    width: 91%;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #d3d9eb;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    background-color: #FFFFFF;
}

.divItemDetailBoxesPermit {
    width: 100%;
    /* box-sizing: border-box;*/
    padding: 2px;
    /*  border: 1px solid #d3d9eb;	*/
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);    
    background-color: #FFFFFF;*/
}

.divItemDetailMainBox {
    height: 800px;
    width: 100%;
    box-sizing: border-box;
    padding: 0.55em;
    border: 1px solid #d3d9eb;
    box-shadow: 0 1px 7px rgba(156,160,173,0.25);
    padding-right: 20px;
}

.divItemDetailSecBox {
    height: auto;
    width: 91%;
    box-sizing: border-box;
    padding-bottom: 30px;
    /*    border: 1px solid #d3d9eb;
    box-shadow: 0 1px 7px rgba(156,160,173,0.25);*/
    padding-right: 9px;
    margin: auto;
}

.TitleCatalog {
    padding-bottom: 2px;
    background: url('../../../../images/tablogin_gray.gif') repeat-x right bottom;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 12px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

#dnn_ctr9018_CTiBEI_PopulateTemplates_ctl09_RowTwelve_Grid8_Pane, #dnn_ctr9018_CTiBEI_PopulateTemplates_ctl09_RowTwelve_Grid4_Pane, #dnn_ctr89018_CTiBEI_PopulateTemplates_ctl09_RowTwelve_Grid8_Pane, #dnn_ctr9018_CTiBEI_PopulateTemplates_tdRecItems, #dnn_ContentPane, #dnn_ctr9018_CTiBEI_PopulateTemplates_RowSix_Grid8_Pane, #dnn_ctr9018_CTiBEI_PopulateTemplates_ContentPane, #dnn_ctr9018_CTiBEI_PopulateTemplates_RowSix_Grid8_Pane, #dnn_ctr9018_CTiBEI_PopulateTemplates_ctl10_RowTwelve_Grid8_Pane, #dnn_ctr9018_CTiBEI_PopulateTemplates_ctl10_RowTwelve_Grid4_Pane, #dnn_ctr9018_CTiBEI_PopulateTemplates_RowSix_Grid4_Pane {
    border: none;
}

#dnn_ctr8620_CTiBEI_PopulateTemplates_ctl09_RowTwelve_Grid4_Pane, #dnn_ctr8620_CTiBEI_PopulateTemplates_ctl09_RowTwelve_Grid8_Pane, #dnn_ctr8620_CTiBEI_PopulateTemplates_tdRecItems, #dnn_ContentPane, #dnn_ctr8620_CTiBEI_PopulateTemplates_RowSix_Grid8_Pane, #dnn_ctr8620_CTiBEI_PopulateTemplates_ContentPane, #dnn_ctr8620_CTiBEI_PopulateTemplates_RowSix_Grid8_Pane, #dnn_ctr8620_CTiBEI_PopulateTemplates_ctl10_RowTwelve_Grid8_Pane, #dnn_ctr8620_CTiBEI_PopulateTemplates_ctl10_RowTwelve_Grid4_Pane, #dnn_ctr8620_CTiBEI_PopulateTemplates_RowSix_Grid4_Pane {
    border: none;
}

.dvMoreInfo {
    position: absolute;
    right: 110px;
    bottom: 10px;
}

/* DNN GO Container-2 Starts */
.Container-2 {
    /* background-color: #6F5499 !important;*/
    margin-bottom: 5px;
}

    .Container-2 .dnntitle {
        padding-top: 2px;
        padding-bottom: 2px;
        clear: both;
        overflow: hidden;
        white-space: nowrap;
        background: url('../../../../images/Container_Title_2.png') repeat-x left top;
    }

    .Container-2 .contentmain {
        padding-top: 4px;
        background-color: #FFF;
    }

    .Container-2 .contentpane {
        padding: 0px 0px 3px 0px;
        text-align: left;
        vertical-align: top;
        clear: both;
        font-size: 12px;
        color: #666666;
    }

    .Container-2 .Normal {
        line-height: 20px;
    }

.title2 {
    color: #330066;
    font-size: 17px;
    background: #fafafa;
    padding-left: 0px;
}

.NarrowYourSearch {
    background-color: #44146f;
    color: #ffffff;
    font-size: 17px;
    font-family: arial;
    padding: 5px;
}

.Title2Icon {
}
/* DNN GO Container-2 Ends*/

#dnn_ctr8620_CTiBEI_PopulateTemplates_tdRecItems, #dnn_ctr9018_CTiBEI_PopulateTemplates_tdRecItems {
    padding-left: 20px;
}

#dvFacetleftNav {
    margin: -5px;
}

.Cnt-phone {
    color: #330066;
    width: 90%;
    text-align: left;
    font-weight: bold;
    font-size: 9pt;
}

.CollectionName {
    color: #330066;
    font-weight: bold;
    font-size: 14px;
}


.ProgessDiv {
    width: 45%;
    display: block;
    position: fixed;
    left: 25%;
    top: 35%;
    visibility: visible;
    vertical-align: middle;
    border: 1px solid #999999;
    background-color: White;
    text-align: center;
}

.AttachmentsHeaderColor {
    background: -moz-linear-gradient(top, #485700 0%, #3C4700 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#485700), color-stop(100%,#3C4700));
    color: #fff;
    background: #008a02;
}

.RelatedHeaderColor {
    font-weight: bold;
    HEIGHT: 20px;
    margin-bottom: 2px;
    background: -moz-linear-gradient(top, #4E4E4E 0%, #282828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E4E4E), color-stop(100%,#282828));
    color: #fff;
    background: #282828;
}

.PermitsHeaderColor {
    /*background:#FF9006;background:-moz-linear-gradient(top, #FF9006 0%, #F2A400 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9006), color-stop(100%,#F2A400));*/
    /* background: -moz-linear-gradient(top, #7A4300 0%, #573000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7A4300), color-stop(100%,#573000));
color:#fff;
	background: #D04a00;
*/
}

.spnPrice {
    margin: 0 auto;
    vertical-align: top;
    margin-left: 51px;
}

.shadowBoxBottom {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 8px;
}

.shadowBoxUp {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 6px;
    margin-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {

    #dnn_ctr8620_CTiBEI_PopulateTemplates_tdRecItems,
    #dnn_ctr8620_CTiBEI_PopulateTemplates_RowTen_Grid4_Pane2,
    #dnn_ctr8620_CTiBEI_PopulateTemplates_RowTen_Grid4_Pane3,
    #dnn_ctr9018_CTiBEI_PopulateTemplates_tdRecItems,
    #dnn_ctr9018_CTiBEI_PopulateTemplates_RowTen_Grid4_Pane2,
    #dnn_ctr9018_CTiBEI_PopulateTemplates_RowTen_Grid4_Pane3 {
        padding-left: 8px;
        padding-bottom: 8px;
        padding-top: 4px;
    }

    .divItemDetailBoxes {
        width: 96%;
    }

    .divItemDetailBoxesPermit {
        width: 96%;
    }

    #dvMore1, #dvMore2 {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #boxes .KBMoreInfoDiv {
        left: 8%;
        top: 20%;
    }

    .KBinnerDivht {
        height: 430px;
    }
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 16px;
    height: 16px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-left: 4px;
    background: #fff;
    border: 2px solid #C00000;
    color: #C00000;
    text-align: center;
    font: 18px Arial, sans-serif;
    cursor: pointer;
}

.clickCollapse {
    height: 122px;
    overflow: hidden;
}

.clickReadMore {
    height: auto;
}



.divItemDetailBEIBoxes {
    /* min-height: 190px;
    max-height: 280px;*/
    box-sizing: border-box !important;
    padding: 2px !important;
    /* width:60%;border-radius: 25px;border: 2px solid black;padding: 12px;*/
}
