#header a.menu-trigger {
	color:#303030;  
}
#header a.menu-trigger:hover {
	color:#303030;  
}
.searchtxt {
	text-align:center;
	position:relative;
}
.searchtxt input{
	width:800px;
}
.searchtxt button{
    position: absolute;
    margin-left: -50px;
    margin-top: 7px;
    background: transparent;
    border: 0;
    color: #808080;
}
.top_banners {
	padding:40px 0 0;
	text-align:center;
	margin-bottom:40px;
}
.top_comments {
  border:1px solid #707070;
  padding:20px;
   box-sizing:border-box;
  color:#707070;
  margin-bottom:100px;
}
.onshop .products_box {
  margin-bottom:30px;
}
.onshop .products_box .products_title{
	 padding: 0 10px 5px;
    font-size: 12px;
    word-wrap: break-word;
}
.onshop .products_box .products_price{
	 padding: 0 10px 5px;
    font-size: 12px;
    word-wrap: break-word;
}


/* form design */
.form_type01 input[type="text"], 
.form_type01 input[type="tel"], 
.form_type01 input[type="email"], 
.form_type01 input[type="date"], 
.form_type01 input[type="number"], 
.form_type01 select, 
.form_type01 textarea {
	border: 1px solid #aaf;
	color: #444;
	font-size: 1em;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color:#333;
	border:solid 1px #ccc;
	border-radius: 3px;
	outline: none;
	margin: 0 10px 0 0 ;
}
.form_type01 textarea {
	width:100%!important;
	padding: 1em;
	min-height:10em;
	height: auto;
	font-size:15px;
}
.form_type01 select {
	width:30%;
	margin-bottom:10px;
}
.form_type01 input[type="text"], 
.form_type01 input[type="tel"], 
.form_type01 input[type="email"], 
.form_type01 input[type="date"], 
.form_type01 input[type="number"],
.form_type01 textarea {
	-moz-transition: border .25s;
	-webkit-transition: border .25s;
	-o-transition: border .25s;
	transition: border .25s;
}
.form_type01 input[type="text"]:hover,
.form_type01 input[type="tel"]:hover,
.form_type01 input[type="email"]:hover,
.form_type01 input[type="text"]:active,
.form_type01 input[type="tel"]:active,
.form_type01 input[type="email"]:active,
.form_type01 input[type="text"]:focus,
.form_type01 input[type="tel"]:focus,
.form_type01 input[type="email"]:focus,
.form_type01 textarea:hover,
.form_type01 textarea:focus,
.form_type01 textarea:active {
	border: 1px solid #bbb;
}
.form_type01 input[type="text"],
.form_type01 input[type="tel"],
.form_type01 input[type="email"], 
.form_type01 input[type="date"], 
.form_type01 input[type="number"],
.form_type01 textarea{cursor: text;}
.form_type01 select {height: auto;}
.form_type01 .error {
	margin: 3px 0 0 0px;
	padding: 3px;
	font-weight: bold;
	border: 1px solid #ff0000;
	background: #ffcccc;
}






.breadcrumb {
	padding:10px 0; 
}
.category_title {
 	font-size:30px;
  font-weight:bold;
  text-align:center;
  margin:30px 0 60px;
}
.cg_freespace_01 {
  width:800px;
  margin:0 auto 40px;
}
.sortset {
	text-align:right;
	padding:30px 0 20px 0;
}
.sortset span{
	color:	#A70303;
}
.pagerset {
	text-align:center;
	margin-bottom:100px;
}
.pagerset .nowpage {
	background:#E8E8E8;
	border:1px solid #C1C1C1;
	color:#000;
  	display:inline-block;
	padding:6px 10px ;
}
.pagerset a {
	background:#FFFFFF;
 	border:1px solid #C1C1C1;
	color:#000;
  	display:inline-block;
	padding:6px 10px ;
}
.pagerset a:hover {
	text-align:center;
	background:#E8E8E8;
	text-decoration:none;
}

.shopnavigate ul {
	margin-bottom:120px;
}
.shopnavigate ul li {
	float:left;
 	width:200px;
	margin:0 20px 20px;
  line-height:1.4;
}
.shopnavigate ul li a {
	display:block;
  text-align:center;
  border-bottom:1px solid #333;
  padding:4px 0 10px;
}
.shopnavigate ul li a:hover {
	text-decoration:none;
}
.shopnavigate ul li a span{
	display:block;
    text-align:center;
    font-size:18px;
}
.shopnavigate ul li a small{
	display:block;
	text-align:center;
	font-size:13px;
}
.btmfixednav {
	position:fixed;
    bottom:5px;
	right:10px;
	width:120px;
	z-index:1000;
}
.btmfixednav a{
	display:block;
	background:#414141;
	color:#fff;
	margin-bottom:5px;
	padding:5px;
}
.btmfixednav a span{
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
  font-weight:bold;
	font-size:12px;
}
.btmfixednav a:hover{
	text-decoration:none;
}
.btmfixednav a img{
	width:30px;
	display:inline-block;
	padding-right:15px;
	vertical-align:middle;
}