/**
 * @version		0.0.2
 * @package		ZMAXSHOP
 * @author		ZMAX程序人 http://www.zmax99.com
 * @copyright	Copyright (c) 2006 - 2014 南宁市程序人软件科技有限责任公司. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
 
 /*
  *	说明： 在本css文件中定义所有的商城的基础类
  * 作者：min.zhang
  * Email:zhang19min88@163.com
  */
  

.module_title {
    border-bottom: 3px solid #dedede;
    margin-bottom: 10;
    padding-bottom: 3px;
	border-radius: 5px;
}

  
.zmaxitem {
    float: left;
    padding: 4px;
    width: 30%;
}
  
.zmaxhide {
	display: none;
}
.zmaxshow {
	display: block;
}

.itemuser {
    border-bottom: 1px dashed #dedede;
    margin: 5px 0;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 5px;
}



table.zmaxitems {
    clear: both;
    margin: 10px;
    width: 100%;
}


.addOn {
    background: #fff none repeat scroll 0 0;
    margin-left: 25px;
    padding: 5px;
}


.addOn::after {
    clear: both;
    content: "";
    display: block;
}

table.zmaxitems {
  border-collapse: collapse;
  border-spacing: 0;
}

#zmaxitems::after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
}

.zmaxitems td,
.zmaxitems th {
  padding: 0;
}

.zmaxask {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
/*顶部的排序分类框*/

.items_top::after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
    padding-bottom: 8px;
}
.items_top {
    border-bottom: 1px solid #dedede;
}
.items_top h3 {
    color: #555555;
    float: left;
    margin: 0;
    width: 50%;
}

.items_top #sorts {
    float: right;
    text-align: right;
    width: 45%;
}

/*商品分类*/
.items_left.filter {
    width: 100%;
	padding-bottom: 15px;
}


/*商品详情页面*/

.choose ul li {    
    list-style: outside none none;
}


.choose ul li {
    float: left;
    list-style: outside none none;
    width: 60px;
}

.choose::after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

#filters li {
    background: #e4e4e4 none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    display: inline;
    list-style: outside none none;
    padding: 3px;
}

#sorts > li {
    float: right;
    list-style: outside none none;
    padding-left: 5px;
    padding-right: 5px;
}

#sorts span {
    padding-left: 10px;
}

.zmaxitem {
    border: 1px solid #dedede;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 4px;
    width: 30%;
}

/* 输入框*/
#zmaxshop textarea,
#zmaxshop  input[type="text"], 
#zmaxshop  input[type="password"], 
#zmaxshop  input[type="datetime"], 
#zmaxshop  input[type="datetime-local"],
#zmaxshop  input[type="date"], 
#zmaxshop  input[type="month"],
#zmaxshop  input[type="time"], 
#zmaxshop  input[type="week"],
#zmaxshop  input[type="number"],
#zmaxshop  input[type="email"],
#zmaxshop  input[type="url"],
#zmaxshop  input[type="search"],
#zmaxshop  input[type="tel"],
#zmaxshop  input[type="color"], 
#zmaxshop  .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	height:auto;
}
/*Tab类*/


