body{
	margin: 0;
	padding: 0px;
	font-size:16px;
}
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
input[type=checkbox]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  line-height  : 24px;
  background   : url('checks.png') no-repeat 0 -48px;
}

input[type=checkbox]:not(old):checked + label{
  background-position : 0 -73px;
}

input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -24px;
  padding-left : 28px;
  line-height  : 24px;
  background   : url('checks.png') no-repeat 0 3px;
}
input[type=radio]:not(old):checked + label{
  background-position : 0 -22px;
}

.msg_input{
	border-radius:2px;
	border: 1px solid #FFF;
	text-indent: 5px;
}
.msg_com{
	border-radius:2px;
	border: 1px solid #FFF;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	color: #FFF;
	display: inline-block;
}
#header {
	width: 100%;
	height: 35px;
	position: fixed;
	float:left;
	z-index:29;
	left:0px;
	top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	background-color:#FFEEF8;
	border-bottom-color: #FFB5E1;
}
.divchat{
	float:right;
	position: relative;
	height:35px;
	width:35px;
	background-image: url(chat.png);
	background-repeat: no-repeat;
	background-size:contain;
}
.div_webmaster_1{
	float:right;
	position: relative;
	height:35px;
	width:35px;
	background-image: url(webmaster_top1.png);
	background-repeat: no-repeat;
	background-size:contain;
}
.div_webmaster_2{
	float:right;
	position: relative;
	height:35px;
	width:35px;
	background-image: url(webmaster_top2.png);
	background-repeat: no-repeat;
	background-size:contain;
}
.divfavourite{
	float:right;
	position: relative;
	height:35px;
	width:35px;
	background-image: url(favourite_top.png);
	background-repeat: no-repeat;
	background-size:contain;
}


.divorder_top{
	float:right;
	position: relative;
	height:35px;
	width:35px;
	background-image: url(order_top.png);
	background-repeat: no-repeat;
	background-size:contain;
}
.divorder_top_u{
	float:right;
	position: relative;
	height:35px;
	width:35px;
	background-image: url(order_top.png);
	background-repeat: no-repeat;
	background-size:contain;
}

.divmedit{
	float:right;
	position: relative;
	height:35px;
	width:35px;
	background-image: url(m_edit.png);
	background-repeat: no-repeat;
	background-size:contain;
}

.divbell{
	float:right;
	position: relative;
	height:35px;
	width:35px;
	background-image: url(bell.png);
	background-repeat: no-repeat;
	background-size:contain;
}
.top_val{
	height: 14px;
	width: 14px;
	line-height:14px;
	position: absolute;
	left: 15px;
	top:2px;
	border-radius:100%;
	background-color: #fc73b0;
	background-repeat: no-repeat;
	color: #FFF;
	font-size:12px;
	text-align: center;
	display:none;
}
.divlogin{
	float:right;
	position: relative;
	height:35px;
	width:25px;
	background-image: url(login.png);
	background-repeat: no-repeat;
	background-size:contain;
}
.divnews_title{
	float:right;
	position: relative;
	height:35px;
	width:30px;
	background-image: url(news_t.png);
	background-repeat: no-repeat;
	background-size:contain;
}
.divstock_title{
	float:right;
	position: relative;
	height:35px;
	width:30px;
	background-image: url(stock_t.png);
	background-repeat: no-repeat;
	background-size:contain;
}
.divcart{
	float:right;
	position: relative;
	height:35px;
	width:35px;
	background-image: url(cart.png?2);
	background-repeat: no-repeat;
	background-size:contain;
}
.console_item{
	position:fixed;
	z-index:20;
	top: 50px;
	left: 90px;
	border: 2px solid #999;
	border-radius: 55px;
	padding: 5px;
	background-color: rgba(255,255,255,0.5);
}
.save_item{
	position:fixed;
	z-index:20;
	top: 50px;
	left: 20px;
	border: 2px solid #999;
	border-radius: 55px;
	padding: 5px;
	background-color: rgba(255,255,255,0.5);
}
.divbacktop {
	width: 35px;
	height: 35px;
	position: fixed;
	z-index:20;
	background-image: url(backtop.png);
	background-size:contain;
	bottom: 20px;
	display:none;
}
.divbackP_Page {
	width: 35px;
	height: 35px;
	position: fixed;
	z-index:20;
	background-image: url(p_page.png);
	background-size:contain;
	bottom: 20px;
	display:none;
	background-repeat: no-repeat;
}

