div.wrapper {
	background: #f7f7f7;
}


/* ORDER */
.orderblock ::-webkit-input-placeholder {
  color: rgba(0,0,0,0.4);
}
.orderblock ::-moz-placeholder {
  color: rgba(0,0,0,0.4);
}
.orderblock :-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
}
.orderblock :-moz-placeholder {
  color: rgba(0,0,0,0.4);
}

.orderblock {
  padding: 50px 0 30px;
  background: aliceblue;
}

.orderblock .blockin {
  max-width: 970px;
  margin: auto;
}

.orderblock .title {
  text-align: center;
  line-height: 45px;
  font-size: 40px;
  color: #3b3b3b;
  line-height: 50px;
  margin: 0 0 50px;
}

.orderblock .body {
  position: relative;
}

.orderblock .body .step_block {
  padding-top: 105px;
}

.orderblock .body .step_block .s_val {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -357px;
  width: 180px;
  text-align: center;
  font-size: 15px;
  color: #3b3b3b;
  height: 105px;
}

.orderblock .body .step_block .s_val:nth-child(3) {
  margin-left: -120px;
}

.orderblock .body .step_block .s_val:nth-child(5) {
  margin-left: 150px;
}

.orderblock .body .step_block .s_val span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  background: #eadcd3;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 14px;
}

.orderblock .body .step_block .s_val div {
  position: relative;
}

.orderblock .body .step_block .s_val:before {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 37px;
  background: url(/images/activeorder.png) 50% 0 no-repeat;
}

.orderblock .body .step_block .s_val.active span {
  background: #ff9e00;
}

.orderblock .body .step_block .s_val.active:before {
  display: block;
}

.orderblock .body .step_block .s_val.active + .s_body {
  display: block;
  margin-bottom: 20px;
}

.orderblock .body .step_block .s_body {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  display: none;
}

.orderblock .body .step_block .s_body .link {
  margin-top: 30px;
  text-align: center;
}

.orderblock .body .step_block .s_body .link .info {
  margin: 10px 0;
  font-size: 13px;
}

.orderblock .link button {
	min-width: 270px;
}
.orderblock .next,
.orderblock .addproduct {
  display: block;
  border: 0;
  margin: 0 auto;
  font-size: 16px;
  max-width: 275px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background: #83b542;
  line-height: 40px;
  border-radius: 5px;
}

.orderblock .next:hover,
.orderblock .addproduct:hover {
  background: #6a9b2b;
  text-decoration: none;
}

.orderblock .noproduct {
  border: 1px dashed #e5e5e5;
  line-height: 124px;
  text-align: center;
  font-size: 16px;
  color: #b1b1b1;
}

.orderblock .noproduct span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}

.orderblock .noproduct + .product_wrap {
  margin-top: 10px;
}

.orderblock .product_wrap {
  margin: 0 -15px;
}

.orderblock .product_wrap .product {
  display: table;
  width: 100%;
}

.orderblock .product_wrap .product .tr {
  display: table-row;
}

.orderblock .product_wrap .product .tr.p_title .td {
  border-bottom: 1px dashed #f2f2f2;
  padding: 5px 15px;
}

.orderblock .product_wrap .product .tr .td {
  display: table-cell;
  padding: 15px 15px;
  vertical-align: top;
}

.orderblock .product_wrap .product .tr .td .mobtitle {
  display: none;
}

.orderblock .product_wrap .product .tr .td span {
  font-size: 13px;
  color: #6a6a6a;
  display: block;
}

.orderblock .product_wrap .product .firstblock {
  width: 50%;
}

.orderblock .product_wrap .product .firstblock img {
  float: left;
  margin-right: 15px;
}

.orderblock .product_wrap .product .firstblock .right {
  overflow: hidden;
}

.orderblock .product_wrap .product .firstblock .right .name {
  font-size: 14px;
  line-height: 19px;
  color: #3b3b3b;
}

.orderblock .product_wrap .product .firstblock .right .param {
  font-size: 13px;
  margin: 3px 0;
}

.orderblock .product_wrap .product .firstblock .right .info {
  font-size: 14px;
  line-height: 19px;
  color: #ff7800;
  position: relative;
}

.orderblock .product_wrap .product .amount {
  font-size: 0;
  text-align: center;
  line-height: 0;
}

.orderblock .product_wrap .product .amount button {
  display: block;
  outline: none;
  background: #f2f7ec;
  border: none;
  height: 22px;
  border-radius: 5px;
  width: 45px;
  text-align: center;
  margin: 0 auto;
  color: #c4d4b1;
  font-size: 22px;
  color: #c4d4b1;
  line-height: 20px;
  font-weight: bold;
}

.orderblock .product_wrap .product .amount button:hover {
  background: #83b542;
  color: #ffffff;
}

.orderblock .product_wrap .product .amount input {
  width: 45px;
  line-height: 24px;
  margin: 1px 0;
  padding: 0;
  font-size: 16px;
  color: #101010;
  border-radius: 5px;
  background: #f5f5f5;
  border: none;
  text-align: center;
  outline: none;
}

.orderblock .m_title {
  font-size: 24px;
  line-height: 25px;
  color: #3b3b3b;
}

.orderblock .m_title span {
  display: block;
  font-size: 13px;
  color: #9a9a9a;
}

.orderblock .addressblock {
  padding-top: 50px;
}

.orderblock .addressblock .a_block {
  margin-top: 15px;
}

.orderblock .addressblock .a_block:after {
  content: '';
  display: block;
  clear: both;
}

.orderblock .addressblock .a_block:first-child {
  margin: 0;
}

.orderblock .addressblock .a_block span {
  float: left;
  text-align: right;
  width: 100px;
  margin-right: 12px;
  font-size: 15px;
  line-height: 40px;
}

.orderblock .addressblock .a_block .iwrap {
  overflow: hidden;
}

.orderblock .addressblock .a_block input,
.orderblock .addressblock .a_block select,
.orderblock .addressblock .a_block textarea {
  width: 100%;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 0 10px;
  border: none;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.04);
  outline: none;
  color: #555;
  color: rgba(0,0,0,0.7);
  border-radius: 5px;
}

