/* ---------- basket ----------- */
#orderlist {
  width: 900px;
  position: relative;
  background: #fff;
}

#orderlist td {
  padding: 0;
  margin: 0;
  height: 80px;
  overflow: visible;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 -30px 60px -30px rgba(0,0,0,0.2) inset;
}

#orderlist .desc {
  background: #fff no-repeat 20px top;
}

#orderlist .item {
  display: block;
  height: 75px;
  padding: 5px 20px 0 230px;
  color: #222;
  text-decoration: none;
}

#orderlist .item:hover {
  position: relative;
  z-index: 1;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255,250,230,0.1);
}

#orderlist .item:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  bottom: 0;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 15px -2px rgba(0,0,0,0.7);
  pointer-events: none;
  cursor: default;
}

#orderlist .desc b {
  display: block;
  font: bold 11pt/11pt Arial;
  padding: 3px 0;
  color: #445;
}

#orderlist .ccy {
  padding: 0 20px 0 10px;
  font: bold 11pt/80px Arial;
  color: #999;
}

#orderlist .gt {
  color: #445;
}

#orderlist .qty {
  font: 12pt/30px Arial;
  padding: 0;
  margin: 24px 10px 0 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 5px 5px 10px -5px #ddd inset;
}

#orderlist .del {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(/images/cls.gif) no-repeat 0 0;
}

#orderlist .del:hover {
  background: #a30 url(/images/cls.gif) no-repeat -15px 0;
  border-color: #c74 #800 #800 #c74;
  box-shadow: 6px 8px 10px -8px #ffe inset;
}

#orderlist .del:hover:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 17px;
  height: 17px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 7px #f50;
}

#orderlist .info {
  text-align: center;
  font: bold 25pt/140px Arial;
  color: #eee;
  text-shadow: 0 -1px 0 #bbb;
  height: 140px;
}

