/* Года */
.bulletin-years
{
	list-style-type: none !important;
	list-style-image: none !important;
	padding: 3px 15px !important;
	margin-bottom: 2.5em;
	background-color: #7AB800;
	border-color: #AFD56E;
	border-style: solid;
	border-width: 1px 0px;
    margin-bottom:2px;
}

.bulletin-years li
{
    background: none;
	display: inline;
	margin: 0 !important;
    padding:0 !important;
}

.bulletin-years a
{
	padding: 3px 0.7em !important;
	color: white;
	font-size: 11pt;
	text-decoration: none;
}

.bulletin-years .selected, .bulletin-years a:hover
{
	background: white !important;
	color: #FF5900;
	font-weight: bold;
	border-bottom: 3px solid #FF5900;
}

/* Месяца */
.bulletin-months {
    list-style-type: none !important;
    list-style-image: none !important;
    padding: 3px 15px !important;
    margin-bottom: 2.5em;
    background-color: #f0f0f0;
    /*border-color: #AFD56E;
    border-style: solid;
    border-width: 1px 0px;*/
    margin:0 0 10px 0;
}
.bulletin-months li
{
    background: none;
    display: inline;
    margin: 0 !important;
    padding:0 !important;
}
.bulletin-months a
{
    padding: 3px 0.7em !important;
    color: #707070;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.bulletin-months .selected, .bulletin-months a:hover
{
    color: #707070;
    border-bottom: 2px solid #FF5900;
}