.orderblock .addressblock .a_block select,
.orderblock .addressblock .a_block input {
  height: 40px;
  line-height: 40px;
}

.orderblock .addressblock .a_block textarea {
  resize: none;
  padding: 10px;
  height: 80px;
}

.orderblock .good {
	background-color: #d2f1ab !important;
}
.orderblock .amiss {
	background-color: #f1b8ab !important;
}

.orderblock .pochta {
  padding-top: 50px;
}

.orderblock .pochta label {
  display: block;
  cursor: pointer;
  font-weight: normal;
  margin: 8px  0 0;
}

.orderblock .pochta label:first-child {
  margin: 0;
}

.orderblock .pochta label input {
  display: none;
}

.orderblock .pochta label input:checked + span {
  background: #83b542;
  color: #fff;
}

.orderblock .pochta label input:checked + span span {
  border-color: transparent;
}

.orderblock .pochta label > span {
  display: inline-block;
  line-height: 19px;
  padding: 3px 8px;
  border-radius: 4px;
}

.orderblock .pochta label > span span {
  border-bottom: 1px dashed #4c4c4c;
}

.orderblock .itoblock {
  margin: 0 -15px;
  padding: 0 20px 20px;
  border-bottom: 1px dashed #f2f2f2;
}

.orderblock .itoblock .i_info .block {
  margin-top: 10px;
  color: #8d8d8d;
}

.orderblock .itoblock .i_info .block:first-child {
  margin: 0;
}

.orderblock .itoblock .i_info .block span {
  font-size: 17px;
  color: #242424;
  display: block;
}

.orderblock .itoblock .i_title {
  color: #8d8d8d;
}

.orderblock .itoblock textarea {
  width: 100%;
  resize: none;
  height: 195px;
  box-sizing: border-box;
  margin: 5px 0 20px;
  outline: none;
  border: none;
  border-radius: 5px;
  background: #e9e9e9;
  color: #909090;
  padding: 10px 20px;
}

.orderblock .itoblock .price {
  line-height: 52px;
  text-align: center;
  padding: 10px 20px;
  border: 1px dashed #e9e9e9;
  border-radius: 5px;
}

.orderblock .itoblock .price .wrap {
  display: inline-block;
  font-size: 21px;
  line-height: 32px;
  vertical-align: middle;
}

.orderblock input.text {
	border-bottom: 1px solid red;
}