/* ------------- checkout forms ------------------ */
.panel {
  float: left;
  width: 299px;
  height: 330px;
  position: relative;
  margin-top: 34px;
  border-right: 1px solid #d0d0d0;
  padding-top: 5px;
  background: #ececef;
  background-image:-moz-linear-gradient(135deg, #dadadb, #f6f6f8);
  background-image:-webkit-linear-gradient(135deg, #dadadb, #f6f6f8);
  background-image:-o-linear-gradient(135deg, #dadadb, #f6f6f8);
  background-image:-ms-linear-gradient(135deg, #dadadb, #f6f6f8);
  background-image:linear-gradient(315deg, #dadadb, #f6f6f8);
}

.panel b {
  position: absolute;
  left: 0;
  right: -1px;
  top: -34px;
  height: 34px;
  text-align: center;
  background: #fff url(/images/mnav.gif) repeat-x left top;
  border-left: 1px solid #686868;
  border-right: 1px solid #484848;
  font: bold 8pt/34px arial;
  text-decoration: none;
  text-transform: capitalize;
  color: #ddd;
  text-shadow: 1px 1px 0px #333;
}

.panel .ftext, .panel .fcombo {
  width: 289px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  font: 9pt/27px Arial;
  padding: 5px 10px 0 0;
  color: #777;
  text-shadow: 1px 1px 0 #fff;
}

.panel .la {
  padding: 0;
  margin-right: 157px;
}

.panel .ftext input, .panel .fdummy {
  float: right;
  color: #334;
  font: bold 10pt/25px Arial;
  padding: 0 5px;
  width: 135px;
  height: 25px;
  text-align: left;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 5px 5px 10px -5px #ddd inset;
  background: #fff;
}

.panel .fcombo .select {
  float: right;
  overflow: hidden;
  padding: 0;
  width: 145px;
  height: 25px;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 5px 5px 10px -5px #ddd inset;
  background: #fff;
}

.panel .fcombo select {
  position: relative;
  top: 3px;
  left: 4px;
  width: 170px;
  height: 19px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: #334;
  font: bold 13px/17px Arial;
  text-transform: capitalize;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.panel .fdummy {
  overflow: hidden;
  text-shadow: none;
  text-decoration: none;
}

.panel .farea {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 150px;
}

.panel .farea div {
  position: absolute;
  top: -25px;
  left: 0;
  text-align: left;
  font: 9pt/20px Arial;
  color: #777;
  text-shadow: 1px 1px 0 #fff;
}

.panel .farea textarea {
  position: absolute;
  padding: 5px;
  width: 100%;
  height: 100%;
  left: -6px;
  top: -6px;
  text-align: left;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 5px 5px 10px -5px #ddd inset;
  resize: none;
  -webkit-appearance: none;
  background: #fff;
}

.panel .atip {
  position: absolute;
  width: 11px;
  height: 11px;
  right: 18px;
  top: 13px;
}

.panel .atip .r, .panel .atip .g {
  position: absolute;
  width: 11px;
  height: 11px;
  right: 0;
  top: 0;
}

.panel .atip .r { background: url(/images/r.png) no-repeat; }
.panel .atip .g { background: url(/images/g.png) no-repeat; }

.panel .bx { 
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 20px;
  width: 150px;
  white-space: normal;
  font: 8pt/13px Tahoma;
  text-align: left;
  background: #ffc; 
  color: #000;
  text-shadow: none;
  padding: 2px 4px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #776;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
}

.panel .bx i { 
  position: absolute;
  left: -12px;
  top: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right-color: #776;
}

.panel .bx:after { 
  content: '';
  position: absolute;
  left: -11px;
  top: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right-color: #ffc;
}

.panel .flag {
  position: absolute;
  width: 16px;
  height: 11px;
  top: 13px;
  right: 16px;
}

.panel .tip {
  position: absolute;
  z-index: 400;
  padding: 3px 5px 5px 5px;
  background: #ffd;
  text-align: left;
  font: 9pt/11pt Arial;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
  text-shadow: none;
}

.panel .tip i {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #ffd;
  left: 18px;
  bottom: -10px;
}  

.panel .rustip {
  width: 200px;
  bottom: 350px;
  left: -130px;
}

.panel .noshiptip {
  width: 180px;
  bottom: 350px;
  left: 170px;
}

.panel .del {
  position: absolute;
  top: 10px;
  right: 140px;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(/images/cls.gif) no-repeat 0 0;
}

.panel .del:hover {
  background: #a30 url(/images/cls.gif) no-repeat -15px 0;
  border-color: #c74 #800 #800 #c74;
  box-shadow: 6px 8px 10px -8px #ffe inset;
}

.panel .del:hover:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 17px;
  height: 17px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 7px #f50;
}

.panel .coupon {
  position: relative;
}

.panel .coupon .sbtn {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url(/images/down.gif) no-repeat 0 0;
}

.panel .coupon .sbtn:hover {
  background: #a30 url(/images/down.gif) no-repeat -15px 0;
  border-color: #c74 #800 #800 #c74;
  box-shadow: 6px 8px 10px -8px #ffe inset;
}

.panel .coupon .sbtn:hover:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 17px;
  height: 17px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 7px #f50;
}

.panel .coupon .bx {
  top: 5px;
  left: 290px;
}

#sub-total {
  font: bold 11pt/34px Arial;
  color: #eee;
  text-align: right;
  padding-right: 19px;
  text-shadow: 0 1px 2px #000;
}

.panel .ccy {
  float: right;
  padding: 0 9px;
  font: bold 11pt/27px Arial;
  color: #445;
  text-shadow: none;
}

#order-discount .ccy {
  color: #b00;
}

#order-discount .ccy:before {
  content: '-';
}

#grand-total .ccy {
  border-top: 1px solid #aaa;
  line-height: 25px;
  position: relative;
}

#grand-total .ccy:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  border-top: 1px solid #f3f3f3;
}

