﻿td, th, blockquote, p, textarea, input, legend, fieldset, form, code, pre, h6, h5, h4, h3, h2, h10, li, ol, ul, dd, dt, dl, div, body {
    margin: 0;
    padding: 0;
}

li {
    list-style: none outside none;
}
a {
    text-decoration: none;
}

.fy {
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
}
.fy .fy_size {
    color: #666666;
    float: left;
}
.fy .fy_size span {
    margin: 0 5px;
}
.fy .fy_size em {
    font-weight: bold;
    padding: 0 2px;
}
.fy .fy_list {
    float: left;
}
.fy .fy_list li {
    background: url("/skin/images/fy_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #CFCFCF;
    float: left;
    margin: 0 2px;
}
.fy .fy_list li a {
    color: #666666;
    display: inline-block;
    height: 100%;
    padding: 0 4px;
}
.fy .fy_list li.fy_current {
    background: url("/skin/images/fy_on_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #089DCB;
}
.fy .fy_list li.fy_current a {
    color: #FFFFFF;
    font-weight: bold;
}
.zwj_fy .fy {
    float: right;
}