.phoen_month_list li{
	float: left;
    margin: 0;
    min-width: 33%;
    padding: 0;
}
.phoen_month_list li a.selected,
.phoen_month_list li a:hover
{
	background:  #bd0e90  none repeat scroll 0 0;
    color:   #1eed14 ;
}


.phoen_month_list li a{
	border: 0 none;
    box-shadow: none !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.phoen_month_list{
	list-style: outside none none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.phoen_desabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  background-color: #e0e0d1;
}


