@font-face {
    font-family: 'Kensington';
    src: url('//accofonts.s3.amazonaws.com/thesanskensington4sl-webfont.eot');
    src: url('//accofonts.s3.amazonaws.com/thesanskensington4sl-webfont.eot?#iefix') format('embedded-opentype'), url('//accofonts.s3.amazonaws.com/thesanskensington4sl-webfont.woff') format('woff'), url('//accofonts.s3.amazonaws.com/thesanskensington4sl-webfont.ttf') format('truetype'), url('//accofonts.s3.amazonaws.com/thesanskensington4sl-webfont.svg#thesanskensington_4slregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Kensington';
    src: url('//accofonts.s3.amazonaws.com/thesanskensington6sb-webfont.eot');
    src: url('//accofonts.s3.amazonaws.com/thesanskensington6sb-webfont.eot?#iefix') format('embedded-opentype'), url('//accofonts.s3.amazonaws.com/thesanskensington6sb-webfont.woff') format('woff'), url('//accofonts.s3.amazonaws.com/thesanskensington6sb-webfont.ttf') format('truetype'), url('//accofonts.s3.amazonaws.com/thesanskensington6sb-webfont.svg#thesanskensington_6sbregular') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Kensington';
    src: url('//accofonts.s3.amazonaws.com/thesanskensington8xb-webfont.eot');
    src: url('//accofonts.s3.amazonaws.com/thesanskensington8xb-webfont.eot?#iefix') format('embedded-opentype'), url('//accofonts.s3.amazonaws.com/thesanskensington8xb-webfont.woff') format('woff'), url('//accofonts.s3.amazonaws.com/thesanskensington8xb-webfont.ttf') format('truetype'), url('//accofonts.s3.amazonaws.com/thesanskensington8xb-webfont.svg#thesanskensington_8xbregular') format('svg');
    font-weight: 900;
    font-style: normal;
}

* {
    font-family: "kensington",Arial,Helvetica,sans-serif;
    text-shadow: none;
    box-shadow: none;
}

.ui-loader {
    display: none;
    position: absolute;
    opacity: .85;
    z-index: 100;
    left: 50%;
    width: 80px;
    margin-left: -50px;
    margin-top: 0px;
    padding: 15px 5px 10px 5px;
}

.ui-page {
    background: #f8f8f8;
}

.ui-header {
    height: 55px;
    background: #333;
    border: none;
}

    .ui-header #header-text {
        height: 55px;
        background: url(../images/kensingtonmobile/KenLogo-White-LoRes.png) no-repeat center 60%;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .ui-header #header-text {
        height: 55px;
        background: url(../images/kensingtonmobile/KenLogo-White-HiRes.png) no-repeat center 60%;
        background-size: 138px 30px;
    }
}

/* This commented section uses the home icon from the standard icons sets, which is quite small
.ui-header #header-text span {
	height: 18px;
	width: 18px;
	background: url(../images/kensingtonmobile/icons-18-grey.png) no-repeat scroll -576px 3px;
	margin-top: 16px;
	margin-left: 23px;
	display: inline-block;	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
	.ui-header #header-text span {
	height: 18px;
	width: 18px;
	background: url(../images/kensingtonmobile/icons-36-grey.png) no-repeat scroll -576px 3px;
	display: inline-block;	
	margin-top: 16px;
	margin-left: 23px;
	background-size: 776px 18px;
	}	
} */
.ui-header #header-text span {
    height: 18px;
    width: 18px;
    background: url(../images/kensingtonmobile/grey-house-LoRes.png) no-repeat scroll;
    display: inline-block;
    margin-top: 16px;
    margin-left: 23px;
    background-size: 18px 18px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .ui-header #header-text span {
        background: url(../images/kensingtonmobile/grey-house-HiRes.png) no-repeat scroll;
    }
}

.ui-header #header-text a {
    display: block;
    height: 100%;
    width: 100%;
}

.ui-content {
    padding: 0;
}

.ui-footer {
    width: auto;
    padding: 5px 15px;
    background: transparent;
    border: none;
    color: #919191;
    font-weight: normal;
    font-size: 0.6em;
    text-shadow: none;
}

    .ui-footer p {
        min-height: 46px;
        padding-right: 49px;
    }

.ui-collapsible-set {
    margin: -5px 0 0 0;
}

#countries .ui-collapsible-set {
    margin-top: 0;
}

.ui-collapsible-set .ui-btn-inner {
    height: 27px;
    line-height: 27px;
}

.ui-btn-up-c {
    /*border: 1px solid #e6e7e9;*/
    background: #fbfbfb;
    color: #333;
    /*text-shadow: 0 1px 1px #f6f6f6;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ededed),to(#dadada));
	background-image: -webkit-linear-gradient(#ededed,#dadada);
	background-image: -moz-linear-gradient(#ededed,#dadada);
	background-image: -ms-linear-gradient(#ededed,#dadada);
	background-image: -o-linear-gradient(#ededed,#dadada);
	background-image: linear-gradient(#ededed,#dadada);*/
}