/* ORDER */
@media screen and (max-width: 920px) {
  .orderblock .product_wrap .product {
    display: block;
  }
  .orderblock .product_wrap .product .tr {
    display: block;
  }
  .orderblock .product_wrap .product .tr.p_title {
    display: none;
  }
  .orderblock .product_wrap .product .tr .td {
    display: inline-block;
    width: 18%;
  }
  .orderblock .product_wrap .product .tr .td.firstblock {
    width: 100%;
  }
  .orderblock .product_wrap .product .tr .td .mobtitle {
    display: block;
    margin-bottom: 5px;
  }
  .orderblock .product_wrap .product .amount {
    text-align: left;
  }
  .orderblock .product_wrap .product .amount button {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .orderblock .body .step_block {
    padding-top: 0;
  }
  .orderblock .body .step_block .s_val {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto !important;
  }
  .orderblock .addressblock {
    padding: 20px 0;
  }
  .orderblock .pochta {
    padding-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .orderblock .product_wrap .product .tr .td {
    width: 100%;
  }
  .orderblock .product_wrap .product .tr .td span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }
  .orderblock .product_wrap .product .amount button, .orderblock .product_wrap .product .amount input {
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
  .orderblock .product_wrap .product .amount input {
    margin: 0 1px;
  }
}

@media screen and (max-width: 550px) {
  .orderblock .addressblock .a_block span {
    float: none;
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
  }
}


.orderblock .im_edit,
.orderblock .im_remove,
.orderblock .im_export {
    width: 15px;
    height: 14px;
    background-image: url(pic/kit8.png);
    background-repeat: no-repeat;
}
.orderblock .im_edit {
    background-position: -1px -1px;
}
.orderblock .im_remove {
    background-position: -18px -1px;
}
.orderblock .im_export {
    background-position: -35px -1px;
}
.orderblock div.nav {
	width: 45px !important;
}
.orderblock div.nav > div {
	display: block;
	zoom: 1;
	margin: 10px 10px 0 0;
}


.xbox_content .info input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  color: #6a6a6a;
  background: #f5f5f5;
  padding: 0 13px;
  border-radius: 5px;
  border: none;
  outline: none;
}

.xbox_content .info .text:focus {
			box-shadow: inset 0px 1px 10px rgba(0,0,0,0.1);
	   -moz-box-shadow: inset 0px 1px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 1px 10px rgba(0,0,0,0.1);
}

.xbox_content .info .textinf {
  margin-top: 5px;
}

.xbox_content .closebut {
  position: absolute;
  top: 11px;
  right: 14px;
  width: 14px;
  height: 13px;
  background: url(/images/closemodal.png) 0 0 no-repeat;
  cursor: pointer;
}

.xbox_content .body {
  border-bottom: 1px dashed #f2f2f2;
  padding-bottom: 10px;
}

.xbox_content .amountblock {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 27px;
  color: #6a6a6a;
  border-bottom: 1px dashed #f2f2f2;
}

.xbox_content .amountblock span {
  color: #83b542;
  font-weight: bold;
}

.xbox_content .amountblock .amount {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 0;
}

.xbox_content .amountblock .amount button, .xbox_content .amountblock .amount input {
  outline: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}

.xbox_content .amountblock .amount button {
  width: 29px;
  background: #f2f7ec;
  font-weight: bold;
}

.xbox_content .amountblock .amount button:hover {
  color: #fff;
  background: #83b542;
}

.xbox_content .amountblock .amount input {
  width: 40px;
  background: #f5f5f5;
  margin: 0 1px;
}

.xbox_content .picblock {
  padding: 20px 0 0 0;
  position: relative;
}

.xbox_content .picblock:before {
  content: '';
  position: absolute;
  top: 20px;
  height: 90px;
  right: 20px;
  width: 65px;
  background: url(/images/productshadow.png) 100% 0 repeat-y;
  z-index: 2;
}

.xbox_content .picblock .leftcolum {
  background: #535353;
  color: #fff;
  width: 290px;
  position: fixed;
  top: 0;
  bottom: 0;
  transition: all 0.4s ease 0s;
}

.xbox_content .picblock .wrapimg {
	overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  height: 110px !important;
  -ms-overflow-style: none !important;
  overflow: -moz-scrollbars-none !important;
}

.xbox_content .picblock .wrapimg::-webkit-scrollbar {
  width: 0 !important;
}

.xbox_content .picblock .wrapimg .conteynerimg {
  height: 110px !important;
  white-space: nowrap;
  width: 100%;
}

.xbox_content .setingsblock {
  padding-top: 10px;
}

.xbox_content .setingsblock span {
  color: #6a6a6a;
  margin-bottom: 3px;
  display: block;
}

.xbox_content .setingsblock .block {
  margin-bottom: 10px;
}

.xbox_content .setingsblock textarea {
  display: block;
  width: 100%;
  resize: none;
  height: 112px;
  outline: none;
  background: #f5f5f5;
  border-radius: 5px;
  border: none;
  padding: 10px;
  box-sizing: border-box;
}

.xbox_content .bottom {
  border-top: 1px dashed #f2f2f2;
  padding: 15px 15px 0;
}

.xbox_content .bottom button {
  display: block;
  border: 0;
  line-height: 40px;
  min-width: 275px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #83b542;
}

.xbox_content .bottom button:hover {
  background: #6a9b2b;
  text-decoration: none;
}

.xbox_content .upload label {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.xbox_content .upload input {
	position: absolute;
	cursor: pointer;
	top: 0%;
	right: 0%;
	margin: 0;
	padding: 0;
	font-size: 10em;
	opacity: 0;
	width: 1px;
	height: 1px;
	z-index: -1;
	pointer-events: none;
}
.xbox_content .upload {
	overflow: hidden;
	width: 100px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22m12%209.5c-1.8%200-3.1%201.4-3.1%203.1%200%201.8%201.4%203.1%203.1%203.1%201.8%200%203.1-1.4%203.1-3.1%200-1.8-1.4-3.1-3.1-3.1l0%200zm6.9-4.4c-0.3%200-1.1-0.4-1.3-0.6l-0.5-0.9c-0.4-0.5-1.3-1-2-1l-6.3%200c-0.6%200-1.5%200.5-2%201l-0.5%200.9c-0.1%200.3-0.9%200.6-1.3%200.6l-2.1%200c-1.1%200-2.3%200.8-2.3%201.9l0%2012.2c0%201.1%201.1%202.3%202.3%202.3l18.1%200c1.1%200%202.3-1.1%202.3-2.3l0-12.2c0-1.1-1.1-1.9-2.3-1.9l-2.1%200zm-11.9%207.5c0-2.8%202.3-5%205-5%202.8%200%205%202.3%205%205%200%202.8-2.3%205-5%205%20-2.8%200-5-2.3-5-5zm13.2-3.8c-0.4%200-0.6-0.3-0.6-0.6%200-0.4%200.3-0.6%200.6-0.6%200.4%200%200.6%200.3%200.6%200.6%200%200.4-0.3%200.6-0.6%200.6l0%200z%22%20fill%3D%22%2383B542%22/%3E%3C/svg%3E");
}
.xbox_content .upload:hover {
	background-color: #efefef;
	opacity: 0.8;
}


.xbox_content .upload.load {
	background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20class%3D%22uil-ring%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%22%20height%3D%22100%22%20fill%3D%22none%22%20class%3D%22bk%22%3E%3C/rect%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2247.5%22%20stroke-dasharray%3D%22193.99334635916975%20104.45795573186061%22%20stroke%3D%22%2383b542%22%20fill%3D%22none%22%20stroke-width%3D%225%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20values%3D%220%2050%2050%3B180%2050%2050%3B360%2050%2050%3B%22%20keyTimes%3D%220%3B0.5%3B1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20begin%3D%220s%22%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
}

.xbox_content .conteynerimg {
	font-size: 0;
	zoom: 1;
}
.xbox_content .conteynerimg div {
	position: relative;
	min-width: 40px;
	height: 100px;
	margin-left: 10px;
}
.xbox_content .conteynerimg div:first-child {
	margin: 0;
}
.xbox_content .conteynerimg a {
	margin: 0 0 10px 0;
}
.xbox_content .conteynerimg img {
	height: 100px;
	width: auto;
	display: block;
	margin: auto;
}
.xbox_content .conteynerimg span {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
}
.xbox_content .conteynerimg span:hover {
	background-color: rgb(175, 201, 249);
	background-color: rgba(175, 201, 249, 0.82);
}
.xbox_content .conteynerimg span i {
	display: block;
	margin: 5px;
    width: 15px;
    height: 14px;
    background-image: url(pic/kit8.png?1);
    background-repeat: no-repeat;
    background-position: -18px -1px;
}








.order_table {
	margin: 20px 0;
}
.order_table th {
	text-align: left;
	color: #999;
	font-size: 11pt;
	font-weight: 300;
	text-transform: uppercase;
	padding: 5px 3px;
}
.order_table th.info,
.order_table td.info {
	width: 50%;
}
.order_table th,
.order_table tr td,
.order_table td.nav div.nav {
		 -o-transition:all 100ms linear;
	   -moz-transition:all 100ms linear;
	-webkit-transition:all 100ms linear;
			transition:all 100ms linear;
}
.order_table tr:nth-child(even) td {
	background-color: #f3f3f3;
	background-color: rgba(255,255,255,0.1);
}
.order_table tr.hover td {
	background-color: #d5e5ff;
	background-color: rgba(100,100,255,0.1);
}
.order_table tr.flash td {
	background-color: #777700;
}
.order_table td {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-color: rgba(255,255,255,0.15);
	background-color: #fcfcfc;
	background-color: rgba(255,255,255,0.05);
	padding: 12px 12px 12px 0;
}
.order_table td.nav {
	padding: 8px 8px 8px 4px;
	line-height: 14px;
}
.order_table td.nav div.nav {
	opacity: 0.2;
	filter: alpha(opacity=20);
	margin: 0 auto;
}
.order_table td.nav div.nav > div {
	margin: 10px auto 0 auto;
}
.order_table tr.hover td.nav div.nav {
	opacity: 1;
	filter: alpha(opacity=1);
}
.order_table td.remove {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.order_table td.remove:hover {
	color: #fff;
	background: #c61a0c;
}
.order_table td.image {
	width: 98px;
}
.order_table td.image a {
	float: left;
	overflow: hidden;
	max-height: 100px;
	border: 3px solid #4d4d4d;
}
.order_table td.image img {
	width: 80px;
}
.order_table td.product p,
.order_table td.info p,
.order_table td.info .p {
	/* color: #b9b9b9; */
	margin: 4px 0 0 0;
	font-size: 14px;
}
.order_table td.count {
	white-space: nowrap;
	width: 50px;
}
.order_table td.count input {
	padding: 2px 4px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	font-size: 14px;
	width: 100%;
	border: 0;
	text-align: center;
	text-align-last: center;
			border-radius: 0px;
	   -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.order_table td.count > div {
	overflow: hidden;
			border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.order_table td.count div > div {
	padding-right: 8px;
	line-height: 0;
}
.order_table td.count a {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 90%;
	text-align: center;
	background: #d5e5ff;
	color: #667fad;
	text-decoration: none;
	transition:all .15s ease;
	-o-transition:all .15s ease;
	-moz-transition:all .15s ease;
	-webkit-transition:all .15s ease;
}
.order_table td.count .horizontal {
	font-size: 0;
}
.order_table td.count .horizontal a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	width: 20px;
	height: 24px;
	line-height: 24px;
	font-size: 7pt;
}
.order_table td.count .horizontal div {
	width: 30px;
}
.order_table td.count a:hover {
	background: #bbd0f2;
	color: #3a5a95;
}
.order_table td.price {
	white-space: nowrap;
}
.order_table td.last {
	padding: 12px 4px 12px 0;
	color: #4781ec;
	font-weight: 600;
	white-space: nowrap;
}
.order_table td.sumb {
	color: #666;
}
.order_table .im_mail {
	margin: 3px 5px;
	position: relative;
	float: left;
}
.order_table td a span {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	margin: 0 0 0 -22px;
}
.order_table_item {
	margin: 0;
}
.order_table_item td {
	line-height: 24px;
}

.order_table .im_edit,
.order_table .im_remove,
.order_table .im_export {
    width: 15px;
    height: 14px;
    background-image: url(pic/kit8.png?1);
    background-repeat: no-repeat;
}
.order_table .im_edit {
    background-position: -1px -1px;
}
.order_table .im_remove {
    background-position: -18px -1px;
}
.order_table .im_export {
    background-position: -35px -1px;
}
.order_table td.info .nav > div {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	margin: 10px 10px 0 0;
}
.order_table_item td {border: none;padding-top: 0;padding-bottom: 0;background: none;}
.order_table_item td.last { border: none; padding-top: 0; padding-bottom: 0; }
.order_table_item td.last span {
	color: #aaa;
}


.order_table thead th {
	white-space: nowrap;
}
.order_table thead.default th,
.order_table thead.default td,
.order_table tbody.default th,
.order_table tbody.default td {
	cursor: default !important;
}
.order_table thead.shaded th {
	padding: 8px 3px;
	color: #fff;
	background: #55596a;
	text-align: center;
	cursor: s-resize;
	border-bottom: 2px solid #77d444;
}
.order_table thead.shaded th:hover {
	background-color: #464646;
}
.order_table tbody.shaded td {
	border-top: none;
}
.order_table thead.shaded th.product,
.order_table tbody.shaded td.product {
	width: auto;
	white-space: nowrap;
}
.order_table tbody.shaded td.nav div {
	margin: 4px auto 0 auto;
}
.order_table tbody.shaded td.nav div div {
	margin: 10px auto 0 auto;
}
.order_table tbody.shaded td.delivery {
	color: #e4b63b;
}
.order_table td.service {
	color: #E4B63B;
}
.order_table td.inverse p,
.order_table td.inverse .p {
	margin: 0 0 5px 0;
}
.order_table tr.editing td {
	background-color: #f9fbe9;
}
.order_table tr.editing td.inverse div.none {
	display: block;
	color: #a4c11b;
	font-size: 11px;
}
.order_table div.note {
	display: block;
	color: #e94043;
	margin: 5px 0 0 0;
	overflow: hidden;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.order_table .item div.note {
	max-width: 310px;
}
.order_view .order_table div.note {
	max-width: 400px;
}
.order_table td.inverse div.note {
	max-width: 100%;
}

.order_table .rub {
	color: #4681ec;
	font-size: 13px;
	margin: 5px 0 0 0;
}
.order_table .rub del:after {
	border-color: #4681ec;
}
.order_table .rub > * {
	margin: 0 5px 0 0;
}

.order_table .sort {
	width: 12px;
	height: 12px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	margin: 2px 0 0 2px;
	background: url(pic/arrows.gif) center bottom no-repeat;
}
.order_table .sort.up {
	background: url(pic/arrows.gif) center top no-repeat;
}

.order_table td.info .date {
	padding: 0 0 5px 0;
}
.order_table td.info .date span {
	font-size: 80%;
	color: #4681ec;
	margin-left: 10px;
}
.order_table td.info .address {
	font-size: 95%;
	/* color: #ccc; */
}
.order_table td.products {
	line-height: 0;
}
.order_table td.products ul {
	width: 96px;
	margin: -3px;
}
.order_table td.products li {
	margin: 2px;
	width: 44px;
	height: 44px;
	overflow: hidden;
			border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.order_table td.products img {
	width: 100%;
}
.order_table td.products .f {
	width: 72px;
}
.order_table td.products .s {
	width: 20px;
	height: 20px;
}


.order_folder_select.load {
	background: url(pic/progress.gif) center center no-repeat;
}

#notice_step1 {
	position: relative;
	margin: 20px 0;
	height: 113px;
}
#notice_step1 img {
	position: absolute;
	display: block;
	left: 0;
	top:-20px;
	opacity: 0;
	filter: alpha(opacity=0);
}


#order-total {
	margin: -2px 30px 0 0;
}
#order-total td {
	font-size: 13px;
	padding: 0 8px 0px 0;
}
#order-total td.pt {
	cursor: help;
}



.order_view {}
.order_view > p {
	margin: 0 0 4px 0;
}
.order_view > p label {
	color: #999999;
}
.order_view > div.note {
	padding: 6px;
	color: #a4dd0a;
	font-size: 12px;
	line-height: 14px;
	background: #232323;
}
.order_view > div.date_info {
	color: #9C9C9C;
	line-height: 22px;
}


.order_view .intotal,
.order_form .intotal {
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 18px;
}
.order_view .intotal span,
.order_form .intotal span {
	color: #4781ed;
	font-size: 19px;
	font-weight: 600;
	border-color: #4781ed;
}
.order_view .intotal del:after,
.order_form .intotal del:after {
	border-color: #4781ed;
	top: 14px;
}
.order_form table.write3 td { text-align: right; padding: 8px 0; }
.order_form table.write3 label { display: block; padding: 6px 12px 0 0; }
.order_form table.write3 input {
			transition:all .3s ease;
		 -o-transition:all .3s ease;
	   -moz-transition:all .3s ease;
	-webkit-transition:all .3s ease; }
.order_form table.write4 { float: right; }
.order_form table.write4 td {text-align: left;padding: 4px 0;font-size: 17px;font-weight: 600;}
.order_form table.write4 td.label {
	white-space: nowrap;
	text-align: right;
	text-align-last: right;
	padding: 3px 12px 0 0;
	font-weight: 400;
	color: #555;
}
.order_form .amiss {
	border-color: #B90000;
    background-color: #FFA6A6;
}
.order_form .good {
	border-color: #00B937;
    background-color: #A6FFB3;
}

.order_form .label_items label {
	display: block;
	float: left;
	clear: both;
	margin: 8px 0 0 0;
	border: 1px solid #f0f0f0;
	padding: 0 6px 0 92px;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
}
.order_form .label_items label:hover {
	border-color: #4681ec;
}
.order_form .label_items input { margin: -2px 5px 0 0; }
.order_form .label_items label.delivery1 { background: url(pic/kit4.png?1) 0 0 no-repeat; }
.order_form .label_items label.delivery2 { background: url(pic/kit4.png?1) 0 -36px no-repeat; }
.order_form .label_items label.delivery3 { background: url(pic/kit4.png?1) 0 -70px no-repeat; }
/*.order_form .label_items label.delivery4 { background: url(pic/kit4.png?1) 0 -104px no-repeat; }*/
.order_form .label_items label.delivery4 { background: url(pic/kit4.png?1) 0 -306px no-repeat; }
.order_form .label_items label.delivery5 { background: url(pic/kit4.png?1) 0 -136px no-repeat; }
.order_form .label_items label.delivery6 { background: url(pic/kit4.png?1) 0 -172px no-repeat; }
.order_form .label_items label.delivery7 { background: url(pic/kit4.png?1) 0 -172px no-repeat; }
.order_form .label_items label.delivery8 { background: url(pic/kit4.png?1) 0 -172px no-repeat; }
.order_form .label_items label.delivery9 { background: url(pic/kit4.png?1) 0 -204px no-repeat; }
.order_form .label_items label.delivery10 { background: url(pic/kit4.png?1) 0 -240px no-repeat; }
.order_form .label_items label.delivery11 { background: url(pic/kit4.png?1) 0 -240px no-repeat; }
.order_form .label_items label.delivery12 { background: url(pic/kit4.png?1) 0 -240px no-repeat; }
.order_form .label_items label.delivery13 { background: url(pic/kit4.png?1) 0 -272px no-repeat; }
.order_form .label_items label.delivery14 { background: url(pic/kit4.png?1) 0 -342px no-repeat; }
.order_form .label_items label.delivery15 { background: url(pic/kit4.png?1) 0 -376px no-repeat; }
.order_form .label_items label.delivery16 { background: url(pic/kit4.png?1) 0 -414px no-repeat; }
.order_form .label_items label.delivery17 { background: url(pic/kit4.png?1) 0 -450px no-repeat; }
.order_form .label_items label.payment1 { padding-left: 68px; background: url(pic/kit5.png) 0 0 no-repeat; }
.order_form .label_items label.payment2 { padding-left: 68px; background: url(pic/kit5.png) 0 -34px no-repeat; }
.order_form .label_items label.payment3 { padding-left: 68px; background: url(pic/kit5.png) 0 -68px no-repeat; }
.order_form .label_items label.payment4 { padding-left: 68px; background: url(pic/kit5.png) 0 -102px no-repeat; }
.order_form .label_items label.select { color: #3f71cd; border-color: #4681ec; background-color: #eef4ff; }

/* step3 */
.order_info > div {
	width: 48%;
}
.order_info button {
	width: 100%;
}
.order_info textarea {
	border-color: #f0f0f0;
	background: #f0f0f0;
}
.order_info textarea:focus {
	border-color: #4781ec;
}
.order_info .intotal {
	padding: 18px 0;
	height: auto;
	line-height: normal;
}






/* new message class */
.order_messages {
	position: relative;
	color: #222;
}
.order_messages ul,
.order_messages li {
	outline: none;
	list-style: none;
}
.order_messages .item {
	position: relative;
	display: table;
	width: 100%;
	margin: 0;
	border-top: 1px dashed #ddd;
	border-top: 1px dashed rgba(0,0,0,0.12);
}
.order_messages > form {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 5;
			box-shadow: 0;
	   -moz-box-shadow: 0;
	-webkit-box-shadow: 0;
			transition: box-shadow 1s ease;
	   -moz-transition: -moz-box-shadow 1s ease;
	-webkit-transition: -webkit-box-shadow 1s ease;
}
.order_messages > form.im_shadow {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.4);
}
.order_messages .item > div:first-child {
	width: 68px;
}	
.order_messages .item > div {
	padding: 10px;
	border: 0;
	background: none;
}
.order_messages .item .author img {
	width: 48px;
	height: 48px;
}
.order_messages .item .head {
	border: none;
	vertical-align: middle;
	padding: 0 0 5px 0;
}
.order_messages .item .ava {
	display: none;
	width: 26px;
	padding-right: 6px;
	line-height: 0;
}
.order_messages .item .ava img {
	display: block;
	width: 26px;
	height: 26px;
			border-radius: 50%;
	   -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.order_messages .un {background-color: #eee;}
.order_messages .bill {background-color: #c4e49a;}
.order_messages .item .from {
	font-size: 10.5pt;
}
.order_messages .item.my .from {
	color: #a94442;
}
.order_messages .item .head .dateedit {
	margin-left: 10px;
	padding-left: 5px;
	background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M968.2%2031.8c36.5%2036.5%2036.4%2095.5%200%20132l-44%2044L792.1%2075.8l44-44C872.6-4.6%20931.7-4.6%20968.2%2031.8zM308.2%20559.8l-44%20176%20176-44%20439.9-439.9L748.1%20119.8%20308.2%20559.8zM746.6%20473.4v402.2H124.4V253.4h402.2l124.4-124.4H0V1000h871.1V348.9L746.6%20473.4z%22%20fill%3D%22%23ccc%22/%3E%3C/svg%3E") no-repeat left center;
}
.order_messages .item time {
	color: #999;
	font-size: 11px;
	margin-left: 10px;
}
.order_messages .item .content {
	line-height: 18px;
	min-height: 18px;
	padding: 10px 0 0 0;
}
.order_messages .item .content:empty:not(.text) {
	display: none;
}
.order_messages .item .notice {
	color: #fff;
	background-color: rgb(36, 37, 38);
	line-height: 18px;
	padding: 8px;
	margin: 0 0 10px 0;
}
.order_messages .sequel {
	border: 0;
}
.order_messages .sequel .content {
	padding: 0;
}
.order_messages .im_wrap {
	background: #546775;
	border: none;
}
.order_messages .im_wrap.focus {
	background: #4a6980;
}
.order_messages .im_wrap > div {
	padding: 0;
}
.order_messages .input .viewport {
	width: inherit;
}
.order_messages .input .outer {
	padding: 2px;
}
.order_messages .input .bar {
	width: 4px;
}
.order_messages .im_wrap .control {
	padding: 10px;
	float: right;
	z-index: 10;
}
.order_messages .im_wrap .placeholder {
	top: 15px;
	left: 15px;
}
.order_messages .im_wrap .input .text {
	padding: 15px;
	min-height: 20px;
	border: 0;
	caret-color: #fff;
    color: #fff;
}
.order_messages .im_wrap .files {
	padding: 5px 5px 15px 15px;
	border-top: 1px solid #55596a;
	border-top: 1px solid #12c4e2;
}
.order_messages .files:empty {
	display: none;
}
.order_messages .im_wrap .im_btn {
	opacity: 1;
}
.order_messages .im_wrap .im_emoji {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22m15%2027.4l0%200c6.8%200%2012.4-5.6%2012.4-12.4%200-6.8-5.6-12.4-12.4-12.4%20-6.8%200-12.4%205.6-12.4%2012.4%200%206.8%205.6%2012.4%2012.4%2012.4l0%200%200%200m0%202.5c-8.3%200-14.9-6.6-14.9-14.9%200-8.3%206.6-14.9%2014.9-14.9%208.3%200%2014.9%206.6%2014.9%2014.9%200%208.3-6.6%2014.9-14.9%2014.9zm-5-8.1c1.2%200.8%202.8%201.5%205%201.5%202.2%200%203.8-0.7%205-1.5%200.8-0.5%201.3-1.2%201.5-1.7%200.3-0.7%200.2-1.8%200.2-1.8%200%200-13.3%200-13.3%200%200%200-0.2%201.2%200.2%201.8%200.2%200.5%200.7%201.2%201.5%201.7zm0-6.8c1%200%201.7-1.2%201.7-2.5%200-1.3-0.7-2.5-1.7-2.5%20-1%200-1.7%201.2-1.7%202.5%200%201.3%200.7%202.5%201.7%202.5zm10%200c1%200%201.7-1.2%201.7-2.5%200-1.3-0.7-2.5-1.7-2.5%20-1%200-1.7%201.2-1.7%202.5%200%201.3%200.7%202.5%201.7%202.5z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E);
}
.order_messages .im_wrap button span {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cpath%20d%3D%22m13.2%2010.3c-13.7%204.9-12.8%204.4-12.8%205.2%200.3%200.6%200.9%201.3%202.2%202.2%201.3%201%202.4%201.3%202.5%201.4%200.1%200%2016.6-8.7%2019.9-10.5%200.2-0.1%200.4-0.2%200.4-0.2%200%200-3.9%202.9-8.6%206.6l-8.6%206.5%200%202.7c0%202.6%200%202.7%200.1%202.9%200.1%200.1%200.2%200.1%200.3%200.1%200.1%200%200.9-0.4%202-1.3%201.1-0.8%201.9-1.3%201.9-1.3%200%200%200.7%200.7%201.8%201.4%201.7%201.2%202.1%201.2%202.3%201.2%200.2%200%200.3%200%200.4-0.2%202.7-3.5%209-14.9%2012.8-21.1%200.5-1%201.1-1.8%201.1-1.8%200-0.1-0.1-0.1-0.2-0.1%20-0.1%200-1.3%200.4-2.8%201l-14.8%205.5z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E);
}
.order_messages .im_wrap .im_upload_label {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22m15.7%204.5c2.3-2.3%206.1-2.3%208.5%200%202.3%202.3%202.3%206.1%200%208.5l-13.2%2013.2c-1.5%201.5-3.8%201.5-5.3%200-1.5-1.5-1.5-3.8%200-5.3l11.1-11.1c0.6-0.6%201.5-0.6%202.1%200%200.6%200.6%200.6%201.5%200%202.1l-10.1%2010.1%201.6%201.6%2010.1-10.1c1.5-1.5%201.5-3.8%200-5.3-1.5-1.5-3.8-1.5-5.3%200l-11.1%2011.1c-2.3%202.3-2.3%206.1%200%208.5%202.3%202.3%206.1%202.3%208.5%200l13.2-13.2c3.2-3.2%203.2-8.5%200-11.7-3.2-3.2-8.5-3.2-11.7%200l-12.2%2012.2%201.6%201.6%2012.2-12.2z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E);
}

.im_wrap .smiles_wrap .scroll {
	background: none;
	border-color: transparent !important;
}
.im_items:empty {
	position: relative;
	min-height: 80px;
}
.im_items:empty:after {
	position: absolute;
	display: block;
	top: 50%;
	width: 100%;
	margin-top: -10px;
	text-align: center;
	color: #ccc;
	content: '\0418 \0441 \0442 \043E \0440 \0438 \044F  \0441 \043E \043E \0431 \0449 \0435 \043D \0438 \0439  \043F \0443 \0441 \0442 \0430';
}

div.xbox td.xbox > div {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
div.xbox .im_wrap .smiles_box {
	top: initial;
	left: initial;
	right: 5px;
	bottom: 50px;
	width: 295px;
}
div.xbox .im_wrap .smiles_box.show {
	top: initial;
	bottom: 40px;
}
div.xbox .scrollbox .scroll .outer {
	padding: 1px;
}
div.xbox .im_wrap .smiles_wrap .scroll.hover .bar {
	width: 5px;
}
div.xbox .scrollbox .scroll .outer,
div.xbox .im_wrap .smiles_box {
	background-color: #fcf8e3;
}


@-webkit-keyframes progress {
    0%   {left: 0px; opacity: 0; }
    50%   {left: 50px; opacity: 0.5; }
    100% {left: 100px; opacity: 0; }
}
@keyframes progress {
    0%   {left: 0px; opacity: 0; }
    50%   {left: 50px; opacity: 0.5; }
    100% {left: 100px; opacity: 0; }
}
@-webkit-keyframes progress_over {
    0%   {left: 100px; opacity: 0.1; }
    50%   {left: 50px; opacity: 0.4; }
    100% {left: 0px; opacity: 0.1; }
}
@keyframes progress_over {
    0%   {left: 100px; opacity: 0.1; }
    50%   {left: 50px; opacity: 0.4; }
    100% {left: 0px; opacity: 0.1; }
}
#order_messages .wrap {
	position: relative;
	top: inherit;
	left: inherit;
	background-color: inherit;
	margin-top: 15px;
}
#order_messages .overview,
#order_messages .wrap form {
	padding: 0;
}
.order_messages form {
			box-shadow: 0;
	   -moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	-o-transition: -o-box-shadow 1s ease;
	-moz-transition: -moz-box-shadow 1s ease;
	-webkit-transition: -webkit-box-shadow 1s ease;
	transition: box-shadow 1s ease;
}



