/*!
 * metro v0.1.0
 * ray(ray0324@foxmail.com) 
 * 2014 copyright bendibao.com
 */

html{color:#000;background:#FFF}blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
.clearfix{
	clear: both;
}
body{
	font-family: Microsoft yahei;
}
/*导航条*/
#top-nav {
  height: 45px;
  margin-top: 80px;
  background: #2c3e50;
}
#top-nav ul {
  height: 45px;
}
#top-nav ul li {
  font-size: 24px;
  line-height: 45px;
  float: left;
  height: 45px;
}
#top-nav ul li i {
  font-family: 'Simhei';
  font-weight: 300;
  font-style: italic;
  display: block;
  float: left;
  height: 45px;
  padding: 0 20px 0 10px;
  cursor: default;
  color: #fff;
}
#top-nav ul li a {
  font-family: 'Microsoft yahei';
  font-size: 16px;
  line-height: 45px;
  display: block;
  float: left;
  height: 45px;
  padding: 0 10px 0 10px;
  color: #fff;
  text-decoration: none;
}
#top-nav ul li a:hover {
  background: #212f3c;

}
#top-nav ul li a.active {
  background: #fc4349;
}

.container{
	width: 1000px;
	margin:0 auto;
}
.tax-calc{
	margin-top: 10px;
	padding:10px;
	border:1px solid #e5e5e5;
}
.h1{
	font-size: 24px;
	padding:10px 0;
	font-family: Simhei,Microsoft yahei;
}
.heading{
  position: relative;
  height: 60px;
  margin-bottom: 20px;
}
.heading .tips{
  position: absolute;
  right: 20px;
  top:20px;
  font-size: 14px;
  color:#777;
}
.heading .tips strong{
  font-weight: bold;
}
.form-control{
	float: left;
	height: 50px;
}
.submit{
	float: left;
	font-size: 16px;
	margin-left: 20px;
}
.filter{
	padding:20px;
}
.filter label{
	margin-right: 10px;
}
.filter label input{
	margin-right: 3px;
}
.input{
	width:200px;
	padding:5px;
	border:1px solid #ddd;
	outline: none;
	margin-right: 40px;
}
.input:focus{
	border:1px solid #fc4349;
	box-shadow: 0 0 3px rgba(252,67,73,.8);
}
.btn-success{
	width: 80px;
	padding:6px;
	background: #fc4349;
	color:#fff;
	border:0;
	outline: none;
	border:1px solid #fc4349;
	cursor: pointer;
	margin-left: -10px;
}
.btn-success:hover{
	background-color:#fa3737;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.table tr:hover {
  background: #f5f5f5;
}
.table tr th,
.table tr td {
  line-height: 20px;
  padding: 6px;
  text-align: left;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table tr th{
	font-weight: bold;
}
