@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap');

body{
    color: #333;
    font-family:'Noto Sans',Arial,sans-serif;
    font-size:13px;
    width:983px;
    border-spacing:0;
    margin:auto;
    margin-top: 13px;
}

form{
    margin:0;
}

#foreground {
    background-color: #F9F9F9;
    z-index:999;
    margin-left:13px;
}

#right {
    margin-top: 50px;
    width:232px;
    display:inline-block;
    zoom:1;
    vertical-align: top;
}

#left{
    width:207px;
    display:inline-block;
    zoom:1;
    vertical-align: top;
}

.menuContainer {
    position: absolute;
    background-color: #2d2e87;
    height: 50px;
    width: 100%;
    left: 0;
    right: 0;
}

#tdright{width:232px;}

#tdleft{width:207px;}

#tdcenter{width:519px;}

#tdheader{width:900px}

#center {
    margin-left: 13px;
    margin-right: 13px;
    min-width:493px;
    display:inline-block;
    zoom:1;
    vertical-align: top;
}

#footer{
    position: absolute;
    left: 0;
    width: 100%;
    margin-top:13px;
    z-index: -1;
}

#PcFooter {
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    #footer{
        width: auto;
    }
}

.mceTemplate .footer {
    display: flex;
    justify-content: space-between;
}

.mceTemplate .footer__col {
    flex: 1;
    margin: 16px;
}

.mceTemplate .footer__col--1 {
    flex: 3;
}

@media (max-width: 992px) {
    .mceTemplate .footer {
        flex-wrap: wrap;
    }

    .mceTemplate .footer__col {
        flex: 1;
    }

    .mceTemplate .footer__col--1 {
        flex: 1 100%;
    }
}

#foot #footColumns {
    margin: auto;
    padding-top: 50px;
}

#foot table {
    table-layout: fixed;
    max-width: 100%;
    position: relative;
    border-collapse: collapse;
}

#foot {
    max-width: 100%;
    text-align:center;
    font-size: 13px;
    line-height: 24px;
    height:auto;
    background: #dbdcde; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdcde', endColorstr='#eeeeef'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#dbdcde), to(#eeeeef)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #dbdcde,  #eeeeef); /* for firefox 3.6+ */
}

#footerAddress {
    background: #333;
    color: white;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    padding-top: 5px;
}

.socialMediaIcon {
    width: 25px;
    height: 20px;
    display: inline-block;
    line-height: 10px;
    float: left;
}

.fbIcon {
    background: url(/web/Objectstore/images?file=socialMediaIcons.png) no-repeat 0 -200px;
    margin: 0;
    padding: 0;
}

.youtubeIcon {
    background: url(/web/Objectstore/images?file=socialMediaIcons.png) no-repeat -25px -130px;
    margin: 0;
    padding: 0;
}

.linkendinIcon {
    background: url(/web/Objectstore/images?file=socialMediaIcons.png) no-repeat -50px -130px;
    margin: 0;
    padding: 0;
}

.instagramIcon {
    background: url(/web/Objectstore/images?file=socialMediaIcons.png) no-repeat 0 -130px;
    margin: 0;
    padding: 0;
}

#frame{background-color:#332244;border-left:1px solid #296935;border-right:1px solid #296935;border-bottom:1px solid #296935;}
#PcError{
    margin-bottom:13px;
}
#PcShoppingListPrint{background-color:#ffffff;}

.headingWithMarginBottom {
    margin-bottom: 10px;
}

#PcLandingPageBanner{
    position:relative;
    margin-bottom: 13px;
}

#PcBulletin {
    display: inline-block;
}

#PcMiniSearch {
    display: inline-flex;
    width: 522px;
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
}

#PcLogo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#PcLogo {
    height: 100px;
    width: 205px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    /**/
}

#PcLogo a {
    height: 100px;
    width: 205px;
    display: block;
    position: relative
}

#PcLogo a img {
    margin: auto;
    max-height: 100px;
    max-width: 185px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#PcLastNews{margin-bottom: 13px}

#PcLastNews img {
    display:none;
}

#PcLastNews a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #033;
    margin-left: -10px;
    margin-right: 5px;
}

#PcMiniShowStaticContentNo1{margin-bottom: 13px}

#PcLogin {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}
#loginBody{
    margin-top:15px;
    margin-left:15px;
    width:217px;
}
a.login {
    font-size:8pt;
    color:#6d6f72;
    text-decoration:none;
}

a.login:hover{
    color:#6d6f72;
    text-decoration:underline;
}

a {
    color:#333;
    text-decoration:none;
}

a:hover {
    color:#003958;
    text-decoration:underline;
}

/* Elements shown when not logged in */

.PcLoginPositionInput {

    /* margin-left: 15px; */

}

.PcLoginInputFields {
    margin-top: 10px;
    font-size: 13px;
    width:180px;
    border:1px solid #DDDDDD;
}

.PcLoginInputFields:focus {
    border:1px solid #C0BDBD;
}

.PcLoginForgottenPwd {
    margin-top: 5px;
}

#PcLoginRegister {
    display:inline-block;
    zoom: 1;
    margin-top: 17px;
    margin-right: 10px;
    width: 100px;
}

/* Elements shown when logged in */

#PcLoginCustomerName {
    margin-top: 20px;
    font-weight:bold;
}

#PcLoginCustomerNumber {
    margin-top: 2px;
}

#PcLoginChangeCustomer {
    display:inline-block;
    zoom: 1;
    vertical-align: top;
    margin-top: 21px;
}

.PcLoginButton {
    display: inline-block;
    zoom:1;
    margin-left: 15px;
    width:76px;
    height:27px;
    margin-top: 15px;
}

.login_rollover  {
    background: #2d2e87;
    color: white;
    display: inline-block;
    zoom:1;
    margin-top: 10px;
    width: 90px;
    height: 30px;
    text-decoration: none;
    border: none;
    vertical-align: top;
    border: 1px solid #fff;
}
.login_rollover:hover  {
    background: #fff;
    color: #2d2e87;
    text-decoration: none;
    cursor:pointer;
    border: 1px solid #2d2e87;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.login_rollover:active  {
    background-position: 0 -54px;
}


.logout_rollover  {
    background: #2d2e87;
    color: white;
    display: inline-block;
    zoom:1;
    width: 90px;
    height: 30px;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #fff;
}

.logout_rollover:hover  {
    background: #fff;
    color: #2d2e87;
    text-decoration: none;
    cursor:pointer;
    border: 1px solid #2d2e87;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.logout_rollover:active  {
    background-position: 0 -54px;
}

.rounded {
    border-radius: 4px;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size:16px
}

h4 {
    font-size:14px;
}

#PcMenu {text-align:center;}

#PcSitePath {
    border: none !important;
    box-shadow: 1px 1px 3px #dbdcde;
    padding:5px;
    background-color: #ffffff;
    margin-bottom:13px;
}

#sitePathPath {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    width:65%;
    display:inline-block;
    zoom:1;
}

#sitePathMsg {
    width: 35%;
    display: inline-block;
    zoom: 1;
    text-align: right;
    font-size: 10px
}

#header h1{padding: 0;margin: 0;}

#PcItemsForGroup{margin-bottom: 13px;}

.addToList  {
    display: inline-block;
    zoom:1;
    width: 88px;
    height:22px;
    text-decoration: none;
    border: none;
}

.updateCart  {
    display: inline-block;
    zoom:1;
    width: 127px;
    height:22px;
    text-decoration: none;
    border: none;
}

.printCart  {
    display: inline-block;
    zoom:1;
    width: 51px;
    height:22px;
    text-decoration: none;
    border: none;
}

.emptyCart  {
    display: inline-block;
    zoom:1;
    width: 97px;
    height:22px;
    text-decoration: none;
    border: none;
}

.topMenuElementArrow{
    background-image: none;
    display:inline-block;
    zoom: 1;
    margin-top: 18px;
    text-align:right;
    width:11px;
    height:5px;
    vertical-align:top;
}

.topMenuElementArrow:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: white;
}

/*

CSS for right menu

*/


.bannerTitleBox {
    vertical-align:top;
    display:inline-block;
    zoom:1;
    height: 17px; /* Height must add up to 33px, as that is the height of the bg-image */
    /* width:128px; */ /* This width is used for regulating the width of pushTop */
    margin:8px 0px 8px 10px;
    font-size: 14px;
    font-weight: bold;
}

#PcPush {
    font-size: 1rem;
    line-height: 1.5rem;
}

.push_pushContainer {margin-top:14px; width:232px;}
.push_pushTop {height:33px;width:232px;}

.push_pushLeft {	display:inline-block;
    zoom:1;
    width: 4px;
    height:33px;
    background:url('/web/Objectstore/images?file=bannerGrayLeft_staples.gif') no-repeat;
}
.push_pushCenter {	display:inline-block;
    zoom:1;
    vertical-align: top;
    height:33px;
    background:url('/web/Objectstore/images?file=bannerGrayCenter_staples.gif') repeat-x;
}
.push_pushRight {	display:inline-block;
    zoom:1;
    width: 4px;
    height:33px;
    background:url('/web/Objectstore/images?file=bannerGrayRight_staples.gif') no-repeat;
}
.push_pushBody {
    background: #ffffff; /* for non-css3 browsers */
    border: none !important;
    box-shadow: 1px 1px 3px #dbdcde;
    color: #51616F;
    display:inline-block;
    font-size: 14px;
    line-height: 20px;
    width:230px;
    zoom:1;
}

.push {
    margin: 5px 10px 7px 10px;
}

.push_itemViewMoreBox {
    vertical-align:top;
    display:inline-block;
    zoom: 1;
    height: 33px;
    width: 81px;
}

.push_itemViewMore {
    vertical-align:top;
    display:inline-block;
    zoom:1;
    height: 17px;
    width:45px;
    margin:8px 0px;
}
.push_itemViewMoreArrow {
    vertical-align:top;
    display:inline-block;
    zoom:1;
    height: 19px;
    width:21px;
    margin:7px 5px;
}

.push_itemHeadingBox{height:15px; width:219px; margin:15px 0px 10px 13px;}   /* Width: 219px + margin 13px = 232px  -   Margin left is 13px to stay in vertical line with itemTitleBox */
.push_itemDescription{height:40px;font-size:12px; padding:0px 10px 10px 13px;}
.push_itemPriceAndUnit {width:50%;}
.push_addToCart{;margin:0 5 0 0;}

#PcMiniShoppingCart>.genericTopCenter {
    border-left: 1px solid white;
    border-right: 1px solid white;
    height: 50px;
}

#PcMiniShoppingCart>.genericTopCenter:after {
    content: "\f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: white;
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    font-size: 17px;
}