.ui-btn-hover-c {
    border: 1px solid #e6e7e9;
    background: #fbfbfb;
    color: #333;
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(#ededed),to(#dadada));
	background-image: -webkit-linear-gradient(#ededed,#dadada);
	background-image: -moz-linear-gradient(#ededed,#dadada);
	background-image: -ms-linear-gradient(#ededed,#dadada);
	background-image: -o-linear-gradient(#ededed,#dadada);
	background-image: linear-gradient(#ededed,#dadada);*/
}

.ui-collapsible-heading-collapsed .ui-btn-up-c {
    /*border: 1px solid #e6e7e9;*/
    background: #e6e7e9;
    color: #333;
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#ebebeb));
	background-image: -webkit-linear-gradient(#fdfdfd,#ebebeb);
	background-image: -moz-linear-gradient(#fdfdfd,#ebebeb);
	background-image: -ms-linear-gradient(#fdfdfd,#ebebeb);
	background-image: -o-linear-gradient(#fdfdfd,#ebebeb);
	background-image: linear-gradient(#fdfdfd,#ebebeb);*/
}

.ui-collapsible-heading a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .ui-collapsible-heading a .ui-btn-inner {
        padding: 0.6em 48px 0.6em 15px;
    }

        .ui-collapsible-heading a .ui-btn-inner .ui-btn-text {
            color: #333;
            text-transform: uppercase;
        }

        .ui-collapsible-heading a .ui-btn-inner .ui-icon {
            left: auto;
            right: 15px;
        }

        .ui-collapsible-heading a .ui-btn-inner .ui-icon-plus {
            background-position: -216px 0;
        }

        .ui-collapsible-heading a .ui-btn-inner .ui-icon-minus {
            background-position: -180px 0;
        }

.ui-collapsible-heading, .ui-collapsible-content {
    padding: 0;
    margin: 0;
}
    /* .ui-collapsible-content a { font-weight: normal; } */
    .ui-collapsible-content .ui-collapsible-heading-collapsed .ui-btn-up-c {
        background: #666;
    }

    .ui-collapsible-content .ui-collapsible-heading a .ui-btn-inner {
        padding-left: 25px;
    }

        .ui-collapsible-content .ui-collapsible-heading a .ui-btn-inner .ui-btn-text {
            text-transform: none;
        }

        .ui-collapsible-content .ui-collapsible-heading a .ui-btn-inner .ui-icon {
            background-color: transparent;
            background-image: url(../images/kensingtonmobile/icons-18-grey.png);
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .ui-collapsible-content .ui-collapsible-heading a .ui-btn-inner .ui-icon {
        background-image: url(../images/kensingtonmobile/icons-36-grey.png);
        -moz-background-size: 776px 18px;
        -o-background-size: 776px 18px;
        -webkit-background-size: 776px 18px;
        background-size: 776px 18px;
    }
}

.ui-collapsible-content .ui-listview {
    margin: 0;
}

    .ui-collapsible-content .ui-listview .ui-btn {
        height: 49px;
        border: solid #e6e7e9;
        border-width: 0 0 1px 0;
    }

    .ui-collapsible-content .ui-listview .ui-btn-inner {
        height: 100%;
    }

    .ui-collapsible-content .ui-listview .ui-btn-up-c {
        background: #fff;
    }

    .ui-collapsible-content .ui-listview .ui-btn a {
        padding: 0 48px 0 35px;
        color: #6A9BD1;
        font-weight: normal;
        text-decoration: none;
        line-height: 49px;
    }

    .ui-collapsible-content .ui-listview .ui-icon {
        right: 15px;
        background-color: transparent;
        background-image: url(../images/kensingtonmobile/icons-18-blue.png);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .ui-collapsible-content .ui-listview .ui-icon {
        background-image: url(../images/kensingtonmobile/icons-36-blue.png);
        -moz-background-size: 776px 18px;
        -o-background-size: 776px 18px;
        -webkit-background-size: 776px 18px;
        background-size: 776px 18px;
    }
}

a {
    text-decoration: none;
}

.ui-body-c .ui-link {
    font-weight: normal;
}

    .ui-body-c .ui-link:visited {
        color: #333;
    }

.ui-select .ui-btn-inner {
    white-space: normal;
}

/***********************
Search box
***********************/


#searchContainer {
    height: 40px;
    background: #333;
    padding: 0 15px 0 15px;
    /*border-bottom: 1px solid #e6e7e9;*/
}

#searchForm {
    height: 32px;
}

#searchArea {
    margin: auto auto;
    background-image: url("../images/kensingtonmobile/binoc-LoRes.png");
    background-position: 10px 6px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    margin: 0 auto;
    padding-left: 30px;
    background-color: white;
    overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    #searchArea {
        background-image: url("../images/kensingtonmobile/binoc-HiRes.png");
        background-size: 18px 18px;
    }
}

#searchTextWrapper {
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding-right: 30px;
}

#searchText {
    font-family: "kensington",Arial,Helvetica,sans-serif;
    float: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, 0);
    margin: auto 0;
    font-size: 14px;
    outline: none;
}

#searchButton {
    float: right;
    width: 18px;
    height: 18px;
    margin: 6px 5px 0 0;
}

.fadeheadpic {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.headpicstatic {
    width: 100%;
}

.pagetitle {
    line-height: 24px;
    padding: 8px 15px;
    background: #fff;
    /*border-bottom: 1px solid #e6e7e9;*/
}

    .pagetitle p {
        color: #333;
        font-weight: 900;
        margin: 0 0 0 0;
        text-transform: uppercase;
        text-shadow: none;
        text-align: center;
    }

/***********************
Footers
***********************/

/*sss*/
#sss {
    height: 55px;
    width: 100%;
    background: #333 url(../images/kensingtonmobile/sss-LoRes.png) no-repeat center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    #sss {
        background: #333 url(../images/kensingtonmobile/sss-HiRes.png) no-repeat center center;
        background-size: 212px 36px;
    }
}

#sss p {
    display: none;
    color: #FFF;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
}

/*accountLinks*/

.accountLinks a {
    display: block;
    padding: 7px 0px 9px 15px;
    font-size: 12px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: "kensington",Arial,Helvetica,sans-serif;
    text-shadow: none;
    background: #6a9bd1;
}

    .accountLinks a:hover {
        background: #457bb7; /* Old browsers */
    }

.otherLinkArrow {
    position: absolute;
    margin-top: -15px;
    right: 15px;
    display: block;
    height: 18px;
    width: 18px;
    background-color: transparent;
    background: url(../images/kensingtonmobile/icons-18-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: -108px 50%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .otherLinkArrow {
        background: url(../images/kensingtonmobile/icons-36-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        -moz-background-size: 776px 18px;
        -o-background-size: 776px 18px;
        -webkit-background-size: 776px 18px;
        background-size: 776px 18px;
        background-position: -108px 50%;
    }
}

/*Social links*/
.socialLinks {
    background-color: #fcfcfc;
    padding: 11px 20px;
    height: 63px;
}

.socialLinksIntro {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ababab;
    font-family: "kensington",Arial,Helvetica,sans-serif;
}

.socialLink {
    display: block;
    float: left;
    height: 38px;
    width: 38px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-image: url(../images/kensingtonmobile/socialLinks.png);
    background-repeat: no-repeat;
}

    .socialLink:hover {
        background-color: #375173;
    }

.twitterLink {
    background-position: 0px center;
}

.facebookLink {
    background-position: -40px center;
}

.linkedInLink {
    background-position: -80px center;
}

.youTubeLink {
    background-position: -120px center;
}

.pinterestLink {
    background-position: -160px center;
}

.rssLink {
    background-position: -200px center;
    margin-right: 0;
}

/*Links*/

#footerlinksparent {
    float: left;
    width: 100%;
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
    background-color: white;
}

    #footerlinksparent ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        width: 100%;
        float: left;
    }

        #footerlinksparent ul li {
            padding: 10px 0;
            width: 50%;
            float: left;
            list-style: none;
            vertical-align: middle;
        }

            #footerlinksparent ul li:first-child {
                padding-top: 0px;
            }

            #footerlinksparent ul li span.linkicon {
                height: 18px;
                width: 18px;
                background: url(../images/kensingtonmobile/icons-18-blue.png) no-repeat scroll -108px 3px;
                display: inline-block;
            }

            #footerlinksparent ul li:last-child span.linkicon {
                height: 18px;
                width: 18px;
                background: none;
                display: inline-block;
            }

        #footerlinksparent ul a {
            display: block;
            font-size: 14px;
            font-weight: lighter;
            padding-left: 8px;
            color: #6a9bd1;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    #footerlinksparent ul li span.linkicon {
        height: 18px;
        width: 18px;
        background: url(../images/kensingtonmobile/icons-36-blue.png) no-repeat scroll -108px 3px;
        display: inline-block;
        background-size: 776px 18px;
    }

    #footerlinksparent ul a {
        padding-left: 12px;
    }
}