.item_form .im_attach {
	position: relative;
	cursor: pointer;
	top: inherit;
	right: inherit;
	height: 40px;
	z-index: 1;
	text-align: center;
	text-align-last: center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	background: #b6b6b6;
}
.item_form .im_attach span {
	cursor: pointer;
	height: 40px;
	margin: 0 auto;
	padding: 0 30px 0 0;
	color: #fff;
	line-height: 40px;
	background: url(pic/pic_photo.png) right center no-repeat;
		 -o-transition:all 200ms linear;
	   -moz-transition:all 200ms linear;
	-webkit-transition:all 200ms linear;
			transition:all 200ms linear;
}
.item_form .im_attach:hover {
	background-color: #bdbdbd;
}
.item_form .im_attach:hover span {
	padding-right: 40px;
	padding-left: 10px;
}
.item_form .im_attach .progress {
	display: none;
	margin: 20px auto;
}


.item_form .scroller .viewport {
	height: 134px;
}
.item_form .scroller li {
	margin: 0 0 0 10px;
}
.item_form .scroller li:first-child {
	margin: 0;
}
.item_form .scroller li.select img {
	border-color: #4781ed;
}
.item_form hr {
	margin: 15px 0;
}



.order_folders {
	margin: 0 0 10px 0;
}
.order_folders li {
	margin: 10px 0 0 0;
}
.order_folders li:first-child {
	margin: 0;
}
.order_folders .nav {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	padding: 8px;
	margin: 1px 0 0 0;
}
.order_folders li:hover .nav {
	opacity: 1;
	filter: alpha(opacity=100);
}
.order_folders .nav:hover div {
	background-position: 0 0;
}
.order_folders input {
	width: 252px;
}