#miniShoppingCart_Body {
    border: none !important;
    box-shadow: 1px 1px 3px #dbdcde;
    border-top:none;
    margin-top: -10px;
    padding: 10px;
    background-color: #ffffff;
    width: 210px;  		/* 210px + 2px border + 20px padding = 232px */
    display: inline-block;
    zoom: 1;
}
#miniShoppingCart_Link {
    text-align:left;
    width: 107px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    margin-top: 14px;
}
.miniShoppingChart_CheckoutDiv {
    display:inline-block;
    zoom: 1;
    width:88px;
    height:22px;
    margin-bottom:10px;
    text-decoration: none;
    border: none;
    text-align:right;
    margin: 10px 0 0 10px;
}
.miniShoppingCart_Checkout {
    display:inline-block;
    zoom: 1;
    background: #e99a00;
    color: white;
    font-size: 12px;
    width:88px;
    height:22px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
    border-radius: 4px;
    zoom: 1;
}
.miniShoppingCart_Checkout:hover {
    background: #f9a500;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}
.miniShoppingCart_Checkout:active {
    background-position: 0 -44px;
}

#miniShoppingCart_Body hr {
    height: 1px;
    color: #B2B2B2;
}
#miniShoppingCart_Body:hover{
    cursor: pointer;
}
.miniShoppingCart_Entry {padding:5}

.miniShoppingCart_Item {
    display: inline-block;
    zoom: 1;
    width: 130px;

}

.miniShoppingCart_Price {
    display: inline-block;
    zoom: 1;
    width: 75px;
    vertical-align: top;
    text-align: right;
}
#miniShoppingCart_NumberOfItems {
    width: 110px;
    display: inline-block;
    zoom: 1;
}

#miniShoppingCart_TotalSum {
    width: 95px;
    display: inline-block;
    zoom: 1;
    text-align: right;
}

#miniShoppingCart_hardStop {
    margin-top:3px;
}

#shoppingCart_Top {
    background-color: #f1f2f2;
    border: none !important;
}
#shoppingCart_TopTitle {
    display: inline-block;
    zoom: 1;
    height: 25px;
    font-size:23px;
    color:#333;
    font-weight:bold;
    width:130px;
}
#shoppingCart_HardStop {
    margin:5px 15px 0px 15px;
    font-weight:bold;
}

#shoppingCart_HardStopBottom{
    margin:5px 8px 0px 8px;
    text-align: left;
    width: 96%;
}
#shoppingCart_HardStopBottom > div {
    width: 100%;
}
#shoppingCart_TotalNumberItems {
    display: inline-block;
    zoom: 1;
    font-size:12px;
    color:#323133;
    margin-left:5px;
    width:90px;
    padding-left: 2px;
}
#shoppingCart_AddToShoppingList {
    display: inline-block;
    zoom: 1;
    margin-right:5px;
}

.shoppingCartTop_ButtonsRow {
    margin:20px 0 15px 15px;
}

.shoppingCartTop_ButtonsRow input{
    background-color: #dcdddb;
}

.shoppingCartTop_ButtonsRow input:hover{
    background-color: #e6e6e6;
}

#shoppingCart_Header {
    display: flex;
    align-items: center;
    zoom: 1;
    height:34px;
}
#shoppingCart_Header div{
    display: flex;
    zoom: 1;
}
#shoppingCart_HeaderNumber{
    margin-left:20px;
}
#shoppingCart_HeaderTitle{
    margin-left:90px;
}
#shoppingCart_HeaderPrice{
    margin-left:155px;
}
#shoppingCart_Header a{
    font-size:13px;
    font-weight:bold;
}
.shoppingcart_emptyrows div{
    margin-top:5px;
    margin-left:5px;
    display: inline-block;
    zoom: 1;
}

#shoppingCart_Top {
    background-color: #f1f2f2;
    border: none !important;
}
#shoppingCart_TopTitle {
    display: inline-block;
    zoom: 1;
    height: 25px;
    font-size:23px;
    color:#333;
    font-weight:bold;
    width:130px;
}
#shoppingCart_HardStop {
    margin:5px 15px 0px 15px;
    font-weight:bold;
}

#shoppingCart_HardStopBottom{
    margin:5px 8px 0px 8px;
    text-align: left;
    width: 96%;
}
#shoppingCart_HardStopBottom > div {
    width: 100%;
}
#shoppingCart_TotalNumberItems {
    display: inline-block;
    zoom: 1;
    font-size:12px;
    color:#323133;
    margin-left:5px;
    width:90px;
    padding-left: 2px;
}
#shoppingCart_AddToShoppingList {
    display: inline-block;
    zoom: 1;
    margin-right:5px;
}

.shoppingCartTop_ButtonsRow {
    margin:20px 0 15px 15px;
}

.shoppingCartTop_ButtonsRow input{
    background-color: #dcdddb;
}

.shoppingCartTop_ButtonsRow input:hover{
    background-color: #e6e6e6;
}

#shoppingCart_Header {
    display: flex;
    align-items: center;
    zoom: 1;
    height:34px;
}
#shoppingCart_Header div{
    display: flex;
    zoom: 1;
}
#shoppingCart_HeaderNumber{
    margin-left:20px;
}
#shoppingCart_HeaderTitle{
    margin-left:90px;
}
#shoppingCart_HeaderPrice{
    margin-left:155px;
}
#shoppingCart_Header a{
    font-size:13px;
    font-weight:bold;
}
.shoppingcart_emptyrows div{
    margin-top:5px;
    margin-left:5px;
    display: inline-block;
    zoom: 1;
}

.shoppingList_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 88px;
    height: 22px;
    border: none;
    text-decoration: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}

.shoppingList_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.shoppingList_rollover:active {
    background-position: 0 -44px;
}






.shoppingCart_AddToShoppingCart {
    display:inline-block;
    zoom:1;
    vertical-align: top;
}

#shoppingCart_DisplayLinesSelect {
    display: inline-block;
    zoom:1;
    vertical-align: top;
    text-align: right;
    margin-left: 90px;
    font-size:12px;
    color:#323133;
}

.shoppingCart_SelectPages {
    display: block;
    text-align: center;
    padding: 10px 0;
    background-color: #F9F9F9;
    border-bottom: 1px solid #d4d4d4;
}

#shoppingCart_Body {background-color: #ffffff;}

.shoppingCart_itemRow{
    display: flex;
    align-items: baseline;
    flex-direction: row
}
.shoppingCart_itemRow div{
    zoom:1;
    vertical-align: top;
}
.shoppingCart_itemNumberAndComment{
    margin: 0% 1%;
    width: 8%;
    display: inline-block;
    zoom:1;
}
.shoppingCart_ItemNumber{
    margin-top:11px;
}
.shoppingCart_ItemNumber input{
    font-size:11px;
    width:44px;
    text-align: right;
}
.shoppingCart_Comment  {
    text-align: center;
    width:44px;
    margin-top:5px;
    cursor: pointer;
}
.shoppingCart_CommentInactive{
    background: url("/web/Objectstore/images?file=staples_comment_inactive.png") 0 0 no-repeat;
    width:25px;
    height:25px;
    display: inline-block;
    zoom:1;
}
.shoppingCart_CommentActive{
    background: url("/web/Objectstore/images?file=staples_comment_active.png") 0 0 no-repeat;
    width:25px;
    height:25px;
    display: inline-block;
    zoom:1;
}
.shoppingCart_ItemInfo{
    margin: 0% 1%;
    width: 38%;
}
.shoppingCart_ItemTitle {
    margin-top:12px;
}
.shoppingCart_ItemTitle a{
    font-size:12px;
    font-weight:bold;
}
.shoppingCart_brandedItemPreview{
    height: 49px;
    display: flex;
    align-items: center;
    color: rgb(21, 87, 36);
}
.shoppingCart_unitAmountAndDelivery{
    margin-top:11px;
}
.shoppingCart_Units {
    margin: 0% 1%;
    width: 13%;
}

.shoppingCart_Units select{
    width: 100%;
    font-size:11px;
    border:none;
    margin:none;
}

.shoppingCart_NumberOfUnits {
    margin: 0% 1%;
    width: 13%;
}
.shoppingCart_NumberOfUnits input{
    font-size:11px;
    width:39px;
    text-align: right;
}
.shoppingCart_DeliveryTime {
    width: 90%;
    display:block;
    margin:5px 0 0 5px;
    font-size:10px;
    color:#323133;
}
.shoppingCart_priceAndRemove{
    display: flex;
    flex-direction: column;
    margin: 0% 1%;
    width: 15%
}
.shoppingCart_ItemPrice {
    margin-top:15px;
    color:#dd8102;
    font-size:12px;
    font-weight:bold;
}
.shoppingCart_Remove {
    width: 65px;
    margin-top:14px;
}
.shoppingCart_Remove a{
    font-size:10px;
    color:#a81c2a;
}


.shoppingCart_CommentField {
    margin:11px 0 0 8px;
}
#shoppingCartBottom {
    margin-top:8px;
}
#shoppingCartBottom_SumRow {
    width:100%;
    text-align:right;
}
#shoppingCartBottom_SumRow  div{
    display: inline-block;
    zoom: 1;
    font-size:13px;
    font-weight: bold;
}
#shoppingCartBottom_TotalTxt {
    color:#003958;
    padding-left: 10px;
}
#shoppingCartBottom_TotalSum {
    color: #DD8102;
    margin-right:8px;
}
.shoppingCart_Add2List {
    width: 95px;
    height: 20px;
    margin-left: 20px;
    display: inline-block;
    zoom: 1;
}


.shoppingCart_Remove_AloneOnLine  {					/* Broader margin to the left */
    margin-left: 315px;
    width: 65px;
    height: 20px;
    display: inline-block;
    zoom: 1;
    text-align: right;
    padding-right: 10px;
}




#shoppingCartBottom_ButtonsRow {
    display: inline-block;
    margin: 30px 0 20px 20px;
}

#shoppingCartBottom_AddItem {
    display: inline-block;
    zoom: 1;
    text-align: left;
    width: 160px;
}



#shoppingCartBottom_ShoppingList {
    display: inline-block;
    zoom:1;
    margin-right: 5px;
    vertical-align: top;
}

#shoppingCartBottom_EmptyCart {
    display: inline-block;
    zoom:1;
    margin-right: 5px;
    vertical-align: top;
}

.emptyCart_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 107px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.emptyCart_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.emptyCart_rollover:active {
    background-position: 0 -44px;
}

.shoppingCart_ErrorMessage {
    display:block;
    color: #A81C2A;
    font-size:12px;
}

#shoppingCartBottom_PrintCart {
    display: inline-block;
    zoom:1;
    margin-right: 65px;
    vertical-align: top;
}

