@charset "utf-8";
/*
 *ZUI CSS Base for All
 *Technical Support fanhy@gpcsoft.com
 *Copyright www.gpcsoft.com
 *
 */

/* ZUI Basic Setting
 * 基本设置
---------------------------*/
/* 哀悼，灰色调网站设置，for IE 
img { filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}*/

body { font: 14px Verdana, Geneva, sans-serif;}
a { text-decoration: none; }
nav a,.nav a,.navMain a,.navSite a { border-bottom:0;}
.container { /*width: 90%; margin: 10px auto */}
h1 { font-size:1.4em;}
h2 { font-size:1.3em;}
h3 { font-size:1.2em;}
h4 { font-size:1.1em;}

/* ZUI Button
 * ZUI 按钮
----------------------------------*/
button, .button { display: inline; display: inline-block; border: 1px solid #999; vertical-align: middle; padding:.1em .5em; border-radius: 4px; line-height:1.4; background: #f1f1f1;  _border:none; font-size:1em;}
button:hover, .button:hover { background: #f1f1f1; color: #c77405; }

/* ZUI List
 * ZUI 列表样式
----------------------------------*/
.listStyle_number { list-style:inside decimal;}
.listStyle_dot { list-style:inside square;}

