/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	color: #707173;
	line-height: 16px;
	background: #dbdbdb;
}
.layout-default-bound{
	width: 980px;
	margin: 0px auto;
	background: #fff;
}
.layout-default-banner{
	width:100%;
}
.layout-default-banner{
	width:100%;
	}
.layout-default-banner{
	width:100%;
	}
/*********paging*************/
.paging-bound{
	text-align: center;
	overflow:hidden;
	display:inline-block;
	padding-bottom: 10px;
}
.paging-bound .page-label{
	display:none !important;
}
@media screen and (min-width: 800px){
	.paging-bound > span,.paging-bound a {
	display:inline-block !important;
	}
}
.paging-bound > span,.paging-bound a {
	
	height: 30px;
	width: 30px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	border-radius: 15px;
	text-decoration:none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	line-height:30px;
	margin: 5px;
	color: #2e2e2e;
	border: 1px solid #d7d7d7;
	font-weight: bold;
}
.pro-list-content .pagging .paging-bound span.page-label{
	display:none !important;
}
.news-list-content .pagging .paging-bound span.page-label{
	display:none !important;
}
.paging-bound span.page-ajax-active,.paging-bound a:hover{
	color:#fff;
	border-color: #197cd8;
	background-color: #197cd8;
	}
.paging-bound .space_pag{
	border:none;
	background:none;
	}
.paging-bound a.active{
	display:inline-block !important;
}
.paging-bound a.preview,.paging-bound a.next{
	width:94px;
	display:none;
	} 
/********* Paging mobile *************/	
@media screen and (min-width: 320px) and (max-width:800px){
	paging-bound > span, .paging-bound a {
	display: inline !important;
	height: 20px;
	line-height: 20px;
	padding:2px;
	border-radius: 15px;
	border:none !important;
	margin:0;
}
.paging-bound a.preview, .paging-bound a.next {
	width: 60px;
	display: none;
}
.paging-bound a.active{
	display:inline !important;
}
}

/*Path*/
.path-bound{
	
}
.path-bound ul li{
	display:inline-block;
	margin-right:10px;
}
.path-bound ul li.first a{
	color: #0000FF;
	font-size: 14px;
	cursor: pointer;
	background: transparent;
}
.path-bound ul li a{
	color: #0000FF;
	font-size: 14px;
	line-height: 16px;
}
.path-bound ul li:last-child a{
	text-decoration:none;
	color:#808080;
}
/*********************/
.star-rating {
	font-size: 14px !important;
	line-height: 14px;
	height: 16px;
	position: relative;
	margin-bottom: 10px;
	color: #e0dadf;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 4.7em;
	font-family: star;
	display:block !important;
	}
.star-rating:before {
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	font-size: 14px !important;
	line-height: 14px;
	height: 16px; 
	color: #ffb72c;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span:before {
	top: 0;
	position: absolute;
	left: 0;
}