/* common styling */
.popup {
font-family:Arial, Helvetica, sans-serif;
/*width:400px;*/

/*margin:50px 125px;*/
}
.popup ul {
padding:0; 
margin:0;
border:0;
list-style-type: none;
list-style-image:none;
}

.tekst .popup ul li
{
	/*width: 560px;*/
	list-style-type: none;
	background-image: none;
}

/*.popup ul li {
float:left;
margin:5px;
width:80px;
height:80px;
border:1px red;
background-color:Fuchsia;
}*/
.popup ul li a, .popup ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 

height:15px; 
background:#FFF;
}
.popup ul li a img, .popup ul li a:visited img {
border:0;
}

.popup ul li dl {
visibility:hidden;
position:absolute;
}

.popup table {
margin:-2px;
border:0;
padding:0;
border-collapse:collapse;
font-size:1em;
}

.popup dl {width:320px; padding:0 0 20px 0; background:transparent url(../sites/bottom.gif) no-repeat bottom left; height:auto;}
.popup dt {margin:0; padding:5px 15px; font-size:15px; font-weight:bold; color: #000; background:transparent url(../sites/top.gif) no-repeat top left; text-align:left;}
.popup dd {margin:0; padding:5px 15px; color:#908D8C; font-size:11px; border:1px solid #f2f1d2; border-width:0 1px; background:#f2f1d2  no-repeat bottom right;}
.popup dd p {padding:0; margin:10px 0; line-height:1.5em;}

.popup dl.info1 {background:#f2f1d2; height:auto;}


/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.popup ul li:hover,
.popup ul li a:hover {
color:#000; 
position:relative;
cursor: pointer;
cursor:hand;
}

.popup ul li:hover dl,
.popup ul li a:hover dl {
visibility:visible;
color:#000;
top:20px;
left:20px;
cursor:default;
}

/*.popup ul li:hover dl em,
.popup ul li a:hover dl em {
display:block;
position:absolute;
left:-35px;
top:75px;
width:36px; 
height:36px;
background:red;
}*/

.popup ul li:hover dl a,
.popup ul li a:hover dl a {
height:0.8em;
color:#908D8C;
font-weight:bold;
background:transparent;
text-decoration:none;
display:inline;
}

.popup ul li:hover dl a:hover,
.popup ul li a:hover dl a:hover {
text-decoration:none;
background:transparent;
}
