div.title_list span {
border:1px solid #3F88CC;
border-radius:15px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
display:block;
float:left;
text-decoration:none;
background:#AED9E6;
color:#1364BA;
margin-right:4px;
margin-bottom:2px;
font-family:helvetica;
font-size:11px;
font-weight:700;
padding:3px;
}

div.title_list {
padding:5px;
clear:both;
max-width:28%;
position:absolute;
border:1px solid #C4C6CF;
overflow-y:auto;
-border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
background:#E6E7ED;
-webkit-box-shadow:4px 4px #AAA;
-moz-box-shadow:4px 4px #AAA;
}
div.static_title_list{
max-width:100%;
width:100%;
position:relative;
background:none;
border:none;
-border-radius:none;
-moz-border-radius:none;
-webkit-border-radius:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}




div.title_list a {
font-weight:700;

}

div.title_list a:visited {
color:#1364BA;
}
