.floatLeft 
{
    float: left !important;
}

.floatRight 
{
    float: right !important;
}


/***** SECTION TOP / CONTEXT MENU *****/

#sectionTop .sectionBg
{
    height: 200px;
    overflow: hidden;
}

body.savings #sectionTop .sectionBg 
{
    height: 148px;
}

#sectionTop .document 
{
    position: relative;
}

#sectionTopText 
{
    position: absolute;
    width: 480px;
    left: 16px;
    top: 30px;
    font-size: 16px;
    line-height: 26px;
}

body.savings #sectionTopText 
{
    display: table-cell;
    position: static;
    padding-left: 16px;
    width: 620px;
    height: 148px;
    vertical-align: middle;
}

#sectionTopText h1
{
    margin: 0 0 16px 0;
    text-shadow: 0 1px 2px rgba(0, 47, 70, .18);
    font-size: 43px;
}

body.savings #sectionTopText h1 
{
    margin: 0;
}

#sectionTopMin 
{
    background-color: #fff;
    height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    display: none;
}

body.inFrame #sectionTopMin{position:absolute;}

#sectionTopMinText 
{
    padding: 18px 16px 0 16px;
}

#sectionTopMinText h3
{
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    text-shadow: 0 1px 2px rgba(0, 47, 70, .18);
    cursor: pointer;
}

#sectionBarWrapper 
{
    height: 48px;
}

#sectionBarContainer 
{
    background-color: #fff;
    position: relative;
    height: 48px;
    width: 100%;
    z-index: 20;
}

#sectionBarContainer.docked 
{
    position: fixed;
    top: 55px;
}

body.inFrame #sectionBarContainer.docked{position:absolute;top:0;}

#sectionBarContainer .shadowBotWide {
    height: 15px;
    top: -14px;
    display: none;
}

#sectionBarContainer.docked .shadowBotWide {
    display: block;
}

#sectionBar 
{
    background: url(/image/sectionBar-bg.png) repeat-x;
    height: 48px;
    position: relative;
}

#sectionBar .document 
{
    width: 934px;
}

#sectionBarCurtain
{
    background: #fefefe url(/image/loginCurtain-bg.png) 50% 0 repeat-x;
    height: 0;
    overflow: hidden;
}

#sectionBarCurtainContent
{
    position: relative;
}

#sectionBarCurtainContent .document 
{
    position: relative;
}

#sectionBarCurtainClose 
{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ccc;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

#sectionBarCurtainClose:hover 
{
    color: #aaa;
}

#sectionBarShadow
{
    height: 4px;
    border-top: 1px solid #98979c;
}

#sectionTabs 
{
    background: url(/image/sectionTabs-sep.png) no-repeat 0 50%;
    float: left;
    margin: 0;
    padding: 0 0 0 1px;
    list-style: none;
    list-style-image: none;
    position: relative;
}

#sectionTabs li
{
    background: url(/image/sectionTabs-sep.png) no-repeat 100% 50%;
    float: left;
    padding: 0 1px 0 0;
}

#sectionTabs li a
{
    display: block;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
}

#sectionTabs li a span
{
    display: block;
    padding: 0 17px;
    line-height: 48px;
    height: 48px;
    font-family: DanskeHeadlineBold, Geneva, Sans-Serif;
    font-size: 15px;
    text-shadow: 1px 1px 1px #E8E8E8;
}

#sectionTabs li#tabSelector {
    background: url(/image/sectionBar-selected-bg.png) no-repeat 100% 0;
    display: block;
    position: absolute;
    z-index: 1;
    left: -3000px;
    top: -5px;
    padding: 0;
    box-shadow: 5px 0 7px -5px rgba(0,0,0,0.2), -5px 0 7px -5px rgba(0,0,0,0.2);
    
}

#sectionTabs li#tabSelector a
{
    background: url(/image/sectionBar-selected-bg.png) no-repeat 0 0;
    padding: 0;
    margin-right: 5px;
    height: 59px;
}

#sectionBarFunctions 
{
    margin-top: 6px;
    float: right;
}

#sectionBarFunctions .button
{
    margin-left: 6px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 6px;
}

#breadcrumbs 
{
    position: absolute;
    top: 17px;
    left: 0;
}

#breadcrumbs a 
{
    display: block;
    background: url(/image/arrow-breadcrumb.png) 100% 50% no-repeat;
    padding: 5px 18px 5px 16px;
    float: left;
    color: #033f61;
    text-decoration: none;
}



/***** SECTIONS *****/

.sectionDest .document 
{
    position: relative;
}

#sectionBenefits 
{
    position: relative;
}

#sectionBenefits .document 
{
    padding: 36px 0 33px 0;
}