/*Main footer */

#footerwrapper {
    padding: 0 10px 0 0;
}

#footerinner {
    width: 100%;
    height: 90px;
    background: url(../images/kensingtonmobile/Acco-Brands-LoRes.png) center right no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    #footerinner {
        background: url(../images/kensingtonmobile/Acco-Brands-HiRes.png) center right no-repeat;
        background-size: 44px 60px;
    }
}

#footerinner p {
    color: gray;
    float: left;
    margin: 30px 0px 0px 0px;
    width: 230px;
    font-size: 14px;
}

.ui-page .ui-listview {
    margin: 0;
}

.home .ui-listview {
    margin: 0;
}
/**********************
Refine Link
**********************/

.refineBox {
    position: relative;
    background: rgb(255,255,255); /* Old browsers */
    border-bottom: 1px solid #e8e8e8;
}

.refineLink {
    display: block;
    padding: 14px 15px;
    color: #6A9BD1;
    font-weight: bold;
    font-size: 16px;
}

.refineLinkArrow {
    padding-left: 12px;
    background-image: url(../images/kensingtonmobile/icons-18-blue.png);
    background-position: -110px center;
    background-size: 776px 18px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .refineLinkArrow {
        background-image: url(../images/kensingtonmobile/icons-36-blue.png);
    }
}

.refineArrowIcon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: rgba(106,155,209,1);
    background-image: url(../images/kensingtonmobile/icons-18-white.png);
    background-size: 776px 18px;
    background-repeat: no-repeat;
    background-position: -107px 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .refineArrowIcon {
        background-image: url(../images/kensingtonmobile/icons-36-white.png);
    }
}

.ui-collapsible a .ui-btn-inner .ui-icon {
    right: 15px;
}

.refinedNotificationPanel {
    float: right;
    margin-right: 50px;
}

.refinedNotificationIcon {
    padding-right: 14px;
    background-image: url(../images/kensingtonmobile/icons-18-grey.png);
    background-position: -254px center;
    background-size: 776px 18px;
    margin-right: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .refinedNotificationIcon {
        background-image: url(../images/kensingtonmobile/icons-36-grey.png);
    }
}

.refinedNotificationText {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    font-family: "kensington",Arial,Helvetica,sans-serif;
}

.noContent p {
    padding: 0px 15px;
}
/**********************
Refine Page
**********************/
.refineHeader {
    padding: 15px 18px;
    background: rgb(254,254,254); /* Old browsers */
    border-bottom: 1px solid #e8e8e8;
    color: #5379ac;
    font-weight: bold;
    font-size: 14px;
}

.refineFooter {
    padding: 15px 18px 25px 18px;
}

.refineHeader p {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin: 0px;
}

