.loading {
	padding: 50px 0;
	text-align: center;
}
.leftpan {
	width: 210px;
	float: left;
	margin: 10px 15px 10px 0;
}
.rightpan {
	width: 743px;
	float: right;
	margin: 10px 0;
	border: #cccccc solid 1px;
}
.catdiv {
	width: 208px;
	border: #cccccc solid 1px;
	margin: 0 0 10px 0;
}
.mainpanel {
	/*
	width: 480px;
	float: left;
	*/
	padding: 15px 15px 15px 15px;
	
}

.eshopthf {
	width: 10px;
	height: 30px;
	float: left;
}
.eshoptbody {
	background: #cc0000;
	width: 950px;
	height: 30px;
	float: left;
	position: relative;
}
.eshoptbody img {
	padding-top: 8px;
}
.eshoptpad {
	padding-top: 10px;
}
.eshopfb {
	width: 120px;
	position: absolute;
	left: 220px;
	top: 6px;
}
/****** List Cat ******/
.catt {
	padding: 10px 10px 0 10px;
}
ul.listCat {
	list-style: none;
	padding: 10px;
	margin-top: -15px;
}
ul.listCat li {
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	border: solid #cccccc;
	border-width: 0 0 1px 0;
	padding: 3px 5px;
}
ul.listCat li.on {
	background-color: #EFEFEF;
	font-weight: bold;
	border-bottom: 0;
	color: #333;
	margin-top: 15px;
}
ul.listCat li.last {
	border-bottom: 0;
}
ul.listCat li.on {
	
}
ul.listCat li {
	color: #0066FF;
}

/****** My Shopping Cart ******/
.shoppingcartt {
	width: 100%;
}
.shoppingcartt select, .shoppingcartt select option {
	padding: 1px 1px;
}
.shoppingcartt td {
	height: 20px;
	vertical-align: top;
	padding: 5px 5px 0px 5px;	
	font-size: 13px;
}
.shoppingcartt td.t {
	background-color: #65CAFF;
	color: #006BC7;
	padding: 3px 5px 5px 5px;
}
.shoppingcartt .itemid {
	width: 30px;
}
.shoppingcartt .product {
	color: #000;
}
.shoppingcartt .itempname {
	width: 500px;
}
.shoppingcartt .itemq {
	width: 80px;
}
.shoppingcartt .itemprice {
	width: 80px;
}
.shoppingcartt .cartitem {
	
}
.stocketypenote {
	color: green;
	padding: 5px 0 0 5px;
}
.shoppingcartt td.sidecartts {
	padding: 0;
	height: 15px;
}
.shoppingcartt .ttl {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #efefef;
}
.shoppingcartt .ttq {
	font-weight: bold;
	padding-left: 9px;
	padding-bottom: 5px;
	background-color: #efefef;
}
.shoppingcartt .ttp {
	font-weight: bold;
	color: green;
	text-decoration: underline;
	padding-bottom: 5px;
	background-color: #efefef;
}
.shoppingcartt td.cartbtn {
	text-align: right;
	padding: 15px 5px 10px 0;
}
.shoppingcartt .cartshipping {
	padding: 0 0 7px 5px;
	color: #666;
	position: relative;
	top: -5px;
}

/****** Product Thumbnails ******/
.oneThumb {
	float: left;
	width: 160px;
	margin: 0 10px 10px 10px;
	border: solid #ccccc 1px;
}
.oneThumb.last {
	margin-right: 0;
}
.oneThumb table {
	width: 100%;
}
.oneThumb td {
	vertical-align: top;
	font-size: 12px;
	padding-bottom: 2px;
}
.oneThumb .img {
	text-align: center;
}
.oneThumb .t a {
	font-weight: bold;
	padding: 5px 0;
	color: #666666;
}
.oneThumb .tdh {
	width: 50px;
	/*font-weight: bold;*/
	font-size: 12px;
	color:#666;
}
.oneThumb .tdv.cross {
	/*text-decoration: line-through;*/
	color: #666666;
}
.oneThumb .tdv {
	color: #cc0000;
}
.st_1 {
	color: green;
	font-weight: bold;
}
.st_2 {
	color: red;
	font-weight: bold;
}
.st_3 {
	color: blue;
	font-weight: bold;
}
.st_4 {
	color: #999999;
	font-weight: bold;
}