#divlst {
	width: 100%;
	height: 100%;
	position: fixed;
	float:left;
	z-index:21;
	left:0px;
	top:0px;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFB5E1;
}
#divlstl {
	width: 80%;
	height: 100%;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-right-color: #FFB5E1;
	float: left;
	position:relative;
	z-index:24;
	overflow:hidden;
}

#divlstlss {
	width: 100%;
	height: 40px;
	padding-top: 10px;
	background-color:#FFEEF8;

	margin-top: 35px;
}


#divSearchBox {
	width: 90%;
	height: 30px;
	background-color: rgba(0,0,0,0.6);
	border-radius:100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
}
#divSearchBox div{
	left:0px;
	top:0px;
	position: absolute;
}
#divSearchBox div input{
	margin-left: 18px;
	height: 18px;
	background-color: rgba(0,0,0,0);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
#divSearchBox .dsb1{
	z-index: 90;	
}
#divSearchBox .dsb2{
	z-index: 80;
}
#divSearchBox .dsb1 input{
	color: #FFF;
}
#divSearchBox .dsb2 input{
	color: #CCC;
}
#divSearchBox input:focus {
  outline : 0;
}
#divSearchBox #img1{
	float: right;
	margin-right: 0px;
}
#divSearchBox #img2{
	float: right;
	margin-right: 0px;
}
#divhline {
	width: 70%;
	height: 10px;
	border-radius:5px;
	background-color: rgba(0,0,0,0.3);
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
#divlstldownl {
	width: 100%;
	position:absolute;
}

.clsdivlogin{
	background-repeat: no-repeat;
	background-position: 25px center;
	background-image: url(login_b.png);
}
.clsdivnews{
	background-repeat: no-repeat;
	background-position: 25px center;
	background-image: url(news.png);
}
.clsdivmaster{
	background-repeat: no-repeat;
	background-position: 25px center;
	background-image: url(webmaster.png);
}
.clsdivi1id1{
	background-repeat: no-repeat;
	background-position: 25px center;
	background-image: url(i1id1.png);
}
.clsdivi1id2{
	background-repeat: no-repeat;
	background-position: 25px center;
	background-image: url(i1id2.png);
}

.clsdivdm{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 12px;
	color: #F00;
}

.clsdivlrtitle{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 12px;
	color: #FFF;
	background-color: #888;
}

.clsdivlrlist{
	padding-top: 12px;
	padding-bottom: 12px;
	/*cursor: pointer;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;	
}
.bbw4 span{
	margin-left: 40px;	
}
#divlstldownl .clsdivlrlist{
	padding-left: 55px;
}
#divlstldownr .clsdivlrlist{
	padding-left: 30px;
}
#divlstldownr .bbw4{
	padding-left: 20px;
	border-bottom-width: 4px;
	background-repeat: no-repeat;
	background-position: 35px center;
}
.lh18{
	line-height: 1.8em;	
}


#divsline {
	width: 1px;
	border-radius:1px;
	background-color: rgba(0,0,0,0.3);
	float: left;
}

#divlstldownr {
	width: 100%;
	overflow-y: scroll;
	position:absolute;
	/*border-left-style: solid;
	border-left-color: #DDD;
	border-left-width: 1px;*/
}

#divlstldownr a{
	color: #333;
	text-decoration:none;
}


#divlstr {
	width: 100%;
	height: 100%;
	float: left;
	left:0px;
	background-color: rgba(0,0,0,0.3);
	position:absolute;
	z-index:23;
}


#logo {
	height: 36px;
}