.xbox .row {
	margin: 0 0 15px 0;
}
.xbox .row table.write1 td {
	text-align: right;
	width: 50%;
}
/*
.xbox .row table.write1 input { width: 220px; }
.xbox .row table.write1 select { width: 238px; }
.xbox .row table.write2 td { text-align: right; }
.xbox .row table.write2 input { width: 130px; }
.xbox .row table.write2 select { width: 128px; }
*/
.xbox .images img {border: 3px solid #ddd;}


form#bonus .price {
	font-size: 13pt;
	line-height: 28px;
}
form#bonus .price span {
	font-size: 15pt;
}
form#bonus input {
	font-size: 14pt;
	padding: 0 0 0 6px;
	height: 28px;
	line-height: 28px;
	width: 60px;
}
form#bonus button {
	margin-top: 10px;
}

.order_opinion_notice {
	position: relative;
	padding: 6px 10px 6px 34px;
	font-size: 9pt;
	line-height: normal;
	background-color: #ddd;
}
.order_opinion_notice:after {
	position: absolute;
	content: '!';
	left: 14px;
	top: 0px;
	z-index: 1;
	color: #999;
	font-size: 28pt;
}

.order_opinion_form table{
	margin: 0 0 12px 0;
}


.order_opinion_form .thumb {
	width: 52px;
    height: 52px;
    overflow: hidden;
    line-height: 0;
	border: 0;
	background-color: #fff;
			border-radius: 26px;
       -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}