/****** Product Details ******/
.oneDetail .bigimg {
	/* text-align: center; */
	width: 430px;
	float: left;
}
.oneDetail .details {
	width: 250px;
	float: left;
	background-color: #EFEFEF;
	padding: 15px 15px 10px;
}
.oneDetail .detailtitle {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #e1e1e1;
	padding: 5px;
	margin: 0 0 10px 0;	
}
.oneDetail .dleft {
	width: 297px;
	float: left;
	border: solid #999999;
	border-width: 0 1px 0 0;
}
.oneDetail .dright {
	width: 152px;
	float: right;
	text-align: center;
}
.oneDetail table {
	width: 100%;
}
.oneDetail td {
	vertical-align: top;
	padding: 0 0 8px 0;
}
.oneDetail .dth {
	width: 50px;
	color: #333333;
	font-weight: bold;
	padding-left: 5px;
}
.oneDetail .dtv {
	color: #333333;
}
.oneDetail .dptitle {
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #333333;
}
.oneDetail .dpsalep {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.oneDetail .dplistp {
	font-size: 11px;
	text-decoration: line-through;
	color: #333333;
	position: relative;
	right: -30px;
}
.oneDetail #listprice {
	text-decoration: line-through;
}
.oneDetail #saleprice, .oneDetail .saleprice {
	font-size: 16px;
	font-weight: bold;
	color: red;
}
.oneDetail .detailsep {
	border: #cccccc solid;
	border-width: 1px 0 0 0;
	margin: 15px 0 0 0;
}
.oneDetail .detailsept {
	font-size: 16px;
	font-weight: bold;
	color: #0099FF;
	margin: 10px 0 20px 0;
}
.oneDetail .dpaddcart {
	padding: 10px 0 0 0;
	text-align: center;
}
.oneDetail form {
	padding: 0;
	margin: 0;
}
.oneDetail .dpaddcartd {
	height: 40px;
}
.oneDetail .dpaddcartword {
	color: #666666;
	font-weight: bold;
	text-align: center;
}


/****** cart ******/
.cleftpan {
	width: 680px;
	float: left;	
}
.mycartdiv {
	width: 100%;
	border: #cccccc solid 1px;
	margin: 10px 0;
	padding: 10px;
}
.shoppingcarttitle {
	color: #666666;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 15px;
	width: 500px;
	float: left;
}
.clearcart {
	width: 120px;
	float: right;
	text-align: right;
	padding-top: 7px;
}
.sidecartbody {
	background-color: #dff4ff;
	border: solid #65caff;
	border-width: 0 1px;
	width: 188px;
	padding: 5px 10px 5px 10px;
}
#sidecartt {
	width: 100%;
}
#sidecartt td {
	vertical-align: top;
	font-size: 11px;
}
.sidecarttt {
	background-color: #65caff;
	color: #006bc7;
	line-height: 22px;
	padding: 0 0 0 5px;
	font-size: 11px;
}
.sidecart_1 {
	padding: 5px 5px 3px 5px;
}
.sidecart_1 a {
	color: #000000;
}
.sidecart_2 {
	padding: 5px 5px 3px 5px;
}
.sidecart_3 {
	padding: 5px 5px 3px 5px;
}
.totalp {
	text-decoration: underline;
}

