.ekoalert
{
  width : 313px;  
  margin-bottom : 10px;  
}        
.ekoalert .m-c
{
  width : 293px !important;
}  
.ekoalert .content
{
  margin : -4px 0px 0px 0px;
  background : transparent;
}
.ekoalert .header
{
  font-weight : bold;
  font-family : tahoma;
}
.ekoalert .header .left
{
  float : left;
}
.ekoalert .header .middle
{
  float : left;
}
.ekoalert .header .right
{
 font-weight : normal;
 float : right;
 font-size: 13px;
}
.ekoalert .header .h1
{
  color : #7D7A7B;
}
.ekoalert .header .h2
{
  color : #c10909;
}
.alerts
{
  zoom : 1;
  height : 140px;
  overflow : hidden;
}
.alerts ul
{
  border-top : 1px solid #eee;
  margin-top : 3px;
  display : block;
  padding : 2px 5px 5px 8px;
  list-style-type: none;
  background : #fff;
}
.alerts ul ul
{
 border : none;
 margin : 0px;
}
.alerts ul li
{
  padding : 0px 0px 0px 14px;
  margin : 0px 0px 0px 0px;
  background : transparent url(../images/icon/greendot-1.gif) no-repeat 0px 11px;
}
.alert-title{
  line-height : 26px;
  font-weight: bold;
}
.ekoalert .header .left:hover
{
  text-decoration:underline;
  color: #7D7A7B;
}