.order_opinion_form img {
	display: block;
	width: 52px;
}


.order_opinion_form .items {
	margin: 10px 0;
}
.order_opinion_form .items div {
	padding-bottom: 4px;
}
.order_opinion_form .items .item {
	display: block;
	line-height: 0;
	margin: 1px 5px 5px 1px;
	overflow: hidden;
	width: 50px;
	height: 50px;
}
.order_opinion_form .items .item img {
	width: 100%;
	height: auto;
}

.order_opinion_form .arrow {
	position: absolute;
	content: '';
	left: -8px;
	top: 18px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #bababa;
	z-index: 4;
}
.order_opinion_form .arrow:after {
	position: absolute;
	content: '';
	left: 1px;
	top: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #FFF;
	z-index: 5;
}
.order_opinion_form .progress_wrap {
	width: 134px;
}
.order_opinion_form .progress {
	margin: 10px auto 0;
}
.order_opinion_form button {
	height: 32px;
	line-height: 32px;
}
.order_opinion_form .stars_text {
	height: 32px;
	line-height: 32px;
	margin-left: 16px;
}
.order_opinion_form .stars {
	height: 20px;
	margin: 1px 6px;
}
.order_opinion_form .star {
	float: left;
	width: 20px;
	height: 20px;
	padding: 5px;
}
.order_opinion_form .star .z,
.order_opinion_form .star .z:after,
.order_opinion_form .star .z:before {
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	content: '';
	border-bottom: 7px solid #888;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
		 -o-transition:all 100ms linear;
	   -moz-transition:all 100ms linear;
	-webkit-transition:all 100ms linear;
			transition:all 100ms linear;
}
.order_opinion_form .star .z {
	margin: 6px 0;
	position: relative;
	-moz-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
} 
.order_opinion_form .star .z:before {
	border-bottom: 8px solid #888;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	top: -5px;
	left: -6px;
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
} 
.order_opinion_form .star .z:after {
	top: 0;
	left: -10px;
	-webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
}
.order_opinion_form .hover .z,
.order_opinion_form .hover .z:after,
.order_opinion_form .hover .z:before {
	border-bottom-color: #4681ec;
}
.order_opinion_form .active .z,
.order_opinion_form .active .z:after,
.order_opinion_form .active .z:before {
	border-bottom-color: #66bd36;
}


