/* Drill down guide - veileder */
#guide {
    left: 0;
    top: -4px;
    z-index: 1;
    position: absolute;
}

#guide .drill_down_guide {
    width: 175px;
    float: left;
    border: none;
}

.drill_down_guide form {
    z-index: 25;
    position: relative;
    margin:10px 10px 20px 10px;
}

#guide  .arrow {
  float: left;
  width: 27px;
  display: block;
  position: relative;
}

.arrow .stretchtastic {
    height: 100%; /* <- the trick */
    width: 204px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 20;
}

#page .drill_down_guide form .section {
    background: transparent;
    padding: 9px 0 0 4px;
    border: solid #f0f6e2;
    border-width: 1px 0 0 0;
    margin-bottom: .7em;
    clear: both;
}

.drill_down_guide h2 {
    font-size: 1.7em;
    font-weight: normal;
}
.drill_down_guide h4 {
    margin-bottom: .6em;    
} 

#page .drill_down_guide form .note {
    padding: .3em;
    background: none;
    font-size: .9em;
    color: #565;
}

label.prelabel { margin-right: .7em; }
label.strong { font-weight: bold; }
.postlabel { margin-left: .5em; display:inline; }

#page .drill_down_guide form .radio {
    margin-bottom: .5em;
}

#page .drill_down_guide form .section .clear {
    margin-bottom: .5em;    
}

#page .drill_down_guide form .radio label,
#page .drill_down_guide form .radio input,
#page .drill_down_guide form .radio p {
    float:left;
}
#page .drill_down_guide form .radio input {
    clear:left;
    margin-top: 0;
    padding: 0;
}

/* form icons */

.icony label {
    line-height: 23px;
    padding-right: 20px;
}
#page .drill_down_guide form .icony input {
    margin-top: 5px;
}

.gender-male { background: transparent url(../images/icon.man.gif) no-repeat top right; }
.gender-female { background: transparent url(../images/icon.woman.gif) no-repeat top right; }
.marital_status-married{ background: transparent url(../images/icon.couple.gif) no-repeat top right; padding-right: 25px!important; }


#guide #validate-error {
    display: none;
    clear: both;
    opacity: 1;
    width: 160px;
    position: relative;
    left: 115px;
    top: -27px;
}
#validate-error span {
    background: transparent url(../images/tooltip_arrow_left.gif) no-repeat top left;
    position: absolute;
    height:21px;
    left:-12px;
    position:absolute;
    top:6px;
    width:21px;
}




/* anbefalinger */

.guide #main_content {
    border-color: #dbdbdb;
}

#page .guide .product-wrapper {
    padding: 2px;
    border: 1px solid #d0d6d9;
    display: block;
    float: left;
    margin-bottom: 10px;
    -moz-box-shadow: 1px 2px 4px #dde3e6;
    -webkit-box-shadow: 1px 2px 4px #dde3e6;
    box-shadow: 1px 2px 4px #dde3e6;
    position: relative;
}

#page .guide .product {
    width:500px;
    margin: 0;
    background: #e6f6fb url(../images/bg.gradient_lightblue-2.gif) repeat-x top left;
    padding: 10px;
    cursor: default;
    border: none;
}
#page .guide .child-insurance {
    background: #c0dded url(../images/bg.barneforsikring.jpg) repeat-x top left;
}


#page .guide .product h2 {
    padding: 4px 0 10px 40px;
    margin-top: -4px;
    width: auto;
    display: inline;
}

#page .guide .product h2 a {
    color: #0e88cc;
    background: transparent url(../images/underline.gif) 0 18px repeat-x;
}
#page .guide .product h2 a:hover {
    color: #0c557e;
}


.importance {
    float: right;
    width: auto;
    padding-top:2px;
    text-align: right;
}
.product .importance img {
    display: inline;
    margin: -2px 0 0 5px;
}

.description {
    width: 282px;
    padding-top: 16px;
    padding-left: 10px;
    color: #23343d;
}
.description .clear {
    margin-top: .7em;
}

.price {
    position: absolute;
    right: 11px;
    top: 33px;
    font-weight: normal;
}

#page .guide .product .button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#page #content .product .button a {
    padding-top: 0;
}


#page .guide .product ul {
    margin: 0;
}

#page .guide .product .special_term {
    display: inline;
    font-weight: bold;
    color: #0E88CC;
    padding-left: 20px;
    background: transparent url(../images/icon.information.small.gif) no-repeat left 1px;
    cursor: help;
}
#tooltip,
#validate-error {
    position: absolute;
    z-index: 3000;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #c9ca94 #c9ca94 #fff;
    background-color: #feffc9;
    padding: 9px;
    opacity: 0.9;
    width: 20em;
    -moz-box-shadow: 1px 1px 5px #919ea4;
    -webkit-box-shadow: 1px 1px 5px #919ea4;
    box-shadow: 1px 1px 5px #919ea4;
} 

#tooltip h3, #validate-error h3 {
    margin: 0;
}

.product-footer {
    clear: both;
    padding: 10px 0 7px;
}

.product-footer #guide-contact {
    position: static;
    z-index: 30;
    background: white;
    border: 1px solid #e2e9ee;
    padding: 2px;
    -moz-box-shadow: 2px 3px 4px #c9d1d5;
    -webkit-box-shadow: 2px 3px 4px #c9d1d5;
    box-shadow: 2px 3px 4px #c9d1d5;
}

