body {
    background: #787e94;
    font-family: Arial, sans-serif;
}
#header {
    background: #fff url(/images/v2/binder.gif) repeat-x;
    width:778px;
    margin-bottom:5px;
}
#logo { display:block; padding-top:30px; width:291px; height:44px; border:0; margin-left:14px; z-index:999; }
#headerSection_right { float:right; margin-top:-49px; margin-right:15px;}
#payOptions { display:block; width:65px; height:52px; border:0; margin-left:5px; z-index:999; float:left; }
#splash {
    background: url(/images/v2/menu_shadow.gif) repeat-x bottom;
    margin:5px 12px 0 13px;
    padding-bottom:8px;
}
#splashImg {
    display:block;
}
#pagebody {
    background: #fff url(/images/v2/left_right_shadow.gif) repeat-y;
    width: 778px;
    margin: 0 auto;
    padding: 0 9px 0 9px;
}
#productLink1{float:right}
#productLink2{margin:10px 0 20px 0;float:right}
#cornerTopLeft { float:left; margin-left:-10px; }
#cornerTopRight { float:right; margin-right:-10px; }
#cornerBottomLeft { float:left; margin-top:-16px; margin-left:-9px;}
#cornerBottomRight { float:right; margin-top:-16px; margin-right:-9px; }
#contents {
    background: #fff url(/images/v2/vertical_shadow.gif) repeat-y;
    float:right;
    padding:15px 30px;
    width:548px;
}
#leftColumn {
    float:left;
    font-size:8pt;
    padding-top:20px;
    width:170px;
}
#leftColumn ul {
    list-style-type:none;
}
#leftColumn li.spaceAbove {
    margin-top: 5px;
}
#footer {
    background: #e1e3e6 url(/images/v2/bottom_shadow.gif) repeat-x 0 20px;
    padding: 0 0 9px 0;
    font-family: Arial,sans-serif;
    color: black;
    font-size: 8pt;
    clear: both;
}
#footer table {
    width: 100%;
    padding: 3px;
}
#footerL {
    text-align: left;
    width:33%;
}
#footerC {
    text-align: center;
    width: 34%;
}
#footerR {
    text-align: right;
    width: 33%;
}
#bottomSettings {
    text-align: center;
    font-size: 8pt;
    width: 100%;
}
#exklMomsSwitch {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
#inklMomsSwitch {
    font-weight: bold;
}
.kundcitat {
    background: #e0ffff;
}

#priceInfo, #expInfo { font-size:8pt; }
#priceInfo table, #expInfo table { width:300px; }
#priceInfo th { text-align:right; }
#priceInfo td { text-align:right; }
#priceInfo th.col1 { width:150px; text-align:center; }
#priceInfo th.col2, #priceInfo th.col3 { width:75px; }
#priceInfo td.col1, #priceInfo td.col2, #priceInfo td.col3, #priceInfo td.col4, #priceInfo td.col5 { width:75px; }
#priceInfoTable_2 td.col1 { width:150px !important; text-align:center; }
#priceInfo tr.d0 td, #expInfo tr.d0 td { background-color:#eee; }
#priceInfo p, #expInfo p { text-align:center; margin:12px; }
#priceInfo input { font-size:8pt;}
.priceInfo_heading, .expInfo_heading { font-size:10pt; font-weight:bold; text-align:center; }
.integerInput { width:30px; border:1px solid #7f9db9; background-color:white }

#promptDialog {
    font-size:10pt;
    border:2px solid blue;
    background-color:#ddd;
    position:absolute;
    width:330px;
    z-index:10001;
}
#promptBlackout {
    position:absolute;
    top:0;
    left:0;
    background-color:#000;
    width:100% !important;
    height:100%;
    display:block;
    z-index:10000;
    opacity:.50;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
}
#promptBlackout[id] { position:fixed; }