.printCart_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 51px;
    height: 22px;
    outline: none;
    border: none;
    cursor: pointer;
}

.printCart_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.printCart_rollover:active {
    background-position: 0 -44px;
}

#shoppingCartBottom_UpdateCart {
    display: inline-block;
    zoom:1;
    vertical-align: top;
}

.updateCart_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 127px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.updateCart_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.updateCart_rollover:active {
    background-position: 0 -44px;
}

.shoppingCartBottom_NavigateBlock  {
    display: block;
    padding: 15px 0 15px 15px;
}

.shoppingCart_PreviousPage {
    width: 200px;
    height: 20px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 5px;
    display: inline-block;
    zoom:1;
}







.shoppingCart_AddToShoppingCart {
    display:inline-block;
    zoom:1;
    vertical-align: top;
}

#shoppingCart_DisplayLinesSelect {
    display: inline-block;
    zoom:1;
    vertical-align: top;
    text-align: right;
    margin-left: 90px;
    font-size:12px;
    color:#323133;
}

.shoppingCart_SelectPages {
    display: block;
    text-align: center;
    padding: 10px 0;
    background-color: #F9F9F9;
    border-bottom: 1px solid #d4d4d4;
}

#shoppingCart_Body {background-color: #ffffff;}

.shoppingCart_itemRow{
    display: flex;
    align-items: baseline;
    flex-direction: row
}
.shoppingCart_itemRow div{
    zoom:1;
    vertical-align: top;
}
.shoppingCart_itemNumberAndComment{
    margin: 0% 1%;
    width: 8%;
    display: inline-block;
    zoom:1;
}
.shoppingCart_ItemNumber{
    margin-top:11px;
}
.shoppingCart_ItemNumber input{
    font-size:11px;
    width:44px;
    text-align: right;
}
.shoppingCart_Comment  {
    text-align: center;
    width:44px;
    margin-top:5px;
    cursor: pointer;
}
.shoppingCart_CommentInactive{
    background: url("/web/Objectstore/images?file=staples_comment_inactive.png") 0 0 no-repeat;
    width:25px;
    height:25px;
    display: inline-block;
    zoom:1;
}
.shoppingCart_CommentActive{
    background: url("/web/Objectstore/images?file=staples_comment_active.png") 0 0 no-repeat;
    width:25px;
    height:25px;
    display: inline-block;
    zoom:1;
}
.shoppingCart_ItemInfo{
    margin: 0% 1%;
    width: 38%;
}
.shoppingCart_ItemTitle {
    margin-top:12px;
}
.shoppingCart_ItemTitle a{
    font-size:12px;
    font-weight:bold;
}
.shoppingCart_brandedItemPreview{
    height: 49px;
    display: flex;
    align-items: center;
    color: rgb(21, 87, 36);
}
.shoppingCart_unitAmountAndDelivery{
    margin-top:11px;
}
.shoppingCart_Units {
    margin: 0% 1%;
    width: 13%;
}

.shoppingCart_Units select{
    width: 100%;
    font-size:11px;
    border:none;
    margin:none;
}

.shoppingCart_NumberOfUnits {
    margin: 0% 1%;
    width: 13%;
}
.shoppingCart_NumberOfUnits input{
    font-size:11px;
    width:39px;
    text-align: right;
}
.shoppingCart_DeliveryTime {
    width: 90%;
    display:block;
    margin:5px 0 0 5px;
    font-size:10px;
    color:#323133;
}
.shoppingCart_priceAndRemove{
    display: flex;
    flex-direction: column;
    margin: 0% 1%;
    width: 15%
}
.shoppingCart_ItemPrice {
    margin-top:15px;
    color:#dd8102;
    font-size:12px;
    font-weight:bold;
}
.shoppingCart_Remove {
    width: 65px;
    margin-top:14px;
}
.shoppingCart_Remove a{
    font-size:10px;
    color:#a81c2a;
}


.shoppingCart_CommentField {
    margin:11px 0 0 8px;
}
#shoppingCartBottom {
    margin-top:8px;
}
#shoppingCartBottom_SumRow {
    width:100%;
    text-align:right;
}
#shoppingCartBottom_SumRow  div{
    display: inline-block;
    zoom: 1;
    font-size:13px;
    font-weight: bold;
}
#shoppingCartBottom_TotalTxt {
    color:#003958;
    padding-left: 10px;
}
#shoppingCartBottom_TotalSum {
    color: #DD8102;
    margin-right:8px;
}
.shoppingCart_Add2List {
    width: 95px;
    height: 20px;
    margin-left: 20px;
    display: inline-block;
    zoom: 1;
}


.shoppingCart_Remove_AloneOnLine  {					/* Broader margin to the left */
    margin-left: 315px;
    width: 65px;
    height: 20px;
    display: inline-block;
    zoom: 1;
    text-align: right;
    padding-right: 10px;
}




#shoppingCartBottom_ButtonsRow {
    display: inline-block;
    margin: 30px 0 20px 20px;
}

#shoppingCartBottom_AddItem {
    display: inline-block;
    zoom: 1;
    text-align: left;
    width: 160px;
}



#shoppingCartBottom_ShoppingList {
    display: inline-block;
    zoom:1;
    margin-right: 5px;
    vertical-align: top;
}

#shoppingCartBottom_EmptyCart {
    display: inline-block;
    zoom:1;
    margin-right: 5px;
    vertical-align: top;
}

.emptyCart_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 107px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.emptyCart_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.emptyCart_rollover:active {
    background-position: 0 -44px;
}

.shoppingCart_ErrorMessage {
    display:block;
    color: #A81C2A;
    font-size:12px;
}

#shoppingCartBottom_PrintCart {
    display: inline-block;
    zoom:1;
    margin-right: 65px;
    vertical-align: top;
}

.printCart_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 51px;
    height: 22px;
    outline: none;
    border: none;
    cursor: pointer;
}

.printCart_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.printCart_rollover:active {
    background-position: 0 -44px;
}

#shoppingCartBottom_UpdateCart {
    display: inline-block;
    zoom:1;
    vertical-align: top;
}

.updateCart_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 127px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.updateCart_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.updateCart_rollover:active {
    background-position: 0 -44px;
}

.shoppingCartBottom_NavigateBlock  {
    display: block;
    padding: 15px 0 15px 15px;
}

.shoppingCart_PreviousPage {
    width: 200px;
    height: 20px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 5px;
    display: inline-block;
    zoom:1;
}

/* Start page controlOrder */

#PcControlOrderHead{
    background-color:#FFFFFF;
}

#controlOrder_Top {
    background-color: #f1f2f2;
    height: 50px;
}

#PcControlOrderHeadTop {
    background-color: #f1f2f2;
    height: 65px;
}

#controlOrder_TopTitle{
    display: inline-block;
    zoom: 1;
    width: 230px;
    height: 25px;
    font-size:19px;
    margin-left:13px;
    margin-top:13px;
}

#PcControlOrderHeadTopTitle {
    display: inline-block;
    zoom: 1;
    width: 230px;
    height: 50px;
    font-size:19px;
    margin-left:130px;
    margin-top:13px;
}

#PcControlOrderHeadDeliveryAddress{
    padding-top:13px;
    padding-bottom:13px;
    border-bottom: 1px solid #B2B2B2;
}

#PcControlOrderHeadInvoiceAddress{
    padding-bottom:13px;
    padding-top:13px;
    background-color:#FFFEE3;
    border-bottom: 1px solid #B2B2B2;
}

#PcControlOrderHeadBottom{
    margin:13px 0px;
}

.controlOrder_NextPage {
    width: 65px;
    height: 25px;
    vertical-align: top;
}

.controlOrder_PreviousPage {
    width: 200px;
    height: 20px;
    margin-left: 15px;
    margin-top: -50px;
}

.controlOrder_HeadingSmall  {
    margin: 20px 0 20px 15px;
    font-weight: bold;
}

.controlOrder_Select  {width: 350px; margin-left: 95px;}

.controlOrder_Label1 {

    display: inline-block;
    zoom: 1;
    width: 150px;
    text-align: right;
    margin-right: 15px;
}

.controlOrder_Label2 {
    display: inline-block;
    zoom: 1;
    width: 210px;
    text-align: right;
    margin-right: 15px;
    vertical-align: top;
}

.controlOrder_FieldBox {
    display: inline-block;
    zoom: 1;
    margin-bottom: 10px;
}

.controlOrder_FieldLong {
    width: 270px;
}

.controlOrder_FieldShort {
    width: 210px;
}

.controlOrder_FieldPostalCode {
    width: 70px;
}

.controlOrder_FieldCalendar {
    width: 70px;
}

.partialOrder_PreviousPage {
    width: 250px;
    height: 20px;
    margin-top: 18px;
}

.order_Label {
    text-align: right;
    width: 230px;
    margin-right: 35px;
    display: inline-block;
    zoom: 1;
    font-size: 13px;
    vertical-align: top;
}

.order_CustomerData {
    width: 210px;
    display: inline-block;
    zoom: 1;
    font-size: 13px;
}

#orderApproval_Container {
}

#orderApproval_TopTitle {
    display: inline-block;
    zoom: 1;
    width: 150px;
    height: 25px;
}

.orderApproval_LongField {width: 300px;}

.orderApproval_MediumField {width: 220px;}

.orderApproval_ShortField {width: 100px;}

.orderApproval_DateField {width: 100px;}

.orderApproval_Confirm {
    display: inline-block;
    zoom: 1;
    margin-left: 195px;
    vertical-align: bottom;
}

.orderApproval_ConfirmButton {
    background: #e99a00;
    color: white;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 113px;
    height: 25px;
    border: none;
    text-decoration: none;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}

.orderApproval_ConfirmButton:hover {
    background: #f9a500;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -21px;
}

#orderApproval_CustomerInfo {
    padding: 25px 0;
    display: block;
    margin-bottom: 15px;
    background-color: #ffffff;
}

#orderApproval_Body {width:493px;}

.orderApproval_ItemInfo {
    display:block;
    background-color: #ffffff;
    padding-bottom: 25px;
    /*	border-left: 1px solid black;
            border-right: 1px solid black;
            border-bottom: 1px solid black; */
}

.orderApproval_ItemTitle {
    width: 260px;
    /*	margin: 10px 0 0 100px; */
    margin-left: -4px;
    display: inline-block;
    zoom: 1;
}
.orderApproval_ItemNumber {
    width:100px;
    height: 25px;
    display: inline-block;
    zoom: 1;
    text-align: center;
}

.orderApproval_ItemPrice {
    margin-left: 10px;
    width: 95px;
    text-align: right;
    height: 25px;
    display: inline-block;
    zoom: 1;
}

