/*changes */

div#filters ul{
    float:left;
    margin: 0 10px 0 0;
}

div#filters li{
    margin: 0 0 5px 0;
}

#breadcrumb{
    margin: 0 0 10px 0;
}

/* EOF changes */



/* MISC */


#popup{
    min-width:10px;
    min-height:10px;
    max-width: 500px;
    left:0;
    position:absolute;
    top:0;
    z-index: 2;
    background-color:#2463a3;
    border:2px solid #e8e8e8;
    /*
	filter: alpha(opacity=65);
  	-moz-opacity: 0.65;
  	opacity: 0.65;
    */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
    display:none;
}

#popup div#popup_wrapper{
    background:white;
    margin:10px;
    padding:5px;
}

#popup .close{
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    border-top:1px solid gray;
    margin: 10px 0 0 0;
    padding:5px 5px 0 0;
}

#popup_error{
    display:none;
    background:#ffafaf;
    border:1px solid #bc0000;
    padding:5px;
    margin:5px;
}

#popup_error p{
    color:#bc0000;
}


.input_d {
	background: url(../../images/button_bg.gif) no-repeat top right;
	border: none;
	height: 33px;
	font-size: 18px;
    font-weight: bold;
    text-align: center;
	cursor:pointer;
}

.input_d[disabled]{
    color:#414141;
}

.likeit{
    cursor: pointer;
}

.likeit:hover{
    text-decoration: underline;
}

a.d_lr{
    text-decoration: none;
    font-weight: bold;
    border:1px solid red;
    padding:3px;
    margin: 0 5px 0 0;
    font-size: 10px;
}

a:hover.d_lr{
    border:1px solid black;
    color:black;
    background: gray;
}

.lista_obiective li{
    margin-bottom: 10px;
}
