  body {
    font-size: 10pt;
    color: #000000;
    font-family: "Segoe UI";
}
/**html { border:0px; padding-right:0px;  margin:0px; font-size: 10pt; color: #000000; font-family: "Segoe UI";}**/

img {
    border: 0px none;
}

input[type=text] {
    font-size: 10pt;
    color: #000000;
    font-family: "Segoe UI";
    height: 18px;
    border: 1px solid #BBBBBB;
    border-radius: 4px !important;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-left: 2px;
}

    input[type=text]:focus {
        outline: none;
        /*box-shadow: 0px 0px 5px #61C5FA;*/
        border-color: #5AB0DB;
    }

input[type=password] {
    font-size: 10pt;
    color: #000000;
    font-family: "Segoe UI";
    border: 1px solid #BBBBBB;
    height: 18px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-left: 2px;
}

    input[type=password]:focus {
        outline: none;
        /*box-shadow: 0px 0px 5px #61C5FA;*/
        border-color: #5AB0DB;
    }
/*input[type=submit]{font-size: 10pt; color: #000000; font-family: "Segoe UI";border: 1px solid #BBBBBB; border-radius:4px; height:25px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-left:6px;
    padding-right:6px;
    	background:#CECECE;
	_background-image:none;
	background-image:-webkit-linear-gradient(top,white 0,#CECECE 100%);
	background-image:-moz-linear-gradient(top,white 0,#CECECE 100%);
	background-image:-ms-linear-gradient(top,white 0,#CECECE 100%);
	background-image:-o-linear-gradient(top,white 0,#CECECE 100%);
	background-image:linear-gradient(top,white 0,#CECECE 100%);
	box-shadow:none
}*/
/*input[type=submit] {
        border-color: #bfc3ca;
        color: #3b3b3b;
        background-color: #dbdde1;
        background-image: linear-gradient(#f1f2f3,#dbdde1);
    }

    input[type=submit]:hover {
        border-color: #8cc322;
        color: #202020;
        background-color: #9eda29;
        background-image: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.1));
    }

    input[type=submit].primary {
        border-color: #8cc322 !important;
        color: #202020 !important;
        background-color: #9eda29 !important;
        background-image: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.1)) !important;
    }

    input[type=submit].primary:hover {
        border-color: #79a91d !important;
        color: #202020 !important;
        background-color: #8cc322 !important;
        background-image: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.1)) !important;
    }*/
input[type=checkbox]:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

input[type=radio]:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}
/**input:focus, textarea:focus {outline: none;}**/
select {
    font-size: 10pt;
    color: #000000;
    font-family: "Segoe UI";
    background-color: White;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    /**border: 0 !important;  /*Removes border*/
    /*-webkit-appearance: none;  Removes default chrome and safari style*/
    /*-moz-appearance: none;  Removes Default Firefox style*/
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left: 2px;
    height: 22px;
    line-height: 18px;
}

    select[disabled] {
        font-size: 10pt;
        color: #000000;
        font-family: "Segoe UI";
        background-color: rgb(235, 235, 228) !important;
        border: 1px solid #BBBBBB;
        border-radius: 4px;
        /**border: 0 !important;  /*Removes border*/
        /*-webkit-appearance: none;  Removes default chrome and safari style*/
        /*-moz-appearance: none;  Removes Default Firefox style*/
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding-left: 2px;
        height: 22px;
        line-height: 18px;
    }


    select[multiple] {
        height: 90px;
    }

    select option {
        height: 18px;
    }

        select option:hover {
            background-color: #0088cc;
            color: #ffffff;
            font-family: "Segoe UI";
        }


        select option:checked {
            background-color: #0088cc;
            color: #ffffff;
            font-family: "Segoe UI";
        }

    select:focus {
        outline: none;
        box-shadow: 0px 0px 5px #61C5FA;
        border-color: #5AB0DB;
    }

