@charset "UTF-8";

* {
	font-family: '宋体'
}

.head {
	background: url('../img/top_bg.png') repeat-x;
	margin-bottom: 5px;
}

.head a, .head a:hover {
	color: white;
}

.navbar-inner {
	min-height: 25px;
	height: 25px;
}

.navbar .nav>li>a, .navbar-ibtop {
	padding: 2px 15px 1px 15px;
	border-right: 1px solid #ddd;
}

.navbar .pull-right>li>a {
	border-left: 1px solid #ddd;
	border-right: 0px;
}

#top_space {
	height: 30px;
}

#top_space a {
	float: right;
	display: block;
	margin: 5px 20px 0 0;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

#top_space a:hover {
	color: #CCCCCC;
}

#top_space span {
	float: right;
	display: block;
	margin: 5px 20px 0 0;
	color: #ddd;
	font-size: 13px;
	text-decoration: none;
}

.copyright {
	line-height: 50px;
}

.hero-unit {
	background: white;
	border: 1px solid #bdbdbd;
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.46)
}

h2 {
	color: #0C960F;
	font-size: 22px;
}
/** 搜索条  **/
.search_b {
	padding: 0px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	background: #FAFAFA;
}

.search_b form {
	margin: 3px 0;
	border: 0;
	padding: 0
}

.search_b .list {
	padding: 10px;
}

.search_b table {
	border-spacing: 1px;
	margin: 0px;
	width: 100%;
}

.search_b table input {
	margin: 3px;
}

.search_b td {
	color: #333;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.search_b th {
	vertical-align: middle;
	text-align: right;
}

.search_b td {
	vertical-align: middle;
	text-align: left;
}
/** 分页条  **/
.pagination {
	float: right;
	margin: 0;
}
.pagination ul > li > a{
	background: #FFF;
}

/** 工具条  **/
.top_tool_bar {
	position: fixed;
	top: 0;
	background: #FAFAFA;
}

.top_tool_bar A {
	color: #000
}

#top_tool_bar {
	margin: 0;
	padding: 3px 0;;
	background: #FAFAFA;
	border: 1px solid #DDD;
	text-align: left;
}

/** **/
.pagemenu {
	height: 40px;
}

.panel3-tool {
	background: #F2F2F2;
}

.nav-pills>.active a, .nav-pills>.active a:hover {
	background: green;
}

.ebayCategorySelect {
	height: 100px;
}

body .modal {
	width: 800px;
	margin-left: -400px;
}

.modalLoader {
	width: 770px;
	height: 390px;
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
}

input[type=checkbox]:disabled {
	background: lightgray;
	width: 1px;
	height: 1px;
}
/** panel **/
.panel3 {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel3-heading {
	padding: 10px 15px;
	margin: -15px -15px 15px;
	font-size: 17.5px;
	font-weight: 500;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dddddd;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel3-footer {
	padding: 10px 15px;
	margin: 15px -15px -15px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel3-primary {
	border-color: #428bca;
}

.panel3-primary .panel3-heading {
	color: #ffffff;
	background-color: #428bca;
	border-color: #428bca;
}

.panel3-success {
	border-color: #d6e9c6;
}

.panel3-success .panel3-heading {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel3-warning {
	border-color: #fbeed5;
}

.panel3-warning .panel3-heading {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5;
}

.panel3-danger {
	border-color: #eed3d7;
}

.panel3-danger .panel3-heading {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.panel3-info {
	border-color: #bce8f1;
}

.panel3-info .panel3-heading {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel3-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

body .modal {
	width: 600px;
	margin-left: -300px;
}

.btn {
	cursor: pointer;
}

label {
	display: inline-block;
}

.table-search thead th {
	vertical-align: middle;
}

.table-search input[type=text] {
	width: 150px;
}

.table-search select {
	width: 120px;
}

.table-search {
	margin-bottom: 0px;
}
.table {
	border-radius:0px;
}
.table thead {
	background: #FAFAF1;
	background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
    background-repeat: repeat-x;
}
.table caption{
	background: #F2F9FF;
	text-align: left;
	padding: 3px 6px;
	font-weight:bold;
	border: #CEE5FC 1px solid;
	border-bottom: 0px;
}
.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child, .table-bordered tbody:first-child tr:first-child>th:first-child{
	border-top-left-radius:0px;
}
.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tbody:last-child tr:last-child>th:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>th:first-child{
	border-bottom-left-radius:0px;
}
.table-bordered caption+thead tr:first-child th:first-child, .table-bordered caption+tbody tr:first-child td:first-child, .table-bordered colgroup+thead tr:first-child th:first-child, .table-bordered colgroup+tbody tr:first-child td:first-child{
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
	input[type="datetime-local"], input[type="date"], input[type="month"],
	input[type="time"], input[type="week"], input[type="number"], input[type="email"],
	input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
	.uneditable-input {
	padding: 0px;
	font-size: 12px;
	line-height: normal;
	height: auto;
	min-height: 21px;
	margin: 1px;
}

.typeahead,
.tt-query,
.tt-hint {
  width: auto;
  height: 18px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #ccc;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 1px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 300px;
  margin: 0px 0;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 14px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}