.sidecartts {
	background: url(images/eshop/sidecartts.gif) repeat-x 0 50%;
	height: 4px;
}
.cartvisit {
	text-align: right;
	padding: 10px 0px 0 0;
	font-weight: bold;
}
.sidecartno {
	color: #666666;
	padding: 5px;
}
.showpaymentn {
	color: #006BC7;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 15px 0;
}
.shippingaddr {
	color: #006BC7;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 15px 0;
}
.shippingaddrtext td.h {
	text-align: right;
	vertical-align: top;
	padding: 0 3px 8px 0;
}
.shippingaddrtext td.v {
	text-align: left;
	vertical-align: top;
	padding: 0 0 8px 0;
}
.shippingselect {
	padding: 0 0 15px 0;
	color: #333333;
	line-height: 22px;
}
.shippingselect ol {
	padding: 0 0 0 30px;
}
.shippingselect .t {
	color: #006BC7;
	font-weight: bold;
}
.paypallogo {
	padding: 5px 0 5px 0;
	text-align: center;
}
.saddr {
	
}
.shippingaddrtext {
	padding: 0 0 10px 50px;
}
.gopay {
	text-align: center;
}
.cart {
	margin-bottom: 10px;
}
.yellownotice {
	background-color: #FBF88D;
	border: #e1e1e1 solid 1px;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: green;
	margin-bottom: 10px;
}
.storethankdiv {
	width: 600px;
	margin: 0 auto;
}
.storethankbig {
	font-size: 19px;
	font-weight: bold;
	padding: 20px 0 10px 0;
	color: green;
	text-align: center;
}
.storethank {
	text-align: center;
	color: green;
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 20px 0;
	letter-spacing: 0.5px;
}
.storethanktips {
	color: #333333;
	font-weight: bold;
	padding: 15px 0 15px 0;
	text-decoration: underline;
}
.storethankul {
	padding: 0 0 20px 20px;
	margin: 0;
}
.storethankul li {
	padding: 0 0 8px 0;
	color: #333333;
	font-size: 13px;
}
.storethankback {
	padding: 0 0 20px 0;
	text-align: center;
}
.contactdiv {
	color: #333333;
	line-height: 20px;
	padding: 10px;
}
.contactdiv div {
	color: green;
	font-weight: bold;
}
.shippingman {
	color: red;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	top: -5px;
	padding-right:  5px;
}
#shippingmail {
	display: none;
}
.subon {
	font-weight: bold;
}



.producttitle {
	font-size: 17px;
	letter-spacing: 0.5px;
	padding: 0 0 10px 0;
	color: #333;
	font-weight: bold;
}
.productp {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #333;
	padding: 5px 0;
}
.productdesct {
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0 15px 0;
}
.producttable td.productth {
	font-weight: bold;
	width: 80px;
	padding-left: 20px;
}
.producttv {
	
}
.productimgs {
	text-align: center;
	padding: 10px 0 0 0;
}

.eshopad {
	padding: 10px 0 0 0;
}
.eshopadfeature {
	width: 685px;
	height: 285px;
	float: left;
	padding: 0 5px 0 0;
}
.eshopadsidead {
	width: 270px;
	float: right;
}
.eshopadsidead2 {
	padding: 5px 0;
}
.productnote {
	margin: 10px 0;
}
.productnote span {
	background: #FCFDC1;
	padding: 5px;
	color: red;	
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.detailfbdiv {
	width: 280px;
	float: left;
	margin-top: 25px;
}
.detailfb {
	width: 65px;
	margin: 0 auto;
	text-align: center;	
}
.detailfbdivtext {
	text-align: center;
	clear: both;
	font-size: 13px;
	color: green;
	padding: 8px 0;
	display:none;
}
.tutort {
	color: #ff9900;
	font-size: 23px;
	font-weight: bold;
}
.centerpan {
	padding: 10px;
}
.centerpan .tt {
	background: #e4ffec;
	padding: 2px 1px;
}
.eshoptextarea {
	width: 98%;
	height: 100px;
	borer: #ccc solid 1px;
	font-size: 12px;
	padding: 3px;
}
.eshopcommenttitle {
	font-size: 12px;
	color: #333;
	padding: 0 0 5px 0;
}
.eshoptxt {
	borer: #ccc solid 1px;
	font-size: 12px;
	padding: 1px;
	width: 150px;
}