.refineHeader a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}

    .refineHeader a.refineClear {
        border: 1px solid #e9e9e9;
        color: #acacac;
        padding: 7px 30px;
        text-shadow: none;
        background-color: #fff;
    }

    .refineHeader a.refineGo, .refineHeader a.refineConf {
        background: rgb(133,165,209); /* Old browsers */
        border-bottom: 1px solid #6f8fb9;
        border-left: 1px solid #547aad;
        border-right: 1px solid #547aad;
        border-top: 1px solid #5d81b1;
        color: #fff;
        padding: 7px 30px;
        text-shadow: none;
    }

.refineLinksList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .refineLinksList a {
        display: block;
        padding: 15px 18px;
        background: rgb(254,254,254); /* Old browsers */
        border-top: 1px solid #e6e7e9;
        border-bottom: 1px solid #e6e7e9;
        color: #6A9BD1;
        font-weight: bold;
        font-size: 16px;
    }

    .refineLinksList .facetSelectionSpan:after {
        content: "";
        display: inline-block;
        height: 18px;
        width: 18px;
        background-image: url(../images/kensingtonmobile/icons-18-grey.png);
        background-position: -110px center;
        background-size: 776px 18px;
        background-position: right center;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .refineLinksList .facetSelectionSpan {
        background-image: url(../images/kensingtonmobile/icons-36-grey.png);
    }
}

.refineLinksList span.attribute {
    float: right;
    font-family: "kensington",Arial,Helvetica,sans-serif;
    color: #666666;
    font-size: 16px;
}

    .refineLinksList span.attribute:after {
        content: "";
        display: inline-block;
        height: 12px;
        width: 5px;
        padding-right: 12px;
        background-image: url(../images/kensingtonmobile/icons-18-grey.png);
        background-position: -107px center;
        background-size: 776px 18px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .refineLinksList span.attribute:after {
        background-image: url(../images/kensingtonmobile/icons-36-grey.png);
    }
}

.refineLinksList ul {
    display: none;
}

.facetNamePanel {
    border-bottom: 1px solid #fbfbfb;
    padding: 15px 18px;
    color: #6A9BD1;
    font-weight: bold;
    font-size: 16px;
}

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

.singleFacetAttributes li {
    display: block;
    cursor: pointer;
    height: 30px;
    padding-top: 9px;
    border-bottom: 1px solid #ededed;
    padding-left: 20px;
    background: rgb(254,254,254); /* Old browsers */
}

.singleFacetAttributes input {
    float: left;
}

.singleFacetAttributes a {
    display: inline-block;
    color: #5379ac;
    font-family: "kensington",Arial,Helvetica,sans-serif;
    font-size: 14px;
    vertical-align: middle;
}

.singleFacetAttributes li.inactive a {
    color: #333;
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.singleFacetAttributes li.inactive span {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.3);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#44FFFFFF, endColorstr=#44FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#44FFFFFF, endColorstr=#44FFFFFF)";
}

.fakeCheckbox {
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    margin-right: 5px;
    vertical-align: middle;
}

.fakeCheckboxChecked {
    background-image: url(../images/kensingtonmobile/icons-18-grey-png);
    background-position: -252px center;
    background-size: 776px 18px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .fakeCheckboxChecked {
        background-image: url(../images/kensingtonmobile/icons-36-grey.png);
    }
}

/**********************
Product List
**********************/

.productlist li {
    float: left;
    width: 100%;
    margin: -1px 0 0 0;
    border: 1px solid #e6e7e9;
    background: #eee;
}

    .productlist li:hover {
        border: 1px solid #e6e7e9;
        background: #fbfbfb;
        color: #333;
    }

    .productlist li .ui-li {
        float: left;
        width: 100%;
    }

        .productlist li .ui-li .ui-btn-text a {
            min-height: 80px;
            padding: 0 50px 0 0;
            border-left: none;
            border-right: none;
        }

    .productlist li p {
        margin: 10px 0 0 90px;
        color: #6A9BD1;
        font-weight: bold;
        line-height: 14px;
        white-space: normal;
        text-overflow: none;
        overflow: auto;
    }

        .productlist li p.price {
            margin: 5px 0 10px 90px;
            color: #ff7c24;
        }

    .productlist li .productImageArea {
        position: absolute;
        width: 80px;
        height: 100%;
        background: #fff;
        line-height: 0;
    }

        .productlist li .productImageArea img {
            position: absolute;
            top: 50%;
            margin-top: -40px;
        }

/***********************
Product Page
***********************/

/***
For jCarousel styling, see css/tango/skin.css
***/

/*******************
Product Page - Other
*******************/
.productpage h1.productTitle {
    padding: 0 15px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    font-family: "kensington",Arial,Helvetica,sans-serif;
}

.productpage h2 {
    font-size: 16px;
    text-align: center;
}

.productpage .ProductPageFrame {
    padding: 0 15px 0 15px;
    margin: 0;
    color: #777;
}

.productpage #leadimage {
    width: 100%;
    margin-bottom: 12px;
}

.productpage #discount {
    display: inline;
    color: red;
}

.productpage #oldprice {
    display: inline;
    margin-left: 10px;
    text-decoration: line-through;
    color: gray;
}

/* Uncomment this rule if there is no discount applied
.productpage .discount {
	display:none;
}
*/

.productpage #new {
    float: right;
    margin: 1px 0 0 0;
    font-size: 12px;
    padding: 2px 4px;
    color: white;
    background-color: red;
    text-shadow: none;
    /*Uncomment below if the product is not new*/
    /*display: none;*/
}

.productpage #price {
    color: #ff7c24;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
}

.productpage #oldprice {
    text-shadow: none;
}

