.orderBox {
	margin-top: 5px;
	width: 80%;
	margin: auto;
}
.high {
	font-size: 11pt;
}
input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a4a4a9;
}
textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a4a4a9;
}
select {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a4a4a9;
}
.commentsArea {
	margin-left: 0;
	margin-top: 10px;
}
.hl {
	font-size: 11pt;
	padding-right: 20px;
	text-align: right;
	color: #3E4D94;
}
.red {
	color: #e16200;
}
#tbl_cart th {
	background-color: #ffffff;
	background-image: url(/res/images/cart/merge_line.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #5f5e5e;
	font-weight: bold;
	font-size: 12px;
}
#tbl_cart .center {
	text-align: center;
}
#tbl_cart button {
	background: none;
}
#tbl_cart .bg_dark {
	background-color: #FFFFFF;
}
#tbl_cart .totalPrice {
	font-size: 10pt;
	color: #727272;
	font-weight: bold;
}
.personalInfo {
	vertical-align: middle;
	font-weight: bold;
}
.personalInfo .middleLine {
	background-image: url(/res/images/cart/middleLine.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 2px;
}
.personalInfo .inputCell {
	padding-left: 20px;
	text-align: left;
}
.personalInfo .paddingLeft {
	padding-left: 0;
	text-align: left;
	width: 100px;
	font-weight: normal;
}
.personalInfo .alignTop {
	vertical-align: top;
}
.personalInfo .inputWidth {
	width: 370px;
}
#tbl_cart td {
	vertical-align: middle;
}
#tbl_cart td .white {
	color: #c0bba5;
	text-align: left;
}
#tbl_cart .itemRow {
	background-color: #ffffff;
	background-image: url(/res/images/cart/merge_line.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#tbl_cart .itemRow td {
	vertical-align: middle;
}
#tbl_cart .itemRow .del_order {
	width: 16px;
	height: 16px;
	background-image: url(/res/images/cart/i_del.png);
	background-repeat: no-repeat;
}
#tbl_cart .itemRow .del_order:hover {
	background-image: url(/res/images/cart/i_del.h.png);
	background-repeat: no-repeat;
}
#tbl_cart .itemRow .imgBorder {
	width: 44px;
	padding: 2px;
	border: 1px solid #d2d4d0;
	margin-top: 15px;
}
#tbl_cart .itemRow .iTitle a {
	color: #3E4D94;
	font-weight: 800;
}
#tbl_cart .itemRow .iTitle a:hover {
	color: #3E4D94;
}
#tbl_cart .itemRow .small {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a4a4a9;
	background-image: url(/res/images/cart/input_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 19px;
	width: 29px;
	padding-left: 5px;
}
#tbl_cart .itemRow .iPrice {
	color: #3e66ab;
	font-weight: bold;
}
#tbl_cart .itemRow .minus_odin {
	background-image: url(/res/images/cart/i_minus.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	border: none;
}
#tbl_cart .itemRow .minus_odin:hover {
	background-image: url(/res/images/cart/i_minus.h.png);
	background-repeat: no-repeat;
	background-position: center;
}
#tbl_cart .itemRow .plus_odin {
	background-image: url(/res/images/cart/i_plus.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	border: none;
}
#tbl_cart .itemRow .plus_odin:hover {
	background-image: url(/res/images/cart/i_plus.h.png);
	background-repeat: no-repeat;
	background-position: center;
}
#tbl_cart .totalPriceAll td {
	font-size: 12pt;
	color: #3e3d3a;
	font-weight: bold;
	-moz-text-shadow: 1px 1px 1px #a5a4a3;
	-webkit-text-shadow: 1px 1px 1px #a5a4a3;
	text-shadow: 1px 1px 1px #a5a4a3;
	vertical-align: bottom;
}
#tbl_cart .totalPriceAll .TotalPriceAllSum {
	color: #3e66ab;
	font-size: 14pt;
	-moz-text-shadow: 1px 1px 1px #bfcce3;
	-webkit-text-shadow: 1px 1px 1px #bfcce3;
	text-shadow: 1px 1px 1px #bfcce3;
}
#tbl_cart .totalPriceAll .TotalPriceAllHrn {
	color: #3e66ab;
	font-weight: normal;
}
#tbl_cart .discountBox {
	width: 256px;
	height: 82px;
	background-image: url(/res/images/cart/discount_bg.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: -50px;
	text-align: left;
}
#tbl_cart .discountBox .wDiscount {
	font: 11pt Arial;
	font-weight: 900;
	color: #FFFFFF;
	display: block;
	margin-top: 10px;
	margin-left: 42px;
	-moz-text-shadow: 1px 1px 1px #da8888;
	-webkit-text-shadow: 1px 1px 1px #da8888;
	text-shadow: 1px 1px 1px #da8888;
}
#tbl_cart .discountBox .percent {
	font: 14pt Arial;
	font-weight: 900;
	color: #c03f3f;
	padding-top: 15px;
	text-align: center;
	-moz-text-shadow: 1px 1px 1px #d69894;
	-webkit-text-shadow: 1px 1px 1px #d69894;
	text-shadow: 1px 1px 1px #d69894;
}
#tbl_cart .discountBox .wDiscountSum {
	font: 11pt Arial;
	font-weight: 700;
	color: #3e3d3a;
	display: block;
	margin-top: 17px;
	margin-left: 19px;
	-moz-text-shadow: 1px 1px 1px #b0aea8;
	-webkit-text-shadow: 1px 1px 1px #b0aea8;
	text-shadow: 1px 1px 1px #b0aea8;
}
#tbl_cart td .name {
	color: #c0bba5;
	text-align: left;
}
#tbl_cart td .name a.details {
	background-image: url(/res/images/cart/i_more.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	font-size: 11px;
	color: #BBB;
	display: block;
	text-align: right;
	position: relative;
	top: -2px;
	margin-bottom: -1px;
}
#tbl_cart tr .row_spec td {
	font-size: 16pt;
	color: #fb9a00;
}
#tbl_cart tr .row_spec td label {
	font-size: 16pt;
	color: #fb9a00;
}
#tbl_cart .itemRow .iPriceOne {
	color: #a8a6a4;
	text-align: left;
	font-size: 9pt;
}
#tbl_cart .itemRow .iPriceOne .smallHrn {
	font-size: 8pt;
}
