@charset "utf-8";
/* CSS Document */

.btn-arhiva {
width: 190px;
height: 40px;
padding: 0px;
margin: 0px;
}
.btn-arhiva a {
background: url(../images/btn-stiri.gif) no-repeat left top transparent;
font-weight: bold;
text-align: center;
line-height: 40px;
white-space: nowrap;
text-decoration: none;
width: 190px;
height: 40px;
padding: 0px;
margin: 0px;
display: block;
}
.btn-arhiva a:hover {
background: url(../images/btn-stiri.gif) no-repeat scroll -190px top transparent;
font-weight: bold;
text-align: center;
line-height: 40px;
white-space: nowrap;
text-decoration: none;
width: 190px;
height: 40px;
padding: 0;
margin: 0;
display: block;
}

.lista-arhiva {
background: #CCC;
width: 520px;
padding: 0px;
margin: 0;
float: left;
clear: both;
}
.lista-arhiva ol {
width: 520px;
padding: 0;
margin: 0;
float: left;
}
.lista-arhiva ol li {
background: #FFF;
list-style: none outside;
padding: 5px;
margin: 2px 0px;
}
.lista-arhiva ol li a {
font-size: 11px;
color: #3399FF;
font-weight: bold;
padding: 0px 5px;
text-decoration: none;
}
.lista-arhiva ol li a:hover {
font-size: 11px;
color: #3366CC;
font-weight: bold;
padding: 0px 5px;
text-decoration: underline;
}
.lista-arhiva ol li span {
color: #3399FF;
font-size: 10px;
display: block;
padding: 2px 0px;
margin-bottom: 5px;
border-bottom: solid 1px #ededed;
}
.lista-arhiva ol li span em {
font-size: 11px;
font-weight: bold;
color: #3366CC;
font-style: normal;
font-weight: bold;
padding: 0px 0px 0px 10px;
}

/*-- Meniu numeric --*/

.meniu-numeric {
width: 500px;
height: 25px;
padding: 5px 10px;
margin: 0px;
overflow: hidden;
float: left;
clear: both;
}
.meniu-numeric ul {
height: 25px;
padding: 0px;
margin: 0px;
float: right;
clear: both;
}
.meniu-numeric ul li {
list-style: none outside;
height: 25px;
padding: 0px;
margin: 0px 1px;
float: left;
}
.meniu-numeric ul li a {
background: url(../images/btn-sidebar-on.png) no-repeat center center transparent;
color: #FFF;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: center;
line-height: 25px;
width: 25px;
height: 25px;
display: block;
}
.meniu-numeric ul li a:hover, .meniu-numeric ul li a.selected {
background: url(../images/btn-sidebar-ov.png) no-repeat center center transparent;
color: #FFF;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: center;
line-height: 25px;
width: 25px;
height: 25px;
display: block;
}

.clear {
float: left;
clear: both;
}