.productpage .ui-btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.productpage a.buttonlink, .addToCartLinkArea, .addToCartLink, a.addtocart, a.buttonlink {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .productpage a.buttonlink:hover, .addToCartLink:hover, a.addtocart:hover, .a.buttonlink:hover {
        color: white;
    }

.productpage a.addtocart, .addToCartLinkArea {
    background: #FF5400;
    border: 2px solid #ffa96f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .productpage a.addtocart:hover, .addToCartLinkArea:hover {
        background: #F61;
    }

.productpage a.findother {
    background: #B3B3B3;
}

    .productpage a.findother:hover {
        background: #C3C3C3;
    }

.productpage #tagline {
    font-style: italic;
}

.productpage #productcode, .variantPanelRHSSingleSKU {
    font-weight: bold;
    display: inline;
}

.productpage #Code {
    display: inline;
}

.productpage .ui-collapsible-set .ui-collapsible {
    margin: 0 0 10px 0;
}

.productpage .ui-collapsible-content {
    /* 	display: none; */
    padding-bottom: 1px;
}

.productpage .ui-collapsible-set .ui-btn-inner {
    padding-left: 40px;
}

.productpage .ui-collapsible a .ui-btn-inner .ui-icon-plus {
    left: 15px;
    right: auto;
    background: url(../images/kensingtonmobile/dlinkarrow-LoRes.png) no-repeat scroll center center transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .productpage .ui-collapsible a .ui-btn-inner .ui-icon-plus {
        background: url(../images/kensingtonmobile/dlinkarrow-HiRes.png) no-repeat scroll center center transparent;
        background-size: 18px 18px;
    }
}

.productpage .ui-collapsible a .ui-btn-inner .ui-icon-minus {
    left: 15px;
    right: auto;
    background: url(../images/kensingtonmobile/ulinkarrow-LoRes.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .productpage .ui-collapsible a .ui-btn-inner .ui-icon-minus {
        background: url(../images/kensingtonmobile/ulinkarrow-HiRes.png) no-repeat scroll center center rgba(0, 0, 0, 0);
        background-size: 18px 18px;
    }
}

.productpage .buyElsewhereDiv {
    display: none;
    background-color: white;
    border: 1px #ccc solid;
}

.priceElements .mainPrice, .variantPanelRHSSinglePrice {
    font-size: 23px;
    font-weight: bold;
    font-family: "kensington",Arial,Helvetica,sans-serif;
    color: #ff7c24;
}

.buyElsewhereDiv:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .buyElsewhereDiv {
    zoom: 1;
}
/* IE6 */
*:first-child + html .buyElsewhereDiv {
    zoom: 1;
}
/* IE7 */

.productpage .buyElsewhereDiv h3 {
    margin: 0;
    display: none;
}

.productpage .buyElsewhereDiv ul.ciiUL {
    float: left;
    width: 100%;
    margin: -1px 0 0 0;
    background: #eee;
    list-style: none;
    padding-left: 0px;
}

    .productpage .buyElsewhereDiv ul.ciiUL img {
        float: left;
        margin-right: 10px;
    }

    .productpage .buyElsewhereDiv ul.ciiUL li {
        height: 60px;
        background: #fdfdfd;
        border-top: 1px solid #e6e7e9;
    }

    .productpage .buyElsewhereDiv ul.ciiUL p {
        margin: 0;
    }

        .productpage .buyElsewhereDiv ul.ciiUL p.ciiPrice {
            margin: 5px 20px 0 0;
            float: left;
            color: #ff7c24;
            font-weight: bold;
        }

        .productpage .buyElsewhereDiv ul.ciiUL p.ciiInStock {
            color: #777;
            float: left;
            clear: right;
        }

    .productpage .buyElsewhereDiv ul.ciiUL div.ciiBuyNowBG {
        float: right;
        width: 86px;
        height: 23px;
        margin: 5px 5px 2px 0;
        padding: 0;
        line-height: 23px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border: 2px solid #ffa96f;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-image: url(../images/kensingtonGlobal/buyFromRetailerBackground.gif);
        background-repeat: repeat-x;
        color: #FFFFFF;
    }

/*.productpage .buyElsewhereDiv ul.ciiUL p.ciiBuyNow {
	text-align:center;
	color: #EEE;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
}*/

/*#panEdit is only present if the ul has been imported from elsewhere, i.e. if we're not on the us version */

.productpage .buyElsewhereDiv #panEdit p {
    margin-top: 31px;
    margin-bottom: 31px;
    text-align: center;
    color: gray;
}

.productpage .buyElsewhereDiv #panEdit ul {
    padding-left: 22px;
    margin-top: 5px;
}

.productpage .buyElsewhereDiv #panEdit li {
    list-style: none;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
    border: 1px solid gray;
}

    .productpage .buyElsewhereDiv #panEdit li img {
        height: 48px;
        width: 100px;
    }

.productpage .addthis_toolbox {
    margin-bottom: 10px;
}

/***********************
Page specific formatting
***********************/

/********************
eng.html
********************/