/**select:focus {outline:none;}**/
textarea {
    font-size: 10pt;
    color: #000000;
    font-family: "Segoe UI";
    background-color: White;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    textarea:focus {
        outline: none;
        box-shadow: 0px 0px 5px #61C5FA;
        border-color: #5AB0DB;
    }

hr {
    color: #bbb;
    width: 100%;
    height: 0px !important
}

table {
    font-size: 10pt;
    color: #000000;
    font-family: "Segoe UI";
}
/*tr {height:20px}*/
td {
    height: 20px;
    padding: 1px;
}

th {
    height: 20px;
    padding: 1px;
    font-weight: normal !important;
}
/*a {color:#000000;}
	a:hover { color:#d86917; }*/
a {
    color: #0088cc;
    text-decoration: none !important;
    font-weight: normal
}

    a:hover {
        color: #6CA62C;
        text-decoration: underline;
        font-weight: normal
    }

    a:disabled {
        color: #000000 !important;
        text-decoration: none !important;
        font-weight: normal
    }

        a:disabled:hover {
            color: #000000 !important;
            text-decoration: none !important;
            font-weight: normal
        }
/*.aspNetDisabled {color: #000000!important; text-decoration: none!important; font-weight: normal}
    .aspNetDisabled:hover {color: #000000 !important;text-decoration: none !important; font-weight: normal}*/
td.modaltop {
    background: url(/prod/shopping/images/NewImages/top3.jpg );
    background-repeat: no-repeat;
    vertical-align: bottom
}

td.modalmid {
    background: url(/prod/shopping/images/NewImages/center2.jpg );
    vertical-align: top
}

td.modalbot {
    background: url(/prod/shopping/images/NewImages/bottom2.jpg );
    background-repeat: no-repeat;
    vertical-align: top
}

.tblBorder {
    height: 20px;
    border: 2px solid #494949;
    background-color: #FFFFFF;
}

.tblBorderTop {
    height: 20px;
    border-top: 2px solid #0088cc;
    background-color: #FFFFFF;
}

.tblBorder1 {
    height: 20px;
    border: 2px solid #0088cc;
    background-color: #0088cc;
}

.tblBorder2 {
    border: 2px solid #0088cc;
}

.tblBorder3 {
    height: 20px;
    border: 2px solid #919191;
    background-color: #FFFFFF;
}

.tblBorder4 {
    height: 20px;
    border: 2px solid #9faa84;
    background-color: #FFFFFF;
}

.tblBorder5 {
    height: 20px;
    border: 1px solid #EFEFEF;
    background-color: #FFFFFF;
}

.tblBorder6 {
    height: 20px;
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

.tblBorderTelerik {
    height: 20px;
    border-top: 0px;
    border-left: 1px solid #506d73;
    border-right: 1px solid #506d73;
    border-bottom: 1px solid #506d73;
    background-color: #FFFFFF;
}


@media screen {
    .full-width {
        width: 980px;
    }
}

@media print {
    .full-width {
        width: 800px;
    }
}

@media screen {
    .grid-width {
        width: 98%;
    }
}

@media print {
    .grid-width {
        width: 800px;
    }
}

@media screen {
    .no-screen, .no-screen * {
        display: none !important;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

@media print {
    div {
        background-color: #FFFFFF;
        font-family: georgia, times, serif;
    }
}

.left-align {
    text-align: left
}

.center-align {
    text-align: center
}

.right-align {
    text-align: right
}

.white {
    background-color: #FFFFFF;
}

.black {
    background-color: #000000;
}

.yellow {
    background-color: #FFFFDD;
}

.relGreen {
    background-color: #92d050;
}

.txtNormal {
    font-size: 10pt;
    color: #000000;
    font-family: "Segoe UI";
    font-weight: 400
}

.txtNormalLightGray {
    font-size: 10pt;
    color: #797979;
    font-family: "Segoe UI";
    font-weight: 400
}

.txtNormalGray {
    font-size: 10pt;
    color: #494949;
    font-family: "Segoe UI";
    font-weight: 400
}

.txtBoldGray {
    font-size: 13px;
    color: #666;
    text-decoration: none !important;
    font-weight: 500
}

.txtSearchBig {
    font-size: 12pt;
    color: #0088cc;
    font-family: "Segoe UI";
    font-weight: bold;
}

.txtSmall {
    font-size: 8pt;
    color: #000000;
    font-family: "Segoe UI"
}

.txtLargeHdr {
    font-size: 11pt;
    font-family: "Segoe UI";
    color: white;
    text-decoration: none;
    background-color: #494949
}

.txtLargeHdrG {
    font-size: 11pt;
    font-family: "Segoe UI";
    color: #FFFFFF;
    text-decoration: none;
    width: inherit;
    border-color: #79a91d !important;
    color: #FFFFFF !important;
    background-color: #92D050 !important;
    background-repeat: repeat-x;
}

.txtLarge {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: black;
    text-decoration: none;
    background-color: white
}

.txtLargeGray {
    font-size: 11pt;
    color: #494949;
    font-family: "Segoe UI";
    font-weight: 600
}

.txtBarcode {
    font-size: 7pt;
    color: #000000;
    font-family: 'Courier New', "Segoe UI"
}

.txtTblHdrNormal {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: white;
    text-decoration: none;
    background-color: #494949;
    font-weight: normal !important
}

tr.txtTblHdrNormal {
    height: 20px;
    font-weight: normal !important
}

th.txtTblHdrNormal {
    height: 20px;
    font-weight: normal !important
}

.txtButtonLike {
    font-size: 10pt;
    font-family: "Segoe UI";
    border-color: #c38e00;
    color: #1e395b;
    background-color: #ffef7c;
    background-image: linear-gradient(#ffef7c,#ffd86b,#ffe272);
}

.txtTblSearch {
    font-size: 20pt;
    font-family: "Segoe UI";
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.txtTblHdrSmall {
    font-size: 6pt;
    font-family: "Segoe UI";
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: #494949
}

.txtTblHdrSmallGrey {
    font-size: 6pt;
    font-family: "Segoe UI";
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: #F5F5F5
}

.txtTblHdrSmallGrey1 {
    font-size: 6pt;
    font-family: "Segoe UI";
    font-weight: bold;
    color: #494949;
    text-decoration: none;
    background-color: #F5F5F5
}

.txtTblHdrFixed {
    position: absolute;
}

.txtTblHdrRelative {
    position: relative;
}

.txtTblMain {
    background-color: #494949;
}

.txtTblRow {
    background-color: #F5F5F5 !important
}

.txtTblRowAlt {
    background-color: #FFFFFF !important
}

.txtTblRowSum {
    background-color: #FCFAF3
}

.txtTblRowDea {
    background-color: #EAF2D6
}

.txtTblRowAltG {
    background-color: #E6EED1
}

.txtTblRowdis {
    color: #888888;
}

.txtTblRowO {
    background-color: #E9D4BF
}

.txtTblRowAltO {
    background-color: #F4EADF
}

.txtTblRowAltY {
    background-color: #FFFFCC
}

.txtTblRowAltW {
    background-color: #FFFFFF
}

.txtTblRowP {
    background-color: #D0B1BF
}

.txtTblRowAltP {
    background-color: #F5F5F5
}

.txtTblLabel {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: #000;
    background-color: #BDBDBD !important
}

.txtTblData {
    font-size: 10pt;
    font-family: "Segoe UI";
    background-color: #EFEFEF
}

.txtTblHdrLink {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: white;
    text-decoration: Underline;
    background-color: #494949
}

.txtTblHdrVisited {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: white;
    text-decoration: Underline;
    background-color: #494949
}

tr.txtTblHdrLink {
    height: 20px;
}

tr.txtTblHdrVisited {
    height: 20px;
}

.txtHdr {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12pt;
    color: #494949;
    font-family: "Segoe UI"
}

.txtHdrG {
    font-weight: 600;
    font-size: 12pt;
    color: #79a91d;
    font-family: "Segoe UI"
}

.txtTblNormal {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: black;
    text-decoration: none;
    background-color: white
}

.txtTblLink {
    font-weight: normal;
    font-size: 10pt;
    font-family: "Segoe UI";
    color: #000000
}

.txtTblLinkVisited {
    font-weight: normal;
    font-size: 10pt;
    color: #999999;
    font-family: "Segoe UI"
}

.txtHighlight {
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    font-family: "Segoe UI"
}

.txtSearchResults {
    font-weight: bold;
    font-size: 10pt;
    color: #0088cc;
    font-family: "Segoe UI";
    text-align: center
}

.txtFormAsterisk {
    font-size: 10pt;
    color: #d86917;
    font-family: "Segoe UI"
}

.txtFormAsteriskSmall {
    font-size: 7pt;
    color: #d86917;
    font-family: "Segoe UI"
}

.txtFormAsteriskMid {
    font-size: 8pt;
    color: #d86917;
    font-family: "Segoe UI"
}

.txtFormAsteriskL {
    font-size: 10pt;
    color: #d86917;
    font-family: "Segoe UI"
}

.txtFormAstHdr {
    font-weight: 600;
    font-size: 10pt;
    color: #d86917;
    font-family: "Segoe UI"
}

.txtFormSubPart {
    font-size: 10pt;
    color: #606060;
    font-family: "Segoe UI"
}

.txtFormSubPartL {
    font-size: 10pt;
    color: #606060;
    font-family: "Segoe UI"
}

.txtFormSubPartHdr {
    font-size: 10pt;
    font-weight: 600;
    color: #606060;
    font-family: Verdana
}

.txtFormSubPartSmall {
    font-size: 8pt;
    color: #097109;
    font-family: "Segoe UI"
}

.txtFormSubPartNormal {
    font-size: 10pt;
    color: #097109;
    font-family: "Segoe UI"
}
/*.txtFormSubPartSmall {   font-size: 8pt;   color: #1b4889;   font-family: "Segoe UI" }*/
.txtSubCategory {
    font-size: 10pt;
    color: #000000;
    font-family: "Segoe UI"
}

.txtCategory {
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: "Segoe UI";
    background-color: #0088cc
}

.txtCopyright {
    font-size: 0.9em;
    color: #494949;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none !important
}

.txtCopyrightBkg {
    font-size: 0.9em;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.txtCopyrightBkgMobile {
    font-size: 8pt;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.txtSubCategoryHdr {
    font-weight: 600;
    font-size: 10pt;
    color: #d86917;
    font-family: "Segoe UI"
}

.txtFormSubHdr {
    font-weight: bold;
    font-size: 10pt;
    color: #097109;
    font-family: "Segoe UI"
}

.rulNormal {
    background-color: #999999;
}

.txtGrey {
    font-size: 10pt;
    color: #0088cc;
    font-family: sans-serif, "Segoe UI", Arial, Helvetica
}

.txtHelp {
    font-size: 10pt;
    color: #333;
    font-family: "Segoe UI"
}

.txtHelpL {
    font-size: 10pt;
    color: #333;
    font-family: "Segoe UI"
}

.txtHelpSmall {
    font-size: 7pt;
    color: #333;
    font-family: "Segoe UI"
}

.txtHelpSmallWhite {
    font-size: 7pt;
    color: #ffffff;
    font-family: "Segoe UI"
}

.txtWhite {
    font-size: 10pt;
    color: #ffffff;
    font-family: "Segoe UI";
    font-weight: 400
}

    .txtWhite:not(.nohover):hover {
        font-size: 10pt;
        color: #FFC000;
        font-family: "Segoe UI";
        font-weight: 400
    }

    .txtWhite .alt {
        font-size: 10pt;
        color: #F18103;
        font-family: "Segoe UI";
        font-weight: 400
    }

.txtWhiteNormal {
    font-size: 11pt;
    color: #ffffff;
    font-family: "Segoe UI";
    font-weight: 500;
    vertical-align: middle
}

    .txtWhiteNormal:not(.nohover):hover {
        font-size: 11pt;
        color: #F18103;
        font-family: "Segoe UI";
        font-weight: 500;
        vertical-align: middle
    }

.txtWhiteLabel {
    font-size: 10pt;
    color: #ffffff;
    font-family: "Segoe UI";
    font-weight: 400;
    vertical-align: middle
}

    .txtWhiteLabel:not(.nohover):hover {
        font-size: 10pt;
        color: #F18103;
        font-family: "Segoe UI";
        font-weight: 400;
        vertical-align: middle
    }

.txtWhiteLogo {
    font-size: 24pt;
    color: #ffffff;
    font-family: "Segoe UI";
    font-weight: 800;
    line-height: 60px
}

.txtGreenLargeHdr {
    font-size: 10pt;
    font-family: "Segoe UI";
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background-color: #9faa84
}

.txtGrayLargeHdr {
    font-size: 13px;
    font-family: "Segoe UI";
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background-color: #fff;
}

.txtGrayLargeHdr1 {
    font-size: 13px;
    font-family: "Segoe UI",Arial;
    font-weight: 500;
    line-height: 28px;
    color: #202020;
    text-decoration: none;
    background-color: #EFEFEF;
    box-shadow: none;
}

.txtGrayLargeHdr2 {
    font-size: 13px;
    font-family: "Segoe UI",Arial;
    font-weight: 500;
    line-height: 28px;
    color: #202020;
    text-decoration: none;
    background-color: #E7E6E6;
}

.txtUmbHeader1 {
    font-size: 10pt;
    font-family: 'Segoe UI';
    font-weight: bold;
    color: #FFFFFF;
    background-color: #444444
}

.txtUmbHeader2 {
    font-size: 10pt;
    font-family: 'Segoe UI';
    font-weight: bold;
    color: #FFFFFF;
    background-color: #097109
}

.txtUmbHeader3 {
    font-size: 10pt;
    font-family: 'Segoe UI';
    font-weight: bold;
    color: #FFFFFF;
    background-color: #d86917
}

.txtUmbHeader4 {
    font-size: 10pt;
    font-family: 'Segoe UI';
    font-weight: bold;
    color: #d86917;
    background-color: #0088cc
}

.txtGreenLarge {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: black;
    text-decoration: none;
    background-color: #EAF2D6
}

.txtGreenNormal {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: black;
    text-decoration: none;
    background-color: #EAF2D6
}

.txtGreenSmall {
    font-size: 7pt;
    font-family: "Segoe UI";
    color: black;
    text-decoration: none;
    background-color: #EAF2D6
}

.txtBlueLarge {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: #0088cc;
    text-decoration: none;
    background-color: #cfd6de
}

.txtWhiteHdr {
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: "Segoe UI";
    background-color: #5B86C1
}

.txtLargeBlk {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: black;
    text-decoration: none;
    background-color: white
}

.txtWhiteHdr1 {
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    font-family: "Segoe UI";
    background-color: #ECE7D7
}

.txtConsoleHdr {
    font-size: 12px;
    font-family: "Segoe UI";
    font-weight: bold;
    color: #545454;
    text-decoration: none;
}

.txtConsole {
    font-size: 10pt;
    color: #545454;
    font-family: "Segoe UI", Arial, Helvitica;
    background-color: white
}

.txtDatePickRowHdr {
    font-size: 10pt;
    color: #545454;
    font-family: "Segoe UI", Arial, Helvitica;
    background-color: #fff
}

.txtConsoleMiddle {
    font-weight: 400;
    font-size: 10pt;
    color: #444444;
    font-family: "Open Sans","Segoe UI", Arial, Helvetica;
}

.txtConsoleHdr1 {
    font-size: 12px;
    font-family: "Segoe UI", Arial;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.txtYellowBack {
    background-color: #ffffcc
}

.Highlighter {
    background-color: yellow
}

.dhtmltooltip {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: black;
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100
}

.txtTblHdrB {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: white;
    text-decoration: none;
    background-color: #494949
}

.txtTblHdrLinkB {
    font-size: 10pt;
    font-family: "Segoe UI";
    color: white;
    text-decoration: Underline;
    background-color: #494949
}

.txtCenter {
    font: normal 12px arial, "Segoe UI";
}

.imgPad {
    padding-right: 6px;
    vertical-align: middle;
    float: left;
}

.selectedItemClass {
    background-color: #EEEEEE;
    color: #097109;
    font-family: "Segoe UI"
}

.txtTblHdrTabs {
    font-size: 10pt;
    font-family: "Open Sans", Arial, sans-serif !important;
    color: #3b3b3b;
    margin: 0 0 0 -1px;
    border: 1px solid #FFF !important;
    background-color: #dbdde1;
}
/**
	.catalogThbImgSm {max-width: 50px; max-height: 50px; width: expression(this.width > 50 ? "50px" : true); height: expression(this.height > 50 ? "50px" : true);}
	.catalogThbImg {max-width: 150px; max-height: 150px; width: expression(this.width > 150 ? "150px" : true); height: expression(this.height > 150 ? "150px" : true);}
	.catalogStdImg {max-width: 200px; max-height: 200px; width: expression(this.width > 200 ? "200px" : true); height: expression(this.height > 200 ? "200px" : true);}
    **/

.menuroll {
    font-family: "Segoe UI";
    font-size: 10px;
    color: #0088cc;
    text-decoration: none;
}

A.menuroll:hover {
    color: #d86917;
}
/**.menutop {font-family: Arial; font-size: 11px; font-weight: bold; color:#02162e; text-decoration:none;}**/
.menutop {
    font-family: "Segoe UI";
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.menutopgrad {
    font-family: "Segoe UI";
    font-size: 11px;
    font-weight: bold;
    color: #0088cc;
    text-decoration: none;
}

.menutopblack {
    font-family: "Segoe UI";
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.menutop2 {
    font-family: "Segoe UI";
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.menutitle {
    font-family: "Segoe UI";
    font-size: 10px;
    font-weight: bold;
    color: #d86917;
    text-decoration: none;
}

.roll {
    color: #0088cc;
    text-decoration: none !important;
    font-weight: normal
}

    .roll:hover {
        color: #6CA62C;
        text-decoration: underline !important;
        font-weight: normal
    }

.rolla {
    color: #0088cc;
    text-decoration: none !important;
    font-weight: normal
}

    .rolla:hover {
        color: #6CA62C;
        text-decoration: underline !important;
        font-weight: normal
    }

.rollb {
    color: #0088cc;
    text-decoration: none !important;
    font-weight: normal
}

    .rollb:hover {
        color: #6CA62C;
        text-decoration: underline !important;
        font-weight: normal
    }

.rollc {
    color: #0088cc;
    text-decoration: none !important;
    font-weight: normal
}

    .rollc:hover {
        color: #6CA62C;
        text-decoration: underline !important;
        font-weight: normal
    }

.rolld {
    color: #0088cc;
    text-decoration: none !important;
    font-weight: normal
}

    .rolld:hover {
        color: #6CA62C;
        text-decoration: underline !important;
        font-weight: normal
    }

.rolle {
    color: #0088cc;
    text-decoration: none !important;
    font-weight: normal
}

    .rolle:hover {
        color: #6CA62C;
        text-decoration: underline !important;
        font-weight: normal
    }
/*.roll { color:#333333; }  A.roll:hover { color:#d86917; }
	.rolla { color:#000000; }  A.rolla:hover { color:#d86917; } A.rolla:visited {color:#999999}
	.rollb { color:White; }  A.rollb:hover { color:yellow; }
	.rollc { color:#000000; }  A.rollc:hover { color:yellow; }
    .rolld { color:#d86917; }  A.rolld:hover { color:#000000; }
    .rolle { color:#097109; }  A.rolld:hover { color:#d86917; }*/
.rollConsole {
    font-size: 13px;
    color: #0088cc;
    text-decoration: none !important;
    font-weight: 500
}

a.rollConsole:hover {
    font-size: 13px;
    color: #6CA62C;
    text-decoration: underline !important;
    font-weight: 500
}

.rollConsole1 {
    font-size: 13px;
    color: #666;
    text-decoration: none !important;
    font-weight: 500
}

a.rollConsole1:hover {
    font-size: 13px;
    color: #6CA62C;
    text-decoration: underline !important;
    font-weight: 500
}

a.button {
    background: transparent url('../images/NewImages/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, "Segoe UI";
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin: 0px auto;
    cursor: pointer;
    position: relative;
    min-width: 0;
    width: auto;
    overflow: visible;
}

    a.button span {
        background: transparent url('../images/NewImages/bg_button_span.gif') no-repeat;
        display: block;
        line-height: 14px;
        padding: 5px 0 5px 18px;
        width: auto;
        overflow: visible;
    }

    a.button:active {
        background-position: bottom right;
        color: #000;
        outline: none; /* hide dotted outline in Firefox */
        width: auto;
        overflow: visible;
    }

        a.button:active span {
            background-position: bottom left;
            padding: 6px 0 4px 18px; /* push text down 1px */
            width: auto;
            overflow: visible;
        }

a.rbLinkButton:active {
    border-color: transparent !important;
    box-shadow: 1px 1px 0px 1px #919191 inset;
}

a.RadButton_EpicBlack.rbLinkButton.rbRoundedLink.small {
    height: 22px;
    padding: 1px 5px !important;
}

a.RadButton_EpicBlack.rbLinkButton.rbRoundedLink.tiny {
    height: 20px;
    padding: 0px 0px !important;
}

a.buttonx {
    background: transparent url('../images/NewImages/bg_button_a1.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 11px arial, "Segoe UI";
    height: 18px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin: 0px auto;
    cursor: pointer;
    position: relative;
    min-width: 0;
    width: auto;
    overflow: visible;
}

    a.buttonx span {
        background: transparent url('../images/NewImages/bg_button_span1.gif') no-repeat;
        display: block;
        line-height: 8px;
        padding: 5px 0 5px 12px;
        width: auto;
        overflow: visible;
    }

    a.buttonx:active {
        background-position: bottom right;
        color: #000;
        outline: none; /* hide dotted outline in Firefox */
        width: auto;
        overflow: visible;
    }

        a.buttonx:active span {
            background-position: bottom left;
            padding: 6px 0 4px 12px; /* push text down 1px */
            width: auto;
            overflow: visible;
        }

a.buttonz {
    background: transparent url('../images/NewImages/bg_button_a2.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 11px arial, "Segoe UI";
    height: 16px;
    margin-right: 3px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
    float: left;
    margin: 0px auto;
    cursor: pointer;
    position: relative;
    min-width: 0;
    width: auto;
    overflow: visible;
}

    a.buttonz span {
        background: transparent url('../images/NewImages/bg_button_span2.gif') no-repeat;
        display: block;
        line-height: 6px;
        padding: 5px 0 5px 5px;
        width: auto;
        overflow: visible;
    }

    a.buttonz:active {
        background-position: bottom right;
        color: #000;
        outline: none; /* hide dotted outline in Firefox */
        width: auto;
        overflow: visible;
    }

        a.buttonz:active span {
            background-position: bottom left;
            padding: 5px 0 5px 5px; /* push text down 1px */
            width: auto;
            overflow: visible;
        }

.htmlbutton {
    color: #444 !important;
    text-decoration: none;
    font: normal 12px arial, "Segoe UI";
}

a.htmlbutton {
    color: #444 !important;
    text-decoration: none;
    font: normal 12px arial, "Segoe UI";
}

    a.htmlbutton:hover {
        color: #d86917 !important;
        text-decoration: none;
        font: normal 12px arial, "Segoe UI";
    }

.htmlbuttonClk {
    color: #097109 !important;
    text-decoration: none;
    font: normal 12px arial, "Segoe UI";
}

a.htmlbuttonClk {
    color: #097109 !important;
    text-decoration: none;
    font: normal 12px arial, "Segoe UI";
}

    a.htmlbuttonClk:hover {
        color: #d86917 !important;
        text-decoration: none;
        font: normal 12px arial, "Segoe UI";
    }

/* with text (when field is inactive but contains user's input)  */
.sf_text {
    background: #ffffff;
    color: #000000;
}
/* suggestions box */
/* js code generates unordered list */
.sf_suggestion {
    position: relative;
}

    .sf_suggestion ul {
        position: absolute;
        margin: 0;
        padding: 0;
        background: #0088cc;
        top: 0;
        left: 0;
        text-decoration: none
    }

    .sf_suggestion li {
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none
    }

        .sf_suggestion li a {
            display: block;
            text-indent: 2px;
            color: #FFFFFF;
            text-decoration: none
        }

        .sf_suggestion li.selected a {
            background: #F5F5F5;
            color: #d86917;
            text-decoration: none
        }

/*Modal Dialog Box */
.confirm-dialog {
    BACKGROUND: url(/prod/shopping/images/NewImages/dialog24.png) no-repeat left top;
    MARGIN: 0px auto;
    WIDTH: 330px;
    PADDING-TOP: 14px;
    POSITION: relative;
}

    .confirm-dialog .inner {
        PADDING-RIGHT: 20px;
        PADDING-LEFT: 20px;
        PADDING-BOTTOM: 11px;
        BACKGROUND: url(/prod/shopping/stylesheets/img/bg/dialog24.png) no-repeat left bottom;
        FLOAT: left;
        MARGIN: 0px 0px -20px 0px;
        WIDTH: 290px;
        PADDING-TOP: 0px;
    }

    .confirm-dialog .base {
        BORDER-TOP: #ddd 1px solid;
        BACKGROUND: url(/prod/shopping/images/NewImages/dialog-base.png) no-repeat left bottom;
        PADDING-BOTTOM: 4px;
        MARGIN-LEFT: -11px;
        MARGIN-RIGHT: -11px;
        PADDING-TOP: 4px;
        TEXT-ALIGN: center;
    }

    .confirm-dialog H2 {
        FONT-WEIGHT: bold;
        FONT-SIZE: 1.25em;
        COLOR: #f60;
        TEXT-ALIGN: center;
    }

    .confirm-dialog input {
        WIDTH: 50px;
    }

    .confirm-dialog .close {
        DISPLAY: block;
        BACKGROUND: url(/prod/shopping/images/NewImages/close24.png) no-repeat 0px 0px;
        LEFT: -5px;
        WIDTH: 26px;
        TEXT-INDENT: -1000em;
        POSITION: absolute;
        TOP: -7px;
        HEIGHT: 26px;
    }

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/*Catalog search page Drill Down */
.v_drillClear {
    color: #999;
    text-decoration: none
}

.v_drillClear {
    display: block;
    float: right;
    color: #33579A;
    padding-right: 4px;
}

a.v_drillClear {
    background: url("/prod/shopping/images/NewImages/bluearrow.gif") no-repeat scroll 0 3px;
    padding-left: 7px
}

    a.v_drillClear:hover {
        background: url("/prod/shopping/images/NewImages/bluearrowon.gif") no-repeat 0px 3px;
        text-decoration: underline
    }


.page-header {
    background-color: #171717;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #384045;
    /*margin: 0 0 0px 0;*/
    min-height: 20px;
    /*padding: 10px 0;*/
    position: relative;
    text-align: left;
}
/* Bread Crumb Rules */
.breadcrumb_search {
    background: url(/prod/shopping/images/NewImages/crumb_bg.gif) repeat-x;
    height: 31px;
    /*padding:0px 20px 0px 20px;*/
}

    .breadcrumb_search ul.crumb {
        float: left;
        height: 20px;
        list-style: none;
        padding: 7px 0px 0px 10px;
        background: url(/prod/shopping/images/NewImages/crumb_left.gif) no-repeat left;
        margin-top: 0px;
    }

ul.crumb li {
    float: left;
    height: 20px;
    background: url(/prod/shopping/images/NewImages/sep_crumb.gif) right no-repeat;
    padding: 7px 20px 0px 10px;
    margin-top: -7px;
}

    ul.crumb li a {
        color: #666;
    }

        ul.crumb li a.home {
            background-image: url(/prod/shopping/images/NewImages/home_icon_small.png);
            background-repeat: no-repeat;
            background-position: 0px 0px;
            height: 11px;
            width: 14px;
            display: inline-block;
            /*margin-top:2px;*/

            padding: 0 20px 0 20px
        }

            ul.crumb li a.home:hover {
                background-position: 0px -11px;
            }

        ul.crumb li a:hover {
            color: #d86917;
            text-decoration: underline;
        }

span.dis_none {
    display: none;
}

ul.crumb li a {
    text-decoration: none;
}

.breadcrumb_search span.right {
    float: right;
    list-style: none;
    background: url(/prod/shopping/images/NewImages/crumb_right.gif) no-repeat right;
    height: 25px;
    padding: 6px 10px 0px 0px;
    margin-top: -2px
}

/***/


.shadow {
    -moz-box-shadow: 8px 8px 8px #0088cc;
    -webkit-box-shadow: 8px 8px 8px #0088cc;
    box-shadow: 8px 8px 8px #0088cc;
}

    .shadow .content {
        position: relative; /* This protects the inner element from being blurred */
        opacity: 100;
    }

.GreyOut {
    -moz-box-shadow: 0px 0px 800px #000000;
    -webkit-box-shadow: 0px 0px 800px #000000;
    box-shadow: 0px 0px 800px #000000;
}

    .GreyOut .content {
        position: relative; /* This protects the inner element from being blurred */
        opacity: 100;
    }

.goldplate {
    -moz-box-shadow: 0 0 200px #d86917, 0px 0px 200px #0088cc;
    -webkit-box-shadow: 0 0 200px #d86917, 0px 0px 200px #0088cc;
    box-shadow: 0 0 200px #d86917, 0px 0px 200px #0088cc;
}

    .goldplate .content {
        position: relative; /* This protects the inner element from being blurred */
        opacity: 100;
    }

/** Making rounded corner for item details page**/
.roundedcornr_box {
    background: url(/prod/shopping/images/NewImages/roundedcornr_tl_1.png) no-repeat top left;
}

.roundedcornr_top {
    background: url(/prod/shopping/images/NewImages/roundedcornr_tr_1.png) no-repeat top right;
}

.roundedcornr_bottom {
    background: url(/prod/shopping/images/NewImages/roundedcornr_bl_1.png) no-repeat bottom left;
}

    .roundedcornr_bottom div {
        background: url(/prod/shopping/images/NewImages/roundedcornr_br_1.png) no-repeat bottom right;
    }

.roundedcornr_content {
    background: url(/prod/shopping/images/NewImages/roundedcornr_r_1.png) top right repeat-y;
}

.roundedcornr_top div, .roundedcornr_top, .roundedcornr_bottom div, .roundedcornr_bottom {
    width: 100%;
    height: 15px;
    font-size: 1px;
}

.roundedcornr_content, .roundedcornr_bottom {
    margin-top: -19px;
}

.roundedcornr_content {
    padding: 0 5px;
}

.NoClearButton::-ms-clear {
    display: none
}

.BackGroundWhite {
    background-color: white;
}

.SimpleBorder {
    border: solid;
    border-width: 1px;
}

.Collapse {
    height: 0px;
    overflow: hidden;
    transition: height 1s;
    -moz-transition: height 1s; /* Firefox 4 */
    -webkit-transition: height 1s; /* Safari and Chrome */
    -o-transition: height 1s; /* Opera */
}

.RadTabStripBorder {
    /*margin-top: -1px;
    padding: 10px;*/
}


.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 4px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/*Center RadAlert default OK button*/
.rwDialogText + div,
.rwDialogText + div + div {
    margin-top: 10px !important;
    margin-left: 75px !important;
}

/*For RAD Async File upload*/
.DropZone1 {
    width: 160px;
    height: 50px;
    background-color: #0088cc;
    float: left;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: white;
    font-family: "Segoe UI";
}

.DropZone2 {
    width: 160px;
    height: 50px;
    background-color: #0088cc;
    float: left;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: white;
    font-family: "Segoe UI";
}

.demo-container .RadAsyncUpload {
    margin-left: 0px !important;
    margin-bottom: 1px !important;
    margin-top: 1px !important;
}

.RadUpload_Default .ruFakeInput {
    border-color: #bbbbbb !important;
    color: #333;
}

.demo-container .RadUpload .ruUploadProgress {
    width: 200px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.demo-container .ruFakeInput {
    width: 200px;
}

.demo-container .ruError .ruErrorMessage {
    font-size: 10pt;
    color: #d86917;
    font-family: "Segoe UI"
}


.NarrowPane {
    display: inline-block;
    overflow-y: scroll;
    max-height: 200px;
}

/* Wizard for requisitioning screen*/
.track-progress {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .track-progress li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 40px;
        height: 40px;
        background-color: #f0f0f0;
    }

        .track-progress li > span {
            display: block;
            font: "Segoe UI";
            color: #999;
            /*font-weight: bold;
  text-transform: uppercase;*/
        }

        .track-progress li.done > span {
            color: #666;
            background-color: #ccc;
        }

        .track-progress li > span:after,
        .track-progress li > span:before {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            position: absolute;
            top: 0;
            left: 0;
            border: solid transparent;
            border-left-color: #f0f0f0;
            border-width: 20px;
        }

        .track-progress li > span:after {
            top: -5px;
            z-index: 1;
            border-left-color: white;
            border-width: 25px;
        }

        .track-progress li > span:before {
            z-index: 2;
        }

        .track-progress li.done + li > span:before {
            border-left-color: #ccc;
        }

        .track-progress li:first-child > span:after,
        .track-progress li:first-child > span:before {
            display: none;
        }

        .track-progress li:first-child i,
        .track-progress li:last-child i {
            display: block;
            height: 0;
            width: 0;
            position: absolute;
            top: 0;
            left: 0;
            border: solid transparent;
            border-left-color: white;
            border-width: 20px;
        }

        .track-progress li:last-child i {
            left: auto;
            right: -20px;
            border-left-color: transparent;
            border-top-color: white;
            border-bottom-color: white;
        }

    .track-progress[data-steps="2"] li {
        width: 16%;
    }

    .track-progress[data-steps="3"] li {
        width: 33%;
    }

    .track-progress[data-steps="4"] li {
        width: 25%;
    }

    .track-progress[data-steps="5"] li {
        width: 20%;
    }

    .track-progress[data-steps="6"] li {
        width: 16%;
    }

    .track-progress[data-steps="9"] li {
        width: 11%;
    }

.RadButton.tiny {
    padding: 1px 1px !important;
    font-size: 9pt;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    min-width: 64px;
}

.RadButton.small {
    padding: 2px 3px !important;
    font-size: 9pt;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    min-width: 64px;
}

.RadCaptcha span {
    color: Red;
    font-size: large;
}

.container-header {
    background-color: #fff;
    /*background-image: -webkit-linear-gradient(0deg,#2172ba 30%,#1b4889 100%);
    background-image: -moz-linear-gradient(0deg,#2172ba 0%,#1b4889 100%);
    background-image: -o-linear-gradient(0deg,#2172ba 0%,#1b4889 100%);
    background-image: -ms-linear-gradient(0deg,#2172ba 30%,#1b4889 100%);
    background-image: linear-gradient(0deg,#2172ba 0%,#1b4889 100%);
    background-repeat: repeat-x;*/
}

.container-footer {
    /*background: #494949;
    background-image: -webkit-linear-gradient(0deg,#494949 30%,#828282 100%);
    background-image: -moz-linear-gradient(0deg,#494949 0%,#828282 100%);
    background-image: -o-linear-gradient(0deg,#494949 0%,#828282 100%);
    background-image: -ms-linear-gradient(0deg,#494949 30%,#828282 100%);
    background-image: linear-gradient(0deg,#494949 0%,#828282 100%);
    background-repeat: repeat-x;*/

    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: 0.9em;
    color: #e1e1e1 !important;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}

}

.rotatorBackground {
    border-color: #eee !important;
    color: #767676;
    /*background-color: #ccc;*/
    /*background-image: linear-gradient(0deg,#efefef 0%,#fefefe 100%);*/
    background-color: #e3e3e3;
    background-image: linear-gradient(#fefefe,#e3e3e3);
    border-radius: 5px;
    padding: 10px;
    border: 1px solid;
    background-position: 0 0;
    background-repeat: repeat-x;
    overflow: hidden;
    box-sizing: content-box;
}

.rocNodeList {
    margin: 50px auto 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 10;
}

    .rocNodeList li {
        display: list-item;
        text-align: -webkit-match-parent;
    }
/*.rocNode {
    margin: 0 5px;
    float: left;
    position: relative;
    z-index: 10;
}*/
/*.rocFirst {
    clear: left;
    margin-left: 0;
}*/

.rocItem {
    margin: 0 auto;
    width: 110px;
    height: 110px;
    display: block;
    position: relative;
}

.rocItemContent {
    border-color: #eee !important;
    color: #767676;
    /*background-color: #ccc;*/
    /*background-image: linear-gradient(0deg,#efefef 0%,#fefefe 100%);*/
    background-color: #e3e3e3;
    background-image: linear-gradient(#fefefe,#e3e3e3);
    border-radius: 5px;
    padding: 10px;
    height: 108px;
    border: 1px solid;
    background-position: 0 0;
    background-repeat: repeat-x;
    overflow: hidden;
    box-sizing: content-box;
}

.rocItemContent1 {
    border-color: #eee !important;
    color: #767676;
    /*background-color: #ccc;*/
    /*background-image: linear-gradient(0deg,#efefef 0%,#fefefe 100%);*/
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    height: 108px;
    border: 1px solid;
    background-position: 0 0;
    background-repeat: repeat-x;
    overflow: hidden;
    box-sizing: content-box;
}

.rocImageWrap {
    margin: 5px;
    width: 60px;
    height: 60px;
    /*overflow: hidden;
    float: left;*/
}

.rocItemText {
    padding: 4px;
    font-weight: 500;
    color: #0088cc;
    font: 14px "Segoe UI",Arial,sans-serif;
}

.RadTreeView_Default {
    color: #333 !important;
    font-size: 10pt;
    font-family: "Segoe UI";
    border: 1px solid #808080 !important;
}

.rddtPopup .RadTreeView {
    padding: 1px !important;
}

.RadTreeView_Default .rtHover .rtIn {
    border-color: #0088cc;
    color: #ffffff;
    background-color: #0088cc;
}

.RadTreeView .rtIn {
    padding: 4px;
    /*border: 1px solid transparent;*/
    border: none !important;
    text-decoration: none;
    cursor: pointer;
}

.RadTreeView_Default .rtSelected .rtIn {
    border-color: #676767;
    color: #fff;
    /*background-color: #808080;
    background-image: linear-gradient(#9a9a9a,#808080);*/
    background-color: #2172ba !important;
    background-image: linear-gradient(0deg,#2172ba 0%,#1b4889 100%) !important;
}

.RadSearchBox .rsbInput {
    margin: 0 3px;
    padding: 0;
    width: 100%;
    height: 32px !important;
    font-size: 1.2em !important;
}

.RadSearchBox .rsbButtonSearch {
    margin: -2px -2px -2px 0;
    width: 32px !important;
    height: 36px !important;
}

.RadRotator_Bootstrap .rrClipRegion {
    border-color: #EFEFEF !important;
    border-width: 4px !important;
    /*border-top-color:#938879!important;
    border-bottom-color:#938879!important;*/
    color: #333;
    background-color: #fff;
    /*border-radius: .28571429em;*/
    border-radius: 5% !important;
}

.RadRotator_Bootstrap a.rrButton, .RadRotator_Bootstrap a.rrButton.rrButtonDisabled, .RadRotator_Bootstrap a.rrButton.rrButtonDisabled:hover, .RadRotator_Bootstrap a.rrButton.rrButtonDisabled:active, .RadRotator_Bootstrap a.rrButton.rrButtonDisabled:focus {
    padding: 1px !important;
    border-color: #c28b31 !important;
    color: #000 !important;
    background-color: #ffef7c !important;
    box-shadow: none;
}

/*.RadSiteMap_Bootstrap .rsmLink {
    padding: 4px 12px;
    color: #333;
    background-color: #fff;
}*/

.RadSiteMap .rsmLevel1 > .rsmItem {
    list-style-image: url('/prod/shopping/images/NewImages/arrowrt_blue1.gif');
    padding: 0px !important;
}

.RadSiteMap .rsmList, .RadSiteMap .rsmFlow {
    margin: 0;
    padding: 10px !important;
    list-style: none;
}

.RadSiteMap .rsmTwoLevels > .rsmItem > .rsmLink {
    color: #ccc !important;
    font-size: inherit;
    margin-bottom: 5px !important;
    padding: 0 !important;
    border-width: 0 0 1px !important;
    border-style: solid !important;
    display: block !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 18px;
    margin: 0 0 14px 0;
    font-family: "Open Sans", Arial, sans-serif;
}

    .RadSiteMap .rsmTwoLevels > .rsmItem > .rsmLink:hover {
        color: #fff !important;
        margin-bottom: 5px !important;
        padding: 0 !important;
        border-width: 0 0 1px !important;
        border-style: solid !important;
        display: block !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        font-family: "Open Sans", Arial, sans-serif;
    }

.RadSiteMap_Bootstrap .rsmLink {
    display: inline-block !important;
    padding: 4px 10px 4px 2px !important;
    color: #FFFFFF !important;
    border: 1px solid transparent !important;
    text-decoration: none !important;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 18px;
}

    .RadSiteMap_Bootstrap .rsmLink:hover {
        color: #ccc !important;
        text-decoration: underline !important;
        font-weight: normal !important;
        border-color: #0e0e0e !important;
        background-color: #0e0e0e !important;
    }

    .RadSiteMap_Bootstrap .rsmLink a {
        color: #0088cc !important;
        text-decoration: none !important;
        font-weight: normal !important;
    }

.RadTabStrip_BlackMetroTouch .rtsLevel1 {
    border-bottom: 2px solid #dbdde1 !important;
}

    .RadTabStrip_BlackMetroTouch .rtsLevel1 .rtsLink {
        font-family: "Open Sans", Arial, sans-serif !important;
        font-size: 10pt !important;
        margin: 0 0 0 -1px;
        border: 1px solid #FFF !important;
        border-top: 1px solid #dbdde1 !important;
        background-color: #dbdde1 !important;
        color: #3b3b3b !important;
    }



        .RadTabStrip_BlackMetroTouch .rtsLevel1 .rtsLink:hover {
            border-color: #666 !important;
            color: #fff !important;
            background-color: #666 !important;
        }

    .RadTabStrip_BlackMetroTouch .rtsLevel1 .rtsSelected,
    .RadTabStrip_BlackMetroTouch .rtsLevel1 .rtsSelected:hover,
    .RadTabStrip_BlackMetroTouch .rtsLevel1 .rtsSelected .rtsLink {
        border-color: #0088cc !important;
        color: #fff !important;
        background-color: #0088cc !important;
    }

.footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: 0.9em;
    color: #e1e1e1 !important;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}

.footer-punchout {
    background: #fff;
    margin-top: 50px;
    padding: 20px 0 0;
    position: relative;
    clear: both;
}

.footer-ribbon {
    background: #0088cc;
    position: absolute;
    margin: -90px 0 0 24px;
    padding: 6px 20px 8px 20px;
    font-size: 1.6em;
    font-family: "Shadows Into Light", cursive;
    color: #fff;
    font-weight: 500;
}

    .footer-ribbon:before {
        border-right-color: #005580;
        border-left-color: #005580;
        border-right: 10px solid #005580;
        border-top: 16px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: -17px;
        position: absolute;
        top: 0;
        width: 7px;
    }



.RadDataPager .rdpPageLast:hover {
    background-position: -9px -759px !important;
}

.RadDataPager .rdpPageNext:hover {
    background-position: -9px -159px !important;
}

.RadDataPager .rdpPagePrev:hover {
    background-position: -9px -109px !important;
}

.RadDataPager .rdpPageFirst:hover {
    background-position: -9px -709px !important;
}

/*Radwindow and Radalert boxes*/
.RadWindow .rwWindowContent .radconfirm, .RadWindow .rwWindowContent .radalert {
    background-position: inherit !important;
}

.RadWindow .rwDialogPopup {
    font: normal 13px "Segoe UI",Arial,Verdana !important;
}

.RadRadioButtonList_Default {
    display: inline-block;
    vertical-align: text-top;
}

/*RadCombobox*/
.RadDropDownTree_Default {
    color: #000 !important;
    font-size: 10pt !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
    font-weight: 400 !important;
}

.RadDropDownTree_Default {
    line-height: 1.3em !important;
}

.RadDropDownTree .rddtFakeInput {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.4em !important;
    display: block;
    overflow: hidden;
}

.RadDropDownTree_Default .rddtInner {
    background-image: none !important;
    background-color: white !important;
    padding: 1px 4px 1px 4px !important;
    font-size: 10pt !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
    font-weight: 400 !important;
}

.RadDropDownTree .rddtIcon {
    padding: 2px 0px 0px 0px !important;
    background-image: linear-gradient(#fdfdfd,#dddddd) !important;
    width: 18px;
    height: 20px !important;
    line-height: 16px;
    font-size: 14px !important;
    font-family: "WebComponentsIcons";
    margin-top: -8px;
    overflow: hidden;
    position: absolute;
    top: 8px !important;
    right: 0px !important;
    text-align: center;
}

.RadTreeView_Default {
    color: #000 !important;
}

.rddtPopup_Default .rddtFilter {
    background-color: #FFF !important;
}

.rddtPopup .rddtFilter {
    padding: 2px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: inherit;
}

.RadDropDownTree_Default .rddtInner {
    border-radius: 3px;
    border-color: #b3b3b3;
    color: #000 !important;
    background-color: #e6e6e6;
    background-image: linear-gradient(white,#e6e6e6);
}

.RadDropDownTree_Default .rddtFocused {
    border-color: #676767;
    color: #000 !important;
}

.RadComboBox .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 0px !important;
}

.RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput {
    color: #333 !important;
}

.RadComboBox_Default {
    color: #333 !important;
    font-size: 10pt !important;
    height: 22px !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
}

RadGrid_Bootstrap .RadComboBox .rcbInput {
    border: 0 none;
    height: 24px !important;
    padding: 0px 0 1px !important;
}

.RadComboBox_Default .rcbInput {
    color: #000 !important;
    padding: 0px 0 1px !important;
    font-size: 10pt !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
    font-weight: 400 !important;
    height: 18px !important;
}

.RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
    opacity: 1.0 !important;
}

.RadComboBoxDropDown .rcbList {
    color: #000 !important;
    font-size: 10pt !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
    font-weight: 400 !important;
}

.RadDropDownList_Default {
    color: #333 !important;
    font-size: 10pt !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
}

    .RadDropDownList_Default .rddlFocused {
        color: #333 !important;
        font-weight: 400 !important;
    }

    .RadDropDownList_Default .rddlFocused {
        border-color: #bbb !important;
        color: #333 !important;
        background-color: #fff !important;
        background-image: none !important;
    }

    .RadDropDownList_Default .rddlInner {
        border-radius: 4px;
        background-image: none !important;
        border-color: #bbb !important;
        color: #333 !important;
        background-color: #fff !important;
        background-image: none !important;
    }

.rddlPopup_Default {
    border-color: #bbb !important;
    background-color: #fff !important;
    color: #333 !important;
    font-size: 10pt !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
}

.RadDropDownList .rddlIcon {
    background-image: url('/prod/shopping/Skins/Common/radFormSprite.png') !important;
    background-position: -161px -177px !important;
    width: 18px !important;
}

.RadDropDownList .rddlHovered .rddlIcon {
    background-image: url('/prod/shopping/Skins/Common/radFormSprite.png') !important;
    background-position: -197px -177px !important;
    width: 18px !important;
}

.RadDropDownList .rddlFocused .rddlIcon {
    background-image: url('/prod/shopping/Skins/Common/radFormSprite.png') !important;
    background-position: -233px -177px !important;
    width: 18px !important;
}

.RadCaptcha span {
    color: #d86917;
    font-size: large;
}

.RadAutoCompleteBox_Default .racTokenList.racFocused {
    border-color: #5ab0db !important;
}

.RadAutoCompleteBox .racTokenList {
    padding: 1px 2px 2px 1px !important;
}

.RadAutoCompleteBox .racInput {
    height: 18px !important;
    text-indent: 1px !important;
}

/* RadDatePicker*/
.RadPicker .rcSelect * {
    text-indent: 0px !important;
}

.RadInput .riTextBox, .RadInputMgr {
    padding: 2px 2px 1px !important;
    height: 22px !important;
}

.RadInputError:after {
    right: 20px !important;
    margin-top: .22em !important;
}

.RadInput a {
    width: 1.32857143em !important;
    padding: 0 1px !important;
    z-index: 8001;
}

.RadInput_Default a {
    border-radius: 4px;
    border: none !important;
    border-color: darkgray !important;
    color: #000 !important;
    background-color: #e2e2e2 !important;
    background-image: linear-gradient(gainsboro,#e2e2e2) !important;
    /*background: transparent!important;*/
}

    .RadInput_Default a:hover {
        border-radius: 4px;
        border: none !important;
    }

.RadInput_Default .riTextBox, .RadInput_Default .riSelect, .RadInput_Default .rcSelect, .RadInputMgr_Default {
    background-color: transparent !important;
}

.RadInput_Default.RadInputFocused .riTextBox, .RadInput_Default.RadInputFocused .riSelect, .RadInput_Default.RadInputFocused .rcSelect, .RadInput_Focused_Default {
    border-color: green !important;
    /*color: #d86917 !important;*/
    background-color: #fff;
    outline: none !important;
    border-color: #5AB0DB !important;
}

.RadCalendar {
    table-layout: auto;
    border-collapse: separate;
    border: 0;
    width: auto !important;
    color: inherit;
}

.RadInput_Default .riError, .RadInput_Error_Default {
    background: white !important;
}

/*.RadInputError:after {
    content:none!important;
}*/
