/*Cart*/
.content h2::after {
 clear: right;
 content: " ";
 display: block;
}
.img_cart {
	cursor: pointer;
	position: relative;
	display: inline-block;
	float: left;
	width: 85px;
	margin-right: 5px;
}
.item_cart {
	background: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #cccccc
}
.detail_cart {
	display: inline-block;
	float: left;
	width: 60%;
	padding-left: 5px;
}
.detail_cart .stock {
	color: #6abf67;
	font-size: 0.925em;
	margin-top: 10px;
}
.item_cart .close {
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
}
.item_cart .cell.unit .old {
	color: #666666;
	display: block;
}
.item_cart .cell.unit .new {
	color: red;
	font-weight: 700;
	font-size: 18px;
	margin-top: 10px;
}
.item_cart .cell.amount {
	display: block;
	margin: 10px 0 0 !important;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 10;
}
.dropdown_list {
	position: relative;
	overflow: hidden;
	height: 31px;
	white-space: nowrap;
}
.dropdown_list select::-ms-expand {
 display: none; /* hide default arrow in IE10 */
}
.dropdown_list select {
	width: 100%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
	height: 31px;
	padding: 1px 15px 1px 3px; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
	cursor: pointer;
	text-indent: 0.01px;
	color: #565656;
	border: 1px solid #d3d3d3;
	font: normal 100%/14px Arial, Helvetica, sans-serif;
	background: url(../Images/arrow-t.png) no-repeat 90% center #fff; /* add your own arrow image */
	-webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
	-moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
	-ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
	appearance: none;
}
.dropdown_list select option {
	background: #ffffff; /* style the dropdown bg color */
	padding: 3px 5px;
}
.search_box .dropdown_list {	
	display: table-cell;
}
.search_box .dropdown_list select {
	border: none;
	border-right: 1px solid #d3d3d3;
	display: table-cell;
	width: 90px;
}
.item_cart .cell.amount .listmenu {
	border: 1px solid #CCCCCC;
	color: #000000;
	font-size: 120%;
	text-align: center;
	width: 30px;
	height: 25px;
}
.item_cart .cell.total {
	color: #000000;
	font-size: 192%;
	font-weight: 700;
	line-height: 69px;
	padding-right: 23px;
	text-align: right;
	width: 210px;
}
.cell.name {
	display: table;
	position: relative;
	padding-bottom: 5px
}
.cell.name div {
	display: table-cell;
	vertical-align: middle;
}
.cell.name span {
	color: #444444;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 18px;
	top: -50%;
}
.cell.name i {
	color: #333333;
	display: block;
	font-size: 125%;
	line-height: 18px;
	top: -50%;
}
.foo-cart {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
	text-align: right
}
.total-cart {
	color: #000000;
	font-size: 120%;
	line-height: 28px;
}
.total-cart p {
	display: block;
	margin: 0;
	text-align: left;
	clear: both;
}
.total-cart strong {
	font-size: 150%;
	padding-left: 23px;
	vertical-align: middle;
}
.total-cart span {
	white-space: nowrap;
	float: right;
	font-size: 120%;
	font-weight: 700;
	vertical-align: middle;
	color: #000000;
	margin-left: 20px;
}
.total-cart small {
	color: #555555
}
.total-cart i {
	float: left;
	line-height: 28px;
}
.core-cart {
	background: url(../Images/icon.png) no-repeat scroll 103% 105% transparent;
	border: 1px solid #BFBFBF;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.75) inset;
	float: right;
	height: 40px;
	margin: 9px 20px 0 0;
	padding-right: 34px;
	position: relative;
}
.core-cart input {
	border: 0 none;
	color: #666666;
	font-size: 125%;
	line-height: 18px;
	margin: 11px 0 0 10px;
	width: 160px;
}
.core-cart label {
	color: #666666;
	font-size: 125%;


	left: 11px;
	line-height: 18px;
	position: absolute;
	top: 10px;
}
.core-cart a {
	height: 22px;
	position: absolute;
	right: 6px;
	top: 10px;
	width: 22px;
}
.del-cart {
	clear: both;
	color: #666666;
	float: right;
	font-size: 108%;
	font-style: italic;
	height: 16px;
	margin-top: 12px;
	padding-left: 36px;
}
.button_cart {
	clear: both;
	width: auto;
	text-align: right
}
.btn_payment {
	font-size: 1.2em;
	display: inline-block;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
	padding: 4px 20px;
	color: #FFFFFF
}
.button_cart .btn_payment {
	margin-right: 0;
	margin-left: 10px
}
/*Payment*/
.form_web .input-text, div.row_account .picker {
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
	float: left;
	font: normal 100% Arial, Helvetica, sans-serif;
	padding: 7px 0;
	width: 300px;
	text-indent: 5px;
}
.forgot_pass {
	color: rgb(255, 0, 0);
	font-style: italic;
}
.calendar_button {
	position: absolute;
	margin-left: -30px;
	top: 7px;
	z-index: 5
}
/*History Buying*/
.box_cargo {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-top: 10px
}
.box_cargo .box_ct {
	position: relative;
	cursor: pointer;
}
.view_cargo {
	position: absolute;
	right: 0;
	top: 70%;
}
.boxitem {
	display: none
}
/*Form Web*/
#payment_page {
	margin: 0 50px
}
div.row_account {
	width: 100%;
	float: left;
	margin-bottom: 0.6em;
	position: relative;
}
div.row_account .item_title {
	width: 160px;
	line-height: 24px;
}
div.row_account .row_right {
	margin-left: 100px
}
div.row_account .inputbox {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: black;
	padding: 6px 0;
	width: 350px;
	text-indent: 5px;
	font: normal 100% Arial, Helvetica, sans-serif
}
div.row_account .inputbox:focus {
	-moz-box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888;
}
.row_account select.inputbox {
	width: 352px;
	height: 31px;
}
.row_account .dropdown_list select {
	background-position: 98% center
}
div.row_account .date_send table {
	padding: 6px 0
}
div.row_account .date_send table td:last-child {
	width: 42px
}
div.row_account .picker {
	font: normal 14px Arial, Helvetica, sans-serif !important
}
div.row_account textarea.inputbox {
	width: 340px;
	height: 70px;
	text-indent: 0;
	padding: 5px;
}
div.row_account input.countdown_editbox {
	font-size: 0.75em;
	text-align: center;
	border: none;
	overflow: visible;
	background: transparent;
}
.required {
	color: #F00;
}
.login_account {
	padding: 20px 0;
	width: 45%;
	margin: 0 auto
}
.login_account .lost_password p {
	margin: 0 0 0 150px
}
.login_account .link_acount {
	text-decoration: underline;
	color: #e82d08
}
.login_account .link_acount:hover {
	text-decoration: none
}
/*Form Account*/
.form_web {
	margin: 20px 0
}
.div_payment {
	margin-left: 160px
}
#regis_form {
	width: 600px;
	margin: 0 auto
}
.form_m input[type="checkbox"], .form_m input[type="radio"] {
	padding: 0 1px;
	margin-top: 8px
}
.info_account {
	width: 98%;
	margin: 15px 0;
	border: 1px solid #d1d1d1;
	padding: 10px 20px;
	overflow:hidden;
}
.login_account {
	padding: 20px 0;
	width: 98%;
	margin: 0 auto
}
.login_account .lost_password p {
	margin: 0 0 0 150px
}
.login_account .link_acount {
	text-decoration: underline;
	color: #e82d08
}
.login_account .link_acount:hover {
	text-decoration: none
}
.txtemaildangnhap {
	float: left;
	margin-left: 15px;
	color: black;
	margin-top: 25px;
	padding: 10px 7px;
	width: 320px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
}
.txtpassdangnhap {
	color: black;
	padding: 8px;
	margin-bottom: 10px;
	width: 89%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #CCCCCC;
	font: normal 100% Arial, Helvetica, sans-serif;
}
.btnSend {
	float: left;
	padding: 10px 30px;
	color: #fff !important;
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
	text-align: center;
	background:#0B9F00;
	background-size: 100% 100%;
}
/*User Info*/
.left_navuser {
	background: url(../Images/v_Bg.gif) 0 0 repeat
}
.left_navuser li {
	position:relative;
}
.left_navuser a {
	text-decoration: none;
	display:block;
	padding: 6px 10px 6px 10px;
	font-size: 1em;
}
.left_navuser > ul > li > a {
	text-transform: uppercase;
	background: #c5c5c5;
	color: #0098da;
	font-size: 1.1em;
	margin-bottom: 1px;
	font-weight: 700;
}
.left_navuser ul ul {
	margin: 0 10px;
	display: none
}
.left_navuser li li a {
	font-weight: 500;
	color: #00478f;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 15px;
	background: url(../Images/arr_l.png) 5px 12px no-repeat
}
.left_navuser a:hover {
	color: #000000
}
#nav_account li > a {
	background: url(../Images/arrow_l.png) 5px 12px no-repeat;
	padding-left: 15px;
	text-transform: capitalize;
	font-weight: 500;
	border-bottom: 2px solid #FFFFFF;
	color: #111111
}
#nav_account li > a:hover {
	text-decoration: underline
}
/*Order*/
#orderInfo {
	width: 600px;
	margin: 0 auto
}
.orderInfo_hidden {
	position: relative;
	color: #ff5b00;
	text-decoration: underline;
	cursor: pointer
}
.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: 300px;
	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
}
.required {
	color: #FF0000;
	margin-left: 5px
}
/*Contact*/
.send_cmt, .form_web input.send_cmt {
	float: left;
	width: 60px;
	margin: 10px 10px 0 0
}
.send_cmt:hover {
	text-decoration: none;
	color: #FFFFFF
}
#map {
	padding: 20px 0
}