.ui-body-c .ui-content .sectionlist li {
    margin-top: -1px;
    padding: 9px 0 9px 15px;
    border: 1px solid #e6e7e9;
    background: #eee;
    color: #333;
}

    .ui-body-c .ui-content .sectionlist li:hover {
        border: 1px solid #e6e7e9;
        background: #fbfbfb;
        color: #333;
    }

    .ui-body-c .ui-content .sectionlist li:first-of-type {
        margin-top: 0;
    }

    .ui-body-c .ui-content .sectionlist li .ui-btn-inner {
        border-color: rgba(255, 255, 255, 0.3);
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .ui-body-c .ui-content .sectionlist li .ui-li {
        padding: 0 48px 0 0;
        border: none;
    }

ui-body-c .ui-content .sectionlist li .ui-li .ui-btn-text {
    white-space: normal;
}

.ui-body-c .ui-content .sectionlist li a {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 0 0;
    overflow: auto;
    text-overflow: none;
    white-space: normal;
}


.ui-body-c .ui-content .sectionlist .ui-icon {
    background-color: transparent;
    background: url(../images/kensingtonmobile/icons-18-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    background-position: -108px 50%;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    right: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .ui-body-c .ui-content .sectionlist .ui-icon {
        background: url(../images/kensingtonmobile/icons-36-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0.4);
        -moz-background-size: 776px 18px;
        -o-background-size: 776px 18px;
        -webkit-background-size: 776px 18px;
        background-size: 776px 18px;
        background-position: -108px 50%;
    }
}

/********************
Legal.aspx and privacy.aspx
********************/

.longtextWrapper {
    padding: 0 10px;
}

/********************
Searchresults.aspx
********************/
.searchFail {
    height: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.296875);
    padding-left: 30px;
}

.searchFailText {
    color: #6a9bd1;
    margin: 31px 0;
}
/********************
Power tips
********************/
.compatibleLaptopsInner, .tipsInTheBoxInner {
    display: none;
}

.tipsInTheBoxArea, .compatibleLaptopsArea {
    background-color: #ececec;
    margin-top: 10px;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tipsInTheBoxArea {
    margin-bottom: 10px;
}

    .tipsInTheBoxArea h3, .compatibleLaptopsArea h3 {
        color: gray;
        font-family: "kensington",Arial,Helvetica,sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        background: url(../images/kensingtonmobile/dlinkarrow-LoRes.png) no-repeat scroll center center transparent;
        background-size: 18px 18px;
        background-position: 15px;
        line-height: 27px;
        padding: 9px 0px 9px 41px;
        margin: 0px;
        cursor: pointer;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .tipsInTheBoxArea h3, .compatibleLaptopsArea h3 {
        background: url(../images/kensingtonmobile/dlinkarrow-HiRes.png) no-repeat scroll center center transparent;
        background-position: 15px;
    }
}

.tipsInTheBoxArea h3.opened, .compatibleLaptopsArea h3.opened {
    background: url(../images/kensingtonmobile/ulinkarrow-LoRes.png) no-repeat scroll center center transparent;
    background-size: 18px 18px;
    background-position: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .tipsInTheBoxArea h3.opened, .compatibleLaptopsArea h3.opened {
        background: url(../images/kensingtonmobile/ulinkarrow-HiRes.png) no-repeat scroll center center transparent;
        background-position: 15px;
    }
}

.compatibleLaptopsInner {
    padding-left: 40px;
    padding-bottom: 10px;
}

.tipsInTheBoxInner, .compatibleLaptopsInner {
    padding-top: 5px;
}

    .tipsInTheBoxInner p, .compatibleLaptopsInner p {
        padding: 0;
        /*	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;*/
        margin: 0px;
    }

    .compatibleLaptopsInner p {
        margin-bottom: 15px;
    }

    .tipsInTheBoxInner select, .compatibleLaptopsInner select {
        font-family: "kensington",Arial,Helvetica,sans-serif;
        background-color: #FFFFFF;
        font-size: 13px;
        padding: 1px;
        border: 1px solid #d4d4d4;
    }

.laptopDropdownArea {
    float: left;
    margin-right: 15px;
}

    .laptopDropdownArea label {
        display: block;
        color: #393939;
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 5px;
    }

.laptopDropdownAreaWrapper {
    /*height:50px;*/
}

.laptopDropdownArea .laptopSearch {
    float: left;
    background-image: url(../images/kensingtonGlobal/magnifyingGlass.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 14px;
    width: 14px;
    padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-left: 7px;
    margin-top: 32px;
    border: 1px solid #597CBD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #6a9bd1;
    overflow: hidden;
    line-height: 1000px;
    cursor: pointer;
}

.theLaptopResults {
    display: none;
    margin-top: 30px;
}

    .theLaptopResults p {
        font-weight: bold;
        font-size: 13px;
        color: #393939;
    }

    .theLaptopResults ul {
        list-style-type: none;
        font-size: 12px;
        color: #393939;
        padding-left: 0px;
        margin-right: 40px;
        border: 1px solid #D4D4D4;
        border-bottom: none;
    }

        .theLaptopResults ul li {
            display: inline-table;
            width: 100%;
            margin-bottom: -3px;
            padding: 10px 0 10px 10px;
            border-top: 1px solid white;
            border-bottom: 1px solid #D4D4D4;
            font-size: 18px;
        }

            .theLaptopResults ul li a {
                color: #6a9bd1;
            }

                .theLaptopResults ul li a:hover {
                    color: #2c2c2c;
                }

.tipsInTheBoxInner ul {
    list-style-type: none;
    font-size: 12px;
    color: #393939;
    padding-left: 0px;
    margin-left: 40px;
    margin-right: 40px;
    border: 1px solid #D4D4D4;
    border-bottom: none;
}

    .tipsInTheBoxInner ul li {
        display: inline-table;
        width: 100%;
        margin-bottom: -3px;
        padding: 10px 0 10px 10px;
        border-top: 1px solid white;
        border-bottom: 1px solid #D4D4D4;
        line-height: 26px;
        font-size: 18px;
        font-weight: bold;
    }

        .tipsInTheBoxInner ul li img {
            width: 46px;
            height: 46px;
            float: left;
            margin-right: 5px;
        }

        .tipsInTheBoxInner ul li a {
            color: #6a9bd1;
        }

            .tipsInTheBoxInner ul li a:hover {
                color: #2c2c2c;
            }
/*********************
Clearfix
*********************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

.videoLinks {
    margin-top: 6px;
}

.videoLinks ul {
    list-style-type: none;
    padding-left: 0;
}

.videoLinks ul li {
    margin-bottom: 10px;
}

.videoLinks ul li a {
    display: block;
    height: 98px;
    border: 1px solid #D4D4D4;
    background-color: #ececec;
    color: #6c6c6c;
    font-size: 13px;
    cursor: pointer;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.videoLinks ul li a h4, .videoLinks ul li a:visited h4 {
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 10px;
    color: #6a9bd1;
}

.videoLinks ul li a p {
    color: #6a9bd1;
}

.videoLinks ul li a:hover, .videoLinks ul li a:hover p {
    color: #333;
}

.videoLinks ul li a img.posterFrame {
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D4D4D4;
    /*width:180px;*/
    height: 98px;
    margin-right: 10px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.videoLinks ul li a img.playIcon {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50px;
    top: 35px;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity=90);
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*All filters must be placed together*/
    border: none;
}
/***********************
Flexslider
***********************/
.flexslider {
    border: none !important;
    /*height:545px !important;*/
}

ol.flex-control-paging {
    top: 14px;
    text-align: center;
}

    ol.flex-control-paging a {
        background-color: #69a0d6;
    }

        ol.flex-control-paging a.flex-active, ol.flex-control-paging a:hover {
            background-color: transparent;
            border: 1px solid #e1e1e1;
            width: 11px;
            height: 12px;
        }

.contactFormWrapper, .contentWidgetArea {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 8px;
}

/***********************
Compatability checker
***********************/
.contentContainerForm {
    padding: 0px 10px 0px 10px;
}

    .contentContainerForm em {
        font-style: normal;
        margin-right: 5px;
    }

    .contentContainerForm p.buttonline {
        margin-top: 35px;
        margin-bottom: 35px;
    }

.theResults h4 {
    color: #6a9bd1;
    margin: 8px 0px 5px 0px;
}

.contentContainerForm h2 {
    font-size: 18px;
}

.contentContainerForm h4 {
    font-size: 14px;
}

.contentContainerForm h2, .contentContainerForm h4 {
    margin: 10px 0px 5px 0px;
}

.theResults h5 {
    margin: 5px 0px 5px 0px;
    font-size: 12px;
    font-weight: normal;
}

.theResults .ui-li .ui-btn-inner a.ui-link-inherit {
    padding-top: 0px;
    padding-bottom: 7px;
}

.contentContainerForm h2.checkTitle {
    margin-bottom: 15px;
}

.contentWidgetArea {
    color: gray;
}

    .contentWidgetArea h2 {
        font-size: 16px;
        margin-bottom: 2px;
        padding-bottom: 0;
        color: black;
    }

    .contentWidgetArea p {
        margin-top: 0;
        padding-top: 0;
        font-size: 15px;
    }

.callUsContainer {
    padding: 10px;
}
/*otherLinks*/
.otherLinkContainer {
    height: 14px;
    padding: 7px 0px 9px 15px;
    background: rgb(150,150,150); /* Old browsers */
}

    .otherLinkContainer:hover {
        background: rgb(100,100,100); /* Old browsers */
    }

.otherLinkInner {
    margin-right: 15px;
}

.otherLinkContainer .otherLinkInner a {
    display: block;
    font-size: 12px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: "kensington",Arial,Helvetica,sans-serif;
    text-shadow: none;
}

.otherLinkArrow {
    position: absolute;
    margin-top: -15px;
    right: 15px;
    display: block;
    height: 18px;
    width: 18px;
    background-color: transparent;
    background: url(../images/kensingtonmobile/icons-18-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: -108px 50%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 400px) {
    .otherLinkArrow {
        background: url(../images/kensingtonmobile/icons-36-white.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        -moz-background-size: 776px 18px;
        -o-background-size: 776px 18px;
        -webkit-background-size: 776px 18px;
        background-size: 776px 18px;
        background-position: -108px 50%;
    }
}

/* Preference Centre */

.preferenceCentreSection {
    padding: 16px 15px 0;
}

    .preferenceCentreSection .standardLabel {
        display: block;
        font-weight: bold;
        margin-bottom: 0.3em;
        line-height: 1.4;
    }

    .preferenceCentreSection .bottomText {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.3;
        color: #666;
    }

.preferenceCentreThankYouText {
    padding: 0 15px;
}

    .preferenceCentreThankYouText span {
        display: block;
        min-height: 40px;
        padding: 12px 10px 12px 60px;
        background: #3b971b url(../images/preferenceCentre/tick.gif) no-repeat 10px center;
        color: #FFF;
        font-size: 16px;
        line-height: 1.25;
        text-shadow: none;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

/* Product Registration / My Account */


.prodRegHeading {
    margin: 15px;
    font-size: 16px;
    font-weight: bold;
}

.productRegistrationWrapper {
    padding: 0 15px;
}

    .productRegistrationWrapper .ui-btn, .registeredProductsPane .ui-btn, .myDetailsPane .ui-btn, .signInWrapper .ui-btn {
        margin: 0.5em 0;
    }

    .productRegistrationWrapper .ui-input-text, .registeredProductsPane .ui-input-text, .myDetailsPane .ui-input-text, .signInWrapper .ui-input-text {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .productRegistrationWrapper .ui-radio {
        margin: 0;
    }

        .productRegistrationWrapper .ui-radio .ui-btn {
            margin: 0;
        }

.step1ResultsLoading, .regoFormLoading, .skuLevelStuffLoading {
    height: 32px;
    background: url(../images/ajax-loader-white.gif) center center no-repeat;
}

.step1ResultsLoading, .regoFormLoading, .skuLevelStuffLoading, .selectAltProduct {
    margin: 30px 0;
    display: none;
}

.step1Results ul {
    list-style-type: none;
    padding: 0;
}

    .step1Results ul li {
        margin-bottom: 15px;
        font-size: 14px;
        overflow: auto;
    }

        .step1Results ul li img {
            width: 100px;
            height: 100px;
            border: 1px solid #e6e7e9;
            float: left;
            margin-right: 15px;
            display: block;
        }

        .step1Results ul li a {
            display: block;
            color: #5379ac;
            cursor: pointer;
            margin: 10px 0;
        }

            .step1Results ul li a:hover {
                color: #666666;
            }

        .step1Results ul li span {
            display: block;
        }

.prodRegistrationForm p label, .prodRegistrationForm p .label, .variantFormLabel, .myDetailsPane label, .myDetailsPane .label, .signInWrapper label {
    display: block;
    font-weight: bold;
}

    .prodRegistrationForm p label em, .prodRegistrationForm .requiredText em, .myDetailsPane label em, .myDetailsPane .requiredText em {
        font-style: normal;
        color: #6A9BD1;
    }

.prodRegistrationForm .stepLabel label {
    font-weight: normal;
}

.regoProductPicture {
    width: 100px;
    height: 100px;
    margin: 0 10px 15px 0;
    border: 1px solid #e6e7e9;
    float: left;
}

.variantOptions, .skuLevelStuffLoading, .skuLevelStuff {
    clear: left;
}

.regoProductName {
    margin: 0;
    font-weight: bold;
}

.productRegoPopDetails, .productRegoPopYesNo {
    display: block;
    margin-top: 15px;
}

#popChecklist h3 {
    font-size: 16px;
}

#popChecklist ul {
    padding: 0 0 0 1em;
}

#popAddFile {
    text-align: center;
}

    #popAddFile span {
        display: block;
    }

    #popAddFile .popBrowseButton {
        display: block;
        cursor: pointer;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        border: 1px solid #ff7c24;
        background: #ff7c24; /* Old browsers */
        padding: 12px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-shadow: none;
    }

        #popAddFile .popBrowseButton:hover {
            background: #ff5400;
        }

    #popAddFile .popFileGuidelines {
        font-size: 13px;
        color: #999;
    }

    #popAddFile #popUploadError {
        margin-top: 10px;
        padding: 6px;
        background: #fbb;
        color: #a00;
        border: 1px solid #a00;
    }

