article, aside, audio,
body, b, 
canvas, command, 
details, dl, dt, dd, div, 
embed, 
form, fieldset, figcaption, figure, footer, 
group, 
html, header, hgroup, h1, h2, h3, h4, h5, h6, 
img, 
legend, label, li,
mark, menu, meter, 
nav, 
output, object, ol,
progress, p, 
section, summary, strong
time, table, tr, td,
ul, 
video 
{ margin:0px; padding:0px; border:0px;}

/** 表格 */
table { border-collapse:collapse; }
table tr td { font-size:14px; text-align:center;}

/** 項目符號 */
ul,ol { list-style:none;}


/* Tools 
---------------------------------------------*/
/* -- 清除浮动  --*/
.clear 			 { clear:both; }
.clearfix::after { visibility: hidden; display: block; font-size: 0; content: '.';clear: both; height: 0;}
.clearfix        { display: inline-block;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* -- 布局居中  --*/
.middle          { margin:0px auto;}
.left            { float:left; }
.right           { float:right; }

/* -- 內容居中  --*/
.text_center     { text-align:center; }
/* -- 内容左对齐  --*/
.text_left       { text-align:left; }
/* -- 内容右对齐  --*/
.text_right      { text-align:right; }

/** 鼠标样式*/
.hand { cursor:pointer;}
/** 自动换行 */
.wrap { white-space:normal; word-wrap:break-word; word-break:break-all; }
/** 溢出隐藏 */
.scroll { overflow:hidden;}
/** 绝对定位 */
.absol { position:absolute; }
/** 相对定位 */
.relet { position:relative; }
.block { display:block;}
.hidden { display:none;}


/** 圆角图片 */
.UIRoundedImage_Corners { background:transparent none repeat scroll 0 0; display:block;height:100%;width:100%; overflow:hidden;	position:absolute;top:0;left:0;}