.orderApproval_Units {
    width: 75px;
    height: 20px;
    margin-left: 100px;			/* Because the blocks are inline, there is an extra space between them which this negative margin eliminate, so this element get the same left margin as those above and under */
    display: inline-block;
    zoom: 1;
}
.orderApproval_NumberOfUnits {
    width: 70px;
    height: 20px;
    display: inline-block;
    zoom: 1;
}
.orderApproval_Delivery {
    width: 115px;
    height: 20px;
    display: inline-block;
}

.orderApproval_DeliveryTime {
    margin-left: 100px;
    width: 300px;
}

.orderApproval_DesignId {
    margin-left: 100px;
    width: 300px;
}

#orderApproval_TotalSum {
    display: inline-block;
    zoom: 1;
    text-align: right;
    width: 470px;
    height: 20px;
}

.orderApproval_PreviousPage {
    display: inline-block;
    zoom: 1;
    margin-top: 10px;
    height: 20px;
    width: 150px;
    vertical-align: bottom;
}

#budgetAuth_Container {
}

.budgetAuth_PreviousPage {
    display: inline-block;
    zoom: 1;
    margin-left: 15px;
    height: 20px;
    width: 150px;
    vertical-align: bottom;
}

#budgetAuth_Body {width:493px;}

#budgetAuth_Body hr {height: 1px; color: #B2B2B2; width: 470px; margin-top: 10px; margin-bottom: 10px;}

.budgetNotAuth_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 120px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.budgetNotAuth_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.budgetNotAuth_rollover:active {
    background-position: 0 -44px;
}

.budgetAuth_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 120px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.budgetAuth_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.budgetAuth_rollover:active {
    background-position: 0 -44px;
}

.budgetAuth_ItemInfo {
    display:block;
    background-color: #ffffff;
    padding-bottom: 25px;
    /*	border-left: 1px solid black;
            border-right: 1px solid black;
            border-bottom: 1px solid black; */
}

.budgetAuth_ItemNumber {
    width:100px;
    height: 25px;
    display: inline-block;
    zoom: 1;
    text-align: center;
}

.budgetAuth_ItemTitle {
    width: 260px;
    /*	margin: 10px 0 0 100px; */
    margin-left: -4px;
    display: inline-block;
    zoom: 1;
}

.budgetAuth_ItemPrice {
    margin-left: 10px;
    width: 95px;
    text-align: right;
    height: 25px;
    display: inline-block;
    zoom: 1;
}

.budgetAuth_Units {
    width: 75px;
    height: 20px;
    margin-left: 100px;			/* Because the blocks are inline, there is an extra space between them which this negative margin eliminate, so this element get the same left margin as those above and under */
    display: inline-block;
    zoom: 1;
}

.budgetAuth_NumberOfUnits {
    width: 70px;
    height: 20px;
    display: inline-block;
    zoom: 1;
}

.budgetAuth_DeliveryTime {
    margin-left: 100px;
    width: 300px;
}

.budgetAuth_DesignId {
    margin-left: 100px;
    width: 300px;
}

#budgetAuth_TotalSum {
    display: inline-block;
    zoom: 1;
    text-align: right;
    width: 470px;
    height: 20px;
}

.mediumEmptyBlock {
    display: block;
    width: 100%;
    height: 30px;
}

.smallEmptyBlock {
    display: block;
    width: 100%;
    height: 15px;
}

.orderConfirmationBody {
    margin-left: 15px;
    margin-bottom: 25px;
}

.orderConfirmation_Label {
    text-align: right;
    width: 230px;
    margin-right: 35px;
    display: inline-block;
    zoom: 1;
    font-size: 12px;
    vertical-align: top;
}

.orderConfirmation_CustomerData {
    width: 210px;
    display: inline-block;
    zoom: 1;
    font-size: 12px;
}

/* ShoppingLists start */

#shoppingLists_Title, #importShoppingCart_Title {margin: 5px 0 15px 0;}

#shoppingLists_Container {
    border: none;
    box-shadow: 1px 1px 3px #dbdcde;
    padding: 10px;
    background-color: white;
}

#shoppingLists_Container hr {
    height: 1px;
    color: #B2B2B2;
    width: 470px;
    margin: 10px 0;
}

.shoppingLists_NewList {
    margin-top: 10px;
    text-align: right;
}

.shoppingLists_ListElement {
    margin: 5px 0;
}

.shoppingLists_TextField {
    width: 300px;
    vertical-align: top;
    border:1px solid #B2B2B2;
    margin-right: 5px;
}

/* ShoppingLists end */

/* ShoppingList start */
#PcShoppingList{
}

#shoppingList_TopTitle {
    display: inline-block;
    zoom: 1;
    height: 25px;
    font-size:23px;
    color:#003958;
    font-weight:bold;
    width:360px;
}

#shoppingList_ChooseList {
    display: inline-block;
    zoom: 1;
    width:100px;
    text-align:right;
}

#shoppingList_DisplayOptions {
    vertical-align: top;
    font-size:12px;
    color:#323133;
    margin:20px 0 15px 15px;
}
#shoppingList_DisplayOptions div{
    display: inline-block;
    zoom: 1;
    width:230px;
}

.shoppingList_CheckBox {
    float: left;
    margin-top:10px;
}
.shoppingList_Comment  {
    margin:5px 0 0 0;
}
.shoppingList_ButtonsRow {
    margin: 15px 0 15px 15px;
}
.shoppingList_ButtonsRow div{
    display: inline-block;
    zoom: 1;
    vertical-align:top;
    margin-left:5px;
}
.shoppingList_ButtonsRow a{
    display: inline-block;
    zoom: 1;
    height: 22px;
    border: none;
    text-decoration: none;
}
.shoppingList_ButtonsRow a:hover{
    background-position: 0 -22px;
    cursor:pointer;
}
.shoppingList_ButtonsRow a:active{
    background-position: 0 -44px;
}
.updateList_rollover {
    background-image: none;
    background-color: #f1f1f1;
    height: 22px;
    color: #565551;
    font-size: 12px;
    border: none;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.updateList_rollover:hover{
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.emptyList_rollover {
    background-image: none;
    background-color: #f1f1f1;
    height: 22px;
    color: #565551;
    font-size: 12px;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}
.emptyList_rollover:hover{
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.printList_rollover {
    background-image: none;
    background-color: #f1f1f1;
    height: 22px;
    width: 51px;
    color: #565551;
    font-size: 12px;
    border: none;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.printList_rollover:hover{
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.shoppingList_ButtonsRow .add2Cart_rollover {
    height:21px;
    width: 130px;
    border: none;
    outline: none;
    display: inline-block;
    zoom:1;
}
.shoppingList_ButtonsRow:hover {
    background-position: 0 -21px;
    cursor:pointer;
}
.shoppingList_ButtonsRow:active {
    background-position: 0 -42px;
}

.add2Cart_rollover {
    display: inline-block;
    zoom:1;
    color: white;
    background-color: #e99a00;
    font-size: 12px;
    border-radius: 4px;
    border: none;
    outline: none;
    height:22px;
    text-decoration: none;
    text-align: center;
}

.add2Cart_rollover:hover {
    background-color: #f9a500;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -21px;
    cursor:pointer;
}

.add2Cart_rollover:active {
    background-position: 0 -42px;
}

.form_formContainer {
    background-color: #ffffff;
    border:none;
    padding: 5px;
    box-shadow: 1px 1px 3px #dbdcde;
}

.form_formTop {
    display: inline-block;
    zoom:1;
    margin-left: 15px;
    margin-top: 15px;
}

.form_formTopTitle {	height: 25px;}

.form_formBody {
    display: inline-block;
    zoom:1;
    margin-left: 15px;
    margin-bottom: 15px;
}

.requestPassword_Send {
    display: inline-block;
    zoom:1;
    margin-top: 10px;
}

.send_rollover {
    background-image: none;
    background-color: #f1f1f1;
    height: 22px;
    width: 50px;
    color: #565551;
    font-size: 12px;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}

.send_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.send_rollover:active {
    background-position: 0 -44px;
}

.newCustomer_Continue {
    display: inline-block;
    zoom:1;
}

.continue_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 60px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.continue_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.continue_rollover:active {
    background-position: 0 -44px;
}

.newCustomer_newCustomer {
    display: inline-block;
    zoom:1;
}

.newCustomer_rollover {
    background-image: none;
    background-color: #f1f1f1;
    display: inline-block;
    zoom:1;
    width: 165px;
    height: 22px;
    color: #565551;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.newCustomer_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.newCustomer_rollover:active {
    background-position: 0 -44px;
}

.orderDocCopy_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 140px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.orderDocCopy_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.orderDocCopy_rollover:active {
    background-position: 0 -44px;
}

.returnClaim_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 90px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 115px;
}

.returnClaim_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.returnClaim_rollover:active {
    background-position: 0 -44px;
}

.changeOrder_rollover {
    background-image: none;
    background-color: #f1f1f1;
    height: 21px;
    width: 90px;
    color: #565551;
    font-size: 12px;
    border: none;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.changeOrder_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.changeOrder_rollover:active {
    background-position: 0 -44px;
}

.approveOrder_rollover {
    background-image: none;
    background-color: #f1f1f1;
    height: 21px;
    width: 115px;
    color: #565551;
    font-size: 10px;
    border: none;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.approveOrder_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.approveOrder_rollover:active {
    background-position: 0 -44px;
}

.notApproveOrder_rollover {
    background-image: none;
    background-color: #f1f1f1;
    height: 21px;
    width: 115px;
    color: #565551;
    font-size: 10px;
    border: none;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.notApproveOrder_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.notApproveOrder_rollover:active {
    background-position: 0 -44px;
}

.deleteOrder_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 90px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.deleteOrder_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.deleteOrder_rollover:active {
    background-position: 0 -44px;
}

.goToCart_rollover {
    background-image: none;
    background-color: #f1f1f1;
    display: inline-block;
    zoom:1;
    width: auto;
    height: 22px;
    color: #565551;
    font-size: 12px;
    border: none;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.goToCart_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.goToCart_rollover:active {
    background-position: 0 -44px;
}

.goToList_rollover {
    background-image: none;
    background-color: #f1f1f1;
    display: inline-block;
    zoom:1;
    color: #565551;
    font-size: 12px;
    width: 115px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.goToList_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.goToList_rollover:active {
    background-position: 0 -44px;
}

.showItems_rollover {
    display: inline-block;
    zoom:1;
    width: 115px;
    height: 22px;
    border: none;
    text-decoration: none;
}

.showItems_rollover:hover {
    background-position: 0 -22px;
    cursor:pointer;
}

.showItems_rollover:active {
    background-position: 0 -44px;
}

.showStatistics_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 100px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.showStatistics_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.showStatistics_rollover:active {
    background-position: 0 -44px;
}

.printStatistics_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 115px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.printStatistics_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.printStatistics_rollover:active {
    background-position: 0 -44px;
}

#customerCampaign_Container {
    background-color: white;
}

#customerCampaign_Top {
    margin-left: 15px;
}

#customerCampaign_TopTitle {
    margin-top: 15px;
    margin-left: 15px;
    height: 25px;
}

#customerCampaign_SearchBody {
    margin-top: 10px;
}

#PcSearchResult{
    margin: 13px 0;
    border:none;
    background-color:#ffffff;
}

#PcSearchResultTitleGroupName{margin-top:24px;margin-left:13px;color:#464749;font-size:17px;}
#PcSearchResultTitleItemcount{margin-top:24px;margin-left:10px;color:#464749;font-size:17px;}
#PcSearchResultGroups,#PcSearchResultGroups  a, #PcSearchResultGroupsExtra a{margin-left:3px;color:#403F41;font-size:11px;font-weight:bold;}
#PcSearchResultGroupsExtra{margin-left:3px;color:#403F41;font-size:11px;font-weight:bold;}
#PcSearchResultGroupsShow, #PcSearchResultGroupsShow a,#PcSearchResultGroupsHide a,#PcSearchResultGroupsHide{margin-left:3px;margin-bottom:24px;color:#403F41;font-size:11px;font-weight:bold;}
.PcSearchResultGroupsElement{
    display:inline-block;
    zoom:1;
    width: 230px;
    margin-left:10px;
    margin-top:10px;
}

.PcSearchResultGroupsElement span {
    display: inline-block;
    margin-left: 3px;
}

#PcSearchResultGroups,
#PcSearchResultGroupsShow,
#PcSearchResultTitle {
    display: none;
}

#PcSearchResultItems {
    padding: 10px;
}

[sct] .s-search-title hr {
    margin-bottom: 0px;
}

#PcGroups{margin-bottom: 13px;border:1px solid #B2B2B2;}
#PcGroupsTitle{height:57px;}
#PcGroupsTitleGroupName{margin-top:24px;margin-left:13px;color:#003958;font-size:17px;font-weight:bold;}
#PcGroupsTitleItemcount{margin-top:24px;margin-left:10px;color:#464749;font-size:10px;}
#PcGroupsGroups,#PcGroupsGroups  a{margin-left:3px;margin-bottom:24px;color:#403F41;font-size:11px;font-weight:bold;}
.PcGroupsGroupsElement{
    display:inline-block;
    zoom:1;
    width: 158px;
    margin-left:10px;
    margin-top:10px;
}


#PcItemsForSubGroup{
    margin-bottom: 13px;
    background-color:#ffffff;
}

#PcItemsForSubGroupTitle{min-height:57px;}
#PcItemsForSubGroupTitleGroupName{margin-top:24px;margin-left:10px;color:#003958;font-size:13px;font-weight:bold;}
#PcItemsForSubGroupTitleItemcount{margin-top:24px;margin-left:10px;color:#464749;font-size:13px;}
#PcItemsForSubGroupTitleSortResult{padding-top: 10px;}

.separator_bannerContainer {margin-top: 14px;}

.separator_bannerTop {height:33 px;}

.separator_bannerLeft {
    display:inline-block;
    zoom:1;
    width: 4px;
    height:33px;
    background:url('/web/Objectstore/images?file=bannerGrayLeft_staples.gif') no-repeat;
}
.separator_bannerRight {
    display:inline-block;
    zoom:1;
    width: 4px;
    height:33px;
    background:url('/web/Objectstore/images?file=bannerGrayRight_staples.gif') no-repeat;
}
.separator_bannerCenter {
    display:inline-block;
    zoom:1;
    vertical-align: top;
    height:33px;
    background:url('/web/Objectstore/images?file=bannerGrayCenter_staples.gif') repeat-x;
}

.complementaryItem_Body {
    border:none;
    box-shadow: 1px 1px 3px #dbdcde;
    background: #ffffff;
}

#offerItems_itemsBody {
    border: none !important;
    box-shadow: 1px 1px 3px #dbdcde;
    background-color:#ffffff;
}

