﻿/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td, table {
    margin: 0;
    padding: 0;
}

/*IE Opera去掉点击链接时的虚线外框*/
/*FF Opera去掉点击链接时的虚线外框*/
body a {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

body, input, select, button, textarea {
    font-size: 13px;
    font-family: "微软雅黑";
    color: #333333;
}

/*统一不同浏览器字体大小*/
table {
    border-collapse: collapse;
}

button {
    cursor: pointer;
}

img {
    vertical-align: middle;
    border: 0;
}

/*图片去边框并居中*/
ul, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0068B9;
}

a:hover {
    color: #ff6636;
}

area {
    blr: expression(this.onFocus=this.blur());
}

/*图片热点去掉点击链接时的虚线外框*/
a:focus {
    -moz-outline-style: none;
}

/*a vertical scroll bar*/
html {
    overflow: -moz-scrollbars-vertical; /* For FF */
    -ms-overflow-y: scroll; /* For IE */
    overflow-y: scroll; /* For others & old IE */
}

/*在FF浏览器下始终显示滚动条到达不太浏览器效果一致*/
.f_left {
    float: left;
}

.f_right {
    float: right;
}

body {
    background: #fff;
}

html {
    scrollbar-face-color: #f6f6f6;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #eee;
    scrollbar-3dlight-color: #eee;
    scrollbar-arrow-color: #000;
    scrollbar-track-color: #fff;
    scrollbar-darkshadow-color: #fff;
}