#sectionBenefits h2 
{
    color: #40b8e5;
    margin: 0 0 12px 0;
    font-size: 20px;
}

#sectionBenefits .col,
#sectionBenefits .colSpacer 
{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

ul.benefitsList 
{
    list-style: none; 
    list-style-image: none;
    line-height: normal;
}

ul.benefitsList li {
	background: url(/image/checked-blue.png) no-repeat 0 4px;
	padding: 6px 0 6px 35px;
	font-family: DanskeHeadline, Geneva, Sans-Serif;
	font-size: 20px;
	line-height: 24px;
}

#sectionFacts .document
{
    padding: 35px 0 25px 0;
}

#sectionFacts .sectionBg
{
    background-position: 50% 100%;
}

#sectionCalculate 
{
    position: relative;
}

#sectionCalculate .document 
{
    padding: 40px 0;
}

#sectionPriceterms .document
{
    padding: 40px 0 25px 0;
}

#sectionCompare .document 
{
    padding: 34px 0 28px 0;
}

#sectionCompare .sectionHeader 
{
    margin-left: 16px;
}

table.tblCompare 
{
    border-spacing: 0;
    border-collapse: collapse;
}

#sectionOrder 
{
    position: relative;
}

#sectionOrder .shadowTopWide
{
    background-position: 50% -37px;
}

#sectionOrder .shadowBot
{
    height: 22px;
}

#sectionOrder .document
{
    padding: 30px 0;
    width: 934px;
}

#sectionOrder #orderOnline > span > span
{
    background: url(/image/orderOnline-icon.png) no-repeat 0 50%;
    padding-left: 32px;
}

#sectionOrder #orderFace > span > span
{
    background: url(/image/orderFace-icon.png) no-repeat 0 50%;
    padding-left: 36px;
}

#sectionOrder #orderPhone > span > span
{
    background: url(/image/orderPhone-icon.png) no-repeat 0 50%;
    padding-left: 28px;
}

#sectionHighlights 
{
    position: relative;
}

#sectionHighlights .document
{
    padding: 24px 0;
}

#sectionHighlights .sectionHeader 
{
    margin: 0 0 8px 16px;
    font-size: 26px;
    text-shadow: 1px 1px 2px rgba(0, 47, 70, .4);
}

#sectionHighlights .boxRow 
{
    padding: 10px 0 5px 0;
    width: 954px;
    margin: 0 auto;
    clear: both;
}

#sectionHighlights .oneCol 
{
    width: 318px;
}

#sectionHighlights .twoCols 
{
    width: 636px;
}

#sectionHighlights .boxContainer
{
    background: url(/image/box-shadow.png) no-repeat 50% 100%;
    margin: 0 1px;
    padding: 0 11px 9px 11px;
    float: left;
}

#sectionHighlights .box
{
    background: #c6dae2 url(/image/highlights-lower-box-bg.png) repeat-x 0 100%;
    width: 294px;
    color: #003F62;
    font-size: 11px;
    line-height: 18px;
    cursor: pointer;
	border-radius: 5px;
	position: relative;
}

#sectionHighlights .box img 
{
	border-radius: 5px 5px 0 0;
}

#sectionHighlights .box ul 
{
    margin: 0 0 0 15px;
}

#sectionHighlights .boxBody 
{
    padding: 11px 50px 11px 14px;
}

#sectionHighlights .box h4
{
    margin: 0 0 7px 0;
    font-family: DanskeHeadLineBold, Geneva, Sans-Serif;
    font-size: 22px;
    text-shadow: 1px 1px 1px #e8e8e8;
}

#sectionHighlights .boxArr 
{
    background: url(/image/boxArr-bg.png) no-repeat 100% 50%;
	border-radius: 0 5px 5px 0;
}

#sectionHighlights a.toggleMoreContent {
    background: url(/image/arrow-white-updown.png) no-repeat 50% 100%;
    margin: 0 auto -14px auto;
    width: 300px;
    padding: 6px 0 16px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 47, 70, .4);
    clear: both;
}

#sectionHighlights a.toggleMoreContent.open  
{
    background-position: 50% 4px;
    padding: 16px 0 6px 0;
}

#sectionHighlights .moreContent 
{
    clear: both;
}

#sectionHighlights .boxBubble 
{
    position: absolute;
    top: -25px;
    right: -16px;
    background: url(/image/boxBubble-bg.png) no-repeat 0 0;
    height: 74px;
    width: 74px;
}

#sectionHighlights .boxBubble table 
{
    height: 74px;
    width: 74px;
    border: 0;
}

#sectionHighlights .boxBubble td 
{
    padding: 0 12px;
    line-height: 14px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}