/**
 * ȫվ����ʽ��
 *
 * @author xinsea<hixinsea#gmail.com>
 * @date   2013-06-19
 * @link   http://www.xinsea.com/
 */

/**
 * Reset
 */
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body, button, input, select, textarea {
    font: 12px/1.5 arial, "微软雅黑";
}

input, select, textarea {
    font-size: 100%;
}


th {
    text-align: inherit;
}

fieldset, img {
    border: 0;
}

iframe {
    display: block;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

ol, ul {
    list-style: none;
}
i{font-style: normal;}
caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

q:before, q:after { content: ''; }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

a { text-decoration: none; outline:none; }
a:hover { text-decoration: underline; }

/* �ı������ */
.fn-input, .fn-checkbox, .fn-radio, .fn-button {
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align: middle;
}
.fn-input, .fn-textarea {
    padding: 3px 8px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-size:12px;
}
.fn-input { height: 20px; line-height:20px;}
.fn-textarea { line-height: 150%;}
/* ��ѡ�� */
.fn-checkbox {
    width: 13px;
	height: 13px;
	margin: 0 3px 0 0;
	cursor: pointer;
	vertical-align: text-bottom;
	background: #fff;
}
/* ��ѡ�� */
.fn-radio {
    width: 13px;
	height: 13px;
	margin: 0 3px 0 0;
	cursor: pointer;
	vertical-align: text-bottom;
	background: #fff;
}
/* �����˵����ǩ */
.fn-lable {
    display:inline-block;
    *display:inline;
    *zoom:1;
    cursor:pointer;
}
/* ��ť */
.fn-button {
    height: 28px;
    padding-right: 15px;
	padding-left: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
	text-decoration: none;
}
/* ��� Focus ״̬�ı߿� */
input:focus, select:focus, textarea:focus, button:focus,
.fn-input:focus, .fn-textarea:focus,
.fn-checkbox:focus,
.fn-radio:focus,
.fn-button:focus { outline: none;}

/**
 * ���
 */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display:inline-block; }/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }/* End hide from IE-mac */

/**
 * Utilities
 */
.pull-left,
.pull-right { display: inline; }
.pull-left { float: left; }
.pull-right { float: right; }

.fn-hide { display: none;}

.fn-show { display: block;}

.fn-invisible { visibility: hidden;}

.inline-show {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.own-layout {
    overflow: hidden;
    *zoom: 1;
}

/**
 * ������ɫ
 */
.red { color:#f00;}

/**
 * ���ֶ��뷽ʽ
 */
.txt-align-c { text-align:center;}

/**
 * Layout Width
 */
.w960 { width:960px; margin:0 auto;}

/**
 * ������
 */
.scroll-bar { overflow:auto;}

/* ���� */
#site-nav { position:fixed; *position:absolute; top:0; left:0; width:100%; z-index:99999;}
#site-nav .inner { height:30px; padding:0 2px;}
#site-nav .site-menu { float:left;}
#site-nav .user-menu { float:right;}
#site-nav ul { font-size:0;}
#site-nav li {
    display:inline-block;
    *display:inline;
    *zoom:1;
    height:25px;
    margin-right:5px;
    padding-top:5px;
    font-size:12px;
    line-height:1.5;
    vertical-align:middle;
}
#site-nav a, #site-nav span { display:block; padding:0 12px;}
#site-nav a#account_user:hover { text-decoration: underline;}
#site-nav s {
    position:absolute;
	top:14px;
    right:2px;
	display:-moz-inline-box;
	display:inline-block;
	width:0;
	height:0;
	border-width:3px 3px 0;
	border-style:solid dashed dashed;
	font-size:0;
	line-height:0;
}
#site-nav a:hover { text-decoration:none;}
#site-nav .dropmenu { position:relative; z-index:4000;}
#site-nav .menu_bd { display:none; position:absolute; top:30px; width:84px; z-index:2001;}
#site-nav .over .menu_bd { display:block;}
#site-nav .project-nav-icon em { padding-left:15px;}
#site-nav .project-nav-icon img { position:absolute; top:2px; left:0;}
#site-nav .T_iframe { position:absolute; top:0; left:0; width:100%; height:100%; _width:85px; _height:218px; z-index:-1;}