﻿
/** 
	@����: ui.base
	@����: ����ͨ����ʽ
*/
 
/* �������߾��ڸ����������ʽ�ı���λ��һ��  */
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;
}

/* ����ҳ������ */
body,button,input,select,textarea {
	font:12px/100% Microsoft YaHei,SimSun,arial,sans-serif;
	margin:0;
	padding:0;
}

/* �����ı����ı������ */
input,select,textarea {
	font-size:100%;
	vertical-align:middle;
}

/* ���firefox��button��ť���ֲ��ܴ�ֱ���� */
button::-moz-focus-inner{ 
	border:0; 
	padding:0; 
	margin:0; 
}

/* ȥ���Table cell�ı߾ಢ������غ� */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* IE bug fixed: th ���̳� text-align */
th {
	text-align:inherit;
}

/* ȥ��Ĭ�ϱ߿� */
fieldset,img {
	border:0;
}

/* ��� ie6 7 8(q) bug ��ʾΪ���ڱ��� */
iframe {
	display:block;
}

/* ȥ�� firefox �´�Ԫ�صı߿� */
abbr,acronym {
	border:0;
	font-variant:normal;
}

/* ȥ���б�ǰ�ı�ʶ, li ��̳� */
ol,ul {
	list-style:none;
}

/* �ñ��ⶼ�Զ���, ��Ӧ���ϵͳӦ�� */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500;
}
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;
}

/* �������� hover ״̬����ʾ�»��� */
a:hover {
	text-decoration:underline;
}
/* Ĭ�ϲ���ʾ�»��ߣ�����ҳ���� */
ins,a {
	text-decoration:none;
}

/* ������� */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
	overflow:hidden;
}
.clearfix {
	zoom:1; /* for IE6 IE7 */
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	height:0;
	line-height:0;
	font-size:0;
}

/* ������ʾ������, ͨ�������� JS ��� */
.hide {
	display:none !important;
	visibility:hidden;
}
.block {
	display:block !important;
}

/* ��������, ���ٸ���������bug */
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}

/* ����ͼƬ��ֱ���� */
.box_img{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.box_img img{
	vertical-align:middle;
}

/* �������峣����ʽ */
.red{
	color:red;
}
.grey{
	color:grey;
}
.blue{
	color:blue;
}
.green{
	color:green;
}
.black{
	color:black;
}
.bold{
	font-weight:normal;
}
.normal{
	font-weight:normal;
}

.fontSize1{
	font-size:10px;
}
.fontSize2{
	font-size:12px;
}
.fontSize3{
	font-size:14px;
}

/* ���ü�� */
.marginBottom1{
	margin-bottom:5px;
}
.marginBottom2{
	margin-bottom:10px;
}
.marginBottom3{
	margin-bottom:15px;
}
.marginBottom4{
	margin-bottom:20px;
}
/* 20140114  ���� */
.marginBottom5{
	margin-bottom:7px;
}

