/* Slide out menu */
.menuItemTrademark {
    font-size: 10px;
    line-height: 10px;
    vertical-align: text-top;
}
.menuShadow {
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);

    behavior: url("js/lib/PIE-2.0.beta1.htc");
}
hr.menuSeparator {
    height: 1px;
    background-color: #c0c7cb;
    border-width: 0px;
    margin-top: 8px;
    margin-bottom: 6px;
}

div#menusBlock {
    position: fixed;
    z-index: 999;
    top: 277px;
    right:0px;
}

div.slideMenu {
    display: block;
    top: 0px;
    left: 0px;
    z-index: 999;
    position: absolute;
}
div.menuTab {
    position: absolute;
    top: 6px;
    left: -32px;
    z-index: 1;

    width: 32px;
    height: 60px;
}
div.menuTab img {
    width: 32px;
    height: 60px;
}
div.menuTab:hover {
    cursor: pointer;
}
div.menuTab div.menuTabName {
    width: 100%;
    height: 100%;
    margin-top: 2px;
    margin-left: 2px;
}
div.menuContent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #f0faff;
    height: 100%;
    font-family: HelveticaNeue47LtCn;
    font-weight: lighter;
    font-style: normal;
    font-size: 18px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    behavior: url("js/lib/PIE-2.0.beta1.htc");
}
div.menuContent div.menuHeader {
    width: 100%;
    padding: 10px 0px 1px 16px;
    font-family: HelveticaNeue87HvCn;
    font-weight: bold;
    font-size: 18px;
    color: #8cadff;
}
div.menuContent a div.menuItem {
    width: 100%;
    vertical-align: middle;
    font-family: HelveticaNeue47LtCn;
    font-weight: lighter;
    font-style: normal;
    font-size: 18px;
    height: 18px;
    padding: 3px 0 5px 24px;
    color: #2f2f2f;
}
div.menuContent a div.menuItem img {
    background: url("../images/invisibleWhiteTriangle.png") 0 0 no-repeat;
}
div.menuContent a:hover div.menuItem {
    font-family: HelveticaNeue57Cn;
    font-weight: normal;
    font-style: normal;
    background-color: #8cadff;
    color: white;
}
div.menuContent a:hover div.menuItem img.triangle {
    background-position: 0px -10px;
}

.menuContent input[type="text"] {
    padding: 3px 0px 0px 6px;
    height: 32px;
    line-height: 29px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}
.menuContent input[type="checkbox"] {
    vertical-align: middle;
    margin: 0px 6px 0px 0px;
}
.menuContent input[type="radio"] {
    vertical-align: text-top;
    margin: 0px 6px 0px 0px;
    box-sizing: border-box;
}
.menuContent input[type="text"],
.menuContent .dropdownBox {
    width: 100%;
    margin: 0;
    font-family: HelveticaNeue47LtCn;
    font-size: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menuContent .dropdownBox .dropdownLabel,
.menuContent .dropdownBox li {
    font-size: 18px;
    height: 18px;
    line-height: normal;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Main menu */

div.slideMenu#main {
    top: 0px;
    height: 343px;
}

div.slideMenu#main.extended {
    top: 0px;
    height: 369px;
}

div.slideMenu#main div.menuTab,
div.slideMenu#main.sv div.menuTab {
    width: 32px;
    height: 62px;
    background: url("../images/mainMenu_sv.png");
}
div.slideMenu#main.en div.menuTab {
    width: 32px;
    height: 62px;
    background: url("../images/mainMenu_en.png");
}

div.slideMenu#main div.menuContent {
    width: 320px;
}

/* Price calculator */

div.slideMenu#priceCalculator {
    top: 74px;
}

div.slideMenu#priceCalculator div.menuTab {
    width: 32px;
    height: 141px;
    background: url("../images/priceCalculatorMenu.png");
}



/* Application menu */

div.slideMenu#basicApply,
div.slideMenu#basicApply.sv {
    top: 74px;
    height: 559px;
}