.panel .terms {
  padding: 5px 10px;
  font: 8pt/11px Arial;
  color: #888;
  text-align: justify;
  text-shadow: 1px 1px 0 #fff;
  white-space: normal;
}

#checkout {
  padding: 0;
  width: 299px;
  height: 52px;
  overflow: visible; 
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#checkout div {
  padding: 0;
  width: 299px;
  height: 52px;
  overflow: hidden; 
  position: absolute;
  left: 0;
  top: 0;
}

#checkout span {
  display: block;
  position: relative;
  padding: 10px 0;
  white-space: nowrap;
  height: 32px;
}

#checkout .button {
  display: inline-block;
  margin: 0 30px;
  width: 191px;
  text-align: center;
  text-transform: capitalize;
}

#checkout .up, #checkout .dn {
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
}

#checkout .up {  
  right: -6px;
  border-left-color: #555;
}

#checkout .dn {  
  left: -5px;
  border-right-color: #555;
}

#checkout .up:hover { border-left-color: #d70; }
#checkout .dn:hover { border-right-color: #d70; }

#checkout .tip {
  bottom: 50px;
  left: 260px;
  width: 120px;
}

.panel .disable {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

/* ------------- checkout applets ------------------ */
#pic-details.coapi-popup {
  position: absolute;
  border: none;
  background: #eee;
  background-image:-moz-linear-gradient(135deg, #dadadb, #eee);
  background-image:-webkit-linear-gradient(135deg, #dadadb, #eee);
  background-image:-o-linear-gradient(135deg, #dadadb, #eee);
  background-image:-ms-linear-gradient(135deg, #dadadb, #eee);
  background-image:linear-gradient(315deg, #dadadb, #eee);
  color: #555;
}

.coapi-popup .button {
  position: absolute;
  text-align: center;
  left: 140px;
  right: 140px;
  bottom: 15px;
}

.coapi-popup .info {
  text-align: center;
  font: bold 13px Arial;
  padding: 80px 30px 0 30px;
}

.coapi-popup .info b {
  display: block;
  font: bold 18pt/28px Arial;
  padding: 0 0 10px 0;
  color: #474;
  text-shadow: 0 1px 0 #fff;
}

.coapi-popup .ok { background: url(/images/biok.png) no-repeat center 15px; }
.coapi-popup .w { background: url(/images/biw.png) no-repeat center 15px; }
.coapi-popup .w b { color: #944; }

.coapi-popup .poll {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 15px;
  padding-bottom: 62px;
}

.coapi-popup .poll .col {
  float: left;
  margin: 0 0 0 10px;
  width: 130px;
  border: 1px solid #ccc;
  border-color: #f5f5f5 #ccc #c0c0c0 #f0f0f0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.coapi-popup .poll div a {
  display: block;
  font: 9pt/22px Arial;
  text-align: left;
  padding-left: 32px;
  color: #555;
  text-decoration: none;
  margin: 5px 0;
  background: url(/images/radio.png) no-repeat 2px -1px;
}

.coapi-popup .poll div a.a {
  background-position: 2px -26px;
  -webkit-animation: flash .2s;
  animation: flash .2s;
}

.coapi-popup .poll div b {
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  font: bold 10pt/19pt Arial;
  color: #777;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
}

.coapi-popup .poll form {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  clear: both;
  width: 348px;
  height: 50px;
  border: 1px solid #ccc;
  border-color: #c0c0c0 #f0f0f0 #fff #ccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 50px;
  padding: 0 0 0 66px;
  background: #e0e0e0 url(/images/btnforum.png) no-repeat 48px center;
}

.coapi-popup .poll textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  background: none;
  border: none;
  overflow: hidden;
  resize: none;
  -webkit-appearance: none;
  font: 10pt/12pt Arial;
  color: #444;
}

.coapi-popup .poll textarea.a {
  background: #f5f5f5;
}

.coapi-popup .poll textarea:valid { /*page back hack*/
  background: #f5f5f5;
}