.bonus_wrap .middle {
	width: 100%;
	float: left;
	overflow: hidden;
}
.bonus_wrap .middle > div {
	padding: 0 0 0 225px;
}
.bonus_wrap .middle label {
	display: block;
	padding-bottom: 6px;
}
.bonus_wrap .middle .wi input {
	margin: 0;
}
.bonus_wrap .aside {
	position: relative;
	float: left;
	margin: 0 -100% 0 0;
	width: 200px;
}
.bonus_wrap .aside div > a {
	display: block;
}
.bonus_wrap .aside .image {
	height: 194px;
	overflow: hidden;
	border: 3px solid #4D4D4D;
}
.bonus_wrap .aside .image img {
	width: 100%;
}
.bonus_wrap font.g {
	color: #aaa;
}

.bonus_wrap .check_wrap li {
	padding: 2px 0;
}
.bonus_wrap .check_wrap sup {
	color: #ACE907;
}
.bonus_wrap .check_wrap .properties {
	padding: 10px 0 0 0;
}
.bonus_wrap .checkbox {
	line-height: 0;
	margin-right: 2px;
}
.bonus_wrap .checkbox input {
	line-height: 0;
	margin: 0;
}

.bonus_wrap .images {
	padding-top: 8px;
	margin-left: -7px;
}
.bonus_wrap .images li {
	width: 62px;
	height: 62px;
	margin-left: 7px;
	margin-top: 7px;
	font-size: 0;
	line-height: 0;
	border: 3px solid #4D4D4D;
	overflow: hidden;
}
.bonus_wrap .images li img {
	display: block;
	width: 100%;
	border: 0;
}
.bonus_wrap .images .note {
	padding: 15px 0 0 5px;
	line-height: 22px;
	max-width: 490px;
}
.bonus_wrap .images .note small {
	color: #aaa;
}
.bonus_wrap .attach {
	position: relative;
	cursor: pointer;
	background: #161616 url(pic/item_photo.png) center center no-repeat;
}
.bonus_wrap .attach input {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 100px;
	width: 1200px;
}
.bonus_wrap .attach.progress {
	background-image: url(pic/progress.gif);
}
.bonus_wrap .attach span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	opacity: 0.2;
	filter: alpha(opacity=20);
	background-color: #12C4E2;
		 -o-transition:all 100ms linear;
	   -moz-transition:all 100ms linear;
	-webkit-transition:all 100ms linear;
			transition:all 100ms linear;
}
.bonus_wrap .category select,
.bonus_wrap .category button {
	margin: 0;
}
.bonus_wrap .category button {
	width: 32px;
	padding: 0;
	padding-left: 0;
	padding-right: 0;
}
.bonus_wrap .category > div {
	padding-top: 6px;
}
.bonus_wrap .agree {
	margin: -2px 0 0 10px;
	font-size: 90%;
	color: #aaa;
}
.bonus_wrap .stars_wrap {
	margin-top: 15px;
}
.bonus_wrap .stars {
	margin-left: -3px;
}
.bonus_wrap .stars div {
	padding-top: 0;
	padding-bottom: 0;
}