/*****公共样式********/
body {
    color:#666;
    margin:0px;
    padding:0px;
    /*line-height: 24px;*/
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;
    border:none;
    list-style:none;
}
input {border:none;}
.lf   {float:left;}
.rt  {float:right;}
a  {
    color:#666;
    text-decoration:none;
}
a:hover {
    text-decoration:none;
    color:#de3237;
}
button{border:0px solid transparent;}
.clear{
    clear: both;
}
.trabecula_f{
    background-color: #faffdf;
    height:15px;
}