/* =global.css Updates
----------------------------------------------------*/
/* ----- Default Text Button ----- */
.btn .text {
    line-height: 20px;
    padding: 0 0 0 12px;
}

/* ----- Default Text Button Icons----- */
.btn .icon {
    /* Background */
    background-image: url("/etc/designs/hermanmiller/img/global/btn-icons.png");
    background-repeat: no-repeat;
    
    /* Default */
    display: block;
}
.btn .noIcon { background: none; }
.btn .arrow { background-position: 0 7px; padding-left: 10px; }
.btn:hover .arrow { background-position: 0 -18px; }
.btn .next { background-position: 100% -43px; display: inline-block; margin-right: -9px; padding: 0 19px 0 0; }
.btn:hover .next { background-position: 100% -68px; }
.btn .previous { background-position: 0 -93px; padding-left: 12px; }
.btn:hover .previous { background-position: 0 -118px; }
.btn .download { background-position: 0 -142px; padding-left: 12px; }
.btn:hover .download { background-position: 0 -167px; }
.btn .arrowDown { background-position: 0 -191px; padding-left: 13px; }
.btn:hover .arrowDown { background-position: 0 -216px; }
.btn .pdf { background-position: 0 -243px; padding-left: 18px; }
.btn .x { background-position: 0 -291px; padding-left: 12px; }
.btn:hover .x { background-position: 0 -333px; } 
.btn .cancelAction { color: #767676; }
.btn.inactive { color: #bbb; cursor: default; }
.btn.inactive:hover,
.module .btn.inactive:hover {
    background-position: 100% 0;
}
.btn.inactive:hover .text {
    background-position: 0 -50px;
}
.btn.inactive:hover span {
    color: #bbb;
}


/* ----- Image & Info Block ----- */
.infoBlock.bgRed  h1 {
    margin-top: -2px;
}

/* ----- Nav : Global ----- */
#navGlobal a span {
    height: 22px;
    padding-top: 2px;
}

/* ----- Nav : Product Sections ----- */
#navProductSections a span {
    line-height: 16px;
    line-height: 22px\9;
}


/* =carousel-rotator.css Updates
----------------------------------------------------*/
/* ----- Product Hero Slide Rotator ----- */
/* Inset Block */
#insetBlock h1 {
	margin-bottom: 7px;
	margin-top: -2px;
}