/* reset */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea,
th, td{ margin: 0;padding: 0; }
body, button, input, select, textarea /* for ie */ { font:12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; }
ul, ol { list-style: none outside none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
s{ text-decoration:none;}
/* Basic Elements */
a{ color:#515151;}
a:hover{ color:#DD3938;}

/* Basic Classes */
button{ cursor:pointer; }
textarea{ overflow-y:auto; }

/* btn.png 按钮 宽度100px 纵向排列 高度自动 预留划过效果*/
.btn{ background:url(img/btn.png) no-repeat 0 0;border:none;display:inline-block;cursor:pointer;padding-left:10px;}
.btn span {	background:url(img/btn.png) no-repeat right 0;display:inline-block;cursor:pointer;padding-right:10px;text-align:center;}

/* icon_s.png 小图标 1px - 30px 纵向排列 50px高度 */
.icon_s{ background:url(img/icon_s.png) no-repeat 0 0; }

/* icon_m.png 中图标 30px - 50px 纵向排列 100px高度 */
.icon_m{ background:url(img/icon_m.png) no-repeat 0 0; }

/* bg_r_x.png 背景图 横向重复图 5像素宽 纵向排列 50px高度*/
.bg_r_x{ background:url(img/bg_r_x.png) repeat-x 0 0; }

/* Generic Classes */
.clear{ clear:both; }
.clearfix{ zoom:1; }
.clearfix:after{ content:".";display:block;height:0;clear:both;visibility:hidden; }
.fl { float: left; }
.fr { float: right; }
.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }
.pa { position: absolute; }
.pr { position: relative; }
.vt { vertical-align:top; }
.vm { vertical-align:middle; }
.vb { vertical-align:bottom; }
.template,.hide { display: none !important; }
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.pt10 { padding-top: 10px; }
.pb10 { padding-bottom: 10px; }
.pr10 { padding-right: 10px; }
.pl10 { padding-left: 10px; }
.oh{ overflow: hidden; }

.rst_btn{ background:none;border:none;white-space:nowrap; } /* 强制文字不换行,重置按钮的边框和背景button和input可用 */
.red{ color:red; }
/* 文字截断 必须自定义宽度
 * 当多个子节点是li或div时可使用.te
 * 当本元素需要截断时使用.te_s
 * 如有特殊应用情况 请在此添加选择器*/
.te li,.te div,.te_s{
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow:hidden;
}