#popFileAdded, #popUpload.filesAdded #popAddFile {
    display: none;
}

#popUpload.filesAdded #popFileAdded {
    display: block;
    overflow: auto;
}

.popUploading, .popUploaded, .prodRegistrationThanksSuccessful {
    display: block;
    padding: 7px 10px;
    font-size: 15px;
    line-height: 1.0;
    background: #eeffed;
    border: 1px solid #78c37a;
    color: #21ac18;
    vertical-align: middle;
}

.popUploaded, .prodRegistrationThanksSuccessful {
    padding-left: 31px;
    background: #eeffed url(../images/myAccount/popUploadedTick.png) 7px center no-repeat;
}

#popFileAdded .popCancelButton, #popFileAdded .popViewButton, #popFileAdded .popRemoveButton {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1.0;
    font-weight: bold;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
}

#popFileAdded .popCancelButton, #popFileAdded .popRemoveButton {
    float: right;
    margin: 10px 0 15px;
    background: #999;
}

#popFileAdded .popViewButton {
    background: #7294D0;
}

#popFileAdded .popUploading, #popFileAdded.filesUploaded .popUploaded, .prodRegistrationThanksSuccessful {
    display: block;
}

#popFileAdded .popCancelButton, #popFileAdded.filesUploaded .popViewButton, #popFileAdded.filesUploaded .popRemoveButton {
    display: inline-block;
}