#customerCampaignHeads {
    box-shadow: 1px 1px 3px #dbdcde;
    background-color:#ffffff;
}

#PcProductDetail{
    margin-bottom:13px;
}

#PcItemDetail{
    margin-bottom:13px;
}
#itemDetail_heading {
    padding-top: 20px;
    border-bottom: 1px solid #dadad9;
    padding-bottom: 10px;
}

#itemDetail_container,
.itemDetail_container {
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff;
    border:none;
    box-shadow: 1px 1px 3px #dbdcde;
}

#itemDetail_container a:hover,
.itemDetail_container a:hover {
    text-decoration: none;
}

#itemDetail_imageBox {
    margin-left: 15px;
    overflow: hidden;
    vertical-align: top;
    margin-top: 30px;
    display: inline-block;
    zoom: 1;
}

#itemDetail_imageBox > img {
    width: 100%;
}

#itemDetail_campaignLayer{
    height: 238px;
    width: 170px;
    overflow: hidden;
    vertical-align: top;
    zoom: 1;
    z-index:100;
    position:absolute;
    pointer-events: none;
}

#itemDetail_newProductLayer{
    height: 238px;
    width: 170px;
    overflow: hidden;
    vertical-align: top;
    zoom: 1;
    z-index:100;
    position:absolute;
    pointer-events: none;
}

#itemDetail_outletLayer{
    height: 238px;
    width: 170px;
    overflow: hidden;
    vertical-align: top;
    zoom: 1;
    z-index:100;
    position:absolute;
    pointer-events: none;
}

#itemDetail_ecolabelBox {
    margin-top: 5px;
    display: flex;
    align-items: end;
}

#itemDetail_productSheet {
    margin-top: 20px;
}

#itemDetail_informationBox,
.itemDetail_informationBox {
    width: 235px;  /* 50% of itemDetail_container */
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

.itemDetail_productName {
    font-size: 18px;
    font-family: 'Noto Sans', Arial, sans-serif;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
}

#itemDetail_description {
    line-height: 2;
}

#itemDetail_description :first-child {
    text-overflow: ellipsis;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}

#itemDetail_moreInformation {
    text-decoration: underline;
}

#itemDetail_shoppingBox {
    padding: 10px 15px 10px 0px;
    margin-top: 10px;
}

#unitPriceBox {margin-top: 5px;}
#itemDetail_unitsBox {margin-bottom: 15px;}
#itemDetail_priceLadderBox {margin-bottom: 15px;}
#itemDetail_qtyBox {padding:0 3 0 3}
#itemDetail_buttonsBox {padding: 0 3 0 3}
#itemDetail_deliveryBox {width:100%}
#itemDetail_textBox {width:100%;padding:25px 3px 0px 3px; margin-bottom: 20px;}
#itemDetail_textBox li{
    list-style-position: inside;
    margin-left: 20px;
    text-indent: -1em;
}

#itemDetail_technicalDataBox {width: 100%; padding: 5px 3px 0 3px;}
#itemDetail_salesBomsMaterialsBox {padding: 5 3 0 3;}

#itemDetail_numberOf {
    display: inline-block;
    zoom:1;
    vertical-align: top;

}

#itemDetail_buttons {
    display: inline-block;
    zoom:1;
}

#itemDetail_buttons .return-to-ariba-button {
    display: block;
    width: 206px;
    white-space: nowrap;
}

#itemDetail_buttons .return-to-ariba-button .btn {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100%;
    box-sizing: border-box;
}

.itemDetail_addToShopping_cart {
    display:block;
    background: #e99a00;
    color: white;
    font-size: 13px;
    width:125px;
    height:24px;
    margin-bottom:10px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
    border-radius: 4px;
    zoom: 1;
}

.itemDetail_addToShopping_cart:hover {
    background: #f9a500;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -24px;
    cursor:pointer;
}

.itemDetail_addToShopping_cart:active {
    background-position: 0 -48px;
}

#itemDetail_priceBox {
    display: block;
    margin-bottom: 5px;
}

#itemDetail_quotaAndDelivery {
    margin-top: 5px;
}

.item_type2Box .quotaLeft {
    margin-top: -26px;
    margin-left: 15px;
    position: absolute;
    display: flex;
}

.productDetailsTabs {
    width: 100%;
    margin-top: 20px;
}

.alternatePicture {border: 1px solid #e6e7e8; background: #ffffff; margin-top: 10px; margin-right: 5px;}

.alternatePicture:hover {border: 1px solid #505050;}

#blanket {
    background-color:#111;
    opacity: 0.70;
    filter:alpha(opacity=70);
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}

#popUpDiv {
    position:absolute;
    background-color:#ffffff;
    left: calc(50% - 387px) !important;
    width:775px;
    height:550px;
    z-index: 9002;
    border: 2px solid #aaa;
}


#popUpPrevious{
    width: 10%;
    height: 100%;
    background-color: #fff;
}

#popUpNext {
    width: 10%;
    height: 100%;
    background-color: #fff;
    margin-left:620px;
    position: absolute;
}

#popUpPrevious a, #popUpNext a {
    /*			display: none;  */
    height: 100%;
    width: 10%;
    bottom: 0;
    outline: medium none;
    position: absolute;
    z-index: 9003;
}

#popUpArrowPrevious, #popUpArrowNext {
    display: block;
    height: 28px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 28px;
    z-index: 9003;
}

#popUpPrevious span {
    left: 5px;
    right: 20px;
    background-image: url("/web/Objectstore/images?file=featuresLeft.gif");
}

#popUpNext span {
    left: 44px;
    right: auto;
    background-image: url("/web/Objectstore/images?file=featuresRight.gif");
}

#closePopUpLink {
    background-image: url("/web/Objectstore/images?file=close.gif");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 9100;
    left: 10px;
    top: -5px;
    margin-left: 710px;
    margin-top: 10px;
}

#inkMiniTonerguide_Body{
    border:1px solid #B2B2B2;
    border-top:none;
    padding: 10px;
    background-color: #f1f1f2;
    width: 210px;  		/* 210px + 2px border + 20px padding = 232px */
    display: inline-block;
    zoom: 1;
}

#PcMiniTonerGuide{margin-bottom: 13px}

#sitePathLabel {color:#00285D;font-weight:bold}

.item_line5 {
    padding: 10px;
    border: 1px solid transparent;
    position: static;
    box-sizing: border-box;
}

.product-overview-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.item_type2Box {
    width:240px;
    display:inline-block;
    zoom:1;
    vertical-align: top;
    background-color: white;
}

.item_type2Box .product-overview-buttons {
    margin-top: 25px;
}