dl.tabs {
	float: left;
	margin-bottom: -1px;
}
dl.tabs dt.tabs {
	float: left;
	margin-left: 3px;
	padding: 4px 10px;
	background-color: #F0F0F0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
dl.tabs dt:hover {
	background-color: #F9F9F9;
}
dl.tabs dt.open {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
dl.tabs dt.tabs h3 {
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
dl.tabs dt.tabs h3 a {
	color: #0088CC;
}
dl.tabs dt.tabs h3 a:hover {
	color: #005580;
	text-decoration: none;
}
dl.tabs dt.open h3 a {
	color: #000;
	text-decoration: none;
}
div.current dd.tabs {
	margin: 0;
	padding: 10px;
	clear: both;
	border: 1px solid #CCC;
	background-color: #FFF;
	overflow: hidden;
}


/*图片类*/
.zmaximg-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.zmaximg-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.zmaximg-circle {
  border-radius: 50%;
}

/*按钮类*/
.zmaxbtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.zmaxbtn:focus,
.zmaxbtn:active:focus,
.zmaxbtn.active:focus,
.zmaxbtn.focus,
.zmaxbtn:active.focus,
.zmaxbtn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.zmaxbtn:hover,
.zmaxbtn:focus,
.zmaxbtn.focus {
  color: #333333;
  text-decoration: none;
}
.zmaxbtn:active,
.zmaxbtn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.zmaxbtn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.zmaxbtn-default:hover,
.zmaxbtn-default:focus,
.zmaxbtn-default.focus,
.zmaxbtn-default:active,
.zmaxbtn-default.active,
.open > .dropdown-toggle.zmaxbtn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.zmaxbtn-default:active,
.zmaxbtn-default.active,
.open > .dropdown-toggle.zmaxbtn-default {
  background-image: none;
}

.zmaxbtn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.zmaxbtn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.zmaxbtn-primary:hover,
.zmaxbtn-primary:focus,
.zmaxbtn-primary.focus,
.zmaxbtn-primary:active,
.zmaxbtn-primary.active,
.open > .dropdown-toggle.zmaxbtn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.zmaxbtn-primary:active,
.zmaxbtn-primary.active,
.open > .dropdown-toggle.zmaxbtn-primary {
  background-image: none;
}

.zmaxbtn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.zmaxbtn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.zmaxbtn-success:hover,
.zmaxbtn-success:focus,
.zmaxbtn-success.focus,
.zmaxbtn-success:active,
.zmaxbtn-success.active,
.open > .dropdown-toggle.zmaxbtn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.zmaxbtn-success:active,
.zmaxbtn-success.active,
.open > .dropdown-toggle.zmaxbtn-success {
  background-image: none;
}

.zmaxbtn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.zmaxbtn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.zmaxbtn-info:hover,
.zmaxbtn-info:focus,
.zmaxbtn-info.focus,
.zmaxbtn-info:active,
.zmaxbtn-info.active,
.open > .dropdown-toggle.zmaxbtn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.zmaxbtn-info:active,
.zmaxbtn-info.active,
.open > .dropdown-toggle.zmaxbtn-info {
  background-image: none;
}

.zmaxbtn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.zmaxbtn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.zmaxbtn-warning:hover,
.zmaxbtn-warning:focus,
.zmaxbtn-warning.focus,
.zmaxbtn-warning:active,
.zmaxbtn-warning.active,
.open > .dropdown-toggle.zmaxbtn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.zmaxbtn-warning:active,
.zmaxbtn-warning.active,
.open > .dropdown-toggle.zmaxbtn-warning {
  background-image: none;
}

.zmaxbtn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.zmaxbtn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.zmaxbtn-danger:hover,
.zmaxbtn-danger:focus,
.zmaxbtn-danger.focus,
.zmaxbtn-danger:active,
.zmaxbtn-danger.active,
.open > .dropdown-toggle.zmaxbtn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.zmaxbtn-danger:active,
.zmaxbtn-danger.active,
.open > .dropdown-toggle.zmaxbtn-danger {
  background-image: none;
}

.zmaxbtn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.zmaxbtn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.zmaxbtn-link,
.zmaxbtn-link:active,
.zmaxbtn-link.active,
.zmaxbtn-link[disabled],
.zmaxbtn-link,
.zmaxbtn-link:hover,
.zmaxbtn-link:focus,
.zmaxbtn-link:active {
  border-color: transparent;
}
.zmaxbtn-link:hover,
.zmaxbtn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.zmaxbtn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.zmaxbtn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.zmaxbtn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.zmaxbtn-block {
  display: block;
  width: 100%;
}


/*评论页面的CSS*/
#zmaxcomment .post_comment textarea {
    display: block;
    width: 95%;
}


.comment_list > h3 {
    border-bottom: 1px solid #dedede;
}
.comment_list .item {
    border-bottom: 1px solid #dede88;
    margin-bottom: 10px;
}

.comment_list .item > div {
    border: 1px dotted deepskyblue;
    margin: 10px;
    padding: 15px;
}

/*版权*/
.zmaxcopyright {
    color: gray;
    text-align: right;
    text-transform: capitalize;
	margin: 5px 0;
}
.zmaxcopyright a {
    color: gray;
}