

.tooltip{
display: none;
position:absolute;
width:270px;
background: transparent;
}
.tooltipHeaderTop {
background: url(../images/tooltipHeaderTop.png) top no-repeat;
width: 270px;
border: 0px solid green;
position: relative;
height: 6px;

}
.tooltipHeader {
min-height: 45px;
border: 0px solid red;
position: relative;
width: 270px;
background: url(../images/tooltipHeaderCont.png) top repeat-y;
}
.tooltipHeader h3 {
color:#003067;
font-size:14px;
text-decoration:none;
font-weight: bold;
margin-bottom: 0px !important;
}
.tooltipHeader img{
margin-top: 3px;
margin-bottom: 5px;
margin-left: 35px;
}
.tooltipClose {
z-index: 999;
cursor: pointer;
width: 36px;
height: 44px;
border: 0px solid green;
background: url(../images/sulje.png) no-repeat;
right: 2px;
top: 7px;
position: absolute;
}
.tooltipContHolder {
background:transparent url(../images/tooltipContHolder.png) repeat-y scroll center top;
border:0 solid blue;
color:#FFFFFF;
display:block;
padding-bottom:4px;
padding-top:2px;
position:relative;
width:270px;
}
.tooltipCont {
position: relative;
display: block;
border: 0px solid blue;
color:#fff;
width:270px;
min-height: 58px;
}

.tooltip p {
padding:5px 5px 0 40px;
margin-bottom: 0 !important;
}

.tooltipCont  a{
position:relative;
font-weight: bold;
color:#fff;
text-decoration: none;
}

.tooltipCont p a{
position:relative;
font-weight: bold;
color:#fff;
text-decoration: none;
}

.tooltipCont br {
margin-bottom: 9px;
}
.tooltipBottom {
width:270px;
height: 6px;
background: url(../images/tooltipBottom.png) bottom no-repeat;
position: relative;
display: block;
border: 0px solid black;
}