.item_type2Box .item_imageBox {
    width: 120px;
    overflow: visible;
}

.item_type2Box .item_imageBox img {
    height: 140px;
    width: auto;
    margin-left: -33px;
}

.item_type2Box .item_type4BoxImageBoxHolder {
    overflow: visible;
}

.item_type2Box .qtyInput {
    display: none;
}

.item_type2Box .item_headingBox {
    height: 25px;
    margin: 5px 0px 5px 0px;
}

.item_type2Box .item_itemNumber {
    margin-top: 0px;
}

.item_BoxBorderRight {
    border-right: 1px solid;
    display: inline-block;
    zoom: 1;
    height: 160px;
    margin-top: 20px;
    color: #b5b5b3;
}

.item_BoxBorderBottom {
    border-bottom: 1px solid;
    display: inline-block;
    zoom: 1;
    width: 200px;
    margin-left: 20px;
    color: #b5b5b3;
    display: none;
}

.item_boxSmall {
    padding: 5;
    border-bottom: 1px dashed #999999;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.item_type4BoxSmall {
    width:230px;
    font-size: 13px;
    padding: 10px;
    box-sizing: border-box;
}

.item_type4BoxSmall .item_headingBox {
    height: 20px;
    margin:15px 0px;
}

.item_type4BoxSmall .product-overview-buttons {
    margin-top: 10px;
}

.item_type4BoxSmall .item_imageBox {
    width: 120px;
}

.item_type4BoxSmall .item_imageBox img {
    height: 90px;
    width: auto;
}

.item_type4BoxSmall label {
    padding-top: 10px;
}

.item_type4BoxSmall .qtyInput {
    display: none;
}

/* 2px borders add up to 232px */
.item_headingBox{
    height: 45px;
    width:217px;
    margin:15px 0px 15px 13px;
    text-align: center;
}
/* Width: 217px + margin 13px = 230px  -   Margin left is 13px to stay in vertical line with itemTitleBox */

.item_itemNumber{
    height:13px;
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 10px;
    color: #5d5d5b;
}

.item_envBox {
    display:inline;
    vertical-align: top;
}

.item_envBox img {
    width: 17px;
    height: 17px;
}

.item_envBox a{margin-left:2px;} /*box-shadow:0px 0px 5px #a1a1a1;*/

.item_headingBox5 .item_itemNumber .item_envBox{margin:0px 0px 0px 2px;}

.item_headingBox5 .item_Title {
    font-size: 13px;
}

.item_description{font-size:12px; margin:0px 10px 10px 13px;}

