﻿/*Payment Style*/
#thanks {
	text-align: center
}
.box_payment {
	margin: 10px 0;
	position: relative
}
#account_info, #method_payment {
	width: 50%
}
#account_inner {
	padding-right: 20px;
	border-right: 1px solid #CCCCCC
}
.box_payment_left {
	width: 69%;
	padding-bottom: 25px
}
#mini_cart, #info_address {
	width: 50%;
}
.method_inner {
	padding: 0 20px
}
.cargo_inner {
	padding-left: 20px;
	border-left: 1px solid #CCCCCC
}
#method_payment h4 {
	font-size: 1em;
	margin: 10px 0;
	cursor: pointer;
}
#method_payment h4 i {
	background: url(../Images/radio_icon.png) 0 0 no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 3px;
	vertical-align: text-top;
}
#method_payment h4.current i {
	background: url(../Images/radio_icon.png) 0 100% no-repeat;
}
#method_payment div.pane {
	padding: 0 10px;
	display: none;
	background: url(../Images/divider.gif) bottom left repeat-x;
	margin-bottom: 15px;
}
.submit_btn {
	background: linear-gradient(to bottom, #E2760F 0%, #E56315 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: #fca03c; /* Old browsers */
	background: -moz-linear-gradient(top, #fca03c 0%, #f9821e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fca03c), color-stop(100%, #f9821e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fca03c 0%, #f9821e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fca03c 0%, #f9821e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fca03c 0%, #f9821e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fca03c 0%, #f9821e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca03c', endColorstr='#f9821e', GradientType=0 ); /* IE6-9 */
	border: medium none;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	display: block;
	height: 38px;
	margin: 0;
	text-align: left;
	width: 272px;
}
.login_form, #three_step_checkout .shipping_form, #three_step_checkout .payment_form {
	border: 1px solid #D6D6D6;
	border-radius: 5px 5px 5px 5px;
	height: 100%;
}
.login_btn {
	left: 170px;
	position: relative;
	top: 5px;
}
.submit_btn {
	background: linear-gradient(to bottom, #E2760F 0%, #E56315 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: #fca03c; /* Old browsers */
	background: -moz-linear-gradient(top, #fca03c 0%, #f9821e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fca03c), color-stop(100%, #f9821e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fca03c 0%, #f9821e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fca03c 0%, #f9821e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fca03c 0%, #f9821e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fca03c 0%, #f9821e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca03c', endColorstr='#f9821e', GradientType=0 ); /* IE6-9 */
	border: medium none;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	display: block;
	height: 38px;
	margin: 0;
	text-align: left;
	width: 272px;
}
.buttondathang {
	margin: 10px 0 20px 0 !important;
}
.buttondathang input {
	border: none;
	background: none;
	cursor: pointer;
	height: 40px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	cursor: pointer;
}
.txtemaildangnhap {
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 0;
	text-indent: 7px;
	width: 100%;
	text-indent: 25px
}
.txtpassdangnhap {
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	padding: 8px 0;
	width: 100%;
	text-indent: 10px
}
.rb {
	float: left;
	margin: 10px 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 25px;
}
.forgot_pass {
	display: block;
	text-align: right;
	margin: 5px 0;
	text-decoration: underline;
	font-style: italic
}
.order_sum {
	padding: 10px 0;
}
.order_sum th {
	background: #FFFFFF;
	border: none;
	font-weight: 700;
	height: 25px
}
.left_align {
	width: 58%;
	text-align: left
}
.qty {
	margin-left: 100px;
	margin-bottom: 10px
}
.right_align {
	text-align: right;
}
.total_item {
	margin: 5px 0;
}
.total_item tr {
	height: 28px;
	line-height: 28px
}
.total_item td {
	vertical-align: top
}
.total_item .right_align {
	font-weight: 700;
	color: #FF0000
}
.order_scrollable {
	max-height: 500px;
	min-height: 117px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	border-top: 1px dashed #b3b3b3;
	background: #F8F8F8
}
.item_minicart {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b3b3b3;
}
.item_minicart:last-child {
	margin: 0;
	padding: 0;
	border: none
}
.item_minicart h3 {
	font-size: 12px;
	margin-bottom: 10px
}
.total {
	font-size: 1.3em;
	font-weight: 700
}
.total_item .code_voucher {
	border: 1px solid rgb(204, 204, 204);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
	color: rgb(0, 0, 0);
	font-size: 100%;
	padding: 4px 0;
	margin-bottom: 5px;
	text-indent: 10px;
	width: 150px;
}
.order_scroll_table .qty select {
	margin: 0;
	vertical-align: top;
	width: 100%;
}
.order_scroll_table .checkout_remove_item {
	color: #0010a7;
	text-decoration: none;
	font-size: 0.9em
}
.clearcart {
	background: #FF0000;
	position: absolute;
	right: 5px;
	top: 5px;
}
.clearcart a {
	color: #FFFFFF!important;
	display: block!important;
	font-weight: bold!important;
	height: 18px;
	line-height: 18px;
	text-align: center!important;
	text-decoration: none;
	text-transform: uppercase;
	width: 18px;
}
.pay-form.left {
	left: 0;
	position: absolute;
	top: 0;
	width: 26%;
}
.pay-form.right {
	margin-left: 28%;
	padding-top: 4px;
}
.red {
	color: Red;
}
.pay-form .text {
	color: #000000;
	display: block;
	float: left;
	line-height: 30px;
	width: 100%;
}
.pay-form .input-text {
	float: left;
	width: 100%;
	line-height: 40px;
	margin: 0;
}
.pay-form .input-text input {
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	padding: 8px 0;
	width: 100%;
	text-indent: 25px
}
.ddlthanhphoh {
	width: 100%;
	padding: 10px 3px;
	font-size: 13px;
}
.pay-form .input-text textarea {
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
	color: #000000;
	float: left;
	font-size: 13px;
	height: 99px;
	line-height: 18px;
	padding: 10px 5px 10px 25px;
	width: 92%;
}
.button1, .button_cart .button1 {
	background: url("../Images/blue_bg.jpg") repeat-x scroll 0 0 #003466;
	border: medium none;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 130%;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 0 0;
	padding: 0 15px;
	position: relative;
	text-align: center;
	white-space: nowrap
}
.button1:hover {
	text-decoration: none;
}
.number_step {
	background: url("../Images/number_steps.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	height: 25px;
	margin: -8px 7px 0 0;
	vertical-align: middle;
	width: 25px;
}
.step1 {
	background-position: 0 0
}
.step2 {
	background-position: 0 -25px
}
.step3 {
	background-position: 0 -50px
}
/*Method Payment*/
#method_payment .payment_radio_check {
	float: left;
	width: 18px
}
#method_payment .payment_radio_check input {
	top: -2px
}
#method_payment .payment_form_title {
	margin-left: 22px
}
#method_payment .row {
	margin-bottom: 15px
}
#bill_info .row {
	margin-bottom: 5px
}
.hidden {
	display: none
}
#method_payment .address {
	padding: 10px
}
.change_info {
	position: absolute;
	z-index: 50;
	top: 10px;
	right: 10px;
	font-size: 0.9em;
	color: #00F;
	text-transform: none;
}
/*Tab Share*/
#box_share, #orderInfo {
	width: 49.5%;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.nav_share:after {
	clear: both;
	display: block;
	content: ''
}
ul.nav_share {
	height: 30px;
	margin-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #d3d3d3
}
ul.nav_share li {
	display: inline;
	float: left;
	margin-right: 2px;
}
ul.nav_share li a {
	display: block;
	text-decoration: none;
	background: #FFFFFF;
	line-height: 30px;
	border: 1px solid #d3d3d3;
	border-bottom: none;
	padding: 0 30px;
	font-size: 1.2em;
	color: #004688;
}
ul.nav_share li.current a {
	background: #f4f4f4;
}
.tab_share_ct {
	padding: 15px 3%;
	width: 92%
}
/*Share Network*/
.tabbed_box_content {
	font-size: 1.3em;
	font-weight: 700;
	color: #39599f;
	border-bottom: 1px dotted #d3d3d3;
	padding-bottom: 5px;
	margin-bottom: 10px
}
.social-content-box {
	overflow: hidden;
	width: 100%;
}
.social-content-box img {
	max-width: 15%;
	height: auto
}
.chkSucP-social-textarea {
	float: left;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #333;
	font-family: Arial;
	font-size: 15px;
	height: 87px;
	line-height: 1.2;
	margin-top: 5px;
	outline: 0 none;
	overflow: auto;
	resize: none;
	text-align: left;
	width: 82%;
}
.chkSucP-social-btn {
	border-radius: 3px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	overflow: hidden;
	width: 60%;
	margin: 0 auto
}
.chkSucP-social-btn .icn_social {
	float: left;
	height: 28px;
	width: 32px;
}
.icn_social-facebook_btn {
	background: url(small_facebook.gif) 0 center no-repeat;
	height: 30px;
	width: 32px;
	border-right: 1px solid #2c4272
}
.chkSucP-social-btn.share_facebook {
	border: 1px solid #2c4272;
	background: linear-gradient(to bottom, #40609d 0px, #3b5996 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	text-shadow: 1px 2px 1px #2d4475;
}
.share_facebook .label {
	display: block;
	margin-left: 33px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #5874aa
}
.icn_social-gplus_btn {
	background: url(small_gplus.gif) 0 center no-repeat;
	height: 30px;
	width: 32px;
	border-right: 1px solid #a63428
}
.chkSucP-social-btn.share_gplus {
	border: 1px solid #a63428;
	background: linear-gradient(to bottom, #d76a5e 0px, #cf483a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	text-shadow: 1px 2px 1px #a63428;
}
.share_gplus .label {
	display: block;
	margin-left: 33px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #d76a5e
}
/*Order*/
.orderInfo_hidden {
	position: relative;
	color: #ff5b00;
	text-decoration: underline
}
.box_hover {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	background: #FFFFFF;
	-moz-box-shadow: 0 0 5px 3px rgba(153, 153, 153, 0.3);
	-webkit-box-shadow: 0 0 5px 3px rgba(153, 153, 153, 0.3);
	box-shadow: 0 0 5px 3px rgba(153, 153, 153, 0.3);
	width: 350px;
	z-index: 100;
	color: #333333
}
.orderInfo_hidden:hover .box_hover {
	display: block
}
#orderInfo .row {
	float: left;
	width: 100%;
	margin: 5px 0
}
.overlay-price {
	display: block;
	color: #c30005;
	margin-top: 5px
}
/*History Buying*/
.box_cargo {
	line-height: 22px;
	cursor: pointer
}