#popFileAdded .popUploaded, #popFileAdded.filesUploaded .popUploading,
#popFileAdded.filesUploaded .popCancelButton, #popFileAdded .popViewButton, #popFileAdded .popRemoveButton {
    display: none;
}

#popFileAdded .popImagePreview {
    display: block;
    clear: both;
    width: 200px;
    height: 200px;
    margin: 15px auto;
    border: 1px solid #e2e2e2;
    background: url(../images/ajax-loader-white.gif) center center no-repeat;
}

#popFileAdded #popUploadingIndicator {
    float: left;
    width: 47px;
    height: 47px;
    margin-right: 20px;
    background: url(../images/ajax-loader-white.gif) center center no-repeat;
}

#popFileAdded.filesUploaded #popUploadingIndicator {
    background: url(../images/myAccount/popUploadedTickBig.png) center center no-repeat;
}

.enterZIP {
    display: block;
    margin-top: 10px;
}

.registeredProductsPane, .myDetailsPane {
    padding: 0 15px;
}

.registeredProductList {
    padding: 0;
}

    .registeredProductList li {
        list-style-type: none;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e6e7e9;
        font-size: 14px;
    }

    .registeredProductList strong, .registeredProductList span {
        display: block;
        margin-bottom: 5px;
    }

    .registeredProductList .ui-btn span {
        margin: 0;
    }

.myAccountIntroText {
    display: block;
    margin: 15px;
    color: green;
}

.loginAreaMobile fieldset {
    padding: 3px;
    border: 0;
}

.loginButtonLine a, .forgottenPasswordButtonLine a {
    display: block;
    text-align: center;
    margin-top: 18px;
}

.loginAreaMobile p {
    margin: 0 0 10px 0;
    padding: 0;
}

.signInWrapper {
    padding: 0 15px;
}

.error {
    color: #e16060;
}