.item_imageBox {
    width:80px;
    overflow:hidden;
    margin-left:0px;
    display:block;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.item_type1BoxImageBoxHolder{
    width: 100%;
    overflow:hidden;
    display:inline-block;
    zoom:1;
}

.item_type4BoxImageBoxHolder {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.item_imageBox5 {
    width:120px;
    overflow:hidden;
    margin-left:13px;
    display:inline-block;
    zoom: 1;
}

.item_imageBox5 img {
    width: 110px;
    margin-top: 15px;
}

.item_campaignImageBox {
    width:80px;
    height:120px;
    overflow:hidden;
    margin-left:13px;
    zoom: 1;
    z-index:10;
    position:absolute;
    pointer-events: none;
}

.item_campaignImageBox5 {
    width:120px;
    height:120px;
    overflow:hidden;
    margin-left:13px;
    zoom: 1;
    z-index:10;
    position:absolute;
    pointer-events: none;
}

.item_newImageBox {
    width:80px;
    height:120px;
    overflow:hidden;
    margin-left:13px;
    zoom: 1;
    z-index:100;
    position:absolute;
    pointer-events: none;
}

.item_newImageBox5 {
    width:120px;
    height:120px;
    overflow:hidden;
    margin-left:13px;
    zoom: 1;
    z-index:100;
    position:absolute;
    pointer-events: none;
}

.item_outletImageBox {
    width:80px;
    height:120px;
    overflow:hidden;
    margin-left:13px;
    zoom: 1;
    z-index:10;
    position:absolute;
    pointer-events: none;
}

.item_outletImageBox5 {
    width:120px;
    height:120px;
    overflow:hidden;
    margin-left:13px;
    zoom: 1;
    z-index:10;
    position:absolute;
    pointer-events: none;
}

.item_informationBox {
    width:112px;
    padding-left:12px;
    display:inline-block;
    zoom:1;
    vertical-align: top;
}

.item_informationBox5 {
    width: 100%;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.item_priceBox {margin: 0 0 10px 3px; display: block; height: 14px;}

.item_priceBox5 {	margin: 0 0 10px 3px; }

.item_priceBox5 {	margin: 0 0 10px 3px;
    display:inline-block;
    zoom: 1;
    height: 14px;
}

/* Copied from type 2 */

.item_type1Box {
    width:240px;
    display:inline-block;
    zoom:1;
    vertical-align: top;
}

.item_type1Box .item_headingBox {
    height: 15px;
}

.item_type1Box hr {
    height: 1px;
    width: 85%;
    color: #B2B2B2;
}

.item_type1Box .item_imageBox {
    width: 120px;
}

.item_type1Box .item_imageBox img {
    height: 90px;
    width: auto;
}

.item_type1BoxBorderRight {
    border-right: 1px solid;
    display: inline-block;
    zoom: 1;
    height: 160px;
    margin-top: 20px;
}

.item_type2TitleLinkBox {font-size: medium; padding:0px 10px 10px 13px;}

.item_type1TitleLinkBox {font-size: medium; padding:0px 10px 10px 13px;}

.item_type1BoundingBox {width:100%;}

.item_itemNumberBox {padding:3px 0;}

.item_priceUnitBox5 {margin: 0 0 10px 3px;}

.item_priceUnitBox {
    margin: 0 0 10px 3px;
    display:inline-block;
    zoom: 1;
}

.item_type1ButtonsBox {width:100%;padding:3 0 3 0}
.item_type2ButtonsBox {width:100%;padding:18 0 3 0}
.item_type4ButtonsBox {width:100%;}
.item_type5ButtonsBox {text-align:right;}
.item_type5ButtonsBox .addToShoppingList{position:absolute;margin-left:98px;text-align:center;}
.item_shoppingListLink {text-align:center;}
#itemDetail_buttons .item_shoppingListLink .addToShoppingList{width:116px; }
#itemDetail_buttons .item_shoppingListLink .addToShoppingList .ShoppingListElementBody{width:124px; }
.item_salesTextBox {width:100%;height:80;padding:3 0 3 0}

.item_Title {
    color: #5d5d5b;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
}

.addToShopping_list{height:21px;vertical-align:top;display:inline-block;}

.addToShopping_cart {
    display:inline-block;
    zoom:1;
}

.addToShopping_cart_rollover {
    display:inline-block;
    zoom:1;
    background: #e99a00;
    color: white;
    font-size: 12px;
    width:107px;
    height:21px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
    border-radius: 4px;
    zoom: 1;
}

.addToShopping_cart_rollover:hover {
    background: #f9a500;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -21px;
    cursor:pointer;
}
.addToShopping_cart_rollover:active {
    background-position: 0 -42px;
}

.showMoreDetails {
    display:inline-block;
    margin-top: 40px;
    zoom:1;
    margin-bottom: 10px;
}

.showMoreDetailsRollover {
    display: inline-block;
    background: #0C547B;
    width: 210px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #0C547B;
    border-radius: 4px;
    text-align: center
}

.showMoreDetailsRollover:hover {
    background: #0e6696;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    cursor:pointer;
}

.showMoreDetailsRollover a {
    display: inline-block;
    color: white;
    text-decoration: none;
    width: 210px;
    height: 30px;
}

.showMoreDetailsRollover a span {
    display:inline-block;
    margin-top: 7px;
}

.chooseSuggestedUpsale_rollover {
    display:inline-block;
    zoom:1;
    width: 120px;
    height:21px;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.chooseSuggestedUpsale_rollover:hover {
    background-position: 0 -21px;
    cursor:pointer;
}
.chooseSuggestedUpsale_rollover:active {
    background-position: 0 -42px;
}

.chooseSuggestedUpsaleCancel_rollover {
    display:inline-block;
    zoom:1;
    width: 120px;
    height:22px;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.chooseSuggestedUpsaleCancel_rollover:hover {
    background-position: 0 -21px;
    cursor:pointer;
}
.chooseSuggestedUpsaleCancel_rollover:active {
    background-position: 0 -42px;
}


.groupsGroupTopGroup {padding:2 0 3 0}
.groupsGroupTopGroup a  {font-size:12pt;margin-bottom:10}
.groupsGroupChildGroups a {	font-size:10pt;text-decoration:underline;}
.groupsSubGroups {margin:5 0 5 0;}
.groupsSubGroups div {width:200;margin:0 0 5 5;}
.groupsTopGray {height:auto;padding:0 5 5 5;width:100%;}

.toolsRow .tableRowColumn a {font-size:8pt}
.toolsRow .tableRowColumn {font-size:8pt}

.searchBody form {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.13), 1px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.search_field {
    display: inline-block;
    zoom: 1;
}

.search_rollover {
    width: 47px;
    height: 31px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: white;
    background: #2d2e87;
}

.searchInputField {
    height: 26px;
    width: 100%;
    font-size: 10pt;
    border: 1px solid #eaeaea;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 0px;
}

.searchInputField:focus {
    border:1px solid #eaeaea;
}

.searchCatalogueLabel {
    height: 31px;
    float: left;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10pt;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border-right: 0px;
    background: #2d2e87;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.searchCatalogueLabel div {
    margin-top: 8px;
}

.gray {color:#BEC5B7;background-color:#999999; height: 1px;border:0}

.darkGray {color:#333333}
.mediumDarkGray {color:#666666}
.mediumGray {color:#E8EBF3}
.lightGray {color:#999999}
.veryLightGray {color:#CCCCCC}
.red		  {color:red;}
.black {color: #333;}
.orange {color: #ff9600;}

.darkBlue {color:inherit}
.veryLightBlue {color:#EAF4FA}
.backgroundcolorwhite 	{background-color:#FFFFFF;}
.backgroundcolorgreen 	{background-color:#D9EBEB;}
.backgroundcolorMediumGray {background-color:#E8EBF3}
.backgroundcolorMediumDarkGray {background-color:#666666}
.backgroundcolorLightBlue {background-color:#DAEAF0}
.backgroundcolorBlue {background-color:#5599BE}
.backgroundcolorLightGreen {background-color:#E5F5AA}
.backgroundcolorDarkGreen {background-color:#8DBC00}



/*.xxLarge {font-size:24pt}*/
.xLarge {font-size:14pt}
.large {font-size:13px}
.small {font-size:9pt}
.xSmall {font-size:8pt}
.medium {font-size:12px}

.normal {font-weight:normal}
.bold {font-weight:bold}
.extraBold {font-weight:900}

input {margin:0 2 0 0}

.grayDashed {border:0;border-bottom:2px dashed #BEC5B7;height:2px;}

.qtyInput { width:25px;
    margin-right:3px;
    border-radius: 5px;      /* Rounds off the corners of the box */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


span.left {
    text-align: left;
}

span.right {
    text-align: right;
}


#center input.float {
    display: block;
    margin-bottom: 10;

}


#center input.inputButton {
    display: block;
    margin-top: 5;
    margin-left: 5;
    margin-bottom: 5;
}

#center select.float {
    display: block;
    margin-top: 5;
    margin-left: 5;
    margin-bottom: 5;
}

.mediumLabel {
    width:100;
}

.largeLabel {
    margin-top:-30;
    width:150;
}

.xlargeLabel {
    width:200;
}

#center .radio {
    display:block;
}


#right input.float {
    display: block;
    margin-bottom: 10;
}

#right select {
    display: block;
    width:200px;
}

#right label {
    display: block;
    margin-bottom: 10;
    text-align: left;
    padding-right: 5;
}


.tableHeading {
    height:24px;
}

.tableHeadingColumn {
    padding-top: 2;
    padding-left: 5;
    padding-bottom: 2;
    height:20px;
    background-color:inherit;
}

.tableRow {
    height:21px;
}

.tableRowColumn {
    height:17px;
    padding-top: 2;
    padding-left: 5;
    padding-bottom: 2;
    background-color:inherit;
}

.backgroundcolorMediumGrayTR {background-color:#E6E7E8}
.backgroundcolorwhiteTR {background-color:#FFFFFF}

/* 'Sortable' tables: Code for showing interactability and fixing the stripes. */
table.sortable thead td:hover {
    text-decoration: underline;
}
table.sortable tbody tr:nth-child(2n) td {
    background: #E6E7E8;
}
table.sortable tbody tr:nth-child(2n+1) td {
    background: #FFFFFF;
}

.Header {color:#414042;}

.sessionID {display:block}
/* Code for Google search appliance tables */
.autocomplete{
    background: #ffffff;
    margin:0px;
    padding:0px;
    width:333px;
    border:1px solid #888;
    position: absolute;
    z-index: 1000;
}
.ss-gac-b {
    margin:0px;
    padding:0px;
    background-color:#E7E7E7;
}
.ss-gac-c {
    margin:0px;
    padding:0px;
    overflow: hidden;
    text-align: left;
}
.ss-gac-d {
    margin:0px;
    padding:0px;
    overflow: hidden;
    text-align: right;
}
.ss-gac-b td {
    margin:0px;
    padding:0px;
    color: #747474;
    cursor: pointer;
}
.ss-gac-e td {
    text-align: right;
}
.ss-gac-e span {
    color: #888;
    text-decoration: underline;
}
/* End code for Google search appliance tables */

div.autocomplete {
    margin:0px;
    padding:0px;
    width:250px;
    background:#ffffff;
    border:1px solid #888;
    position:absolute;
    z-index:1000;
}

div.autocomplete ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
}

div.autocomplete ul li.selected {
    background-color:#E7E7E7;
    margin: 1px solid #878787;
}

div.autocomplete ul li {
    margin:0;
    padding:2px;
    height:20px;
    display:block;
    list-style-type:none;
    cursor:pointer;
}

.inputwithimage   {
    border:1px solid #DDDDDD;
    width: 90%;
}

.inputwithimage:focus{
    border:1px solid #C0BDBD;
}

.genericTopLeft{
    background-color: #2d2e87 !important;
    height:50px;
    width:4px;
    display:inline-block;
    zoom: 1;
    display:none;
}
.genericTopCenter{
    height:50px;
    display:inline-block;
    zoom:1;
    color: #ffffff;
    font-size:13px;
    font-family:'Noto Sans',Arial,sans-serif;
    font-weight:400;
    padding-top: 10px;
    padding-right: 3px;
    vertical-align:top;
}

.genericTopCenter div {
    display:inline-block;
    zoom:1;
    margin-top: 8px;
    margin-left:8px
}

.genericTopCenter a{color:#ffffff;font-size:13px;font-family:'Noto Sans',Arial,sans-serif;text-decoration:none;}



.genericTopRight{
    background-color: #2d2e87 !important;
    height:50px;
    width:3px;
    display:inline-block;
    zoom:1;
    display:none;
}

.genericTopSeperateLeft{
    height:50px;
    display:inline-block;
    zoom:1;
}
.genericTopSeperateRight{
    height:50px;
    display:inline-block;
    zoom:1;
}

.genericTopSeperate{
    height: 25px;
    margin-top: 13px;
    display:inline-block;
    zoom:1;
    /*    border-right: 1px solid white;*/
}

.genericGrayTopLeft{
    background-image: none;
    height:33px;
    width:4px;
    display:inline-block;
    zoom: 1;
}

.genericGrayTopCenter{
    background-image: none;
    height:100%;
    display:inline-block;
    zoom:1;
    color: #444444;
    margin-left: -10px;
    font-size:18px;
    font-family:'Noto Sans',Arial,sans-serif;
    font-weight:600;
    line-height: 20px;
    vertical-align:top;
}

.genericGrayTopCenter div {
    margin: 8px;
}

.genericGrayTopCenter a{font-size:14px;font-family:'Noto Sans',Arial,sans-serif;color:#464749;text-decoration:none;font-weight:bold;}

.genericGrayTopRight{
    background-image: none;
    height:33px;
    width:4px;
    display:inline-block;
    zoom:1;
}

.genericBannerLeft{
    background-image:url('/web/Objectstore/images?file=RoundBannerBlueLeft_Staples.gif');
    height:33px;
    width:4px;
    display:inline-block;
    zoom: 1;
}

.genericBannerCenter{
    background-image:url('/web/Objectstore/images?file=RoundBannerBlueCenter_Staples.gif');
    background-repeat:repeat-x;
    height:33px;
    display:inline-block;
    zoom:1;
    color: #ffffff;
    font-size:14px;
    font-family:'Noto Sans',Arial,sans-serif;
    font-weight:bold;
    vertical-align:top;
}

.genericBannerCenter div {
    display:inline-block;
    zoom:1;
    margin-top: 8px;
    margin-left:8px
}

.genericBannerCenter a{color:#ffffff;font-size:13px;font-family:'Noto Sans',Arial,sans-serif;text-decoration:none;}
.genericBannerRight{
    background-image:url('/web/Objectstore/images?file=RoundBannerBlueRight_Staples.gif');
    height:33px;
    width:3px;
    display:inline-block;
    zoom:1;
}
.genericSubTitle{
    color:#333;
    font-size:14px;
    font-weight:bold;
    margin-left:13px;
    margin-top:13px;
}
.genericTitle{
    color:#333;
    font-size:17px;
    font-weight:bold;
    margin-left:13px;
    margin-top:24px;
}
.genericRow{
    margin-top:13px;
    font-size:13px;
}
.genericSmallerRow, .genericSmallerRow div .inline a{
    font-size: 9px;
}

.genericSmallerRow {
    padding: 5px 0;
}

.genericElementTxt{
    display:inline-block;
    zoom:1;
    vertical-align: bottom;
    width:136px;
    text-align:right;
}
.genericElementInput{
    margin-left:13px;
    display:inline-block;
    zoom:1;
    vertical-align: top;
}
.catalogsIcon {
    /* content: "\f02e"; */
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    position: absolute;
    color: white;
    margin-top: 18px;
    margin-left: 8px;
    /**/
}

#chooseCatalogue{border-bottom:solid 1px #B2B2B2;border-left:solid 1px #B2B2B2;border-right:solid 1px #B2B2B2;width:205px;height:19px;padding-top:5px;padding-bottom:5px;}

.leftMenuTopGroupsTitle{
    padding-top: 10px;
    padding-left:10px;
    padding-right:5px;
    height:24px;
    padding-top:5px;
    background-color:#ffffff;
}

.leftMenuTopGroupsTitle img {
    display:none;
}

.leftMenuTopGroupsTitle:hover{
    background: #e6e7e8; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e7e8', endColorstr='#f1f2f2'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#f1f2f2)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e6e7e8,  #f1f2f2); /* for firefox 3.6+ */
}
.leftMenuTopGroupsTitle a{
    color:#414042;
    font-family:'Noto Sans',Arial,sans-serif;
    font-size:13px;
    text-decoration:none;
    display:inline-block;
    zoom:1;
}

.leftMenuTopGroupsTitle a:hover{
    cursor:pointer;
}

.leftMenuTopGroupsTitle a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #033;
    float: right;
    margin-top: -10px;
}

.leftMenuSubGroups{
    background-color:#ffffff;
}
.leftMenuSubGroups:hover{
    background: #e6e7e8; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e7e8', endColorstr='#f1f2f2'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#f1f2f2)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e6e7e8,  #f1f2f2); /* for firefox 3.6+ */
    text-decoration:none;
}
.leftMenuSubGroups a,.leftMenuSubGroups a:hover{color:#808080;font-family:'Noto Sans',Arial,sans-serif;font-size:13px;text-decoration:none;}

.inline{
    display:inline-block;
    zoom:1;
    vertical-align: top;
}
.genericGradientBGColor{
    background: #e6e7e8; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e7e8', endColorstr='#f1f2f2'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#f1f2f2)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e6e7e8,  #f1f2f2); /* for firefox 3.6+ */
}
.genericBody{
    background:#ffffff;
    border: none !important;
    box-shadow: 1px 1px 3px #dbdcde;
}

#PcLandingPageItems{
    margin-bottom: 13px;
}

#PcItemsForOfferGroupFrontpage{
    margin-bottom: 13px;
    margin-top: 8px;
}

.campaignLink{
    margin-bottom:5px;
    margin-left:115px;
}
.campaignPicture{
    height: 165px;
    margin:0 auto 0 auto;
}

.campaignElement{
    margin-bottom: 13px;
    border: solid 1px  #B2B2B2;
    background: #eaddcd; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaddcd', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#eaddcd), to(#ffffff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #eaddcd,  #ffffff); /* for firefox 3.6+ */
    width:240px;
    height: 225px;
    font-weight:bold;
    vertical-align:top;
}

div.campaignElement{
    overflow:hidden;
}

#PcUserList {
    background-color:#ffffff;
    border-left:1px solid #B2B2B2;
    border-right:1px solid #B2B2B2;
    border-top: 1px solid #B2B2B2;
}

#PcSAPOrder{
    background-color:#ffffff;
}

#PcOrderToApprove,
#PcAuthoriseBudgetOrders,
#PcSearchParams{
    margin-bottom: 13px;
    box-shadow: 1px 1px 3px #dbdcde;
    background-color:#ffffff;
    padding: 5px;
}
#PcRequestNewPassword {
    margin-bottom: 13px;
    padding: 5px;
}
.requestnewpassword #center {
    margin-top: 0;
    margin-bottom: 6.5rem;
}
#PcMessage{
    margin-bottom: 13px;
    background-color:#ffffff;
}

.PcTonerGuideCriteriaTxt{
    margin-left:10px;
    display:inline-block;
    zoom:1;
    vertical-align: top;
    width:160px;
}
.PcTonerGuideCriteriaElement{
    display:inline-block;
    zoom:1;
    vertical-align: top;
}

.errorBannerTopLeft{
    background-image:url('/web/Objectstore/images?file=errorBannerTopLeft.jpg');
    height:33px;
    width:4px;
    display:inline-block;
    zoom: 1;
}
.errorBannerTopCenter{
    background-image:url('/web/Objectstore/images?file=errorBannerTopCenter.jpg');
    background-repeat:repeat-x;
    height:33px;
    display:inline-block;
    zoom:1;
    color: #ffffff;
    font-size:14px;
    font-family:'Noto Sans',Arial,sans-serif;
    font-weight:bold;
    vertical-align:top;
}

.errorBannerTopCenter div {
    display:inline-block;
    zoom:1;
    margin-top: 8px;
    margin-left:8px
}

.error_errorBody{
    border-bottom: solid 1px #d1031c;
    border-right: solid 1px #d1031c;
    border-left: solid 1px #d1031c;
}
.errorBannerTopCenter a{color:#ffffff;font-size:13px;font-family:'Noto Sans',Arial,sans-serif;text-decoration:none;}
.errorBannerTopRight{
    background-image:url('/web/Objectstore/images?file=errorBannerTopRight.jpg');
    height:33px;
    width:3px;
    display:inline-block;
    zoom:1;
}

#PcCustomers{
    margin-bottom: 13px;
}

.PcCustomersBody{
    background-color: #ffffff;
    border: none;
    box-shadow: 1px 1px 3px #dbdcde;
}

.tableBackground{
    border-style: solid 1px #B2B2B2;
}

#PcRegisterCustomers{
    margin-top:13px;
}

.form_formBodyTransparent {
    background-color: rgb(255, 255, 255);
}

#PcNewCustomer{
    margin-top:13px;
}

.fieldset {
    border: solid 1px #E6E7E8;
}

.buttonSave_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 60px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.buttonSave_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.buttonSave_rollover:active {
    background-position: 0 -44px;
}

.buttonChange_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 60px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.buttonChange_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.buttonChange_rollover:active {
    background-position: 0 -44px;
}
.nextStep_rollover {
    background-image: url("/web/Objectstore/images?file=buttonNext_staples_NO10.png");
    border: none;
    display: inline-block;
    height: 22px;
    vertical-align: top;
    width: 65px;
}
.buttonOK_rollover {
    background-image: none;
    background-color: #f1f1f1;
    height: 21px;
    width: 40px;
    color: #565551;
    font-size: 12px;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}

.buttonOK_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.buttonOK_rollover:active {
    background-position: 0 -44px;
}

.buttonCancel_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 60px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.buttonCancel_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.buttonCancel_rollover:active {
    background-position: 0 -44px;
}

.buttonCancelList_rollover {
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 56px;
    height: 22px;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

.buttonCancelList_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.buttonImportList_rollover {
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 95px;
    height: 22px;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

.buttonImportList_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.buttonImportList_rollover:active {
    background-position: 0 -44px;
}

#PcOrderPartDelivery{
    margin-top:13px;
}
.borderRight 		{border-right: 1px solid #A3C3DA;}

.moveToPurchase_rollover {
    display:block;
    zoom: 1;
    width:190px;
    height:22px;
    cursor: pointer;
    text-decoration: none;
    border: none;
}
.moveToPurchase_rollover:hover {
    background-position: 0 -22px;
    cursor:pointer;
}
.moveToPurchase_rollover:active {
    background-position: 0 -44px;
}

.goBack_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 70px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.goBack_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.goBack_rollover:active {
    background-position: 0 -44px;
}

.showUserSettings_rollover {
    background-image: none;
    background-color: #f1f1f1;
    color: #565551;
    font-size: 12px;
    display: inline-block;
    zoom:1;
    width: 165px;
    height: 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.showUserSettings_rollover:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background-position: 0 -22px;
    cursor:pointer;
}

.showUserSettings_rollover:active {
    background-position: 0 -44px;
}

#PcSalesBomsItems {
    margin-top: 13px;
}

.softStopBanner{
    margin-top:-25px;
    margin:left;
    margin-bottom:15px;
}
.addToShoppingList {
    background-color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    height: 17px;
    padding: 0 4px;
    width: 98px;
    border: 1px solid #B2B2B2;
    color: #003958;
    cursor:pointer;
    text-align:center;
}
.addToShoppingList div:hover .ShoppingListElementBody{
    display:block;
}
.addToShoppingList:hover .ShoppingListElementBody{
    display:block;
    cursor:pointer;
}
.ShoppingListElementBody{
    display:none;
    background:#ffffff;
    border-bottom:1px solid #B2B2B2;
    border-left:1px solid #B2B2B2;
    border-right:1px solid #B2B2B2;
    margin-left:-5px;
    z-index:1000;
    width:106px;
    position:absolute;
    overflow:auto;
    text-align:left;
}
.ShoppingListElementBodyElement{
    z-index:1000;
    background:#ffffff;
    padding:5px

}
.ShoppingListElementBodyElement a:hover {
    z-index:1000;
    font-size:14px;
    color:#B2B2B2;
    text-decoration:underline;
}
.ShoppingListElementBodyElement a, .ShoppingListElementBodyElement a:visited,.ShoppingListElementBodyElement a:link{
    z-index:1000;
    font-size:14px;
    color:#414042;
    text-decoration:none;
}
.ShoppingListElementBodyElement:hover{
    background: #B2B2B2; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e7e8', endColorstr='#f1f2f2'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#f1f2f2)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e6e7e8,  #f1f2f2); /* for firefox 3.6+ */
    text-decoration:underline;
}
.shoppingListElementClicked{
    color:#aaaaaa;
    z-index:1000;
    background:#ffffff;
    cursor:default;
    text-decoration:none;
    padding:5px;
}
#ControlOrderHardStop,#miniShoppingCart_hardStop,#shoppingCart_HardStop,#shoppingCart_HardStopBottom {
    color: white;
    border-radius: 4px;
    padding: 3px;
    font-weight: bold;
    background: #578e00; /* Old browsers */
    background: -moz-linear-gradient(top,  #578e00 0%, #2b6600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#578e00), color-stop(100%,#2b6600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #578e00 0%,#2b6600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #578e00 0%,#2b6600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #578e00 0%,#2b6600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #578e00 0%,#2b6600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#578e00', endColorstr='#2b6600',GradientType=0 ); /* IE6-9 */
}
#ControlOrderHardStop {
    border-radius: 0px;
}

#slides {
    height:190px;
    overflow:hidden;
}
.slides_container {
    width:493px;
    height:190px;
}
.slides_container div {
    width:493px;
    height:190px;
    display:block;
}
.slides_item {
    float:left;
    width:140px;
    height:140px;
    margin:0 0px;
    background:#efefef;
}
#slides .next,#slides .prev {
    position:absolute;
    margin-top: 3px;
    display:block;
    z-index:101;
    color:#333333;
    text-decoration:none;
}
#slides .prev {
    top:-60px;
    left:463px;
}
#slides .next {
    top:-60px;
    left:0px;
}
#slides a:link{text-decoration:none;}
#slides a:visited{text-decoration:none;}
#slides a:hover{text-decoration:none;}
#slides a:active{text-decoration:none;}
#slides a > img{
    border: 0;
}
#img{border: 0;}
.img{border: 0;}

#PcShowStaticContentNo1{
    margin-top: 20px;
}
.PcShowStaticContentNo1{
    margin-top: 20px;
}

div.genericBannerCenterCustomerSpecific a:link {text-decoration:none;color:#ffffff;}
div.genericBannerCenterCustomerSpecific a:visited {text-decoration:none;color:#ffffff;}
div.genericBannerCenterCustomerSpecific a:active {text-decoration:none;color:#ffffff;}
div.genericBannerCenterCustomerSpecific a:hover {text-decoration:none;color:#ffffff;}
.campaign_showAll {
    margin-left:391px;
    margin-top:-15px
}

#IEPromptBox {
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.orderWrappingBox {
    margin-left:-63px;
}

.hidden {
    display: none;
}

.topBarShift {
    margin-top: 90px;
}

#headerBackground {
    background: #fff;/* #D93639 */
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 200px;
    z-index: -1;
}

#PageStatistics {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

#PageStatisticsContent {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    color: black;
    transform: translate(-50%,-50%);
    background: white;
    padding: 20px;
    cursor: default;
    height: 600px;
    overflow-y: overlay;
}

#PageStatisticsCloseButton {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#PageStatisticsCloseButton:hover,
#PageStatisticsCloseButton:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.PageStatisticsTable {
    width: 640px;
}

.PageStatisticsTable tr:first-child td {
    border-bottom: solid 2px;
    border-top: solid 2px;
    padding: 2px;
    font-weight: bold;
    color: #13439e;
}

.PageStatisticsTable tr:not(:first-child) td {
    border-bottom: solid 1px;
    padding: 1px;
}

@media only screen and (max-width: 900px) {
    #foot {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.item_type1Box .quotaLeft {
    margin-bottom: -10px;
    margin-left: 19px;
    margin-top: 25px;
    font-size: 10px;
}

#itemDetail_shoppingBox .quotaLeft {
    margin-top: 5px;
    margin-left: 0;
    font-size: 8pt;
}

#shippingCostRow {
    width:100%;
    text-align:right;
    margin-bottom: 0.5em;
}
#shippingCostRow div {
    display: inline-block;
    zoom: 1;
    font-size:13px;
}
#shippingCostText {
    color:#003958;
}
#shippingCostValue {
    color: #DD8102;
    margin-right:8px;
}

#remainingBudgetRow {
    width:100%;
    text-align:right;
    margin-top: 0.5em;
}
#remainingBudgetRow div {
    display: inline-block;
    zoom: 1;
    font-size:13px;
}
#remainingBudgetText {
    color:#003958;
}
#remainingBudgetValue {
    color: #DD8102;
    margin-right:8px;
}
div.navigationNumberPaging{
    display:inline-block;
    zoom:1;
    margin-left: 3px;
}