/*禁止选择文本*/
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ppcontent {
  display: inline-block;
}
.labeldiv .labelsubdiv,
div.contentpager {
  width: 100%;
}
div.contentpager span {
  margin: auto 3px;
}
div.contentpager .pager_prev,
div.contentpager .pager_next,
div.contentpager .pager_number {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #e6e6e6;
  line-height: 22px;
  padding: 3px 4px;
  color: gray;
}
div.contentpager .pager_prev a,
div.contentpager .pager_next a,
div.contentpager .pager_number a {
  text-decoration: none;
  color: #454545;
}

/*
Goods List View
*/
div.goodsviewdiv {
  display: none;
  position: absolute;
  z-index: 36000;
  background-color: #ccc;
  padding: 5px;
}

/* 小提示样式 */
.msgbox_s {
  color: #000;
  font-size: 12;
  position: absolute;
  z-index: 300000;
  width: 250px;
  display: none;
  border: 1px #98b7cc solid;
  padding: 8px;
  background: #e8f7fe;
}
.msgbox_s h1 {
  background: url(../../../images/ico_27.gif) no-repeat;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
  padding-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.msgbox_s p {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.msgbox_e {
  color: #000;
  font-size: 12;
  position: absolute;
  z-index: 300000;
  width: 250px;
  display: none;
  border: 1px #cc98b6 solid;
  padding: 8px;
  background: #fee8f7;
}
.msgbox_e h1 {
  background: url(../../../images/ico_27.gif) 0 -20px no-repeat;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
  padding-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.msgbox_e p {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.area_notlogin,
.area_nosection {
  border: 1px solid #ccc;
  margin: 5px;
  padding: 5px;
  color: #ff0000;
}
.area_nosection {
  display: inline-block;
}
.area_notlogin .a_login,
.area_notlogin .a_signup {
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: underline;
  color: #996600;
  font-weight: bold;
}