.product-footer #guide-contact .content {
    background: white url(../images/bg.gradient.lightblue.gif) repeat-x bottom left;
    width: 200px;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.product-footer #guide-contact #contact-expander {
    left: 70px;
    position: absolute;
    top: 15px;
    width: 135px;
    font-weight: bold;
}

.product-footer #guide-contact #contact_form {
    position: absolute;
    left: 239px;
    top: 14px;
    width: 278px;
}

#contact_form ul {
    margin-bottom: 0;
}

#contact_form ul li {
    background: none;
    padding: 0;
    margin-bottom: 3px;
}
#contact_form ul li label {
    padding: 2px 0 0;
    width: 60px;
    margin-bottom: 3px;
}
#contact_form ul li input.text {
    width: 200px;
}
#contact_form .button {
    margin-left: 60px;
}

.product-footer #guide-contact #alternative-contact {
    position: absolute;
    top: 98px;
    left: 35px;
    color: #626a6f;
    width: 168px;
}
.product-footer #guide-contact #contact-cancel {
    float: left;
    margin: 8px 10px;
}

.product-footer #guide-contact .disabled { color: #333; text-decoration: none!important;border:none;background: transparent;}
.product-footer #guide-contact .callcenter {left: 9px; position: absolute; top: 14px;}

/* Custom mustard */
#age { width: 2em; }

#death { background: transparent url("http://www.storebrand.no/site/stb.nsf/Ikon/getfa0fdfd6d5d499088087155b5655dc79/$FILE/icon.product.insurance.death.32x32.gif") no-repeat top left; }
#disability { background: transparent url("http://www.storebrand.no/site/stb.nsf/Ikon/get8d789a973137ece24164c2e2981c649e/$FILE/icon.product.insurance.disability.32x32.gif") no-repeat top left; }
#child { background: transparent url("http://www.storebrand.no/site/stb.nsf/Ikon/getcf0ff2092f7c3a17f6b46eb08c654028/$FILE/icon.product.insurance.child.32x32.gif") no-repeat top left; }
#sickness { background: transparent url("http://www.storebrand.no/site/stb.nsf/Ikon/get777f46717e9bc2fdf705def34d65543a/$FILE/icon.product.insurance.critical_illness.32x32.gif") no-repeat top left; }

#average-customer-spending {width: 238px;position:absolute;right:16px;top:auto;}






/* veileder-banner */

#main_content .banner {
    margin: 0;
    _margin-top: 16px;
}

#page #content #veileder-banner,
#page #content #veileder-banner_226 {
    margin-right: 16px;
    padding-right: 0;
}

#page #content #veileder-banner_226 {
    width: 226px;
    float: left;
}


#veileder-banner h4 {
    margin-bottom: .6em;
}

#page #content #veileder-banner .section,
#page #content #veileder-banner_226 .section {
    border-width: 0 1px 0 0;
    border-color: #B0D06A;
    padding-top: 0;
    margin-right: 13px;
    padding-right: 23px;
    padding-left: 0;
    float: left;
    clear: none;
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 80px;
    _width: 125px;
}

#page #content #veileder-banner_226 .section {
    float: none;
    width: 130px;
    padding: 1em 0 0;
    margin: 0 0 1em 0;
    border-width: 1px 0 0 0;
    height: auto;
}

#page #content #veileder-banner_226 .header {
    float: left;
    width: 78px;
}
#page #content #veileder-banner_226 .header h4 {
    margin: 0;
    padding: 0;
}

#page #content #veileder-banner .section label,
#page #content #veileder-banner_226 .section label { 
    margin-top: 3px;
}
#page #content #veileder-banner_226 .header h4 { 
    margin-top: 5px;
}

#page #veileder-banner form .radio .icony label,
#page #veileder-banner_226 form .radio .icony label {
    padding-left:3px;
    float: left;
}
#page #veileder-banner form .radio .icony input,
#page #veileder-banner_226 form .radio .icony input {
    float: left;
    clear: left;
    margin-top: 5px;
}
#page #content #veileder-banner .button {
    margin-top: 42px;
}
#page #content #veileder-banner .button input,
#page #content #veileder-banner_226 .button input {
    width: 130px;
}

#page #content #veileder-banner .ie6-gender-fix { _width: 85px; }
#page #content #veileder-banner .ie6-age-fix { _width: 65px; }


/* embossing fun! */

#page .guide .product h2,
#page .guide .product .button a,
.product-footer #guide-contact #contact-expander,
.button input {
    text-shadow: 0 1px 0 #fff;
}
.drill_down_guide h2,
.drill_down_guide h4 {
    text-shadow: 0 1px 0 #e3eeca;
}



/* pimp my menu */
#primary_navigation li, #section_navigation li {
  text-shadow:0 1px 0 #fff;
}

#primary_navigation li.active {
  text-shadow:-1px -1px 0 #80A9B7, 1px 1px 0 #80A9B7;
}
#section_navigation li.active{
	text-shadow:0 -1px 0 #b01923
}



/* jqModal - popbox */

.jqmWindow {
    background-color:#FFFFFF;
    border:3px solid #4DACE1;
    color:#000000;
    display:none;
    left:300px;
    margin-left:0;
    padding:12px;
    position:fixed;
    top:37%;
    width:374px;
}
.jqmWindow a {
    font-weight:bold;
}
.jqmOverlay {
    background-color:#000000;
}



