
#avmenu ul {
list-style:none;
width:150px;
margin:0 0 20px 0;
padding: 0px;
}

#avmenu li { margin-bottom:3px; }

#avmenu li a {
font: bold 13px verdana;
height:20px;
text-decoration:none;
color:#505050;
display:block;
padding:3px 0 0 10px;
background:#f4f4f4;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
}

#avmenu li a:hover, #avmenu li a.current {
background:#eaeaea;
color:#505050;
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
border-left:4px solid #fb6400;
}

#avmenu ul ul {
margin: 0 0 0 10px;
font-size:0.9em;
width:124px;
}

#avmenu ul ul a {
height:16px;
margin:0;
padding: 4px 0 4px 8px;
border-left:4px solid #1788c8;
}

table.profils {border:1px solid #999;background-color:#efefef;margin:0 10px 10px 0;width:166px}
table.profils td.info {padding:5px 10px 0 8px}
table.profils p.name a {text-decoration:none;color:#333;}
table.profils p.name {font: bold 13px verdana;margin:0}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(http://krabjiem.lv/img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:0px;}