/* ------ Cart Data ------*/

#divCART_TopicLabel {
	padding-top:10px;
	width:100%;
	height:40px;
}

.cartdataline {
	clear:both;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#eeeeee solid 1px;
	box-sizing:border-box;
	font-family:Tahoma;
	font-size:1em;	
}

.carttopic {
	height:40px;
	line-height:40px;
	background:#fafafa;
	border-top:#dddddd solid 1px;
	border-bottom:#eeeeee solid 1px;
	font-family:Tahoma;
	font-size:1em;
	box-sizing:border-box;
}

.carttopic span {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
}

.crt_del {
	float:left;
	width:4%;
	text-align:center;
	box-sizing:border-box;
}

.crt_del_height {
	padding-top:5px;
	padding-bottom:5px;
}

.crt_pic {
	float:left;
	width:6%;
	min-height:10px;
}

.crt_pic img {
	max-width:70%;
	vertical-align:middle;
}

.cart_pic_height {
	padding-top:5px;
	padding-bottom:5px;
}

.crt_name {
	float:left;
	width:30%;
	min-height:10px;
}

.crt_price {
	float:left;
	width:17%;
	min-height:10px;
}

.crt_deliver {
	float:left;
	width:17%;
	min-height:10px;
}

.crt_qty {
	float:left;
	width:10%;
	min-height:10px;
}

.crt_total {
	float:left;
	width:16%;
	padding-right:1%;
	min-height:10px;
	text-align:right;
}

.cartdatas {
	padding-top:7px;
	padding-bottom:7px;
}

.cartdatas span {
      display: inline-block;
      vertical-align: middle;    
      line-height: normal;
}

.cartdatas span.lblcrt {
	display:none;
}


.crt_l {
	float:left;
	padding-left:5%;
	width:60%;
	min-height:10px;
	box-sizing:border-box;
}

.crt_r {
	float:left;
	text-align:right;
	padding-right:1%;
	width:40%;
	min-height:10px;
}

.crtd {
	padding-top:5px;
	padding-bottom:5px;
}

.cartd span {
      display: inline-block;
      vertical-align: middle;    
      line-height: normal;
}

.cartd span.lblcrt {
	display:none;
}

#cart_total {
	background:#fafafa;
	border-top:#eeeeee solid 1px;
	border-bottom:#dddddd solid 1px;
	font-family:Tahoma;
	font-size:1em;
	box-sizing:border-box;
}

#divCART_TopicBttn {
	clear:both;
	width:100%;
	padding-top:10px;
}

.box50 {
	float:left;
	width:50%;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
}


#divbttncheckout {
	width:100%;
}

.divbttnnextL {
	float:left;
	width:50%;
	padding-top:20px;
	padding-bottom:20px;
}

.divbttnnextR {
	float:left;
	width:50%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:right;
}

@media only screen and (max-width:410px) {
	
.divbttnnextL, .divbttnnextR {
	float:left;
	width:100%;
	text-align:center;
}

}




@media only screen and (max-width:690px) {
	
	.crt_del {
		width:10%;
	}
	
	.crt_del_height {
		height:20px;
		line-height:17px;
		padding-right:5px;
	}	
	
	#divCART_TopicLabel {
		display:none;	
	}

	.cartdatas span.lblcrt {
		display: inline-block;
	}
	
	.cartdatas {
		float:right;
		width:45%;
	}
	
	.crt_pic {
		float:left;
		width:45%;
		min-height:146px;
	}
	
	.cart_pic_height {
		height:auto;
		line-height:none;	
	}
	
	.crt_pic img {
		max-width:80%;
		vertical-align:top;
	}	
	
	.crt_total {
		text-align:left;
	}	
	
	
	.crt_l {
		clear:left;
		text-align:right;
		padding-left:1%;
		width:70%;
	}
	
	.crt_r {
		padding-right:3%;
		width:30%;
	}	
	
	.crtd {

	}
	
}

@media only screen and (max-width:400px) {
	
	.crt_l {
		clear:left;
		text-align:right;
		padding-left:1%;
		width:50%;
	}
	
	.crt_r {
		padding-right:3%;
		width:50%;
	}
	
}

@media only screen and (max-width:392px) {
		
	.cart_pic_height {
		height:240px;
	}
	
}





/* ----------------- Button Number -----------------*/
.spinner {
  width: 60px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}




@media only screen and (max-width:400px) {
	
	.box50 {
		clear:both;
		float:left;
		width:100%;
	}
	
}

.del_pdt {
	cursor:pointer;	
}

.bttn_editcart {
	width:144px;
	height:32px;
	background:url(../../template/0000/images/bttn_update.gif);	
	border:none;
}

.bttn_cancelcart {
	width:94px;
	height:30px;
	background:url(../../template/0000/images/bttn_cancel.gif);	
	border:none;
}

.bttn_clearcart {
	width:99px;
	height:29px;
	background:url(../../template/0000/images/bttn_delcomment.gif);	
	border:none;
	cursor:pointer;
}