.defaultTemplateHeaderWrapper {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 1%;
}

.headerLeftWrapper {
    width: 25%;
    height: 100%;
    float: left;
    margin-top: 40px;
    margin-left: 10px;
}

.headerRightWrapper {
    width: 74%;
    height: 100%;
    float: right;
}

.headerLoginStatusWrapper {
    margin-top: -1%;
    margin-right: -1%;
}

.loginStatusControl {
    border-top: none;
    border-right: none;
    height: 15px;
    text-align: right;
    border-radius: 4px;
}

.loginName, .loyaltyInfo, .myAccountLink {
    /*display: inline;*/
    clear: both;
    line-height: 10px;
    padding: 3px;
}

.loyaltyInfo {
    width: auto;
    margin-left: 100px;
}

.myAccountLink {
    float: right;
    margin-right: 15px;
    text-decoration: underline;
}

.loginStatusControl .loginName {
    float: left;
}

.headerKeywordsWrapper {
    width: 65%;
    float: left;
    margin-top: 1%;
}

.keywordsearchcontrol .keywordPanel {
    height: 40px;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    border-radius: 4px;
}

    .keywordsearchcontrol .keywordPanel input {
        padding: 5px;
        border-radius: 4px;
    }

    .keywordsearchcontrol .keywordPanel .keyLabel {
        display: none;
    }

    .keywordsearchcontrol .keywordPanel .keywordtext {
        height: 20px;
        width: 70%;
        font-size: 1.4em;
    }

    .keywordsearchcontrol .keywordPanel .cssbutton {
        height: 30px;
        font-size: 1.2em;
        padding: 5px;
        font-weight: bold;
    }

    .keywordsearchcontrol .csscontractOnlyCheckBox label {
        font-size: 0.8em;
    }

    .keywordsearchcontrol .csscontractOnlyCheckBox input {
        box-shadow: none;
        margin-right: 6px;
    }

.headerCartWrapper {
    float: right;
    width: 30%;
    margin-top: 1%;
}

.headCart .csscartImage, .headCart .csscartImageButton {
    display: none;
}

.headCart .subtotalcontrol {
    background-image: url('/images/basket-bg.png');
    width: 100%;
    height: 52px;
    box-shadow: 3px 3px 3px #ccc;
    background-repeat: no-repeat;
}

.headCart .subTotalPanel {
    display: block;
    width: 65%;
    float: right;
    font-size: 1.1em;
}

.headCart .cartPanel {
    border: 0;
}

.headCart .basketimg {
    float: left;
    margin-left: 14px;
    border: 0;
    margin-top: 10px;
}

.minicartcontrol {
    width: 21%;
}

.vatToggleWrapper {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 2%;
}

.defaultTemplateHomeContent {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.mainbody {
    width: 1024px;
}

.osorders {
    margin-left: -5px;
}

.tabberAlt {
    display: block;
    float: left;
    margin-top: 40px;
    width:100%;
}

.pControlItemTable {
    height: 300px;
    width: auto;
    padding: 5px;
    border: 1px solid #000;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    text-align: center;
}

.pControlimage {
    height: 150px;
    vertical-align: middle;
}

.PControlproductsDescriptionLabel, .pControlDescPanel {
    width: 100%;
}

.pControlDescPanel {
    height: 80px;
    overflow: hidden;
}

.pControlFooter {
    display: block;
    float: left;
    width: 100%;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    bottom: 0;
}
