
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0
}
img,
a,
h3,
p {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0
}
* {
    box-sizing: border-box;
}
#warrantyContainer {
    background: #3e8ddd;
    padding-left: 7%;
}
.leftContainer {
    float: left;
    width: 520px;
    line-height: 0;
}
.rightContainer {
    float: left;
    width: -moz-calc(100% - 520px);
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
    color: #FFF;
    font-size: .8em;
    padding: 1em 0;
}
.rightContainer h3 {
    color: #fff;
    font-size: 3em;
    font-weight: normal;
    background: url(http://www3.lenovo.com/medias/warranty-icon-48x48.png?context=bWFzdGVyfC9lbWVhL2ltYWdlcy9zZXJ2aWNlcy13YXJyYW50eS98NzM1fGltYWdlL3BuZ3wvZW1lYS9pbWFnZXMvc2VydmljZXMtd2FycmFudHkvaGFmL2gzYy85Mzc0NDY2NjM3ODU0LnBuZ3xkYjZmNzljY2YxNWJmMTBmYmNjMzBlNTQzMDdlMTc2MTI1ZDY1OGEzMjAzMTI4MmNlMzkxMjUyMDFhYjczYTZh) no-repeat left center;
    padding-left: 60px
}
.rightContainer input {
    padding: 10px;
    width: 100%;
    transition: 1s ease;
}
#warrantySerialInput {
    float: left;
    margin: 5px 0;
    max-width: 300px;
    width: 100%;
}
.rightContainer .warr-button {
    padding: 7px 20px;
    border: 1px solid #fff;
    display: block;
    margin-left: 10px;
    text-transform: uppercase;
}
#warrantyContinueButton {
    float: left;
    margin: 5px 0;
}
#warrantyContinueButton a,
#warrantySerialInstr a {
    color: #fff;
    text-decoration: none;
    background-color: #3e8ddd;
}
#warrantySerialInstr {
    clear: both;
    padding: 5px 0;
}
.leftContainer img {
    margin-right: 50px;
}
.formLabel {
    padding: 5px 0;
}
.clearFix {
    clear: both;
}
#warrantyContinueButton a:hover {
    color: #3e8ddd;
    background-color: #fff;
}
.tabsOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    display: none;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.tabsContainer {
    position: absolute;
    width: 60%;
    max-height: 570px;
    left: 20%;
    background-color: #fff;
    top: 5%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
}
.tabs {
    position: relative;
    margin-top: 20px;
}
.tabData {
    width: 100%;
}
.tab {
    font-size: 14px;
    width: 170px;
    min-height: 55px;
    background-color: #888888;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    position: relative;
    line-height: 18px;
}
.activeTab .tab {
    background-color: #555;
}
.tab:hover {
    background-color: #cfcfcf;
    color: #000;
}
.activeTab .tab:hover {
    background-color: #555;
    color: #fff;
}
.activeTab .tab:after {
    content: "";
    position: absolute;
    right: -33px;
    top: 0px;
    background: url(images/arrow.png)no-repeat;
    width: 33px;
    height: 54px;
    z-index: 2;
}
.tabInfo {
    position: absolute;
    left: 170px;
    top: 0px;
    color: #000;
    background-color: #fff;
    width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    padding-left: 40px;
    height: 100%;
    overflow: auto;
    display: none;
}
.activeTab .tabInfo {
    display: block;
}
.tabTitle {
    width: 100%;
    margin: 0px;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.tabDescription {
    position: relative;
}
.tabDescription p {
    line-height: 18px;
    font-size: 14px;
}
.MainTabTitle {
    width: 100%;
    margin: 0 auto;
    background-color: #4AC0E0;
}
.MainTabTitle h2 {
    margin: 0;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
}
.closeBtn {
    position: absolute;
    right: 2px;
    top: 5px;
    cursor: pointer;
    height: 28px;
    width: 28px;
    background: url(http://www3.lenovo.com/medias/black-close.png?context=bWFzdGVyfC9lbWVhL2ltYWdlcy9zZXJ2aWNlcy13YXJyYW50eS98MTM5NHxpbWFnZS9wbmd8L2VtZWEvaW1hZ2VzL3NlcnZpY2VzLXdhcnJhbnR5L2hlOC9oMWYvOTM3MjA2MDc3ODUyNi5wbmd8NTUyOWQyZDZjNjdjNzA3ZWJmZmEzZjMzZDc5YjNiMDdhZjUzNzVlNTE2ZTQyMmYyZmMyNjU4MDFjOGVlZTkyNw)no-repeat;
}
.bottomMsg p {
    margin: 0;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}
.tabDescription img {
    width: 100%;
}
.tabDescription a {
    text-decoration: none;
    color: #454545;
    padding-bottom: 10px;
    display: inline-block;
}
.tabDescription a:hover {
    color: #000;
}
.thinkPadSerialNumberText1 {
    position: absolute;
    top: 0px;
    line-height: 16px;
    color: #f00;
    font-size: 13px;
    left: 0px;
}
.thinkPadSerialNumberText2 {
    position: absolute;
    top: 89px;
    line-height: 16px;
    color: #f00;
    font-size: 13px;
    left: 98px;
}
.textBoxError {
    outline: 1px solid #f00;
}
.columnSlider-previewImage {
    margin: 0em auto -7em;
    max-height: none !important;
    max-width: 400px;
}
.columnSlider-move{
    margin-top: 0% !important;
}
@media screen and (max-width: 1024px) {
    #warrantyContainer {
        padding-left: 3%;
    }
}
@media screen and (max-width: 980px) {
    .leftContainer {
        display: none;
    }
    .rightContainer {
        padding-left: 10px;
        width: 100%;
    }
    .tab {
        width: 100%;
        min-height: initial;
    }
    .tabInfo {
        position: static;
        width: 100%;
        padding: 15px;
    }
    .activeTab .tab:after {
        display: none;
    }
    .tabsOverlay {
        position: absolute;
    }
    .tabsContainer {
        position: absolute;
        width: 100%;
        max-height: initial;
        left: 0%;
        top: 0%;
        border: 2px solid #000;
    }
    .tabData {
        height: 37px;
    }
    .activeTab {
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    #warrantySerialInput {
        max-width: 160px;
    }
}
.columnSlider-twoColumns .columnSlider-section {
    width: 50%;
}



#series-legal-cta {
    width: 80%;
    margin: 1em auto;
    border: 0.063em solid #009dd9;
    padding: 0.3em;
    text-align: center;
}
#series-legal-cta:hover {
    background-color: #009dd9;
}
#series-legal-cta a {
    font-family: 'lenovo-do-bold', arial, sans-serif;
    font-size: 0.9em;
    color: #009dd9;
    text-transform: uppercase;
}
#series-legal-cta a:hover {
    color: #ffffff;
}
.modalDialog {
    width: 100%;
    padding: 1em 2em;
}
#fancybox-content {
    background: #fff;
}
.legal-content {
    font-size: 0.75em;
    line-height: 1.3em
}
.lnvmodal-overlay .lnvmodal-main .lnvmodal-content {
    max-height: 80vh !important;
}
#splitterFooter {
    margin: 1em 0 8em 0 !important;
}
.modelFinder-title {
    color: #555;
}
.categoryWrapper .categoryWrapper-background{background:url(	/medias/splitter-background.jpg?context=bWFzdGVyfC9lbWVhL2ltYWdlcy9zZXJ2aWNlcy13YXJyYW50eS98MzY4M3xpbWFnZS9qcGVnfC9lbWVhL2ltYWdlcy9zZXJ2aWNlcy13YXJyYW50eS9oNzEvaDhmLzk0MzIyMTI5OTYxMjYuanBnfDFmYjY1NjQ3Y2RiZGIxZDcwOWJiOWJhMWIyOTEzNmQ3NmRjZWQ0ZTk4MDZkMWM1MTMyMTExNDQyZTI3YjI4NjE);}
.no-js .categoryWrapper .categoryWrapper-background .categoryWrapper-background::after, .js .categoryWrapper .categoryWrapper-background .categoryWrapper-background-image{background:url(	/medias/formfactor-bg.jpg?context=bWFzdGVyfC9lbWVhL2ltYWdlcy9zZXJ2aWNlcy13YXJyYW50eS98Mzc0Njl8aW1hZ2UvanBlZ3wvZW1lYS9pbWFnZXMvc2VydmljZXMtd2FycmFudHkvaDFiL2hjNC85NDMyMjEyODk3ODIyLmpwZ3w4Yzg2ZmJmOTgwN2UzOTRiZDg5YWU5YWQwM2ExMWY0NDY2ODQ4MThmOTZmNjliN2ZjYTUwODY0YWUzYjQ3ZTI2) no-repeat;}