div.slideMenu#basicApply.en {
    top:74px;
}

div.slideMenu#basicApply div.menuTab,
div.slideMenu#basicApply.sv div.menuTab {
    width: 32px;
    height: 125px;
    background: url("../images/basicApplyMenu_sv.png");
}
div.slideMenu#basicApply.en div.menuTab {
    width: 32px;
    height: 144px;
    background: url("../images/basicApplyMenu_en.png");
}

div.slideMenu#basicApply div.menuContent {
    width: 576px;
}

div.slideMenu#fullApply,
div.slideMenu#fullApply.sv {
    top: 74px;
    height: 919px;
}

div.slideMenu#fullApply.en {
    top: 74px;
}

div.slideMenu#fullApply div.menuContent {
    width: 576px;
}

div.slideMenu#fullApply div.menuTab,
div.slideMenu#fullApply.sv div.menuTab  {
    width: 32px;
    height: 163px;
    background: url("../images/fullApplyMenu_sv.png");
}

div.slideMenu#fullApply.en div.menuTab {
    width: 32px;
    height: 132px;
    background: url("../images/fullApplyMenu_en.png");
}

a#languageSwitch {
    position: absolute;
    left: -32px;
}

a#languageSwitch,
a#languageSwitch.sv {
    top: 83px;
    width: 32px;
    height: 75px;
    background: url("../images/switchLang_sv.png");
}

a#languageSwitch.en {
    top: 80px;
    width: 32px;
    height: 82px;
    background: url("../images/switchLang_en.png");
}

a#languageSwitch.sv.belowBasic {
    top: 217px;
}

a#languageSwitch.en.belowBasic {
    top: 236px;
}

a#languageSwitch.sv.belowFull {
    top: 255px;
}

a#languageSwitch.en.belowFull {
    top: 224px;
}

table#basicApplication {
    margin: 10px;
}
table#basicApplication tr {
    height: 36px;
}
table#basicApplication tr.userAgreement {
    height: 30px;
}
table#basicApplication tr td.left, table#basicApplication tr td.right {
    width: 273px;
}
table#basicApplication td#vertDelimiter {
    padding: 0px;
    margin: 0px;
    width: 10px;
}
table#basicApplication tr#horizDelimiter {
    height: 10px;
}
table#basicApplication tr.userAgreement td {
    padding: 0px;
}
table#basicApplication tr td.textContent {
    padding-left: 5px;
}
table#basicApplication tr td.textContent {
    padding-left: 5px;
}
table#basicApplication table.comboPair {
    width: 100%;
}
table#basicApplication table.comboPair td {
    width: 111px;
}
table#basicApplication table.comboPair td.comboSpace {
    width: 5px;
}
table#basicApplication table.radioPair {
    width: 100%;
}
table#basicApplication table.radioPair td.textContent {
    width: 157px;
    text-align: left;
}
 table#basicApplication tr#submit {
    text-align: center;
}
table#basicApplication tr.userAgreement a {
    font-family: HelveticaNeue77BdCn;
}
table#basicApplication tr#submit td {
    padding-top: 16px;
}
table#basicApplication tr#submit .submitButton {
    height: 24px;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: transparent no-repeat 0 0;
}

table#basicApplication tr#submit .submitButton:hover {
    background-position: 0 -24px;
}

table#basicApplication.en tr#submit .submitButton {
    width: 175px;
    background-image: url("../images/baSubmitButton_en.png");
}

table#basicApplication.sv tr#submit .submitButton {
    width: 169px;
    background-image: url("../images/baSubmitButton_sv.png");
}

#fullApply table#basicApplication.en tr#submit .submitButton {
    width: 175px;
    background-image: url("../images/faSubmitButton_en.png");
}

#fullApply table#basicApplication.sv tr#submit .submitButton {
    width: 172px;
    background-image: url("../images/faSubmitButton_sv.png");
}