.divgps{
	width: 100%;
	font-size:14px;
	color: #333;
	/*line-height: 1.2em;*/
	background-color:rgba(255,255,255,0.97);
	z-index:15;
}
.divgps .f{
	padding-bottom:3px;
	font-style:normal;
	letter-spacing: 1px;
	text-indent : 10px;
	padding-top: 3px;
}
.divgps a{
	font-size:14px;
	color: #333;
	text-decoration:none;
}
.divgps .t{
	text-indent : 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
}
.picShowtxt {
	word-break:break-all;
	width: 100%;
	font-size: 14px;
	color: #777;
}
#itemcontent{
	width: 100%;
	overflow: hidden;	
}
.picShowtxt ul{
	line-height: 1.4em;	
}
#picShow {
	width: 50%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}
.picItemDC_mobile {
	height: 0;
	width: 20%; /* width*1.38 */
	float: left;
	margin: 0%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	padding-bottom: 20%; /* width*1.38 */
	position:relative;
}
.picItemDC_mobile a{
	text-decoration:none;
	color:#6E6E6E;
}
.picItemDC {
	height: 0;
	width: 14%; /* width*1.38 */
	float: left;
	margin: 0%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	padding-bottom: 16%; /* width*1.38 */
	position:relative;
}
.picItemDC a{
	text-decoration:none;
	color:#6E6E6E;
}
.picItem3 {
	height: 0;
	width: 21%; /* width*1.38 */
	float: left;
	margin: 2%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	padding-bottom: 28.98%; /* width*1.38 */
	position:relative;
}

.picItem {
	height: 0;
	width: 45%; /* width*1.38 */
	float: left;
	margin: 2%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	padding-bottom: 62.1%; /* width*1.38 */
	position:relative;
}

.picItem a{
	text-decoration:none;
	color:#6E6E6E;
}
.picItem3 a{
	text-decoration:none;
	color:#6E6E6E;
}
#picImg {
	margin-top: 10px;
	height: 0;
	width: 94%;
	margin-bottom: 2%;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	position:relative;
	background-size:contain;
	margin-left: 3%;
	padding-bottom: 75.2%;
}
#picImg2 {
	height: 100%;
	width: 94%;
	background-repeat: no-repeat;
	background-size:contain;
	position: absolute;
}
#picImg4 {
	font-size:1.4em;
	background-color: rgba(0,0,0,0.6);
	width:100%;
	height:auto;
	position:absolute;
	bottom: 0px;
	color: #fc73b0;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#picTXT {
	width: 94%;
	margin-left: 3%;
	line-height: 1.3em;
}
.picTXT {
	width: 94%;
	margin-left: 3%;
	line-height: 1.3em;
}

.mpo {
	cursor: pointer;
}
.picDiscount {
	font-size: 10px;
	text-decoration: line-through;
	vertical-align: super;
	color: #666;
	font-family: Courier New, Courier, monospace;
}
.picTXTOnSale {
	color: #F00;
	font-weight: bold;
}
#picPrice {
	font-size: 1em;
}
#divallitem {
	width:98%;
	margin-right: auto;
	margin-left: auto;
}
#divfoot{
	height:120px;
	background-color:#FFEEF8;
	font-style: italic;
	color: #6E6E6E;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFB5E1;
}
#divfoot div img{
	margin-left: 10px;
}
#divfoot_bottom {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	position:absolute;
	top: 7px;
	display: table;
	width:95%;
}
#divfoot_bottom div{
	width:93%;
    display: table-cell;
    vertical-align: middle;
	text-align:center;
}
#divloading{
    width: 100%;
    color: #666;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.2em;
    background-color: #eee;
    text-align: center;
