.profile-l {
	width:70%
}
.profile-tab {
	overflow:hidden;
	position:relative;
}
.profile-tab li {
	float:left;
	padding-right:5px;
	cursor:pointer;
}
.profile-tab li span {
	float:left;
	width:150px;
	height:43px;
	background-color:#ccc;
	text-align:center;
	line-height:43px;
	color:#333;
	font-weight:700;
	font-size:122%;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
}
.profile-tab li.active span, .profile-tab li:hover span {
	background-color:#fff;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
}
.profile-inner {
	overflow:hidden;
	background-color:#fff;
	padding:23px 19px 0 19px;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
}
.profile-avatar .avatar {
	float:left;
	padding:3px;
	border:1px solid #ddd;
	margin-right:60px;
	border-radius:45px;
	-moz-border-radius:45px;
	-webkit-border-radius:45px;
	box-shadow:2px 2px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:2px 2px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.profile-avatar .avatar img {
	border-radius:45px;
	-moz-border-radius:45px;
	-webkit-border-radius:45px;
	box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.11) inset;
	-moz-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.11) inset;
	-webkit-box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.11) inset;
}
.profile-avatar .text {
	color:#000;
	line-height:16px;
	font-size:128%;
	margin-top:8px;
}
.profile-avatar .text span {
	display:inline-block;
	width:160px;
}
.btn-change {
	display:inline-block;
	height:42px;
}
.btn-change a {
	width:174px;
	height:42px;
	text-align:center;
	line-height:39px;
	color:#fff;
	display:inline-block;
	font-size:117%;
	font-weight:700;
	background-image:url(http://kay.vn/images/button.png?v=1.1);
	background-repeat:no-repeat;
	background-position:-280px -477px;
	padding-top:3px;
}
.btn-change a:hover {
	background-position:-280px -530px;
	padding-top:0;
	line-height:42px;
}
.btn-change a:active {
	background-position:-280px -587px;
	line-height:39px;
	padding-top:3px;
}
.profile-row {
	clear:left;
	float:left;
	width:100%;
	padding-top:6px;
}
.profile-city {
}
.profile-dll {
	z-index:1;
	background-color:#fff;
	margin-right:6px;
}
.profile-dll .cc-selected {
	float:left;
	background:none;
	height:39px;
	border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.profile-dll .cc-selected span {
	font-size:122%;
	line-height:39px;
	font-weight:400;
}
.profile-dll .cc-selected i {
	background:url(http://statics.kay.com.vn/images/btn-ddl.png?v=1.1) no-repeat;
	top:9px;
}
.profile-dll .cc-list-select {
	top:41px;
	height:160px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.dll-city .cc-selected, .dll-city .cc-list-select {
	width:234px;
	height:auto;
	overflow:auto;
}
.dll-city .cc-list-select {
	height:240px;
}
.dll-city {
	z-index:2;
}
.dll-day .cc-selected, .dll-day .cc-list-select {
	width:64px;
}
.dll-month .cc-selected, .dll-month .cc-list-select {
	width:70px;
}
.dll-year .cc-selected, .dll-year .cc-list-select {
	width:84px;
}
.gr-check {
	float:left;
	overflow:hidden;
	margin-top:10px;
}
.profile-check {
	float:left;
	cursor:pointer;
	font-size:125%;
	color:#000;
	line-height:22px;
	position:relative;
	padding-left:28px;
	margin-right:22px;
}
.profile-check .check {
	border:1px solid #ccc;
	width:20px;
	height:20px;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.profile-check .checked {
	background:url(http://statics.kay.com.vn/images/check.png?v=1.1) no-repeat;
}
.change-pass {
	clear:left;
	float:left;
	width:100%;
	border-top:1px dotted #ccc;
	margin-top:30px;
	padding-top:16px;
}
.profile-r {
	width:28%
}
.profile-module {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
.module-ponit {
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
}
.module-ponit .title {
	height:43px;
	background-color:#ccc;
}
.module-ponit .title h3 {
	font-size:130%;
	color:#000;
	font-weight:700;
	line-height:43px;
	padding-left:10px;
}
.module-ponit .inner {
	background-color:#fff;
	overflow:hidden;
}
.module-ponit .row {
	font-size:125%;
	font-weight:700;
	color:#000;
	line-height:18px;
	border-top:1px dotted #666;
	padding:13px 0;
	margin-top:-1px;
}
.module-ponit .row.none {
	border-top:0 none;
	padding-top:0;
	color:#666;
}
.module-ponit .row span {
	padding-left:11px;
	width:164px;
	font-size:100%;
	color:#666;
	font-weight:400;
}
.module-ponit .row i {
	padding-left:3px;
}
.button_change.none {
	border-top:0 none;
	padding-top:0;
	margin-top:0;
}
.rule-point {
	font-style:italic;
	font-size:122%;
	color:#666;
	line-height:18px;
	overflow:hidden;
	margin-top:-13px;
}
.rule-point li {
	border-top:1px dotted #666;
	margin-top:12px;
	overflow:hidden;
	padding-top:20px;
}
.rule-point h4 {
	font-size:115%;
	color:#000;
	padding-left:13px;
	background:url(http://statics.kay.com.vn/images/bullet.png?v=1.1) no-repeat 0 7px;
}
.rule-point p {
	margin-top:12px;
}
.rule-point .rule {
	padding:9px 0;
	background:rgba(0, 0, 0, 0.1);
	margin-top:8px;
	overflow:hidden;
	text-align:center
}
.rule-point .rule span {
	text-align:center;
	display:inline-block
}
.rule-point .rule b {
	display:block;
	font-style:normal;
	padding-top:8px;
}
.rule-point .rule i {
	font-style:normal;
	padding:0 30px;
	display:inline-block;
	vertical-align:top;
}
.profile-cmt {
	padding:0 12px 30px 12px;
}
.profile-cmt .text {
	line-height:16px;
	font-size:117%;
	color:#000;
	padding:14px 0;
	clear:both;
}
.one-cmt .title {
	line-height:16px;
	font-size:117%;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
	padding:7px 20px;
	background-color:#d7d7d7;
}
.main-cmt {
	padding:12px 0;
	overflow:hidden;
	position:relative;
	border-bottom: 1px dotted #ccc;
}
.one-cmt .nick {
	display:inline-block;
	color:#019875;
	line-height:16px;
	font-size:109%;
	font-weight:700;
	font-style:italic;
	margin-top:6px;
}
.main-cmt .time {
	color:#000;
	line-height:16px;
	font-size:117%;
}
.main-cmt .time i {
	line-height:16px;
	font-size:100%;
	color:#000;
	cursor:pointer;
}
.main-cmt .time i b {
	font-weight:400
}
.one-cmt .text {
	display:block;
	line-height:16px;
	font-size:109%;
	color:#000;
	font-weight:700;
	padding:7px 0 0;
	clear:both;
}
.one-cmt .sub-cmt .text {
	font-weight:400;
	font-family:robotoRegular, arial;
}
.viewing-cmt, .writing-cmt {
	padding-left:27px;
	line-height:20px;
	color:#019875;
	cursor:pointer;
	font-size:117%;
	display:inline-block;
	background-image:url(http://statics.kay.com.vn/images/ico-detail.png?v=1.1);
	background-repeat:no-repeat;
	margin:0 0 0 17px;
}
.writing-cmt {
	background-position:0 -530px;
}
.viewing-cmt {
	background-position:0 -645px;
}
.sub-cmt {
	padding:15px 0 10px 18px;
	clear:both;
	overflow:hidden;
}
.sub-cmt-inner {
	padding:0;
	border:1px solid #ccc;
	position:relative;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.sub-cmt-inner .tail {
	position:absolute;
	top:-15px;
	left:9px;
	background:url(http://statics.kay.com.vn/images/tail-cmt.png?v=1.1) no-repeat;
	width:42px;
	height:15px;
}
.sub-cmt-cont {
	padding:10px;
	overflow:hidden;
	position:relative;
	z-index:1;
	min-height:42px;
	background-color:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.one-cmt .avatar {
	border:1px solid #ddd;
	padding:2px;
	margin-right:9px;
	line-height:0;
	position:static;
	top:10px;
	left:10px;
	z-index:2;
	border-radius:24px;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	box-shadow:2px 2px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:2px 2px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:2px 2px 4px 0 rgba(0, 0, 0, 0.1);
	float:left;
}
.main-cmt .avatar {
	position:static;
	float:left;
}
.one-cmt .avatar img {
	border-radius:24px;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
}
.main-cmt .sub-cmt .text {
	font-weight:400;
}
.main-cmt .sub-cmt .time i {
	cursor:default;
	text-decoration:none;
}
.write-cmt {
	overflow:hidden;
	margin-left:66px;
}
.write-cmt .textarea {
	height:44px;
	width:97%;
	background-color:#e4e2e2;
	line-height:16px;
	font-size:117%;
	color:#000;
	padding:5px;
	border:1px solid #ccc;
	margin-top:6px;
	float:right;
	margin-bottom:8px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.ico-cmt {
	height:32px;
	width:100%;
	overflow:hidden;
	text-align:right;
}
.write-cmt .cancel, .write-cmt .edit {
	display:inline-block;
	line-height:20px;
	padding-left:20px;
	background-image:url(http://statics.kay.com.vn/images/ico-detail.png?v=1.1);
	background-repeat:no-repeat;
	cursor:pointer;
	color:#019875;
	font-size:100%;
	margin:0 17px;
}
.write-cmt .cancel {
	background-position:0 -555px;
}
.write-cmt .edit {
	background-position:0 -580px;
}
.gr-sub-cmt {
	margin-top:10px;
}
.main-write-cmt .sub-cmt-cont {
	padding-left:16px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-bottom:1px dotted #666;
}
.main-write-cmt .textarea {
	margin-top:10px;
	width:598px;
}
.profile-history {
	padding:0 0 30px;
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	overflow:visible;
}
.profile-history .paging {
	overflow:visible;
	float:left;
	width:100%;
	margin-top:9px;
}
.profile-history .display {
	vertical-align:middle;
	height:18px;
	float:left;
	line-height:41px;
}
.profile-history .profile-dll {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 0 9px;
}
.profile-history .profile-dll .cc-selected {
	width:74px;
}
.profile-history .profile-dll .cc-list-select {
	width:74px;
}
.profile-history .paging-inner {
	margin-top:9px;
}
.history-note {
	clear:left;
	float:left;
	width:100%;
	border-top:1px dotted #333;
	padding-top:16px;
	margin-top:9px;
}
.history-note p {
	font-size:109%;
	color:#333;
	line-height:18px;
}
.history-note p i {
	font-style:italic;
}
.history-inner {
}
.history-inner .row {
	margin-top:5px;
}
.history-inner .row_header {
	margin:0;
	padding-top:12px;
	background-color: #FFFFFF;
	clear: left;
	float: left;
	width: 100%;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
/*.col{ float:left; border-right:1px dotted #666;text-align:center;font-size:109%; color:#000; line-height:18px; padding:0 0; font-weight:700;}
.col_stt{width:43px;}
.col_code{width:84px;}
.col_name{text-align:left;width:242px; padding-left:12px; padding-right:12px;}
.col_status{width:108px;}
.col_date{ width:80px;}*/
.profile-history .row {
	clear:left;
	float:left;
	width:100%;
	background-color:#fff;
	box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
/*.row .col{ padding-top:24px; padding-bottom:24px;}*/
.row_header .col {
	color:#666;
	font-weight:400;
	padding-top:5px;
	padding-bottom:5px;
}
.row_header .col_name {
}
.row_header .paging {
	padding-bottom:9px;
	border-bottom:1px solid #ccc;
	margin-bottom:12px;
}
.row_header .display {
	color:#666;
}
.detail-order {
}
.detail-order .popup-bg {
	width:860px;
}
.detail-order .popup-title h2 {
	display:block;
	text-align:center;
	text-shadow:1px 1px 1px 0 #fff;
	text-transform:capitalize;
	margin-left:0;
	font-family:robotoBold, arial;
}
.detail-order .popup-form {
	overflow:hidden;
	width:100%;
	padding-top:15px;
	position:relative;
}
.detail-order-img {
	border:1px solid #eee;
	position:absolute;
	top:14px;
	left:14px;
	float:left;
	padding:3px;
	background-color:#fff;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	height:330px;
	width:330px;
}
.detail-order-info {/* min-height:288px; */
	position:relative;
	padding:0 20px 50px 20px;
}
.order-info-col {
	width:50%;
	float:left;
}
.order-info-title {
	color:#000;
	font-size:150%;
	line-height:25px;
	padding-right:12px;
	font-family:robotoBold, arial;
	font-weight:700;
}
.detail-order-info .name {
	color:#000;
	font-size:208%;
	line-height:31px;
	padding-right:12px;
	font-family:robotoBold, arial;
}
.detail-order-info .desc {
	color:#000;
	font-size:100%;
	line-height:16px;
	margin-top:2px;
	padding-right:12px;
	overflow:hidden;
}
.order-code {
	height:44px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#333;
	display:inline-block;
*display:inline;
	zoom:1;
	padding:0 29px;
	color:#ff6600;
	text-transform:uppercase;
	line-height:44px;
	font-size:234%;
	font-weight:700;
}
.clear {
	width:100%;
	clear:left;
	float:left;
	height:0;
}
.order-textarea {
	width:480px;
	height:44px;
	padding:5px;
	font-size:100%;
	color:#333;
	line-height:15px;
	border:0 none;
	background-color:#e9e7e8;
	margin-top:8px;
}
.order-send {
	float:right;
	height:18px;
	background:url(http://statics.kay.com.vn/images/ico.png?v=1.1) 0 -820px no-repeat;
	padding-left:21px;
	font-size:100%;
	color:#18a68c;
	line-height:18px;
	margin-top:8px;
}
.table-order {
	border:1px solid #ddd;
	background-color:#fff;
	overflow:hidden;
	width:100%;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	clear:both;
	padding-bottom:5px;
	box-shadow:3px 3px 10px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:3px 3px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:3px 3px 10px 0 rgba(0, 0, 0, 0.25);
}
.thead {
	width:100%;
	height:29px;
	background-color:#eee;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	overflow:hidden;
	padding-top:10px;
}
.thead .col {
	border-right-color:#eee;
}
.thead .col_name {
	text-align:center
}
.detail-order .row .col {
	padding-top:0;
	font-size:117%;
	font-weight:700;
}
.detail-order .col {
	font-size:100%;
	font-weight:400;
}
.col_img {
	width:118px
}
.col_img a {
	float:left;
	padding:3px;
}
.detail-order .col_code {
	width:105px;
}
.detail-order .col_name {
	width:176px
}
.detail-order .col_name a {
	color:#000;
}
.col_unit {
	width:164px
}
.col_amount {
	width:56px
}
.col_total {
	width:170px;
	border-right:0 none;
}
.tbody {
	overflow:hidden;
}
.table-order .row {
	overflow:hidden;
}
.detail-order-info .button {
	width:110px;
	height:42px;
	text-align:center;
	line-height:42px;
	color:#fff;
	text-transform:capitalize;
	font-size:110%;
	font-weight:700;
	float:right;
	background-image:url(http://statics.kay.com.vn/images/button.png?v=1.1);
	background-repeat:no-repeat;
	background-position:0 -157px;
	margin-right:14px;
}
.detail-order-info .button:hover {
	background-position:0 -214px;
}
.detail-order-info .button:active {
	background-position:0 -274px;
	height:39px;
}
.detail-order .popup-form .button {
	margin-top:20px
}
.detail-order-button {
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:1px dotted #666;
	margin-bottom:12px;
}
.detail-order-button .note {
	float:left;
	font-style:italic;
	color:#ff6600;
	margin-top:34px;
}
.gr-sub-cmt {
	padding:8px 0 0 58px;
}
.main-write-cmt .sub-cmt-cont {
	padding:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-bottom:1px dotted #666;
}
.main-write-cmt .textarea {
	margin-top:10px;
	width:592px;
}
.ico-cmt .button {
	background-image: url(http://statics.kay.com.vn/images/button.png?v=1.1);
	background-repeat:no-repeat;
	width: 85px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 125%;
	font-weight: 700;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.ico-cmt .button {
	background-position:0 -327px;
}
.ico-cmt .button:hover {
	background-position:0 -380px;
}
.ico-cmt .button:active {
	background-position:0 -440px;
	margin-top:3px;
}
.profile-cmt .main-cmt {
	padding:12px 12px 0 12px;
}
.paging {
	border-top: 1px dotted #ccc;
	padding:12px 0;
}
.paging-inner {
	margin-right:0
}
.write-cmt.main-write-cmt {
	padding-right:0;
}
.profile-history {
	padding:0 0 30px;
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	overflow:visible;
}
.profile-history .paging {
	overflow:visible;
	float:left;
	width:100%;
	margin-top:9px;
}
.profile-history .display {
	vertical-align:middle;
	height:18px;
	float:left;
	line-height:41px;
	font-size:122%;
}
.profile-history .profile-dll {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 0 9px;
}
.profile-history .profile-dll .cc-selected {
	width:74px;
}
.profile-history .profile-dll .cc-list-select {
	width:74px;
	height:auto;
	overflow:hidden;
}
.profile-history .paging-inner {
	margin-top:9px;
}
.history-note {
	clear:left;
	float:left;
	width:100%;
	border-top:1px dotted #333;
	padding-top:16px;
	margin-top:9px;
}
.history-note p {
	font-size:122%;
	color:#333;
	line-height:18px;
}
.history-note p i {
	font-style:italic;
}
.history-inner .row {
	margin-top:5px;
}
.history-inner .row_header {
	margin:0;
	padding-top:12px;
	background-color: #FFFFFF;
	clear: left;
	float: left;
	width: 100%;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
/*.col{ float:left; border-right:1px dotted #666;text-align:center;font-size:122%; color:#000; line-height:18px; padding:0 0; font-weight:700;}
.col_stt{width:33px;}
.col_code{width:104px;}
.col_name{text-align:left;width:232px; padding-left:12px; padding-right:12px;}
.col_name ul li{ background:url(http://statics.kay.com.vn/images/bullet.png) no-repeat 0 6px; padding-left:10px;}
.col_status{width:108px;font-size:109%;}
.col_date{ width:80px;}
.col_del{width:50px; border-right:0 none;}
.col_del img{margin:auto;}*/
.profile-history .row {
	clear:left;
	float:left;
	width:100%;
	background-color:#fff;
	box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
/*.row .col{ padding-top:24px; padding-bottom:24px;}*/
.row_header .col {
	color:#666;
	font-weight:400;
	padding-top:5px;
	padding-bottom:5px;
}
.row_header .col_name {
}
.row_header .paging {
	padding-bottom:9px;
	border-bottom:1px solid #ccc;
	margin-bottom:12px;
}
.row_header .display {
	color:#666;
	font-size:122%;
}
.detail-order .popup-bg {
	width:860px;
}
.detail-order .popup-title h2 {
	display:block;
	text-align:center;
	text-shadow:1px 1px 1px 0 #fff;
	text-transform:capitalize;
	margin-left:0;
	font-family:robotoBold, arial;
}
.detail-order .popup-form {
	overflow:hidden;
	width:100%;
	padding-top:15px;
	position:relative;
}
.detail-order-img {
	border:1px solid #eee;
	position:absolute;
	top:14px;
	left:14px;
	float:left;
	padding:3px;
	background-color:#fff;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	height:330px;
	width:330px;
}
.detail-order-info {
	position:relative;
	padding:0 20px 50px 20px;
}
.order-info-col {
	width:50%;
	float:left;
}
.order-info-title {
	color:#000;
	font-size:150%;
	line-height:25px;
	padding-right:12px;
	font-family:robotoBold, arial;
	font-weight:700;
}
.detail-order-info .name {
	color:#000;
	font-size:208%;
	line-height:31px;
	padding-right:12px;
	font-family:robotoBold, arial;
}
.detail-order-info .desc {
	color:#000;
	font-size:118%;
	line-height:16px;
	margin-top:2px;
	padding-right:12px;
	overflow:hidden;
}
.order-code {
	height:44px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#333;
	display:inline-block;
*display:inline;
	zoom:1;
	padding:0 29px;
	color:#ff6600;
	text-transform:uppercase;
	line-height:44px;
	font-size:234%;
	font-weight:700;
}
.clear {
	width:100%;
	clear:left;
	float:left;
	height:0;
}
.order-textarea {
	width:480px;
	height:44px;
	padding:5px;
	font-size:100%;
	color:#333;
	line-height:15px;
	border:0 none;
	background-color:#e9e7e8;
	margin-top:8px;
}
.order-send {
	float:right;
	height:18px;
	background:url(http://statics.kay.com.vn/images/ico.png?v=1.1) 0 -820px no-repeat;
	padding-left:21px;
	font-size:100%;
	color:#18a68c;
	line-height:18px;
	margin-top:8px;
}
.table-order {
	border:1px solid #ddd;
	background-color:#fff;
	overflow:hidden;
	width:100%;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	clear:both;
	padding-bottom:5px;
	box-shadow:3px 3px 10px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:3px 3px 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:3px 3px 10px 0 rgba(0, 0, 0, 0.25);
}
.thead {
	width:100%;
	height:29px;
	background-color:#eee;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	overflow:hidden;
	padding-top:10px;
	position:relative;
	z-index:1;
}
.thead .col {
	border-right-color:#eee;
}
.thead .col_name {
	text-align:center
}
.detail-order .row .col {
	padding-top:0;
	padding-bottom:0;
	font-size:117%;
	font-weight:700;
	position:relative
}
.detail-order .col {
	font-size:118%;
	font-weight:400;
}
.col_img {
	width:118px
}
.col_img a {
	float:left;
	padding:3px;
}
.detail-order .col_code {
	width:105px;
}
.detail-order .col_name {
	width:176px
}
.detail-order .col_name a {
	color:#000;
}
.col_unit {
	width:114px
}
.col_amount {
	width:56px
}
.col_total {
	width:170px;
}
.tbody {
	overflow:hidden;
}
.table-order .row {
	overflow:hidden;
	border-top: 1px dotted #666;
	margin-top: -1px;
	padding-top: 5px;
}
.detail-order-info .button {
	width:110px;
	height:42px;
	text-align:center;
	line-height:42px;
	color:#fff;
	text-transform:capitalize;
	font-size:110%;
	font-weight:700;
	float:right;
	background-image:url(http://statics.kay.com.vn/images/button.png?v=1.1);
	background-repeat:no-repeat;
	background-position:0 -157px;
	margin-right:14px;
}
.detail-order-info .button:hover {
	background-position:0 -214px;
}
.detail-order-info .button:active {
	background-position:0 -274px;
	height:39px;
}
.detail-order .popup-form .button {
	margin-top:20px
}
.detail-order-button {
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:1px dotted #666;
	margin-bottom:12px;
}
.detail-order-button .note {
	float:left;
	font-style:italic;
	color:#ff6600;
	margin-top:34px;
}
.table-order .gift-money, .table-order .total-money-order {
	padding:12px 0;
	text-align:right;
	padding-right:20px;
}
.total-money-order .col, .gift-money .col {
	border:0 none;
	float:none;
}
.text-error {
	clear: both;
	margin-left: 150px;
	font-size: 124%;
	line-height: 24px;
	padding-top: 5px;
	color: #ff0000;
}
#ui-datepicker-div {
	top:203px !important
}
.cart-icon {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:70px;
	background-image:url(http://statics.kay.com.vn/images/ico-waiting-list-small.png);
	background-repeat:no-repeat;
}
.cart-icon.accept {
	background-position:0 0
}
.cart-icon.buy {
	background-position:0 -70px
}
.cart-icon.waiting {
	background-position: 0 -140px;
}
.cart-icon.cancel {
	background-position: 0 -210px;
}
.profile-favourite {
	padding:10px 0 10px 0;
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	margin-top:10px;
}
.profile-favourite h3 {
	font-size:124%;
	line-height:20px;
}
.box-button a {
	display:block;
	width:110px;
	height:39px;
	text-align:center;
	line-height:39px;
	color:#fff;
	font-size:150%;
	font-weight:700;
	margin-top:3px;
	background-image:url(http://statics.kay.com.vn/images/button.png);
	background-repeat:no-repeat;
	background-position:0 -160px;
	text-transform:uppercase;
	font-family:arial;
}
.box-button a:hover {
	background-position:0 -214px;
	margin-top:0;
	height:42px;
	line-height:42px;
}
.box-button a:active {
	background-position:0 -274px;
	margin-top:3px;
	height:39px;
	line-height:39px;
}
.profile-favourite .box-button {
	margin:0 14px 0 0;
	clear:both;
	height:41px;
}
.profile-favourite .box-button a {
	float:right
}
.favourite-thumnail {
	clear:left;
	float:left;
	padding:0 0 10px 0;
	width:100%;
	margin-top:18px;
}
.favourite-thumnail ul {
	width:650px
}
.favourite-thumnail ul li {
	float:left;
	width:175px;
	height:92px;
	border:3px solid #fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.25);
	margin:0 28px 9px 0;
}
.favourite-thumnail ul li a {
	float:left;
	width:175px;
	height:92px;
	background-image:url(http://statics.kay.com.vn/images/favourite-cate.jpg);
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.favourite-thumnail ul li a span {
	display:block;
	width:100%;
	height:33px;
	background:rgba(0, 0, 0, 0.5);
	color:#fff;
	font-size:167%;
	line-height:33px;
	position:absolute;
	left:0;
	bottom:0;
	padding-left:20px;
}
.favourite-thumnail ul li:hover span, .favourite-thumnail ul li.active span {
	color:#019875
}
.favourite-thumnail ul li .food {
	background-position:0 0
}
.favourite-thumnail ul .active .food, .favourite-thumnail ul li:hover .food {
	background-position: -230px 0
}
.favourite-thumnail ul li .spa {
	background-position:0 -120px
}
.favourite-thumnail ul .active .spa, .favourite-thumnail ul li:hover .spa {
	background-position: -230px -120px
}
.favourite-thumnail ul li .entertainment {
	background-position:0 -240px
}
.favourite-thumnail ul .active .entertainment, .favourite-thumnail ul li:hover .entertainment {
	background-position: -230px -240px
}
.favourite-thumnail ul li .tourism {
	background-position:0 -360px
}
.favourite-thumnail ul .active .tourism, .favourite-thumnail ul li:hover .tourism {
	background-position: -230px -360px
}
.favourite-thumnail ul li .cosmetics {
	background-position:0 -480px
}
.favourite-thumnail ul .active .cosmetics, .favourite-thumnail ul li:hover .cosmetics {
	background-position: -230px -480px
}
.favourite-thumnail ul li .fashion {
	background-position:0 -600px
}
.favourite-thumnail ul .active .fashion, .favourite-thumnail ul li:hover .fashion {
	background-position: -230px -600px
}
.favourite-thumnail ul li .health {
	background-position:0 -720px
}
.favourite-thumnail ul .active .health, .favourite-thumnail ul li:hover .health {
	background-position: -230px -720px
}
.favourite-thumnail ul li .baby {
	background-position:0 -840px
}
.favourite-thumnail ul .active .baby, .favourite-thumnail ul li:hover .baby {
	background-position: -230px -840px
}
.favourite-thumnail ul li .furniture {
	background-position:0 -960px
}
.favourite-thumnail ul .active .furniture, .favourite-thumnail ul li:hover .furniture {
	background-position: -230px -960px
}
.favourite-thumnail ul li .electronic {
	background-position:0 -1080px
}
.favourite-thumnail ul .active .electronic, .favourite-thumnail ul li:hover .electronic {
	background-position: -230px -1080px
}
.favourite-thumnail ul li .training {
	background-position:0 -1323px
}
.favourite-thumnail ul .active .training, .favourite-thumnail ul li:hover .training {
	background-position: -230px -1323px
}
.favourite-thumnail ul li .cafe {
	background-position:0 -1444px
}
.favourite-thumnail ul .active .cafe, .favourite-thumnail ul li:hover .cafe {
	background-position: -230px -1444px
}
.favourite-thumnail ul li .restaurant {
	background-position:0 -1201px
}
.favourite-thumnail ul .active .restaurant, .favourite-thumnail ul li:hover .restaurant {
	background-position: -230px -1201px
}
.favourite-thumnail ul li .appliances {
	background-position:0 -1565px
}
.favourite-thumnail ul .active .appliances, .favourite-thumnail ul li:hover .appliances {
	background-position: -230px -1565px
}
.favourite-thumnail ul li .products {
	background-position:0 -1686px
}
.favourite-thumnail ul .active .products, .favourite-thumnail ul li:hover .products {
	background-position: -230px -1686px
}
.favourite-thumnail ul li .hotels {
	background-position:0 -1810px
}
.favourite-thumnail ul .active .hotels, .favourite-thumnail ul li:hover .hotels {
	background-position: -230px -1810px
}
.favourite-thumnail ul li .kitchen {
	background-position:0 -1930px
}
.favourite-thumnail ul .active .kitchen, .favourite-thumnail ul li:hover .kitchen {
	background-position: -230px -1930px
}
.favourite-thumnail ul li .other {
	background-position:0 -2050px
}
.favourite-thumnail ul .active .other, .favourite-thumnail ul li:hover .other {
	background-position: -230px -2050px
}
.favourite-thumnail ul li .foreign_travel {
	background-position:0 -2170px
}
.favourite-thumnail ul .active .foreign_travel, .favourite-thumnail ul li:hover .foreign_travel {
	background-position: -230px -2170px
}
/*Quan ly tai khoan*/
.col_user .box_Tab_main, .box_payment .box_Tab_main {
	padding-left: 10px
}
.tab_user {
	border-bottom: 1px solid #d3d3d3;
	font-size: 1.2em;
	font-weight: 700;
	margin: 7px 10px;
	color: #3a4346
}
.col_user li:not(.active) {
 background: none;
 padding-left: 0
}
.col_user li.active {
	font-weight: 700
}
.col_user a {
	color: #666666;
	font-size: 13px
}
.col_user li.active a {
	color: #444444
}
.profile-row .input-txt {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ccc;
	float: left;
	width: 250px;
	height: 28px;
	text-indent: 5px;
	font: 500 13px/28px Arial, Helvetica, sans-serif
}
.profile-row select.input-txt {
	background: url(../Images/bl_arr_down.png) no-repeat scroll 96% center #fff
}
.profile-row .text {
	color: #000;
	line-height: 30px;
}
.profile-row .left {
	float: left;
	width: 200px;
	margin-right: 15px;
	line-height: 30px;
	text-align: right
}
.profile-row {
	overflow: hidden;
	padding-top: 10px;
}
.inner_user_info h2 {
	font-size: 17px;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
	color: #404040;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.change-pass {
	clear: left;
	float: left;
	width: 100%;
}
.user_2col {
	float: left;
	width: 50%;
}
.inner_user_info {
	border: solid 1px #ddd;
	padding: 10px;
	font-size: 13px
}
.b_left {
	margin-right: 5px
}
.b_right {
	margin-left: 5px
}
.pbs {
	margin-left:10px;
	font-size:20px;
}
.link_user {
	line-height: 30px;
	white-space: nowrap;
	color: #FF6600
}
.button_change {
	margin-left: 215px;
	margin-bottom: 10px
}
.button_change .button1 {
	margin-right: 10px
}
.cart_page_user * {
	font-size: 13px
}
.cart_page_user img {
	height: 50px;
	width: auto
}
.cart_page_user .item_cart {
	height: auto
}
table.page_cart_user {
	background-color: #C5C2C2;
	border-spacing: 1px;
	margin: 0.5em 0;
	color: #333333
}
table.page_cart_user th, table.page_cart_user td {
	padding: 5px;
	border: 1px solid #C5C2C2
}
table.page_cart_user th {
	font-weight: 700
}
table.page_cart_user td {
	background-color: #FFFFFF;
}
table.page_cart_user input.quantity {
	width: 25px;
	height: 20px;
	border: 1px solid #DADADA;
	text-align: center;
	margin-right: 3px
}
table.page_cart_user .name_P {
	display: block;
	padding-top: 5px;
	font-weight: 700
}
