ul#favorites {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 397px;
    left: 0px;
    list-style: none;
    z-index:50;
    display:none;
}
ul#favorites li {
    /*width: 100px;*/
    position: relative;
    margin-top: 1px;
}
ul#favorites li a
{
    cursor: pointer;
    display: block;
    margin-left: -2px;
    width: 116px;
    height: 33px;    
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
    text-decoration:none;
    /*
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
*/
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    /*opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);*/
}
ul#favorites .kontakt a{
  /*background: url('images/SpriteSheet.png') no-repeat;
  background-position: -486px -108px;*/
  text-decoration:none;
}
ul#favorites .kontakt a:before {
font-family: 'FontAwesome';
	content: "\f095";
    font-size: 24px;
float:right;
	line-height:33px;
width:33px;
height:33px;
color:white;
background-color:#83B9F6;
text-align:center;
}
html[lang=da] ul#favorites .kontakt a:after {
	content:"Kontakt";
	color: black;
	text-decoration:none;
	line-height:33px;
	margin-left:10px;
}
html[lang=en] ul#favorites .kontakt a:after {
	content:"Contact";
	color: black;
	text-decoration:none;
	line-height:33px;
	margin-left:10px;
}
ul#favorites .minside a:before      {
font-family: 'FontAwesome';
	content: "\f015";
    font-size: 24px;
float:right;
	line-height:33px;
width:33px;
height:33px;
color:white;
background-color:#83B9F6;
text-align:center;
}
html[lang=da] ul#favorites .minside a:after {
	content:"Min side";
	color: black;
	text-decoration:none;
	line-height:33px;
	margin-left:10px;
}
html[lang=en] ul#favorites .minside a:after {
	content:"My page";
	color: black;
	text-decoration:none;
	line-height:33px;
	margin-left:10px;
}
ul#favorites #lodder:before {
    font-family: 'FontAwesome';
	content: "\f145";
    font-size: 24px;
    float:right;
	    line-height:33px;
    width:33px;
    height:33px;
    color:white;
    background-color:#83B9F6;
    text-align:center;
}
html[lang=da] ul#favorites #lodder:after {
    content:"Lodder";
	color: black;
	text-decoration:none;
	line-height:33px;
	margin-left:10px;
    width:70px;
    display:inline-block;
}
html[lang=en] ul#favorites #lodder:after {
    content:"Entries";
	color: black;
	text-decoration:none;
	line-height:33px;
	margin-left:10px;
    width:70px;
    display:inline-block;
}
/*
ul#favorites .lodtrakning a      {
  background: url('/App_Themes/DinFerieFond/images/layout/SearchControl/Navigation.png') no-repeat;
  background-position: -486px -188px;
}
*/


ul#favorites .lot_box   
{
    /*display: block;
    position: relative;
    top: -34px;
    left: 0px;
    width: 30px;
    height: 33px;
    background-color: #000;*/
}