/*	border-bottom: 1px solid #eee ;
    border-top: 1px solid #eee;*/
}
#divloading a{
	color:#00F;
	text-decoration:none;
}
.newlstdiv{
	font-size:14px;
	height: 35px;
	width: 95%;
	margin-bottom: 5px;
	border-radius:5px;
	padding-left: 5px;
	line-height: 1.1em;
	padding-top: 6px;
	overflow: hidden;
	border: 2px solid #ddd;
}
.newlstdiv div{
	height:14px;
	overflow: hidden;
	width: 97%;
}
.hrgray {
	height: 1em;
	width: 100%;
	background-color: #eee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hrgtitle {
	height: auto;
	width: 100%;
	background-color: #eee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	/*text-align: center;*/
	text-indent: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999;
}
.hrgtitle_bk {
	height: auto;
	width: 100%;
	background-color: #eee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	/*text-align: center;*/
	text-indent: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999;
}
.hrgtitle_bk a{
	font-weight:bold;
	text-decoration:none;
}
.hrgtitle span{
	font-weight:200;
	color:#666;
}
select:focus {
  outline : 0;
}

.note{
	padding: 10px;
	width: 90%;
	border: 1px solid #eee;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 1em;
	color: #444;
	font-size: 14px;
	border-radius:3px;
	line-height: 1.7em;
	position: relative;
}
.note a{
	color:cadetblue;
	font-weight:bold;
	text-decoration:none;
}
.flt{
	text-decoration: line-through;
}
.line1 {

	top: 30px;
	left: 1px;
	height: 30px;
	width: 100%;
	z-index: 1;
	position: absolute;
}
.line2 {
	top: -30px;
	left: 2px;
	height: 30px;
	width: 100%;
	z-index: 1;
	position: absolute ;
}
.div_line {
	height: 30px;
	width: 100%;
	text-align: center;
	line-height: 30px;
	position:relative;
	overflow: hidden;
	color: #eee;
	background-color: #C02942;
}
.div_line a{
	color: #eee;
	text-decoration:none;
}
.div_t_ALL{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1CDD6;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	/*margin-top: 5px;*/
	/*margin-bottom: 10px;*/
	z-index:9;
}
.div_t_ALL div .tt{
	text-indent : 12px;
	letter-spacing:3px;
	line-height: 20px;
	font-weight:bold;
	
}
.div_t_ALL div{
	position:relative;
}
.div_t_ALL div .bn{
	display: inline-block;
	float: left;
	width: 80px;
	text-align: center;
}
.div_t_ALL div .bottom_line{
	display: inline-block;
	width: 80px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F1CDD6;
	position: absolute;
	bottom: -8px;
}
.botton_bk{
	background-color: #D95B43;
	border-radius:22px;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
	outline:none;
}
.mlist_all{
	overflow: hidden;
}
.mlist0{
	position:relative;
}
.mlist1{
	position:relative;
}
.mlist2{
	position:relative;
}
.mlist3{
	position:relative;
}
.mlist4{
	position:relative;
}
.mlist5{
	position:relative;
}
.mlist6{
	position:relative;
}
._murl_select{
	width: auto;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #666;
	letter-spacing:3px;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFF;
}
.dc_title{
    color: brown;
	padding-left: 30px;
    border-bottom: 2px solid brown;	
	display: inline;
	font-weight: bold;
	line-height: 10px;
}
#divdcitem{
	position: absolute;
	bottom:0px;
	width: 100%;
}
.askimg{
	position: absolute;
	top:1px;
	right: 0px;
	cursor: pointer;
	z-index:15;
}
.div_ask{
	position: absolute;
	width: calc(100% - 9px);
	top: 25px;
	right: 5px;
	background-color: #d95b43;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	border-radius:3px;
	display: none;
	box-shadow:2px 2px 0px #c1c1c1;
	z-index:15;
}
.div_ask > input{
	width: calc(100% - 120px);
	background-color: #d95b43;
	border-color: white;
	color: #fff;
	text-indent: 5px;
	border-color:white;border-width:1px;border-style:dotted;
}
/*.div_ask:focus-within {
	opacity: 1;
}*/
.div_ask input:focus {
	outline : 0;
}
.div_ask span:first-child{
	width: 100px;
	display: inline;
}
.div_ask span:last-child{
	width: 20px;
	display: inline;
	margin-left: 5px;
	cursor: pointer; 
}