@charset "utf-8";

/* all */
/** {margin: 0; padding: 0;}*/

body {background-color: #fff;}

body, select, input, form, textarea {font-family: Tahoma; font-size: 12px; line-height: 160%; color: #666;}

select, input {vertical-align: middle;}

ol, ul {margin: 0; padding: 0; list-style: none;}

table {border-collapse: collapse;}

em {font-style: normal;}

img {border: 0;}
img.link {cursor: pointer;}

.middle {vertical-align: middle;}

select {color: #888;}
input {height: 14px; line-height: 14px; color: #888;}

/* 数量格式 */
b {padding: 0 3px; color: #f94209;}

/* 星号、重点橙色字 */
i {padding: 0 3px; color: #fe5400; font-style: normal;}

/* global link */
a:link, a:visited, a:active, a:hover {text-decoration: none; color: #666;}
a:hover {text-decoration: underline;}

/* float */
.float_r {float: right;}
.float_l {float: left;}

/* align */
.align_c {text-align: center;}
.align_r {text-align: right;}
.align_l {text-align: left;}

/* space */
.clear {font: 0px/0px sans-serif; clear: both; visibility: hidden; display: block;}