.top-news-container {
	width: 980px;
	margin: 0 auto;
	background: #87ceeb;
	padding: 5px 10px;
}
.new-header-top-container {
	width: 980px;
	margin: 0 auto;
}
.new-header-top {
	padding: 20px 15px;
	background: #232f3e;
	position: relative;
}
.header-search-form {
	max-width: 500px;
}
.header-right-menu {
	position: absolute;
	right: 15px;
	top: 25px;
	width: 200px;
}
.header-right-menu a {
	color: #FFF;
}
.header-right-menu a:hover {
	color: #FFF;
}
.tbl-header-top {
	width: 100%;
}
.tbl-header-top td {
	vertical-align: middle;
}

.header-menu-datas a {
	display: inline-block;
	padding: 10px 0;
	padding-right: 25px;
	color: #DDD;
}
.header-menu-dropdown {
	display: inline-block;
}
.header-submenu-datas {
	position: absolute;
	display: none;
	min-width: 160px;
	z-index: 9999;
	background: #FFF;
	border-top: 3px solid #1e364c;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
}
.header-submenu-datas a {
	display: block;
	padding: 5px 20px;
	color: #2c4762;
}
.header-submenu-datas a:hover {
	background: #F5F5F5;
}
.header-menu-dropdown:hover .header-submenu-datas {
	display: block;
}
/*
.btn-default {
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
}
*/
.product-link-container {
	width: 980px;
	margin: 0 auto;
}
.product-link-inner {
	padding: 10px;
	background: #000;
}
.product-link-inner a {
	color: #DDD;
	margin-right: 25px;
}
.hmenu a {
	display: inline-block;
	padding-right: 25px;
}
.hmenu-dropdown {
	display: inline-block;
}
.hmenu-dropdown-link,
.hmenu-dropdown-link:hover {
	color: #666;
}
.hmenu-dropdown-menu {
	position: absolute;
	display: none;
	min-width: 160px;
	z-index: 9999;
	background: #FFF;
	border-top: 3px solid #1e364c;
	border-right: 1px solid #1e364c;
	border-left: 1px solid #1e364c;
	border-bottom: 1px solid #1e364c;
	padding: 5px 0;
}
.hmenu-dropdown:hover .hmenu-dropdown-menu {
	display: block;
}
.hmenu-dropdown-menu a {
	display: block;
	padding: 3px 20px;
	color: #000;
}
.hmenu-dropdown-menu a:hover {
	color: #000;
}
.header-cart-link {
	background: url(/img/header_cart.png?t=1) no-repeat;
	display: block;
	width: 45px;
	height: 35px;
	position: absolute;
	right: 15px;
	top: -5px;
}
.cart-item-num {
	position: absolute;
	top: -5px;
	left: 18px;
	font-weight: bold;
	color: orange;
}

.page-path-container {
	width: 980px;
	margin: 0 auto;
	background: #fffafa;
	padding: 10px;
	overflow: hidden;
}
.page-path-list li {
	display: inline;
	float: left;
	margin-right: 10px;
}
.page-path-list li,
.page-path-list li * {
	font-size: 13px;
}
.page-path-list li:last-child {
	margin-right: 0px;
}
.page-path-list li:after {
	font-family: FontAwesome;
	content: '\f101';
	color: #999;
	margin-left: 5px;
}
.page-path-list li:last-child:after {
	content: "";
}

.review-unit {
	width: 460px;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}
.review-unit,
.review-unit * {
	font-size: 13px;
}
.review-photo {
	margin-right: 2px;
	margin-bottom: 2px;
}
.bg-gray {
	background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
}
.text-red {
	color: #B12704 !important;
}
.text-lg {
	font-size: 16px;
}
.tit-lg {
	font-size: 18px;
	color: #007bbb;
}
@media screen and (max-width:768px){
	.top-news-container,
	.new-header-top-container,
	.page-path-container {
		width: 100%;
	}
	.review-unit {
		display: block;
		width: 100%;
	}
}


/**************/
.cashress {
	height: 35px;
	overflow: hidden;
	width: 980px;
	margin: auto;
}
@media screen and (max-width:768px){
	.cashress {
		height: auto;
		width: 100%;
	}
	.cashress img {
		width: 100%;
	}
}

.tbl-panel tr th:first-child,
.tbl-panel tr td:first-child {
	border-left: none !important;
}

.tbl-panel tr:first-child th,
.tbl-panel tr:first-child td {
	border-top: none;
}
.tbl-panel tr:last-child th,
.tbl-panel tr:last-child td {
	border-bottom: none;
}
.tbl-panel th,
.tbl-panel td {
	vertical-align: middle !important;
	border-color: #DDD;
}
.tbl-panel th {
	text-align: center;
	background: #F5F5F5;
}
.tbl-panel thead th {
	background: #F5F5F5;
}

.tbl-panel tr th:last-child,
.tbl-panel tr td:last-child {
	border-right: none !important;
}

.tbl-panel {
  font-size: 12px;
}
.tbl-panel * {
  font-size: inherit;
}
.tbl-panel th,
.tbl-panel td {
  color: #333;
  vertical-align: middle !important;
}

