﻿/** { max-height: 100000px;}*/
header,
footer,
article,
section,
hgroup,
nav,
figure {
	display: block;
}

figure {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	color: #666;
	font: 13px/16px Arial, Helvetica, sans-serif;
	background: #006591;
	min-width: 990px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

/* Generic Controls */
a {
	text-decoration: none;
	/*color: #000;*/
}

	a:hover {
		text-decoration: underline;
	}

	a:active {
		background-color: transparent;
	}

img {
	border-style: none;
}

input,
textarea,
select {
	vertical-align: middle;
	color: #000;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

div.frame TABLE TH {
	PADDING-RIGHT: 10px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 8px;
	PADDING-TOP: 8px;
	/*vertical-align:middle;*/
}

.PanelConfirmationform tr TH {
	text-align: left;
	/*vertical-align:middle;*/
}

TABLE.form TH {
	text-align: left;
}

div.frame TABLE TD {
	PADDING-BOTTOM: 8px;
	PADDING-TOP: 8px;
	PADDING-RIGHT: 8px;
	/*vertical-align:middle;*/
}

.PanelConfirmationform div.frame TABLE TD {
	text-align: left !important;
	/*vertical-align:middle;*/
}

.check-list {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #666;
}

	.check-list li {
		margin: 0 0 10px;
		display: table;
	}

	.check-list label {
		float: left;
		font: bold 14px/18px Arial, Helvetica, sans-serif;
	}

	.check-list .check-field.error label {
		color: #ff7f7f;
	}

	.check-list label span,
	.check-list label a {
		color: #006591;
		font-weight: normal;
	}


/* Radio & Check box */
.rad-area {
	margin: 0 11px 0 0;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/newstyle/sprite-02.png) no-repeat -2px -1px;
}

.rad-checked {
	background: url(../images/newstyle/sprite-02.png) no-repeat -2px -21px;
}

.chk-area {
	margin: 0;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/newstyle/sprite-03.png) no-repeat -1px -21px;
	padding-right: 5px;
}

.chk-checked {
	background: url(../images/newstyle/sprite-03.png) no-repeat -1px -1px;
}

/* Button */
input[type="submit"], .newbutton {
	/*float: right;*/
	color: #fff;
	cursor: pointer;
	border: 0;
	background: #006591;
	border-radius: 3px;
	min-width: 77px;
	padding: 0 10px 1px;
	min-height: 29px;
	margin: 0 0 0 10px;
	font: 14px/29px Arial, Helvetica, sans-serif;
	transition-duration: 350ms;
	-webkit-transition-duration: 350ms;
}

	input[type="submit"]:hover, .newbutton:hover {
		background-color: #faac18;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
	}

.smallbutton {
	font: 12px/22px Arial, Helvetica, sans-serif !important;
	min-height: 22px !important;
}

.graybutton {
	background-color: gray !important;
}

input[type="submit"].big {
	height: 45px;
	padding: 0px 20px;
	background: #34495E;
	border-radius: 5px;
	font: 17px/45px Arial,Helvetica,sans-serif;
	min-width: 140px;
}

	input[type="submit"].big:hover {
		background-color: #faac18;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
	}
/* Text Box */
input[type="text"], .newtextbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ACC9DD;
    border-radius: 5px;
    color: #666666;
    /*float: left;*/
    font-size: 14px/24px;
    height: 25px;
    margin: 0;
    padding: 6px 10px;
}

.smalltextbox {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ACC9DD;
	border-radius: 5px;
	color: #666666;
	font: 12px/20px Arial,Helvetica,sans-serif !important;
	height: 25px;
	margin: 0;
	padding: 0px 8px !important;
}

input[type="text"].readonly {
	border-style: none;
}

input[type="password"] {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ACC9DD;
	border-radius: 5px;
	color: #666666;
	/*float: left;*/
	font: 14px/24px Arial,Helvetica,sans-serif;
	height: 25px;
	margin: 0;
	padding: 6px 10px;
}

.ErrorTextBox {
	background: none repeat scroll 0 0 #FDEBEB !important;
	border-color: #FF7F7F !important;
	color: #9997A0 !important;
}

.textPassword {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ACC9DD;
	border-radius: 5px;
	color: #666666;
	/*float: left;*/
	font: 14px/24px Arial,Helvetica,sans-serif;
	height: 25px;
	margin: 0;
	padding: 6px 10px;
}

/* Sections */
.box {
	/*overflow: hidden;*/
	box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 15px; /*16px 10px 19px 20px;*/
	margin: 0 0 20px;
	background-color: #ffffff;
}

.linkbox {
	/*overflow: hidden;*/
	box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 16px 10px 19px 20px;
	margin: 0 0 20px;
	cursor: pointer;
	text-decoration: none;
	background-color: #ffffff;
	color: #666;
}

	.linkbox:hover {
		background-color: #fcfcfc;
	}

	.linkbox ul {
		padding-left: 10px;
	}

		.linkbox ul li {
			padding-bottom: 10px;
		}

.grayfill {
	background-color: #f4f4f4;
}

.redbox {
	border: 1px solid #FF0000;
	box-shadow: 1px 1px 6px -2px #FF0000;
}

.yellowbox {
	color: #008000;
	border: #008000 solid 1px;
	background-color: #FFFFCC;
}

.bluebox {
	color: #008000;
	border: #008000 solid 1px;
	background-color: #cff7ff;
}

.box h1,
.linkbox h1,
table.results TR TD h1 {
	color: #006591;
	/*font: 16px/20px Arial,Helvetica,sans-serif;*/
	margin: 0 0 16px;
	padding: 0 0 0 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

/* Select (dropdown) */
.jcf-hidden {
	position: absolute !important;
	left: -9999px !important;
}

.select-area {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 39px;
	float: left;
	background: #0375ab;
	border-radius: 5px;
	color: #fefefe;
	/*font: 14px/25px Arial, Helvetica, sans-serif;*/
	padding-right: 45px;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
}

.block-holder .select-area {
	padding-right: 0px;
}

.select-area .center {
	padding: 7px 50px 10px 13px;
	display: block;
	white-space: nowrap;
	/*width:215px;*/
}

.select-focus {
	border-color: #f00;
}

.check-field.error .select-area .center {
	color: #ff7f7f;
}

.account-form .box .error .select-area {
	background: #ff7f7f;
	/*border-color: #ff7f7f;
	color: #9997a0;*/
}

.select-validateError {
	background: #ff7f7f;
}

.ErrorDropDown .select-area {
	background: #ff7f7f;
}

.birth-date-block .select-area .center {
	padding: 7px 32px 10px 15px;
}
/*.select-disabled { background: #eee; color: #306AA3; }*/
.select-area .select-opener {
	background: url(../images/newstyle/img-33.png) no-repeat;
	position: absolute;
	height: 39px;
	width: 42px;
	right: 0;
	top: 0;
}

.select-disabled {
	background-color: transparent;
	color: #006591;
}

	.select-disabled .select-opener {
		background: none;
	}

.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}

	.select-options .drop-holder {
		border: 1px solid #006591;
		border-radius: 5px;
		overflow: hidden;
		height: 1%;
	}

	.select-options ul {
		list-style: none;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

		.select-options ul li {
			width: 100%;
			float: left;
		}

		.select-options ul a {
			text-decoration: none;
			padding: 5px 10px;
			display: block;
			cursor: default;
			color: #000;
			height: 1%;
		}

	.select-options .item-selected a {
		text-decoration: none;
		background: #006591;
		color: #fff;
	}

	.select-options .optgroup {
		clear: both;
	}

		.select-options .optgroup strong {
			display: block;
			padding: 5px;
		}

		.select-options .optgroup ul a {
			padding-left: 30px;
		}


/* Footer */
#footer {
	overflow: hidden;
	background: #006591;
	font-size: 12px;
	color: #fff;
}

#wrapper .rowFooter {
	background: #006591;
}

#footer .holder {
	/*margin: 0 auto;
	width: 940px;*/
	padding: 19px 0 0 20px;
}

	#footer .holder:after {
		content: '';
		display: block;
		clear: both;
	}

#footer .add-nav {
	float: left;
	padding: 0px 0 0;
}

	#footer .add-nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}

		#footer .add-nav ul li {
			float: left;
			margin: 0 0 0 19px;
		}

			#footer .add-nav ul li:first-child {
				margin-left: 0;
			}

			#footer .add-nav ul li a {
				color: #fff;
			}

#footer .copyright {
	float: right;
	margin: 0 0px 0 0;
}

	#footer .copyright span {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 0 0;
	}

		#footer .copyright span a {
			color: #fff;
		}

	#footer .copyright img {
		display: inline-block;
		vertical-align: middle;
	}

#footer .copyrighttext {
	display: none;
}

#footer .ipsimage {
	background: url(../images/newstyle/ips-new-white.png) no-repeat;
	width: 81px;
	height: 71px;
}

#footer .LiveChatHours {
	color: #fff;
}

#footer .copyright {
	background-image: url(../images/newstyle/ips-new-white.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#header {
	position: relative;
	z-index: 100;
}

#wrapper .rowHeader {
	background-color: #ffffff;
}

#wrapper .rowHeaderBackground .rowHeaderCell {
	background: url(../images/newstyle/header-curv.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100% 100%;
}

#wrapper .rowHeaderBackground td:first-child {
	background: url(../images/newstyle/header-curv-left.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#wrapper .rowHeaderBackground td:last-child {
	border-top: 1.2px solid #006591;
	background-color: #1f2c33;
}

#header .holder {
	/*padding: 0 0 5px 19px;*/
}

	#header .holder:after {
		content: '';
		display: block;
		clear: both;
	}

#header .block {
	float: right;
	/*width: 401px;*/
}

#header .logo-area {
	height: 100px;
	background-repeat: no-repeat;
	vertical-align: middle;
	float: left;
	color: black;
	width: 100%;
	/*background-size: 80px 70px;
	background-position-y: center;*/
}

	#header .logo-area .slogan {
		display: block;
		overflow: hidden;
		color: #00384e;
		padding: 31px 0 0;
		font: 20px/24px Arial, Helvetica, sans-serif;
	}

#header .add-nav-holder {
	background-color: transparent;
	border-radius: 0 0 8px 8px;
	margin: 0 0 0px;
	margin-right: 50px;
}

#header .add-nav {
	overflow: hidden;
	margin-right: 50px;
}

#header .add-nav-holder:after {
	content: '';
	display: block;
	clear: both;
}

#header .add-nav-holder .drop-box {
	float: right;
	position: relative;
	z-index: 2;
}

	#header .add-nav-holder .drop-box .drop-slide-wrapper {
		right: 0;
		left: auto !important;
		top: 40px !important;
	}

#header .drop-box .btn-drop {
	float: right;
	text-indent: -9999px;
	width: 44px;
	overflow: hidden;
	height: 40px;
	background: url(../images/newstyle/arrow-01-darkblue.png) no-repeat 0% 50%;
	border-radius: 0 0 8px 0;
	background-size: 20px;
}

#header .drop-box:hover .drop-holder {
	display: block;
}

#header .drop-box .drop-holder {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1;
	width: 239px;
	display: none;
	padding: 12px 0 0;
	background: url(../images/newstyle/img-19.png) no-repeat 210px 4px;
}

#header .drop-box ul {
	list-style: none;
	margin: 0;
	padding: 2px 0 4px;
	overflow: hidden;
	border-radius: 6px;
	background: #006591;
	font-size: 14px;
}

	#header .drop-box ul li {
		float: left;
		width: 119px;
		margin: 0 0 2px;
	}

		#header .drop-box ul li a {
			display: block;
			overflow: hidden;
			color: #fff;
			padding: 8px 5px 8px 15px;
		}

			#header .drop-box ul li a:hover,
			#header .drop-box ul li.active a {
				background: #234d76;
				text-decoration: none;
			}

			#header .drop-box ul li a img {
				float: left;
				margin: 3px 11px 0 0;
			}

#header .add-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	font-size: 14px;
}

	#header .add-nav ul li {
		display: table-cell;
		padding-right: 10px;
		white-space: nowrap;
	}

		#header .add-nav ul li a {
			color: #006591;
			display: block;
			padding: 12px 5px;
			text-align: center;
			font-weight: bold;
			font-size: 14px;
		}

			#header .add-nav ul li.active a,
			#header .add-nav ul li a:hover {
				text-decoration: none;
			}

		#header .add-nav ul li:first-child.active a,
		#header .add-nav ul li:first-child a:hover {
			border-radius: 0 0 0 8px;
		}

		#header .add-nav ul li img {
			float: left;
			margin: 3px 3px 0 3px;
		}

#header .block .author {
	display: inline-block;
	text-align: right;
	font-weight: bold;
	margin-right: 120px;
	vertical-align: bottom;
	bottom: 0px;
	position: absolute;
	right: 0px;
	margin-bottom: 20px;
}

	#header .block .author a {
		color: #666;
	}

#header .logo-area .block .header-BusinesseWalletLogos {
	display: none;
}

#headerMenu .nav-holder {
	background: #1f2c33;
	width: 100%;
	position: relative;
	z-index: 1;
	display: none;
}

#wrapper .rowMenu {
	/*background: #1f2c33;
	z-index:1;*/
	vertical-align: bottom;
	background-color: #ffffff;
	height: 1px;
}

#nav {
	/*width: 951px;
	margin: 0 auto;*/
	padding: 0 0 0 9px;
}

	#nav:after {
		clear: both;
		content: '';
		display: block;
	}

	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 14px;
		/*line-height: 50px;*/
		line-height: 35px;
		text-transform: capitalize;
	}

	#nav .dropdown {
		position: absolute;
		z-index: 2;
		left: 0;
		/*top: 49px !important;*/
		top: 34px !important;
		width: 100%;
		background: #295a8b;
		display: none;
	}

	#nav ul li:hover .dropdown {
		display: block;
	}

	#nav ul ul {
		font-size: 13px;
		line-height: 18px;
		overflow: hidden;
		/*width: 955px;*/
		margin: 0 auto -5px;
		padding: 35px 0 0 44px;
		text-transform: none;
	}

	#nav > ul > li { /*float: left;*/
		display: table-cell;
	}

	#nav ul ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 24px 40px 0;
		text-align: center;
	}

	#nav ul li a {
		color: #fff;
		display: block;
		height: 100%;
		white-space: nowrap;
	}

	#nav > ul > li > a {
		padding: 0 11px;
	}

	#nav ul ul li a {
		min-width: 82px;
		padding: 14px 2px 0;
		min-height: 64px;
		border: 1px solid transparent;
		border-radius: 4px;
		white-space: normal;
	}

	#nav > ul > li.active > a,
	#nav > ul > li > a:hover,
	#nav > ul > li.hover > a {
		text-decoration: none;
		background: #295a8b;
	}

	#nav ul ul li.active a,
	#nav ul ul li a:hover {
		box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5) inset;
		border-color: #2c6196;
		text-decoration: none;
		background: #234e78;
	}

	#nav .image-holder {
		overflow: hidden;
		min-height: 31px;
		margin: 0 0 8px;
	}

		#nav .image-holder img {
			display: inline-block;
			vertical-align: top;
		}

	#nav ul ul li span {
		display: block;
		width: 100px;
	}

#wrapper {
	position: relative;
	overflow: hidden;
	background-color: #006591;
}

	#wrapper .rowContent {
		background-color: #ffffff;
	}

	#wrapper .account-block {
		overflow: hidden;
		border-bottom: 1px solid #ccc;
	}

		#wrapper .account-block .account-holder {
			width: 940px;
			margin: 0 auto;
			padding: 10px 0 6px 20px;
			overflow: hidden;
		}

		#wrapper .account-block .account-info-block {
			float: right;
			width: 455px;
		}

	#wrapper .account-info-block .balance {
		float: left;
		width: 120px;
		font-weight: bold;
		/*background: url(../images/newstyle/img-18.png) no-repeat -1px -1px;*/
		padding: 0 8px 2px 27px;
	}

	#wrapper .account-info-block ul {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

		#wrapper .account-info-block ul li {
			float: left;
			margin: 0 0 0 18px;
		}

			#wrapper .account-info-block ul li:first-child {
				margin-left: 0;
			}

			#wrapper .account-info-block ul li a {
				float: left;
				margin: 3px 10px 0 0;
			}

			#wrapper .account-info-block ul li img {
				vertical-align: top;
			}

	#wrapper .account-block .overview {
		float: left;
		font-weight: bold;
		color: #666;
		max-width: 400px;
	}

	#wrapper .balance-block {
		/*border-bottom: 1px solid #ccc;*/
	}

	#wrapper .rowBalance .rowBalanceCell {
		border-bottom: 1px solid #ccc;
		background-color: #FFFFFF;
	}

	#wrapper .balance-block .balance-holder {
		/*width: 940px;*/
		padding: 10px 0 6px 17px;
		/*margin: 0 auto;*/
	}

		#wrapper .balance-block .balance-holder .page-title {
			font-weight: bold;
			color: #666;
		}

		#wrapper .balance-block .balance-holder .balance-title {
			font-weight: bold;
			color: #666;
			padding: 0 8px 2px 27px;
		}

.logo {
	/*background: url(../images/newstyle/logo.png) no-repeat;
	width: 70px;
	height: 70px;	   */
	background-repeat: no-repeat;
	vertical-align: top;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin: 0 20px 0 0;
}

	.logo a {
		display: block;
		height: 100%;
	}


#main {
	/*width: 940px;
	margin: 0 auto;*/
	padding: 15px 0px 15px 0px;
	background-color: #ffffff;
	min-height: 500px;
}

	#main:after {
		content: '';
		display: block;
		clear: both;
	}

	#main .edit-block:after {
		content: '';
		display: block;
		clear: both;
	}

	#main .edit-block .head {
		overflow: hidden;
		margin: 0 0 37px;
	}
/*#main .edit-block .head*/
.btn-video {
	float: right;
	font: 17px/40px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #98be11;
	border-radius: 5px;
	/*min-width: 114px;*/
	margin: 0px 0 0 20px;
	padding: 0 50px 0 50px;
	position: relative;
	font-weight: bold;
}
	/*#main .edit-block .head*/
	.btn-video:after {
		content: "";
		position: absolute;
		background: url(../images/newstyle/green-play-video.png) no-repeat;
		width: 45px;
		height: 35px;
		top: 2px;
		left: 100px;
		background-size: 35px 35px;
	}

	.btn-video:hover {
		background-color: #d7d7d7;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		color: #98be11;
		text-decoration: none;
	}

#main .edit-block .head .links {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #00384e;
	text-transform: capitalize;
	font: bold 20px/24px Arial, Helvetica, sans-serif;
}

	#main .edit-block .head .links li {
		float: left;
		padding: 0 6px 0 11px;
		background: url(../images/newstyle/sep-03.png) no-repeat 0 50%;
	}

		#main .edit-block .head .links li a {
			color: #00384e;
		}

		#main .edit-block .head .links li:first-child {
			padding-left: 0;
			background: none;
		}

#main .edit-block .image-holder {
	overflow: hidden;
	padding: 0 2px 0 0;
	margin: 0 0 23px;
}

	#main .edit-block .image-holder img {
		display: block;
		margin: 0 auto;
	}

#main .account-form {
	background: none;
}


/* Login Page */
#main .login-box {
	display: table;
	width: 960px;
	height: 592px;
	background-color: transparent;
}

	#main .login-box .login-holder {
		/*display: table-cell;*/
		text-align: center;
		vertical-align: middle;
		/*padding: 0 0 87px;*/
	}

	#main .login-box .login-form-area {
		display: inline-block;
	}

	#main .login-box .logo-area {
		overflow: hidden;
		display: none;
	}

	#main .login-box .merchant-logo-area {
		display: none;
	}

	#main .login-box .login-bg-area {
		display: none;
	}

	#main .login-box .slogan {
		display: block;
		color: #00384e;
		margin: 0 0 36px;
		text-transform: capitalize;
		font: 20px/24px Arial, Helvetica, sans-serif;
	}

	#main .login-box .logo-holder {
		overflow: hidden;
		margin: 0 0 29px;
	}

		#main .login-box .logo-holder .logo {
			width: 50px;
			height: 42px;
			display: inline-block;
			vertical-align: middle;
			float: none;
			margin: 0 12px 0 0;
			background: url("../images/newstyle/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
			background-position: -1px 0px;
			background-size: 50px 42px;
		}

		#main .login-box .logo-holder .link {
			display: inline-block;
			vertical-align: middle;
			font-size: 28px;
			line-height: 24px;
			padding: 2px 0 0;
			color: #006591;
		}

			#main .login-box .logo-holder .link a {
				color: #00384e;
			}

#main .login-form {
	padding: 16px 20px 8px;
	text-align: left;
	background-color: #d7d7d7;
	margin: 0 0 18px;
	border: solid 1px #1f2c33;
	border-radius: 0px;
	width: 340px;
	margin-top: 20px;
	color: #000;
}
#main .login-form .head {
	overflow: hidden;
	margin: 0 0 14px;
}
#main .login-form .head .signup {
	float: right;
	color: #a5a5a5;
	font-size: 13px;
	padding: 3px 0 0;
	line-height: 16px;
}
#main .login-form .head .signup a { font-weight:bold; color: #006591; }
#main .login-form .head h1 {
	margin: 0;
	color: #1f2c33 ;
	font: 20px/22px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	overflow: hidden;
	font-weight:bold;
}
#main .login-form .row {
	overflow: hidden;
	margin: 0 0 15px;
	text-align:center;
}
#main .login-form .row2 { margin: 0 0 15px; }
#main .login-form .row3 {text-align:center;  margin: 25px 0 15px;}
#main .login-form .row3 .rowforpass { padding:10px 0px 0px 0px; }
#main .login-form input[type="text"],
#main .login-form input[type="password"] {
	float: left;
    color: #666666;
	background: #fff;
	font: 14px/18px;
	border:solid 1px #1f2c33;
	border-radius: 0px;
	padding: 10px 10px 9px 10px;
	width: 317px;
	height: 25px;
}
#main .login-form input[type="text"]:focus,
#main .login-form input[type="password"]:focus {
	color: #34495e;
	border-color: #97b4d1;
}

		#main .login-form input[type="text"]::-webkit-input-placeholder,
		#main .login-form input[type="password"]::-webkit-input-placeholder {
			color: #1f2c33;
		}

		#main .login-form input[type="text"]::-moz-placeholder,
		#main .login-form input[type="password"]::-moz-placeholder {
			opacity: 1;
			color: #1f2c33;
		}

		#main .login-form input[type="text"]:-ms-input-placeholder,
		#main .login-form input[type="password"]:-ms-input-placeholder {
			color: #1f2c33;
		}

	#main .login-form input[type="submit"] {
		float: none;
		color: #fff;
		cursor: pointer;
		border: 0;
		background: #006591;
		border-radius: 4px;
		width: 190px;
		height: 50px;
		min-width: 77px;
		padding: 0 10px 1px;
		min-height: 29px;
		margin: 0 0 0 10px;
		font: 16px/29px Arial, Helvetica, sans-serif;
		transition-duration: 350ms;
		-webkit-transition-duration: 350ms;
	}

		#main .login-form input[type="submit"]:hover {
			background-color: #faac18;
			transition-duration: 300ms;
			-webkit-transition-duration: 300ms;
		}

	#main .login-form .check-holder {
		overflow: hidden;
		padding: 5px 0 0;
	}

		#main .login-form .check-holder label {
			float: left;
			color: #a5a5a5;
		}

#main .login-form-area .forgot-password {
	font-weight: bold;
	color: #006591;
	font-size: 14px;
	padding-top: 10px;
}

.forgot-username-login-box .captcha-text {
	margin-left: 80px;
}

.forgot-password-login-box .captcha-text {
	margin-left: 80px;
}

#main .activate-account-login-box .login-form {
	background-color: transparent;
	border: 0;
	border-color: transparent;
	font-size: 16px;
	margin-top: 20px;
}

#main .activate-account-login-box .logo-area {
	display: block;
}

	#main .activate-account-login-box .logo-area .slogan,
	#main .activate-account-login-box .logo-area .logo {
		display: none;
	}

/* Account Form */

.account-form .box {
	overflow: hidden;
	box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 16px 10px 19px 20px;
	margin: 0 0 20px;
}

.account-form .redbox {
	border: 1px solid #FF0000;
	box-shadow: 1px 1px 6px -2px #FF0000;
}

.account-form .box2 {
	padding-bottom: 17px;
}

.account-form .agreement-box {
	padding: 16px 10px 9px 20px;
}

.account-form .transaction-box {
	position: relative;
	padding: 16px 45px 18px 20px;
	margin: 0 0 21px;
}

	.account-form .transaction-box:after {
		content: "";
		position: absolute;
		background: url(../images/newstyle/img-35.png) no-repeat;
		width: 22px;
		height: 28px;
		overflow: hidden;
		bottom: 17px;
		right: 17px;
	}

.account-form .box h1,
.account-form .box h2 {
	margin: 0 0 14px;
	font-size: 16px/20px;
	color: #383838;
}

.account-form .account-box h2 {
	margin: 0 0 0px;
}

.account-form .row {
	overflow: hidden;
	margin: 0 0 10px;
}

.account-form .column-holder .row.select-holder {
	padding: 0 0 1px;
}

.account-form .box .text {
	float: left;
}

.account-form .inner-box .text {
	margin: 0 0 15px;
}

.account-form .box input[type="password"],
.account-form .box input[type="text"] {
	float: left;
	background: #fff;
	border: 2px solid #d3d3d3;
	border-radius: 5px;
	width: 257px;
	height: 25px;
    color: #666666;
	font-size: 14px/24px;
	padding: 6px 10px;
	margin: 0;
}

	.account-form .box input[type="text"]::-webkit-input-placeholder,
	.account-form .box input[type="password"]::-webkit-input-placeholder {
		color: #cdcdcd;
	}

	.account-form .box input[type="text"]::-moz-placeholder,
	.account-form .box input[type="password"]::-moz-placeholder {
		opacity: 1;
		color: #cdcdcd;
	}

	.account-form .box input[type="text"]:-ms-input-placeholder,
	.account-form .box input[type="password"]:-ms-input-placeholder {
		color: #cdcdcd;
	}

.account-form .column-holder .col input[type="text"] {
	width: 277px;
}

.account-form .column-holder .col:first-child input[type="text"] {
	width: 257px;
}

.account-form .inner-box input[type="text"] {
	width: 217px;
	border-color: #e2e4ee;
	color: #969da9;
	background: #f7f7fd;
}

.account-form .box .column-frame input[type="text"] {
	width: 277px;
}

.account-form .box .error input[type="password"],
.account-form .box .error input[type="text"] {
	background: #fdebeb;
	border-color: #ff7f7f;
	color: #9997a0;
}

#main .login-form .account-form .error input[type="password"],
#main .login-form .account-form .error input[type="text"] {
	background: #fdebeb;
	border-color: #ff7f7f;
	color: #9997a0;
}

.account-form .box input[type="password"]:focus,
.account-form .box input[type="text"]:focus {
	color: #34495e;
	border-color: #97b4d1;
}
.account-form .boxSetup input[type="password"]:focus,
.account-form .boxSetup input[type="text"]:focus {
	color: #34495e;
	border-color: #97b4d1;
}
.account-form .box .call-info {
	display: block;
	width: 281px;
	font-size: 10px;
	line-height: 29px;
	color: #666;
}

.account-form .box .account {
	float: left;
	color: #666;
	padding: 11px 13px 0 3px;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

.account-form .box .radio-list {
	list-style: none;
	margin: 0 11px 0 0;
	padding: 10px 0 0;
	float: left;
}

	.account-form .box .radio-list li {
		float: left;
		margin: 0 0 0 19px;
	}

		.account-form .box .radio-list li:first-child {
			margin-left: 0;
		}

	.account-form .box .radio-list label {
		float: left;
		color: #666;
		font-size: 14px;
	}

.account-form .box select {
	float: left;
	width: 279px;
}

.account-form .block .country-list {
	width: 298px;
}

.account-form .block .state-list {
	width: 228px;
}

.account-form .block {
	padding: 12px 10px 0 10px;
}

.account-form .transaction-box .block {
	padding: 0;
}

.account-form .block:after {
	content: '';
	display: block;
	clear: both;
}

.account-form .block .column-holder {
	overflow: hidden;
}

.account-form .block .col {
	width: 281px;
	float: left;
	margin: 0 10px 0 0;
	padding: 13px 0 0;
}
/*.setup .account-form .block > .col {
	margin: 0 10px 0 0;
	padding: 13px 0 0;
}*/
.account-form .transaction-box .block .col {
	margin: 0;
	padding: 0;
}

.account-form .column-frame .col {
	width: 33%;
	margin: 0 0 0 0px;
}

.account-form .block .column-holder .col {
	width: 302px;
	margin: 0 0 0 10px;
}

	.account-form .block .column-holder .col:first-child {
		margin-left: 0;
		width: 281px;
	}

.account-form .column-frame .col:first-child {
	margin-left: 0;
}

.account-form .block h3 {
	margin: 0 0 19px;
	padding: 0 0 0 2px;
	color: #adadad;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
}

.account-form .button-holder {
	overflow: hidden;
}

	.account-form .button-holder .button {
		float: left;
		background: #34495e;
		border-radius: 5px;
		color: #fff;
		font: 17px/45px Arial, Helvetica, sans-serif;
		min-width: 140px;
		padding: 0 20px;
		text-align: center;
		transition-duration: 350ms;
		-webkit-transition-duration: 300ms;
		height: 45px;
	}

		.account-form .button-holder .button:first-child {
			float: right;
		}

		.account-form .button-holder .button:hover {
			text-decoration: none;
			background-color: #faac18;
			transition-duration: 300ms;
			-webkit-transition-duration: 300ms;
		}

.account-form h1 {
	margin: 0 0 24px;
	color: #2ecc71;
	font: bold 13px/18px Arial, Helvetica, sans-serif;
}

.account-form .inner-box {
	background: #efeffb;
	margin: 0 0 0 2px;
	font-size: 11px;
	line-height: 13px;
	padding: 16px 10px 30px 20px;
}

.account-form .block-holder .inner-box {
	color: #666;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
}

.account-form .inner-box p {
	margin: 0 0 18px;
}

.account-form .block-holder .inner-box p {
	margin: 0 0 13px;
}

.account-form .inner-box .check-holder {
	overflow: hidden;
	padding: 0 0 0 3px;
}

	.account-form .inner-box .check-holder input[type="checkbox"] {
		margin: 0 10px 0 0;
	}

	.account-form .inner-box .check-holder label {
		float: left;
		color: #666;
		font: bold 14px/18px Arial, Helvetica, sans-serif;
	}

.account-form .block-holder .inner-box .star {
	color: #f00;
}

.account-form .block-holder .inner-box select {
	width: 296px;
}

.account-form .box h4 {
	margin: 0 0 14px;
	color: #383838;
	font: 16px/20px Arial, Helvetica, sans-serif;
}

.account-form .box .block-holder h4 {
	margin: 0 0 6px;
}

.account-form .block-holder {
	overflow: hidden;
}

.account-form .box .column-frame {
	overflow: hidden;
	margin: 0 0 -2px;
}

.account-form .birth-date-block {
	overflow: hidden;
}

	.account-form .birth-date-block .birth {
		float: left;
		color: #666;
		font-size: 14px;
		padding: 12px 6px 0 0;
	}

	.account-form .birth-date-block .calenderdate {
		width: 78px;
	}

	.account-form .birth-date-block .calendermonth {
		width: 98px;
	}

	.account-form .birth-date-block .calenderyear {
		width: 88px;
	}

.account-form .agreement-box .check-list {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #666;
}

	.account-form .agreement-box .check-list li {
		overflow: hidden;
		margin: 0 0 10px;
	}

	.account-form .agreement-box .check-list label {
		float: left;
		font: bold 14px/18px Arial, Helvetica, sans-serif;
	}

	.account-form .agreement-box .check-list .check-field.error label {
		color: #ff7f7f;
	}

	.account-form .agreement-box .check-list label span,
	.account-form .agreement-box .check-list label a {
		color: #006591;
		font-weight: normal;
	}

	.account-form .agreement-box .check-list label a {
		text-decoration: underline;
	}

		.account-form .agreement-box .check-list label a:hover {
			text-decoration: none;
		}

.account-form .transaction-box ul {
	list-style: none;
	margin: 0 0 17px;
	padding: 2px 0 0;
	color: #666;
	font: bold 14px/17px Arial, Helvetica, sans-serif;
}

	.account-form .transaction-box ul li {
		background: url(../images/newstyle/sep-02.png) no-repeat 0 8px;
		padding: 0 0 0 7px;
	}

.account-form .inner-box .check-holder .chk-area {
	margin: 0 8px 0 0;
}

.account-form .agreement-box .check-list .chk-area {
	margin: 0 9px 0 0;
}

.login-form .chk-area {
	background: url(../images/newstyle/sprite-04.png) no-repeat;
	margin: 1px 7px 0 0;
	width: 13px;
	height: 13px;
}

.login-form .chk-checked {
	background: url(../images/newstyle/sprite-04.png) no-repeat 0 -13px;
}

.account-form .account-box .select-state-list {
	margin: 0 18px 0 0;
}

.account-form .account-box .select-calenderyear,
.account-form .account-box .select-calendermonth {
	margin: 0 0 0 10px;
}

.account-form .birth-date-block .select-area .select-opener {
	background: url(../images/newstyle/img-34.png) no-repeat;
	width: 32px;
}

/* Home Menu Page */

#content .widget .head .open-close .opener {
	float: right;
	text-indent: -9999px;
	width: 44px;
	overflow: hidden;
	height: 40px;
	background: #006591 url(../images/newstyle/arrow-01.png) no-repeat 50% 50%;
	border-radius: 0 0 8px 0;
}

#content .widget .head .open-close .opener {
	border-radius: 0 5px 0 0;
	height: 35px;
	position: relative;
}

#content .widget .head .open-close .slide {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1;
	width: 239px;
	display: none;
	padding: 12px 0 0;
	background: url(../images/newstyle/img-19.png) no-repeat 210px 4px;
}

	#content .widget .head .open-close .slide ul {
		list-style: none;
		margin: 0;
		padding: 2px 0 4px;
		overflow: hidden;
		border-radius: 6px;
		background: #006591;
		font-size: 14px;
	}

#content .widget .open-close .slide ul li {
	float: left;
	width: 119px;
	margin: 0 0 2px;
}

	#content .widget .open-close .slide ul li a {
		display: block;
		overflow: hidden;
		color: #fff;
		padding: 8px 5px 8px 15px;
	}

		#content .widget .open-close .slide ul li a:hover,
		#content .widget .open-close .slide ul li.active {
			background: #234d76;
			text-decoration: none;
		}

		#content .widget .open-close .slide ul li a img {
			float: left;
			margin: 3px 11px 0 0;
		}

#content {
	/*float: left;
	width: 621px;*/
}

#main .widget {
	border-radius: 5px;
	margin: 0 0 21px;
	box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
}

#content .widget-open-close:after,
#content .widget-holder:after {
	content: '';
	display: block;
	clear: both;
}

#content .widget {
	margin: 0 0 19px;
}

#content .widget-open-close {
	overflow: visible;
	margin: 0 0 9px;
}

#content .widget .head {
	background: #0375ab;
	border-radius: 5px 5px 0 0;
	padding: 0 0 0 11px;
}

	#content .widget .head:after {
		content: '';
		display: block;
		clear: both;
	}

	#content .widget .head .open-close-holder {
		float: right;
		min-width: 107px;
		max-width: 400px;
	}

		#content .widget .head .open-close-holder .open-close {
			float: right;
			position: relative;
		}

		#content .widget .head .open-close-holder .currency {
			display: block;
			overflow: hidden;
			color: #fff;
			padding: 9px 0 0;
			font-weight: bold;
		}

	#content .widget .head h2 {
		background: none;
		overflow: hidden;
		padding: 9px 0px 9px 0px;
	}

#sidebar .widget-links {
	font-weight: bold;
}

#sidebar .widget2 {
	margin: 0 0 23px;
}

#main .widget h1,
#main .widget h2 {
	margin: 0;
	padding: 9px 12px 10px;
	color: #fefefe;
	/*overflow:hidden;*/
	text-transform: capitalize;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	border-radius: 5px 5px 0 0;
}

#content .widget h1,
#content .widget h2 {
	background: #2980b9;
	padding: 9px 10px 10px;
}

#content .widgetblue h1,
#content .widgetblue h2 {
	background: #2980b9;
}

#content .widgetred h1,
#content .widgetred h2 {
	background: #ed1c24;
}

#content .widgetgray h1,
#content .widgetgray h2 {
	background: #a3a3a3;
}

#content .widgetgreen h1,
#content .widgetgreen h2 {
	background: #2ecc71;
}

#content .widgetorange h1,
#content .widgetorange h2 {
	background: #e67e22;
}

#content .widgetblack h1,
#content .widgetblack h2 {
	background: #333333;
}

#content .widgetred ul li a {
	color: #666666;
}

#content .widget table {
	width: 100%;
	line-height: 12px;
	border-collapse: collapse;
	background-color: #ffffff;
}

	#content .widget table tr {
		border-top: 1px solid #e5e5e5;
	}

	#content .widget table td {
		vertical-align: top;
		padding: 10px 15px 10px 0;
	}

		#content .widget table td.emptyData {
			font-weight: bold;
			text-align: center;
			padding-top: 50px;
			height: 50px;
		}

	#content .widget table .first td {
		padding: 7px 5px 13px 0;
	}

	#content .widget table .col1 {
		/*width: 52px;*/
		font-weight: bold;
		padding: 10px 12px;
	}

#content .widget-open-close table tbody .col1 {
	font-weight: normal;
}

#content .widget table .first .col1 {
	padding: 7px 12px 0 12px;
}

#content .widget-open-close table thead tr,
#content .widget-open-close table tbody tr.header {
	background: #3498db;
	color: #fff;
	text-transform: capitalize;
	border: 0;
	text-align: left;
}

	#content .widget-open-close table thead th,
	#content .widget-open-close table tbody tr.header td {
		padding: 8px 5px 8px 0;
		border: 0;
	}

		#content .widget-open-close table thead th.col1,
		#content .widget-open-close table tbody tr.header td:first-child {
			padding: 8px 12px;
		}

#content .widget-open-close table tbody tr td:first-child {
	padding: 8px 12px;
}
/*#content .widget-open-close table .col1 { width: 57px; }
#content .widget-open-close table .col2 { width: 55px; }
#content .widget-open-close table .col3 { width: 66px; }
#content .widget-open-close table .col4 { width: 45px; }
#content .widget-open-close table .col5 { width: 65px; }
#content .widget-open-close table .col6 { width: 125px; }
#content .widget-open-close table .col7 { width: 103px; }
#content .widget-open-close table .col8 { width: 46px; }*/
#content .btn-holder {
	overflow: hidden;
	text-align: center;
	padding: 0 0 0 6px;
	margin: 0 0 14px;
}

	#content .btn-holder .btn-view {
		display: inline-block;
		text-transform: capitalize;
		color: #006591;
		font: bold 14px/18px Arial, Helvetica, sans-serif;
	}

#content .widget .tabs-holder {
	overflow: hidden;
	background: url(../images/newstyle/sep-01.png) repeat-y 445px 0;
	padding: 10px 11px 0 20px;
}

#content .widget .tabset {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}

	#content .widget .tabset li {
		padding: 0 0 0 5px;
		margin: 0 0 10px;
		border-left: 5px solid transparent;
		font-size: 17px;
		line-height: 23px;
	}

		#content .widget .tabset li.active {
			border-left-color: #006591;
		}

		#content .widget .tabset li a {
			display: block;
			position: relative;
			width: 118px;
			padding: 10px 2px 12px 59px;
			background: #34495e;
			border-radius: 5px;
			color: #fff;
			transition-duration: 350ms;
			-webkit-transition-duration: 350ms;
		}

			#content .widget .tabset li a:hover {
				text-decoration: none;
				background-color: #faac18;
				transition-duration: 300ms;
				-webkit-transition-duration: 300ms;
			}

			#content .widget .tabset li a:after {
				content: "";
				position: absolute;
				background: url(../images/newstyle/sprite-01.png) no-repeat -5px -53px;
				width: 24px;
				height: 23px;
				overflow: hidden;
				top: 9px;
				left: 21px;
			}

		#content .widget .tabset li:first-child a:after {
			background-position: -8px 0;
			width: 21px;
			height: 21px;
			left: 24px;
			top: 11px;
		}

		#content .widget .tabset li.itemWire a:after {
			background-position: -7px -107px;
			width: 22px;
			height: 24px;
			left: 23px;
			top: 8px;
		}

		#content .widget .tabset li.itemCreditCard a:after {
			background-position: -4px -163px;
			width: 27px;
			height: 25px;
			left: 20px;
			top: 9px;
		}

		#content .widget .tabset li.itemPaypal a:after {
			background-position: -7px -218px;
			width: 23px;
			height: 23px;
			left: 23px;
			top: 9px;
		}

		#content .widget .tabset li.itemUMS a:after {
			background-position: -4px -275px;
			width: 30px;
			height: 23px;
			left: 20px;
			top: 11px;
		}

		#content .widget .tabset li.itemSTP a:after {
			background-position: 0 -332px;
			width: 34px;
			height: 15px;
			left: 16px;
			top: 13px;
		}

		#content .widget .tabset li.itemRBK a:after {
			background-position: -6px -384px;
			width: 24px;
			height: 23px;
			left: 22px;
			top: 10px;
		}

#content .widget .tab-content {
	overflow: hidden;
	padding: 6px 0 0;
	width: 400px;
}

	#content .widget .tab-content p {
		margin: 0 0 14px;
	}

	#content .widget .tab-content .title {
		font-size: 15px;
		font-weight: bold;
		padding: 10px 10px 20px 10px;
	}

	#content .widget .tab-content ul li a {
		color: #666666;
	}


#sidebar {
	/*float: right;
	width: 300px;*/
}

	#sidebar .widget h2 {
		background: #e67e22;
	}
	/*#sidebar .widget:first-child h2 { background: #2ecc71; }*/
	#sidebar .widget-links h2 {
		background: #333;
	}

	#sidebar .widget ul {
		list-style: none;
		margin: 0;
		padding: 0;
		color: #666;
	}

		#sidebar .widget ul li {
			/*overflow: hidden;*/
			border-top: 1px solid #e5e5e5;
		}

			#sidebar .widget ul li a {
				color: #666;
			}

			#sidebar .widget ul li:first-child {
				border-top: 0;
			}

				#sidebar .widget ul li:first-child .info-holder {
					padding: 7px 9px 6px 8px;
				}

	#sidebar .widget-links ul li:first-child a {
		padding: 7px 11px;
	}

	#sidebar .widget ul li .info-holder,
	#sidebar .widget ul li > a {
		display: block;
		/*overflow: hidden;*/
		color: #666;
		padding: 6px 10px 5px 8px;
	}

	#sidebar .widget table tr td a {
		color: #666666;
	}

	#sidebar .widget-links ul li a {
		padding: 6px 11px 7px;
	}

	#sidebar .widget ul li .info-holder .alignright,
	#sidebar .widget ul li a .alignright {
		float: right;
		margin: 0 0 0 20px;
	}

	#sidebar .widget ul li a:hover .alignright {
		text-decoration: underline;
	}

	#sidebar .widget ul li .info-holder strong,
	#sidebar .widget ul li a strong {
		display: block;
		/*overflow: hidden;*/
		padding: 0 0 1px 4px;
	}

	#sidebar .widget ul li a .info {
		background: url(../images/newstyle/img-18.png) no-repeat 0 -1px;
		padding: 0 0 2px 24px;
	}

	#sidebar .widgetblue h1,
	#sidebar .widgetblue h2 {
		background: #2980b9;
	}

	#sidebar .widgetred h1,
	#sidebar .widgetred h2 {
		background: #ed1c24;
	}

	#sidebar .widgetgray h1,
	#sidebar .widgetgray h2 {
		background: #a3a3a3;
	}

	#sidebar .widgetgreen h1,
	#sidebar .widgetgreen h2 {
		background: #2ecc71;
	}

	#sidebar .widgetorange h1,
	#sidebar .widgetorange h2 {
		background: #e67e22;
	}

	#sidebar .widgetblack h1,
	#sidebar .widgetblack h2 {
		background: #333333;
	}

	#sidebar .widgetaccountinfo TABLE TR TD {
		padding: 5px 5px 5px 5px;
		border-top: 1px solid #E5E5E5;
		width: 50%;
	}

	#sidebar .widgetaccountinfo TABLE TR:first-child TD {
		border-top: 0 none;
	}

	#sidebar .widgetcheckout TABLE TR TD {
		padding: 5px 5px 5px 5px;
		border-top: 1px solid #E5E5E5;
		width: 50%;
	}

	#sidebar .widgetcheckout TABLE TR:first-child TD {
		border-top: 0 none;
	}

/* Checkout */
.payment-form .options-list {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

	.payment-form .options-list:after {
		content: '';
		display: block;
		clear: both;
	}

	.payment-form .options-list li {
		float: left;
		margin: 0 0 0 21px;
		padding: 16px 9px 13px 21px;
		border-radius: 5px;
		background: #ffffff;
		box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);
	}

		.payment-form .options-list li:first-child {
			margin-left: 0;
		}

	.payment-form .options-list .title {
		color: #006591;
		display: block;
		font: 16px/20px Arial, Helvetica, sans-serif;
		margin: 0px 0px 16px;
		padding: 0px
	}

	.payment-form .options-list .row {
		overflow: hidden;
	}

	.payment-form .options-list input[type="radio"] {
		float: left;
	}

	.payment-form .options-list label {
		float: left;
		color: #666;
		font: 14px/18px Arial, Helvetica, sans-serif;
	}

.payment-form .cart {
	display: block;
	background: url(../images/newstyle/img-18.png) no-repeat -2px 1px;
	padding: 0 0 0 25px;
	margin: 0 0 15px;
	font: bold 13px/20px Arial, Helvetica, sans-serif;
}

.payment-form table {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	border-collapse: collapse;
	margin: 0 0 19px;
	box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.5);
}

.payment-form .paymentfromtable {
	box-shadow: none;
	margin: 0px;
	border-radius: 0px;
	border-collapse: separate;
}

	.payment-form .paymentfromtable tr td {
		white-space: nowrap;
	}

.payment-form table thead tr {
	color: #fff;
	text-align: left;
}

.payment-form table thead th {
	background: #2980b9;
	padding: 9px 9px 10px 9px;
}

	.payment-form table thead th.col1 {
		border-radius: 5px 0 0 0;
	}

	.payment-form table thead th.col5 {
		border-radius: 0 5px 0 0;
	}

.payment-form table tbody td {
	vertical-align: top;
	padding: 6px 9px 9px;
}

.payment-form table tbody .last .col4 {
	padding: 6px 9px 14px;
}

.payment-form table tbody tr {
	border-top: 1px solid #e5e5e5;
}

.payment-form table .col1 {
	width: 64px;
}

.payment-form table tbody .col1 {
	vertical-align: middle;
	padding: 5px 9px 10px 20px;
}

.payment-form table .col2 {
	width: 92px;
}

.payment-form table .col3 {
	width: 402px;
}

.payment-form table .col4 {
	width: 212px;
}

.payment-form table tfoot td {
	background: none repeat scroll 0 0 #efefef;
}

.payment-form table tfoot .col1 {
	border-radius: 0 0 0 5px;
}

.payment-form table tfoot .col3 {
	text-align: right;
	font-weight: bold;
	padding: 0 5px 1px 0;
}

.payment-form table tfoot .col4 {
	padding: 10px 12px 10px 7px;
}

.payment-form table tfoot .col5 {
	border-radius: 0 0 5px 0;
}

.payment-form table tfoot tr {
	border-top: 1px solid #e5e5e5;
}

.payment-form table .col5 a {
	color: #006591;
	text-decoration: underline;
}

	.payment-form table .col5 a:hover {
		text-decoration: none;
	}

.payment-form table time {
	font-weight: bold;
}

.payment-form table .col4 .fee {
	display: block;
	font-size: 11px;
	line-height: 13px;
}

.payment-form table input[type="checkbox"] {
	float: left;
	margin: 0;
	padding: 0;
}

.payment-form .note {
	display: block;
	color: #2ecc71;
	font-weight: bold;
	padding: 0 0 0 11px;
}

.payment-form table.payment-coupon-table {
	box-shadow: none;
	margin: 0px;
	border-radius: 0px;
	border-collapse: separate;
	width: auto;
}

	.payment-form table.payment-coupon-table tr td {
		background-color: transparent;
		vertical-align: middle;
		padding: 0px 10px 0px 0px;
	}

	.payment-form table.payment-coupon-table tfoot td {
		background-color: transparent;
	}

.payment-form table tfoot tr.additionalrow td {
	background-color: #f7f7f7;
	color: green;
}

#main .options-block {
	overflow: hidden;
	box-shadow: 1px 1px 5px -2px #000; /*rgba(0, 0, 0, 0.5);*/
	-moz-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 16px 5px 18px 10px;
	background-color: #ffffff;
}

.options-block h1 {
	margin: 0 0 16px;
	color: #006591;
	font: 16px/20px Arial, Helvetica, sans-serif;
	padding: 0px;
}

.options-block .options-holder {
	overflow: hidden;
}

	.options-block .options-holder ul {
		list-style: none;
		margin: 0;
		padding: 0 50px 0 0;
		float: left;
		/*width: 400px;*/
		-webkit-column-count: 1;
		-moz-column-count: 2;
		column-count: 1;
	}
/*.options-block .options-holder ul li
{
	float:left;
	width:45%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}*/
/*.options-block .options-holder ul:first-child { width: 420px; }*/
.options-block ul li {
	overflow: hidden;
	margin: 0 0 10px;
}

	.options-block ul li .button {
		float: left;
		width: 120px;
		padding: 15px 5px 15px 59px;
		position: relative;
		border-radius: 5px;
		color: #006591;
		margin: 0 19px 0 0;
		font-size: 17px;
		transition-duration: 350ms;
		-webkit-transition-duration: 300ms;
		vertical-align: middle;
		border: 1px solid #b4b4b4;
		background-color: transparent;
		-moz-box-shadow: inset 0 0 40px 1px #d2d2d2;
		-webkit-box-shadow: inset 0 0 40px 1px #d2d2d2;
		box-shadow: inset 0 0 40px 1px #d2d2d2;
		-webkit-transition: background-color 0.5s linear;
		-moz-transition: background-color 0.5s linear;
		-o-transition: background-color 0.5s linear;
		transition: background-color 0.5s linear;
	}

		.options-block ul li .button:hover {
			text-decoration: none;
			background-color: #ffffff;
			transition-duration: 300ms;
			-webkit-transition-duration: 300ms;
			-moz-box-shadow: inset 0 0 40px 1px #ffffff;
			-webkit-box-shadow: inset 0 0 40px 1px #ffffff;
			box-shadow: inset 0 0 40px 1px #ffffff;
		}
	/*.options-block ul li .button {
	float: left;
	width: 120px;
	padding: 15px 5px 15px 59px;
	position: relative;
	background: #34495e;
	border-radius: 5px;
	color: #fff;
	margin: 0 19px 0 0;
	font-size: 17px;
	transition-duration: 350ms;
	-webkit-transition-duration: 300ms;
	vertical-align:middle;
}*/
	/*.options-block ul li .button:after {
	content: "";
	position: absolute;
	width: 28px;
	height: 30px;
	left: 21px;
	top: 8px;
	background: url(../images/newstyle/sprite-06.png) no-repeat -5px -54px;
}*/
	/*.options-block ul li:first-child .button:after {
	background-position: -8px 0;
	width: 23px;
	height: 23px;
	left: 24px;
	top: 9px;
}
.options-block ul li.item3 .button:after {
	background-position: -1px -115px;
	width: 34px;
	height: 15px;
	left: 17px;
	top: 14px;
}
.options-block ul li.item4 .button:after {
	background-position: -7px -166px;
	width: 24px;
	height: 23px;
	left: 23px;
	top: 10px;
}
.options-block ul li.item5 .button:after {
	background-position: -4px -219px;
	width: 25px;
	height: 24px;
	left: 20px;
	top: 8px;
}
.options-block ul li.item6 .button:after {
	background-position: 1px -280px;
	width: 49px;
	height: 16px;
	left: 15px;
	top: 14px;
}
.options-block ul.options .item6 .button {
	padding-left: 77px;
	width: 98px;
}*/
	/*.options-block ul li .button:after {
	content: "";
	position: absolute;
	height: 20px;
	left: 23px;
	top: 12px;
	background: url(../images/newstyle/sprite-05.png) no-repeat -6px -0px;
}*/
	/*.options-block ul li .optioneWallet:after {
	height: 21px;
	left: 25px;
	top: 11px;
	width: 21px;
	background-position: -6px 0;
}
.options-block ul li .optionBank:after {
	background: url("../images/newstyle/sprite-06.png") no-repeat scroll -4px -219px rgba(0, 0, 0, 0);
    height: 24px;
    left: 20px;
    top: 8px;
    width: 25px;
}
.options-block ul li .optionCreditCard:after {
	background-position: -5px -109px;
    height: 24px;
    left: 23px;
    top: 20px;
    width: 22px;
}
.options-block ul li .optionForward:after {
	background-position: -3px -56px;
	content: "";
    height: 20px;
    left: 23px;
    position: absolute;
    top: 12px;
    width: 24px;
}
.options-block ul li .optionGoogle:after {
	height: 21px;
	left: 25px;
	top: 11px;
	width: 21px;
	background-position: -6px 0;
}
.options-block ul li .optionWire:after {
	background-position: -2px -163px;
    height: 25px;
    left: 21px;
    top: 9px;
    width: 27px;
}
.options-block ul li .optionCash:after {
	background-position: 0 -223px;
    height: 19px;
    left: 19px;
    top: 14px;
    width: 33px;
}
.options-block ul li .optionQiwi:after {
	background: url("../images/newstyle/sprite-06.png") no-repeat scroll -5px -54px rgba(0, 0, 0, 0);
    height: 30px;
    left: 21px;
    top: 8px;
    width: 28px;
}
.options-block ul li .optionAlipay
{
	padding-left: 77px;
    width: 98px;
}
.options-block ul li .optionAlipay:after {
	background: url("../images/newstyle/sprite-06.png") no-repeat scroll 1px -280px rgba(0, 0, 0, 0);
    height: 16px;
    left: 15px;
    top: 14px;
    width: 49px;
}
.options-block ul li .optionUMS:after {
	background-position: -1px -275px;
    height: 21px;
    left: 20px;
    top: 11px;
    width: 28px;
}
.options-block ul li .optionPaymenex:after {
	height: 21px;
	left: 25px;
	top: 11px;
	width: 21px;
	background-position: -6px 0;
}
.options-block ul li .optionSTP:after {
	background: url("../images/newstyle/sprite-06.png") no-repeat scroll -1px -115px rgba(0, 0, 0, 0);
    height: 15px;
    left: 17px;
    top: 14px;
    width: 34px;
}
.options-block ul li .optionPaypal:after {
	background: url("../images/newstyle/sprite-06.png") no-repeat scroll -8px 0px rgba(0, 0, 0, 0);
    height: 23px;
    left: 24px;
    top: 9px;
    width: 23px;
}
.options-block ul li .option2Checkout:after {
	height: 21px;
	left: 25px;
	top: 11px;
	width: 21px;
	background-position: -6px 0;
}
.options-block ul li .optionRBK:after {
	background: url("../images/newstyle/sprite-06.png") no-repeat scroll -7px -166px rgba(0, 0, 0, 0);
    height: 23px;
    left: 23px;
    top: 10px;
    width: 24px;
}*/
	/*.options-block ul:first-child li:first-child .button:after {
	background-position: -6px 0;
	width: 21px;
	height: 21px;
	left: 25px;
	top: 11px;
}
.options-block ul:first-child li.item3 .button:after {
	background-position: -5px -109px;
	width: 22px;
	height: 24px;
	left: 23px;
	top: 10px;
}
.options-block ul:first-child li.item4 .button:after {
	background-position: -2px -163px;
	width: 27px;
	height: 25px;
	left: 21px;
	top: 9px;
}
.options-block ul:first-child li.item5 .button:after {
	background-position: 0 -223px;
	width: 33px;
	height: 19px;
	left: 19px;
	top: 14px;
}
.options-block ul:first-child li.item6 .button:after {
	background-position: -1px -275px;
	width: 28px;
	height: 21px;
	left: 20px;
	top: 11px;
}*/
	/*.options-block ul li .button:hover {
	text-decoration: none;
	background-color: #faac18;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
}*/
	.options-block ul li .description {
		overflow: hidden;
		padding: 0px 0 0;
		/*font: italic 11px/13px Arial, Helvetica, sans-serif;*/
		font-size: 11px;
		font-style: italic;
	}

		.options-block ul li .description p {
			margin: 0;
		}


/* Support Section */
.supportsearchbutton {
	padding-bottom: 9px !important;
	padding-top: 9px !important;
	line-height: 0px !important;
}

.supportlinkboxtitle {
	font-size: 17px;
	font-weight: bold;
	color: #2980b9;
	padding-bottom: 20px;
	float: left;
}

.supportlinkboxcontent {
	color: #666666;
	float: left;
}

.supportpopularfaq {
	color: #808d9a;
	font-weight: bold;
}

.wrapword {
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}

.HistoryTransactionDescription {
	color: maroon;
	padding-top: 5px;
	font-size: 0.9em;
	max-width: 370px;
}

.historyClass .ui-state-default,
.historyClass .ui-widget-content .ui-state-default,
.historyClass .ui-widget-header .ui-state-default {
	color: white;
	background-color: #006591;
	padding-bottom: 1px;
	border-color: #006591;
}

.historyClass .ui-state-active,
.historyClass .ui-widget-content .ui-state-active,
.historyClass .ui-widget-header .ui-state-active {
	background-color: #3498db;
	border-color: #3498db;
}

.historyClass .ui-state-default a,
.historyClass .ui-state-default a:link,
.historyClass .ui-state-default a:visited {
	color: white;
}

.historyClass .ui-state-hover a:hover,
.historyClass .ui-state-focus a:hover {
	color: lightgrey;
	text-decoration: none;
}

.historyClass .ui-state-active a:hover {
	color: white;
	text-decoration: none;
}

.historyClass table.headerTable {
	background-color: transparent !important;
}

	.historyClass table.headerTable tr td {
		background-color: #f7f7f7;
	}

.historyClass table.historyTable tr td {
	background-color: #ffffff;
}

.ui-tabs .ui-tabs-nav {
	padding-left: 0px !important;
}

.pendingHistoryCount {
	float: right;
	padding: 5px 10px 5px 10px;
	margin-top: -10px;
	margin-right: -3px;
	background-color: #98be11;
	color: white;
	border-radius: 10px;
	font-size: 10px;
	font-weight: bold;
}

.ui-state-active .pendingHistoryCount {
	background-color: red;
}

.tableTransactionDetails {
	width: 100%;
	font-size: 12px;
}

#content .widget table.tableTransactionDetails tr {
	border-top: 0px;
}

#content .widget-open-close table.tableTransactionDetails tbody tr td:first-child {
	width: 75px;
}

#content .widget-open-close table.tableTransactionDetails tbody tr td:first-child,
#content .widget-open-close table.tableTransactionDetails tbody tr td {
	padding: 3px;
}

.infoBorder {
	border-bottom: 1px dotted #888d8e;
	height: 13px;
	margin-right: 2px;
	overflow: hidden;
}

/* New Styles for Home Menu Page */
.column-holder {
	padding-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.column-3-noborder {
	float: left;
	margin: 5px 0 5px 3%;
	width: 30%;
}

	.column-3-noborder:first-child {
		margin-left: 0;
	}

.column-4 {
	float: left;
	margin: 0 0 4px 6%;
	width: 20%;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border: 1px solid #a3a3a3;
	overflow: hidden;
}

	.column-4:first-child {
		margin-left: 0;
	}

	.column-4 .column-inner {
		color: #666;
		display: block;
		padding: 10px;
		text-align: justify;
		text-decoration: none;
		border-radius: 30px 30px 30px 30px;
		-moz-border-radius: 30px 30px 30px 30px;
		-webkit-border-radius: 30px 30px 30px 30px;
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(210,210,210,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(210,210,210,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(210,210,210,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(210,210,210,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(210,210,210,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(210,210,210,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2', GradientType=0 );
	}

	.column-4 .icon-holder {
		display: block;
		height: 70px;
		margin: 0 auto 20px;
		overflow: hidden;
		width: 100px;
		text-align: center;
		padding-top: 20px;
	}

	.column-4 .column-text {
		margin: 0;
		text-align: center;
		padding-bottom: 20px;
		font-size: 17px;
		font-weight: bold;
	}

	.column-4 .column-inner:hover {
		background: rgba(237,237,237,1);
		background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
		text-decoration: none;
	}

.CheckoutItemCount {
	float: right;
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #98be11;
	color: white;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
}

.NotificationItemCount {
	padding: 5px 10px 5px 10px;
	background-color: #98be11;
	color: white;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
}

.notifications {
	padding: 10px;
	color: #666;
	font-weight: bold;
}

	.notifications li {
		padding-bottom: 5px;
		color: #666;
		font-weight: bold;
	}

		.notifications li a {
			color: #666;
			text-decoration: none;
			font-weight: bold;
		}

			.notifications li a:hover {
				color: #666;
				text-decoration: underline;
			}

.nopadding {
	padding: 0px;
}

.box .boxsection {
	padding-bottom: 10px;
}

.boxsection hr {
	background-color: #e0e0e0;
	height: 1px;
	margin: 0px 10px 0px 10px;
	border: 0 none;
	color: #e0e0e0;
}

.boxsection:first-child hr {
	height: 0px;
}

.boxsection h1 {
	padding: 10px 20px;
	margin: 0px;
}

.box .boxsection table tr td {
	padding: 8px;
	color: black;
}

	.box .boxsection table tr td:first-child {
		padding-left: 30px;
		width: 30%;
	}

	.box .boxsection table tr td:last-child {
		text-align: right;
	}

	.box .boxsection table tr td.redcolor {
		color: red;
	}

.box .boxsection table tr.alternaterow td {
	background-color: #fcfcfc; /*#f5f5f5;*/
}

.normalRow:hover {
	background-color: #cbf8cb; /*#ebebeb;*/
	cursor: pointer;
}

.box .boxsection .btnholder {
	overflow: hidden;
	padding: 20px;
}

.box .boxsection .options-block {
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	overflow: hidden !important;
	/*padding: 0px !important;*/
	padding-left: 30px !important;
}

	.box .boxsection .options-block .options-holder ul {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		/*width:100%;*/
	}

		.box .boxsection .options-block .options-holder ul li {
			float: left;
		}

			.box .boxsection .options-block .options-holder ul li .button {
				/*background-color: #eee;
	background: -moz-linear-gradient(top, #eee, #999);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eee, endColorstr=#999, GradientType=1)";
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eeeeee', EndColorStr='#999999', GradientType=0);
	color: #000000;*/
			}

.box .boxsection .btnholder ul {
	list-style: none;
	margin: 0;
	padding: 0 50px 0 0;
	float: left;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

	.box .boxsection .btnholder ul li {
		margin: 0 0 10px;
		overflow: hidden;
	}

.ModalPopupBG {
	background-color: #000000; /*#666699;*/
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.balancewidget {
	margin-top: 20px;
}

	.balancewidget table {
		width: auto !important;
	}

		.balancewidget table tr {
			border-top-width: 0px !important;
		}

			.balancewidget table tr td {
				border-top-width: 0px;
				padding: 0px 10px 0px 0px !important;
			}

				.balancewidget table tr td .balancetext {
					font-size: 24px;
					vertical-align: middle;
					letter-spacing: 1px;
					color: green;
					white-space: nowrap;
					text-align: left;
				}

					.balancewidget table tr td .balancetext span {
						vertical-align: middle;
					}

					.balancewidget table tr td .balancetext img {
						padding-right: 5px;
						vertical-align: middle;
						height: 30px;
						width: 30px;
					}

	.balancewidget .box {
		border-radius: 0px !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		margin: 0px;
		padding: 10px;
	}

.amount-section {
	margin-bottom: 20px;
	overflow: hidden;
}

	.amount-section .amount-box {
		float: left;
		width: 55%;
		border: 1px solid #adc8dd;
		padding: 20px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #ffffff;
	}

.amount-box table {
	margin-left: auto;
	margin-right: auto;
}

	.amount-box table tr td {
		padding: 8px 8px;
	}

		.amount-box table tr td input[type="text"],
		.amount-box table tr td .newtextbox {
			width: 100px;
			background-color: #fbffde;
			padding-left: 10px;
			padding-right: 10px;
		}

.amount-box .amount-block {
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.amount-box .note {
	font-style: italic;
	font-size: 12px;
	padding-top: 10px;
}

.amount-box .highlightnote {
	font-style: italic;
	font-size: 12px;
	color: green;
	font-weight: bold;
	padding-top: 10px;
}

.amount-caption {
	font-size: 16px !important;
	font-weight: normal;
}

.amount-section .description-box {
	float: left;
	width: 35%;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #eef0f1;
	padding: 20px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
}

.description-box table tr td {
	padding: 8px 8px;
	vertical-align: top;
}

	.description-box table tr td:first-child {
		font-weight: bold;
		text-align: right;
	}

.description-box .caption {
	text-align: center !important;
	font-size: 16px !important;
	font-weight: normal !important;
	padding-bottom: 20px;
}

.description-box .note {
	font-style: italic;
	font-size: 10px;
	padding-top: 10px;
}

.confirm-section {
	padding: 20px;
	overflow: hidden;
}

	.confirm-section table tr td {
		padding: 8px;
	}

		.confirm-section table tr td:first-child {
			font-weight: bold;
			text-align: right;
		}

	.confirm-section .caption {
		color: #2965ad;
		font-size: 18px;
		padding-bottom: 15px;
	}

	.confirm-section .TableSuccess {
		background-color: transparent !important;
		color: #55b257;
		border: none !important;
		font-weight: bold;
	}

	.confirm-section .confirm-data {
		float: left;
		width: 50%;
		padding: 0px 20px 20px 20px;
	}

	.confirm-section .confirm-note {
		float: left;
		width: 40%;
		background-color: #f1f1f1;
		padding: 20px;
		-moz-border-radius: 0px 5px 5px 0px;
		-webkit-border-radius: 0px 5px 5px 0px;
		box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
	}

.confirm-note ul li {
	padding-bottom: 10px;
}

	.confirm-note ul li.highlight {
		color: green;
		font-weight: bold;
	}

.result-section {
	padding: 20px;
	overflow: hidden;
}

	.result-section .caption {
		color: #2965ad;
		font-size: 18px;
		padding-bottom: 15px;
	}

	.result-section .result-data {
		float: left;
		width: 50%;
		padding: 0px 20px 20px 20px;
	}

	.result-section .result-note {
		float: left;
		width: 40%;
		background-color: #f1f1f1;
		padding: 20px;
		-moz-border-radius: 0px 5px 5px 0px;
		-webkit-border-radius: 0px 5px 5px 0px;
		box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
	}

.detail-box table tr td {
	padding: 5px;
	/*vertical-align:top;*/
	text-align: left;
}

.detail-box table tr th {
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

.detail-box .textPassword {
	height: 18px;
}

.result-data table tr td {
	padding: 8px 8px;
	vertical-align: top;
}

	.result-data table tr td:first-child {
		font-weight: bold;
		text-align: right;
	}

.result-note ul li {
	padding-bottom: 10px;
}

	.result-note ul li.highlight {
		color: green;
		font-weight: bold;
	}

.result-section .TableSuccess {
	background-color: transparent !important;
	color: #55b257;
	border: none !important;
	font-weight: bold;
}

.buttonholder {
	overflow: hidden;
}

.pagebutton {
	float: left;
	padding: 13px 20px 13px 60px;
	position: relative;
	border-radius: 5px;
	font-size: 17px;
	transition-duration: 350ms;
	-webkit-transition-duration: 300ms;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: normal;
	margin-right: 10px;
	color: #006591;
	border: 1px solid #b4b4b4;
	-moz-box-shadow: inset 0 0 40px 1px #d2d2d2;
	-webkit-box-shadow: inset 0 0 40px 1px #d2d2d2;
	box-shadow: inset 0 0 40px 1px #d2d2d2;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
	min-width: 50px;
}

	.pagebutton:hover {
		text-decoration: none;
		background-color: #ffffff; /*#faac18;*/
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		-moz-box-shadow: inset 0 0 40px 1px #ffffff;
		-webkit-box-shadow: inset 0 0 40px 1px #ffffff;
		box-shadow: inset 0 0 40px 1px #ffffff;
	}

.continue-button {
	padding: 13px 60px 13px 25px;
	float: right;
}

	.continue-button:after {
		content: "";
		position: absolute;
		background: url(../images/buttons/right-continue-arrow-blue.png) no-repeat -0px -0px;
		height: 20px;
		right: 20px;
		top: 12px;
		width: 21px;
	}

.back-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/left-back-arrow-blue.png) no-repeat -0px -0px;
	height: 20px;
	left: 20px;
	top: 12px;
	width: 21px;
}

.home-button {
	padding: 13px 60px 13px 25px;
}

	.home-button:after {
		content: "";
		position: absolute;
		background: url(../images/buttons/home-icon-blue.png) no-repeat -0px -0px;
		height: 20px;
		right: 20px;
		top: 12px;
		width: 21px;
	}

.select-button {
	padding: 13px 60px 13px 25px;
}

	.select-button:after {
		content: "";
		position: absolute;
		background: url(../images/buttons/activate-this-option-normal.png) no-repeat -0px -0px;
		height: 36px;
		right: 10px;
		top: 6px;
		width: 31px;
	}

.select-button1 {
	padding: 13px 60px 13px 25px;
}

	.select-button1:after {
		content: "";
		position: absolute;
		background: url(../images/buttons/check.png) no-repeat -0px -0px;
		height: 36px;
		right: 10px;
		top: 6px;
		width: 36px;
	}

.search-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/img-search-blue.png) no-repeat -0px -0px;
	height: 20px;
	left: 20px;
	top: 12px;
	width: 21px;
}

.export-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/export-normal.png) no-repeat -0px -0px;
	height: 20px;
	left: 20px;
	top: 9px;
	width: 21px;
}

.upload-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/upload-normal.png) no-repeat -0px -0px;
	height: 30px;
	left: 15px;
	top: 8px;
	width: 29px;
}

.upload-file-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/uploadfile-normal.png) no-repeat -0px -0px;
	height: 30px;
	left: 15px;
	top: 8px;
	width: 29px;
}

.eWallet-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/sprite-05_1.png) no-repeat -6px -0px;
	height: 20px;
	left: 23px;
	top: 12px;
	width: 21px;
}

.cash-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/sprite-05_1.png) no-repeat 0 -223px;
	height: 19px;
	left: 19px;
	top: 14px;
	width: 33px;
}

.cash-withdraw-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/cash_Pickup-icon.png) no-repeat 0;
	height: 19px;
	left: 19px;
	top: 14px;
	width: 33px;
}

.giftCard-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/giftcard.png) no-repeat 0;
	height: 28px;
	left: 19px;
	top: 6px;
	width: 33px;
}

.incentive-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/giftcard.png) no-repeat 0;
	height: 28px;
	left: 19px;
	top: 6px;
	width: 33px;
}

.qiwi-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/sprite-06_1.png") no-repeat scroll -5px -54px rgba(0, 0, 0, 0);
	height: 30px;
	left: 21px;
	top: 8px;
	width: 28px;
}

.bank-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/sprite-06_1.png") no-repeat scroll -4px -219px rgba(0, 0, 0, 0);
	height: 24px;
	left: 20px;
	top: 8px;
	width: 25px;
}

.wire-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/sprite-05_1.png) no-repeat -2px -163px;
	height: 25px;
	left: 21px;
	top: 9px;
	width: 27px;
}

.creditcard-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/sprite-05_1.png) no-repeat -5px -109px;
	height: 24px;
	left: 23px;
	top: 13px;
	width: 22px;
}

.prepaidcard-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/sprite-Withdrawal-Options.png) no-repeat 0px 0px;
	height: 29px;
	left: 13px;
	top: 5px;
	width: 30px;
}

.features-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/img-Features-blue.png) no-repeat 0px 0px;
	height: 16px;
	left: 23px;
	top: 12px;
	width: 17px;
}

.stp-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/sprite-06_1.png") no-repeat scroll -1px -115px rgba(0, 0, 0, 0);
	height: 15px;
	left: 17px;
	top: 16px;
	width: 34px;
}

.bitcoin-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/sprite-Withdrawal-Options.png") no-repeat scroll 0px -100px rgba(0, 0, 0, 0);
	height: 32px;
	left: 17px;
	top: 5px;
	width: 32px;
}

.paypal-button:after {
	content: "";
	position: absolute;
	background: url("../images/menu/paypal_small.png") no-repeat scroll rgba(0, 0, 0, 0);
	height: 32px;
	left: 17px;
	top: 5px;
	width: 32px;
}

.alipay-button {
	padding-left: 77px !important;
	width: 102px !important;
}

	.alipay-button:after {
		content: "";
		position: absolute;
		background: url("../images/newstyle/sprite-06_1.png") no-repeat scroll 1px -280px rgba(0, 0, 0, 0);
		height: 16px;
		left: 15px;
		top: 16px;
		width: 49px;
	}

.boleto-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/img-Boleto-blue.png") no-repeat 0px 0px;
	height: 27px;
	left: 18px;
	top: 10px;
	width: 28px;
}

.billpay-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/img-Billpay-blue.png") no-repeat 0px 0px;
	height: 24px;
	left: 15px;
	top: 9px;
	width: 32px;
}

.ums-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/img-UMS-blue.png") no-repeat 0px 0px;
	height: 23px;
	left: 15px;
	top: 9px;
	width: 30px;
}

.forward-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/sprite-05_1.png") no-repeat scroll -3px -56px rgba(0, 0, 0, 0);
	height: 20px;
	left: 23px;
	top: 12px;
	width: 24px;
}

.google-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/sprite-05_1.png") no-repeat scroll -6px 0px rgba(0, 0, 0, 0);
	height: 21px;
	left: 25px;
	top: 11px;
	width: 21px;
}

.paymenex-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/sprite-05_1.png") no-repeat scroll -6px 0px rgba(0, 0, 0, 0);
	height: 21px;
	left: 25px;
	top: 11px;
	width: 21px;
}

.paypal-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/sprite-06_1.png") no-repeat scroll -8px 0px rgba(0, 0, 0, 0);
	height: 23px;
	left: 24px;
	top: 9px;
	width: 23px;
}

.twocheckout-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/sprite-05_1.png") no-repeat scroll -6px 0px rgba(0, 0, 0, 0);
	height: 21px;
	left: 25px;
	top: 11px;
	width: 21px;
}

.rbk-button:after {
	content: "";
	position: absolute;
	background: url("../images/newstyle/sprite-06_1.png") no-repeat scroll -7px -166px rgba(0, 0, 0, 0);
	height: 23px;
	left: 23px;
	top: 10px;
	width: 24px;
}

.confirm-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/confirm-normal.png) no-repeat 0px 0px;
	height: 29px;
	left: 13px;
	top: 5px;
	width: 36px;
}

.decline-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/declined-normal.png) no-repeat 0px 0px;
	height: 29px;
	left: 13px;
	top: 5px;
	width: 36px;
}

.user-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/img-User-blue.png) no-repeat 0px 0px;
	height: 20px;
	left: 18px;
	top: 11px;
	width: 22px;
}

.history-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/img-History-blue.png) no-repeat 0px 0px;
	height: 20px;
	left: 18px;
	top: 13px;
	width: 19px;
}

.unionpay-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/sprite-ChinaOpions.png) no-repeat scroll 0px -50px rgba(0, 0, 0, 0);
	height: 32px;
	left: 8px;
	top: 16px;
	width: 48px;
}

.SEPA-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/euroDebit.png) no-repeat 0px 0px;
	height: 32px;
	left: 10px;
	top: 8px;
	width: 82px;
	vertical-align: central;
}

.GiroPay-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/giropay.png) no-repeat 0px 0px;
	height: 57px;
	left: 50px;
	top: 5px;
	width: 82px;
	vertical-align: middle;
}

.EPS-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/eps.png) no-repeat 0px 0px;
	height: 35px;
	left: 50px;
	top: 8px;
	width: 82px;
	text-align: center;
	vertical-align: central;
}

.iDEAL-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/ideal.png) no-repeat 0px 0px;
	height: 42px;
	left: 20px;
	right: 55px;
	top: 8px;
	width: 82px;
	vertical-align: central;
}

.SOFORT-button:after {
	content: "";
	position: absolute;
	background: url(../images/buttons/sofort.png) no-repeat 0px 0px;
	height: 32px;
	left: 50px;
	top: 8px;
	width: 82px;
	vertical-align: central;
	text-align: center;
}

.wechat-button:after {
	content: "";
	position: absolute;
	background: url(../images/newstyle/sprite-ChinaOpions.png) no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	height: 32px;
	left: 15px;
	top: 8px;
	width: 48px;
}

.tenpay {
	background: url(../images/newstyle/sprite-ChinaOpions.png) no-repeat scroll 0px -150px rgba(0, 0, 0, 0);
	width: 80px;
	height: 36px;
}

.country-flag-button:after {
	content: "";
	position: absolute;
	background: url() no-repeat 0px 0px;
	height: 32px;
	left: 18px;
	top: 7px;
	width: 32px;
}

.epayments-button {
	padding-left: 60px;
}

	.epayments-button:after {
		content: "";
		position: absolute;
		background: url(../images/newstyle/Zelle.png) no-repeat 0;
		height: 28px;
		left: 19px;
		top: 6px;
		width: 33px;
	}

.epayments-button-Interact {
	padding-left: 60px;
}

	.epayments-button-Interact:after {
		content: "";
		position: absolute;
		background: url(../images/newstyle/Interac.png) no-repeat 0;
		height: 28px;
		left: 19px;
		top: 6px;
		width: 33px;
	}

/*.payment_options {
    width: 820px;
    margin-left: 0px;
    margin-right: -15px;
}
.payment_options::after, .payment_options::before {
    content: " ";
    display: table;
}
.payment_options::after {
    clear: both;
}
.payment_options ul {
    list-style: outside none none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    width: 33%;
    float: left;
    min-height: 1px;
                
    position: relative;
}
.payment_options ul li {
    background-color: #f3f3f3;
    float: left;
    height: 40px;
    margin: 1px;
    overflow: hidden;
    padding: 5px;
    width: 250px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    color: #337ab7;
	transition-duration: 350ms;
	-webkit-transition-duration: 300ms;
	vertical-align:middle;
	border: 1px solid #b4b4b4;
	background-color:transparent;

	-moz-box-shadow: inset 0 0 40px 1px #d2d2d2;
    -webkit-box-shadow: inset 0 0 40px 1px #d2d2d2;
    box-shadow: inset 0 0 40px 1px #d2d2d2; 

    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}
.payment_options ul li.activebank { background-color: #dddccc;}
.payment_options ul li:hover {
  	text-decoration: none;
	background-color: #ffffff;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;

	-moz-box-shadow: inset 0 0 40px 1px #ffffff;
    -webkit-box-shadow: inset 0 0 40px 1px #ffffff;
    box-shadow: inset 0 0 40px 1px #ffffff; 
}

.payment_options .optionButton .optionlogo {
    background-color: transparent;
    float: left;
    margin-bottom: 2px;
    padding: 5px;
    text-align: center;
    width: 50px;
}
.payment_options .optionButton .optionlogo img {
    width: 100%;
    border: 0 none;
    vertical-align: middle;
}
.payment_options ul li p {
    color: #306aa3;
	margin: 0 19px 0 0;
	font-size: 17px;
    float: right;
     margin: 0;
    width: 180px;
}
.payment_options ul li p span {
   font-size:11px;
}
.payment_options ul li div.bankstatus { 
    bottom: 5px;
    height: 24px;
    position: absolute;
    right: 10px; 
}
.payment_options ul li div.bankstatus img { position: absolute; right: 0; bottom: 0; }*/

.country-flag-button-br:after {
	background: url(../images/Flags/country_br.png) no-repeat 0px 0px;
}

.country-flag-button-mx:after {
	background: url(../images/Flags/country_mx.png) no-repeat 0px 0px;
}

.country-flag-button-ar:after {
	background: url(../images/Flags/country_ar.png) no-repeat 0px 0px;
}

.country-flag-button-cl:after {
	background: url(../images/Flags/country_cl.png) no-repeat 0px 0px;
}

.country-flag-button-pe:after {
	background: url(../images/Flags/country_pe.png) no-repeat 0px 0px;
}

.country-flag-button-co:after {
	background: url(../images/Flags/country_co.png) no-repeat 0px 0px;
}

.country-flag-button-uy:after {
	background: url(../images/Flags/country_uy.png) no-repeat 0px 0px;
}

.country-flag-button-tr:after {
	background: url(../images/Flags/country_tr.png) no-repeat 0px 0px;
}

.country-flag-button-cn:after {
	background: url(../images/newstyle/sprite-ChinaOpions.png) no-repeat scroll 0px -100px rgba(0, 0, 0, 0);
}

.businesstoolsbox .pagebutton {
	min-width: 250px;
}

.selectaccountbox .pagebutton {
	min-width: 120px;
}

.floatnone {
	float: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

#header .add-nav ul li a.newhomebutton {
	background: url(../../images/newstyle/blue-home-icon.png) no-repeat 10px center;
	padding: 12px 10px 12px 40px !important;
	background-size: 22px 20px;
}

#header .add-nav ul li a.extramenu {
	/*color:yellow;*/
	font-weight: bold;
}

#header .add-nav ul li a.newhomebutton img {
	display: none;
}

.myaccountmenu {
	float: left;
}

	.myaccountmenu ul {
		list-style: none outside none;
		margin: 0;
		padding: 0;
		width: auto;
	}

		.myaccountmenu ul li {
			float: left;
			position: relative;
			padding: 0px 10px;
		}

			.myaccountmenu ul li a {
				display: block;
				text-decoration: none;
				white-space: nowrap;
				color: #666;
				font-weight: bold;
			}

				.myaccountmenu ul li a.static {
					padding: 10px;
					text-decoration: none;
				}

					.myaccountmenu ul li a.static.selected {
						background-color: #006591;
						color: #ffffff;
						text-decoration: none;
					}

.dottedlink {
	border-bottom: 0px #006591 dotted;
	text-decoration: none;
}

	.dottedlink:hover {
		border-bottom-width: 0px;
	}

.rowSteps td {
	background-color: #ffffff;
}

.ui-tooltip, .arrow:after {
	background: gold;
	border: 1px solid white;
}

.ui-tooltip {
	padding: 10px 20px;
	color: #295a8b;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 0 7px black;
}

	.ui-tooltip .arrow {
		width: 70px;
		height: 16px;
		overflow: hidden;
		position: absolute;
		left: 25%;
		margin-left: -35px;
		bottom: -16px;
	}

		.ui-tooltip .arrow.top {
			top: -16px;
			bottom: auto;
		}

		.ui-tooltip .arrow.left {
			left: 20%;
		}

		.ui-tooltip .arrow:after {
			content: "";
			position: absolute;
			left: 20px;
			top: -20px;
			width: 25px;
			height: 25px;
			box-shadow: 6px 5px 9px -9px black;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.ui-tooltip .arrow.top:after {
			bottom: -20px;
			top: auto;
		}

.coupon {
	border: 3px dashed #bcbcbc;
	width: 95%;
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}

	.coupon table {
		box-shadow: none;
		margin: 0px;
	}

		.coupon table tbody tr {
			border: 0px !important;
		}

	.coupon .cell1 {
		width: 50%;
		padding: 10px 0px;
		vertical-align: middle;
	}

	.coupon .cell2 {
		width: 50%;
		padding: 10px 0px;
		vertical-align: middle;
	}

	.coupon .heading {
		font-size: 70px;
		font-weight: 700;
		height: 50px;
	}

	.coupon .logo {
		float: right;
		height: 80px;
	}

	.coupon .barcode {
		height: 50px;
		width: 200px;
	}

	.coupon .description {
		color: #a94442;
		font-size: 16px;
		padding: 5px 0px;
	}

	.coupon .expiry {
		color: #f34235;
		padding: 5px 0px;
		font-size: 16px;
	}

	.coupon .companyname {
		font-weight: bold;
		font-size: 14px;
	}

	.coupon .couponcode {
		color: green;
		font-size: 16px;
		font-weight: 700;
	}

	.coupon .terms {
		font-size: 10px;
	}

.additionalBalance {
	background-color: #ebebeb !important;
	padding: 0px 0px 0px 20px !important;
}

tr.InactiveAccount td {
	background-color: #eee;
	font-style: italic;
}

tr.InactiveAccount {
	border-top: 1px solid #d2d2d2 !important;
}

tr.SelectedAccount {
	border-top: 1px solid #b8c3e8 !important;
}

	tr.SelectedAccount td {
		background-color: #d7eef5;
	}

.addAccountSection {
	border: 1px solid #a3a3a3;
	border-radius: 10px;
	width: 150px;
	background-color: white;
}

	.addAccountSection .column-inner {
		border-radius: 10px;
		color: #666;
		display: block;
		padding: 10px;
		text-align: justify;
		text-decoration: none;
	}

	.addAccountSection:hover {
		background-color: lightgray;
	}

	.addAccountSection .icon-holder {
		display: block;
		height: 40px;
		margin: 0 auto 20px;
		overflow: hidden;
		padding-top: 20px;
		text-align: center;
		width: 100px;
	}

	.addAccountSection .column-text {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding-bottom: 20px;
		text-align: center;
	}

.advancedoptionbutton {
	color: blue;
	cursor: pointer;
	border: 1px solid #a3a3a3;
	border-radius: 5px;
	padding: 5px;
	background-color: #e2e6ef;
}

.options-holder ul li {
	padding-left: 20px;
}

.options-holder .addAccountSection {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(210,210,210,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(210,210,210,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(210,210,210,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(210,210,210,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(210,210,210,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(210,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2', GradientType=0 );
}

	.options-holder .addAccountSection:hover {
		background: rgba(237,237,237,1);
		background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
	}

.uploadFileDescription {
	padding-left: 20px;
	padding-bottom: 10px;
	color: #2965AD;
}

.uploadFileStatus {
	padding-left: 20px;
	padding-bottom: 10px;
	color: #2965AD;
}

.tblActivation {
	border-spacing: 8px;
	border-collapse: separate;
	width: 500px;
}

.recurringButton {
	float: right;
	padding-right: 20px;
	text-align: right;
}

.recurringButton1 {
	float: right;
	padding-right: 20px;
	text-align: right;
	width: 25%
}

.loginMobileAppHolder {
	position: relative;
	width: 1px;
}

	.loginMobileAppHolder .loginMobileAppContent {
		position: absolute;
		left: 400px;
		top: 20px;
		text-align: left;
		padding: 5px;
		background-color: White;
		border-radius: 10px;
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
	}

		.loginMobileAppHolder .loginMobileAppContent .loginMobileAppInnerContent {
			text-align: left;
			padding: 10px;
			background-color: #f7f7f7;
			border-radius: 10px;
		}

	.loginMobileAppHolder a {
		text-decoration: none;
	}

		.loginMobileAppHolder a:hover {
			text-decoration: none;
		}

.loginMobileAppInnerContent .textMobile {
	font-weight: bold;
	font-size: 18px;
	color: #1c4f7e;
	line-height: 25px;
	text-align: center;
}

#errorClientValidationContainer {
	display: none;
	overflow: auto;
	background-color: #FFDDDD;
	border: 1px solid #FF2323;
	padding: 10px;
	margin-bottom: 10px;
}

	#errorClientValidationContainer label {
		float: none;
		width: auto;
	}

	#errorClientValidationContainer .title {
		font-weight: bold;
	}

.errorClientValidationContainer {
	display: none;
	overflow: auto;
	background-color: #FFDDDD;
	border: 1px solid #FF2323;
	padding: 10px;
	margin-bottom: 10px;
}

	.errorClientValidationContainer label {
		float: none;
		width: auto;
	}

	.errorClientValidationContainer .title {
		font-weight: bold;
	}

#errorClientValidationContainer1 {
	display: none;
	overflow: auto;
	background-color: #FFDDDD;
	border: 1px solid #FF2323;
	padding: 10px;
}

	#errorClientValidationContainer1 label {
		float: none;
		width: auto;
	}

#errorClientValidationContainer .title {
	font-weight: bold;
}

.errorClientValidationContainer1 {
	display: none;
	overflow: auto;
	background-color: #FFDDDD;
	border: 1px solid #FF2323;
	padding: 10px;
}

	.errorClientValidationContainer1 label {
		float: none;
		width: auto;
	}

	.errorClientValidationContainer1 .title {
		font-weight: bold;
	}

input.errorClientValidation {
	/*border: 1px solid #FF2323;*/
	background: url("../images/icon_delete.gif") no-repeat right #FDEBEB !important;
	border-color: #FF7F7F !important;
	color: #9997A0 !important;
	padding-right: 10px;
}

.header-logo-block {
	display: none;
}

/*Language country flags*/
.newflag_de, .newflag_en, .newflag_es, .newflag_fr, .newflag_hi, .newflag_hu, .newflag_id, .newflag_it, .newflag_ja, .newflag_ko, .newflag_pl, .newflag_pt, .newflag_ru, .newflag_sk, .newflag_zh, .newflag_nl, .newflag_nb, .newflag_sv, .newflag_cs, .newflag_da, .newflag_th, .newflag_vi {
	background: url("../images/newstyle/sprite-language-country-flags-2.png") no-repeat scroll;
	width: 16px;
	height: 16px;
	padding-left: 25px;
}

.newflag_de {
	background-position: 0 2px;
}

.newflag_en {
	background-position: 0 -37px;
}

.newflag_es {
	background-position: 0 -77px;
}

.newflag_fr {
	background-position: 0 -117px;
}

.newflag_hi {
	background-position: 0 -159px;
}

.newflag_hu {
	background-position: 0 -197px;
}

.newflag_id {
	background-position: 0 -237px;
}

.newflag_it {
	background-position: 0 -277px;
}

.newflag_ja {
	background-position: 0 -317px;
}

.newflag_ko {
	background-position: 0 -358px;
}

.newflag_pl {
	background-position: 0 -397px;
}

.newflag_pt {
	background-position: 0 -437px;
}

.newflag_ru {
	background-position: 0 -477px;
}

.newflag_sk {
	background-position: 0 -517px;
}

.newflag_zh {
	background-position: 0 -557px;
}

.newflag_nl {
	background-position: 0 -597px;
}

.newflag_nb {
	background-position: 0 -637px;
}

.newflag_sv {
	background-position: 0 -677px;
}

.newflag_cs {
	background-position: 0 -717px;
}

.newflag_da {
	background-position: 0 -757px;
}

.newflag_th {
	background-position: 0 -789px;
}

.newflag_vi {
	background-position: 0 -820px;
}

/*Home Page Buttons*/
.WithdrawFunds_gray, .ViewAccount_gray, .PrepaidCard_gray, .Checkout_gray {
	background: url("../images/newstyle/sprite-home-main-buttons-new.png") no-repeat scroll;
}

.WithdrawFunds_gray {
	background-position: 0 0;
	width: 69px;
	height: 57px;
	margin-left: 16px;
}

.ViewAccount_gray {
	background-position: 0 -80px;
	width: 59px;
	height: 59px;
	margin-left: 20px;
}

.PrepaidCard_gray {
	background-position: 0 -225px;
	width: 62px;
	height: 57px;
	margin-left: 19px;
}

.Checkout_gray {
	background-position: 0 -150px;
	width: 68px;
	height: 58px;
	margin-left: 16px;
}

.SendVoucher_gray {
	background: url("../images/newstyle/gift-icon-60.png") no-repeat scroll;
	width: 60px;
	height: 60px;
	margin-left: 16px;
}


/*NOW App*/
.now-small, .andriod-icon, .apple-icon, .now-login {
	background: url(../images/newstyle/sprite-NowApp.png) no-repeat;
	width: 80px;
	height: 27px;
}

.now-small {
	background-position: 0 0;
	height: 28px;
}

.andriod-icon {
	background-position: 0 -50px;
}

.apple-icon {
	background-position: 0 -100px;
}

.now-login {
	background-position: 0 -150px;
	height: 101px;
}

/*payment options button*/
.payment_options {
	width: 820px;
	margin-left: 15px;
	margin-right: -15px;
}

	.payment_options::after, .payment_options::before {
		content: " ";
		display: table;
	}

	.payment_options::after {
		clear: both;
	}

	.payment_options .optionButton {
		margin: 10px 5px 10px;
		position: relative;
		background-color: #f3f3f3;
		float: left;
		height: 57px;
		overflow: hidden;
		width: 250px;
		border: 1px solid #ddd;
		border-radius: 4px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
		cursor: pointer;
		color: #337ab7;
		transition-duration: 350ms;
		-webkit-transition-duration: 300ms;
		vertical-align: middle;
		border: 1px solid #b4b4b4;
		background-color: transparent;
		-moz-box-shadow: inset 0 0 40px 1px #d2d2d2;
		-webkit-box-shadow: inset 0 0 40px 1px #d2d2d2;
		box-shadow: inset 0 0 40px 1px #d2d2d2;
		-webkit-transition: background-color 0.5s linear;
		-moz-transition: background-color 0.5s linear;
		-o-transition: background-color 0.5s linear;
		transition: background-color 0.5s linear;
	}

	.payment_options .thinOptionButton {
		height: 45px;
	}

	.payment_options .optionButton:hover {
		text-decoration: none;
		background-color: #ffffff;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		-moz-box-shadow: inset 0 0 40px 1px #ffffff;
		-webkit-box-shadow: inset 0 0 40px 1px #ffffff;
		box-shadow: inset 0 0 40px 1px #ffffff;
	}

	.payment_options .preferOptionButton {
		-moz-box-shadow: inset 0 0 40px 1px greenyellow;
		-webkit-box-shadow: inset 0 0 40px 1px greenyellow;
		box-shadow: inset 0 0 40px 1px greenyellow;
	}

		.payment_options .preferOptionButton:hover {
		}

	.payment_options .optionButton .optionlogo {
		background-color: transparent;
		float: left;
		margin-bottom: 2px;
		padding: 5px;
		text-align: center;
		width: 50px;
	}

	.payment_options .optionButton img {
		width: 100%;
		border: 0 none;
		vertical-align: middle;
	}

	.payment_options p {
		color: #006591;
		margin: 0 19px 0 0;
		font-size: 14px;
		font-weight: bold;
		float: right;
		margin: 0;
		width: 180px;
		padding-top: 5px;
	}

		.payment_options p span {
			font-size: 11px;
		}

	.payment_options .thinOptionButton p {
		padding-top: 10px;
	}

	.payment_options .optionButton .option-title {
		font-size: 14px;
	}

	.payment_options .optionButton .option-desc {
		font-size: 12px;
		display: block;
	}

	.payment_options .optionButton .option-message {
		font-size: 11px;
		display: block;
		font-style: italic;
	}

.publicMaster .header-search {
	display: none;
}

.privateMaster .header-search {
	margin: auto;
	width: 50%;
	display: none;
	/*display: inline;*/
}

.header-search .header-search-text {
	padding-right: 40px;
	position: relative;
	width: 250px;
	height: 15px;
	padding-left: 15px;
	border-radius: 6px;
	border: none;
	color: #0F0D0D;
	font-weight: 500;
	background-color: #ffffff;
	-webkit-box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
	-moz-box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
	box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
}
/*.header-search input::-webkit-input-placeholder,
.header-search input::-moz-placeholder,
.header-search input:-ms-input-placeholder,*/
.header-search input::placeholder {
	color: #cdcdcd;
	font-size: 10px;
}

.header-search .header-search-button {
	position: relative;
	min-width: 20px;
	min-height: 20px;
	background-image: url(../Images/search.png);
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-background-size: 25px 25px;
	background-size: 20px 20px;
	border: none;
	cursor: pointer;
	right: 45px;
	top: 5px;
}

	.header-search .header-search-button:hover {
		background-color: transparent;
	}

.header-search .header-search-text:focus {
	outline: 0;
}

.setup-info-box {
	text-align: left;
	font-weight: bold;
	color: white;
	background-color: #98be11;
	padding: 5px 10px 10px 0;
}

#main .ewallet-setup h2 {
	background: url(../images/newstyle/step-bar-gradient.png) no-repeat;
	color: #ffffff;
	height: 28px;
	background-size: 100% 100%;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 14px;
}

#main .ewallet-setup .box {
	background-color: #e3e3e3;
}

#main .ewallet-setup .agreement-box,
#main .ewallet-setup .transaction-box,
#main .ewallet-setup .account-box {
	padding: 0px 0px 0px 0px;
	background-color: #d7d7d7;
}

#main .ewallet-setup .transaction-box {
	position: inherit
}

#main .ewallet-setup .block-holder .inner-box,
#main .ewallet-setup .block .inner-box {
	background-color: #c2c2c2;
}

#main .ewallet-setup .box {
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-radius: 0;
	box-shadow: none;
}

.ewallet-setup .transaction-box .block,
.ewallet-setup .transaction-box table,
.ewallet-setup .transaction-box b,
.ewallet-setup .agreement-box .check-list,
.ewallet-setup .agreement-box b {
	padding: 0 10px 0 10px;
}

#main .ewallet-setup .buttonholder {
	margin-top: 20px;
}

.ewallet-setup .block h3 {
	color: #006591;
}

ul.required-docs {
	margin: 0px;
	padding: 0px;
}

.required-docs li {
	margin-left: 17px;
}

table.leftalign td {
	text-align: left;
}

.unionpay-standard-button:after {
	top: 6px;
}

.warningMessage {
	border: 2px solid;
	border-radius: 4px;
	border-color: #ff7f50;
	float: left;
	max-width: 285px;
	margin-left: 12px;
	padding: 6px;
	background-color: #ffedbd;
	color: #a74500;
	display: inline-flex;
}

	.warningMessage img.icon {
		width: 25%;
		height: 25%;
		margin-right: 3px;
	}

.signature-agreement-container {
	font-size: 11px;
}

.rbl-validation-error {
	border: solid 1px #FF7F7F !important;
	border-radius: 5px;
}

img.mvc-tooltip {
	vertical-align: text-top;
}
/*span.mvc-tooltip {
	width: 180px !important;  	
}*/
legend.mvc-tooltip {
	width: auto;
	margin-bottom: 0px;
	color: white;
	border: 1px solid white;
	padding: 3px;
	font-weight: bold;
	font-size: inherit;
}

.fieldset {
	text-align: start;
}

input.mvc-readonly {
	border: none;
	background-color: transparent !important;
	font-weight: bold;
	color: green;
	box-shadow: none;
}

span.mvc-warning {
	color: Red;
	font-weight: bold;
	padding-left: 20px;
}

tr.mvc-resetPIN {
	border: medium solid #008000;
	color: #000000;
}

div.mvc-PINEmailNote {
	margin: 10px;
	color: #008000;
	border: #008000 solid 1px;
	padding: 15px;
	background-color: #FFFFCC;
}

tr.mvc-PINInvalidEmailNotification {
	border: medium solid #008000;
	color: red;
}

td.mvc-PINTableCell {
	padding: 0px 8px;
}

.mvc-AddEditAccountInput {
	width: 300px !important;
	-webkit-box-sizing: content-box;
}

.mvc-stackVerticall {
	display: flex;
	flex-direction: column;
}

label.mvc-warningMessage {
	color: red;
	font-weight: inherit;
	width: 450px;
}

label.mvc-recommendMessage {
	color: green;
	font-weight: inherit;
	width: 450px;
}

.mvc-stackHorizontal {
	display: flex;
	flex-direction: row;
}

label.mvc-required:before {
	content: "* ";
	color: red;
}

.row-centered {
	margin-top: 10px;
}

.label-sufix:after {
	content: " :";
	font-weight: 600;
}

.head {
	color: red;
	;
}

/*responsive design bootstrap css*/

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.mvcbox {
	overflow: hidden;
	box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 16px 10px 19px 20px;
	margin: 0 0 20px;
}

.block-citizenship {
	background-color: #c2c2c2;
}

.img-show-password {
	margin-left: -30px;
	position: absolute;
	margin-top: 12px;
}

.box .img-show-password {
	margin-left: -45px;
	position: absolute;
	margin-top: 12px;
}

.instructions {
	color: maroon;
	font-size: 1.2em;
	width: 80%;
	margin-bottom: 20px
}

/*eWalletSetup-New Start*/
.pageCaptionFirst {
	width: 100%;
	height: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	display: inline-flex;
	padding-bottom: 6px;
}

.PageCaption {
	letter-spacing: -0.48px;
	flex: 1 1 0;
	color: #101828;
	font-size: 24px;
	font-weight: 650;
	line-height: 26.40px;
	word-wrap: break-word
}

.btn-video-main {
	background: #F5FAFF;
	border-radius: 8px;
	border: 1px #2E90FA solid;
	justify-content: center;
	align-items: center;
	gap: 6px;
	display: flex;
	font-weight: 750;
}

.btn-video {
	margin: 0px 1px;
	float: right;
	text-transform: capitalize;
	color: #2E90FA;
	border-radius: 5px;
	padding: 0px 17px 0 40px;
	position: relative;
	font-weight: bold;
	line-height: 30px;
}

	.btn-video:hover {
		background-color: #e7f0fa;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		color: #2E90F0;
		text-decoration: none;
	}

	.btn-video:after {
		content: "";
		position: absolute;
		background: url(../../images/newstyle/blue-icon-player-play.png) no-repeat;
		width: 45px;
		height: 20px;
		top: 5px;
		left: 15px;
		background-size: 20px 20px;
	}

.eWalletSetupCaptionFirst {
	align-self: stretch;
	height: 46px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.03);
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	display: flex;
	padding-bottom: 24px;
}

.eWalletSetupCaptionSecond {
	align-self: stretch;
	height: 46px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #DCFAE6;
	border-radius: 8px;
	border: 1px #0EA32F solid;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	display: flex
}

.eWalletSetupCaption {
	color: #0EA32F;
	font-size: 16px;
	font-weight: 650;
	line-height: 22px;
	word-wrap: break-word
}

.iconShoppingBag {
	width: 25px;
	height: 25px;
	left: 5.05px;
	position: absolute;
	background: url(../../images/Generic/tabler-icon-shopping-bag.svg) no-repeat;
}

.iconAccount {
	width: 25px;
	height: 25px;
	left: -1px;
	position: absolute;
	background: url(../../images/Generic/tabler-icon-id.svg) no-repeat;
}

.iconUser {
	width: 25px;
	height: 25px;
	left: -1px;
	position: absolute;
	background: url(../../images/Generic/tabler-icon-user-circle.svg) no-repeat;
}

.iconUser_blue {
	width: 25px;
	height: 25px;
	left: -1px;
	position: absolute;
	background: url(../../images/Generic/tabler-icon-user-circle-blue.svg) no-repeat;
}

.iconKey {
	width: 25px;
	height: 25px;
	left: -1px;
	position: absolute;
	background: url(../../images/Generic/tabler-icon-circle-key.svg) no-repeat;
}

.iconMap_pin {
	width: 25px;
	height: 25px;
	left: -1px;
	position: absolute;
	background: url(../../images/Generic/tabler-icon-map-pin-check.svg) no-repeat;
}

.iconLicense {
	width: 25px;
	height: 25px;
	left: -1px;
	position: absolute;
	background: url(../../images/Generic/tabler-icon-license.svg) no-repeat;
}

.cart-caption {
	align-self: stretch;
	height: 39px;
	padding-left: 16px;
	padding-right: 12px;
	background: #EFF8FF;
	justify-content: flex-start;
	align-items: center;
	display: inline-flex;
}

.cart-box-first {
	padding-bottom: 20px;
}

.cart-box-second {
	width: 100%;
	background: white;
	border-radius: 12px;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.cart-caption-first {
	align-self: stretch;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 24px;
	background: #1849A9;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	display: inline-flex;
	width: 100%
}

.cart-caption-text {
	flex: 1 1 0;
	color: white;
	font-size: 24px;
	font-weight: 650;
	line-height: 26.40px;
	word-wrap: break-word
}

.iconShoppingBag-div {
	width: 28px;
	height: 28px;
	position: relative
}

.cart-header-tr {
	height: 20px;
	padding-left: 14px;
	background-color: #EFF8FF;
}

.cart-footer-tr {
	height: 50px;
	padding-left: 14px;
	background-color: #EFF8FF;
	border-bottom: 1px #EAECF0 solid;
}

.cart-header-text {
	color: #1849A9;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: 0.50px;
	word-wrap: break-word;
	padding-left: 10px;
	font-weight: 750;
	line-height: 20px;
}

.cart-footer-text {
	color: #1849A9;
	line-height: 12px;
	letter-spacing: 0.50px;
	word-wrap: break-word;
	padding-left: 10px;
	font-weight: 750;
	line-height: 20px;
}

.cart-body-text {
	padding: 5px 5px 5px 15px;
	background-color: #ffffff;
	align-self: stretch;
	height: 36px;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	color: #1D2939;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.10px;
}

TABLE.ewallet-results TR.header TD, TABLE.ewallet-results TH {
	background: #EFF8FF;
	padding: 9px 9px 10px 9px;
	color: #fff;
	text-align: left;
}

.cart-list-first {
	align-self: stretch;
	flex: 1 1 0;
	padding: 10px;
	justify-content: flex-start;
	align-items: flex-start;
	display: inline-flex;
	width: 98%
}

.cart-list-first {
	flex: 1 1 0;
	align-self: stretch;
	border-radius: 8px;
	overflow: hidden;
	border: 1px #D1E9FF solid;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: inline-flex
}

TABLE.ewallet-results {
	width: 100%;
	border-radius: 8px;
	border-collapse: collapse;
	margin: 0px;
	box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.5);
	background-color: #F9FAFB;
}

TABLE.ewallet-results TR.header {
	border-top-width: 0px;
}

TABLE.ewallet-results TR.header TD:first-child, TABLE.ewallet-results TH:first-child {
	border-radius: 5px 0 0 0;
}
TABLE.ewallet-results TR.header TD, TABLE.ewallet-results TH {
	background: #EFF8FF;
	padding: 9px 9px 10px 9px;
	color: #fff;
	text-align: left;
}
TABLE.ewallet-results tr {
	border-top: 1px solid #EAECF0;
}
.newsteps .step .steptext {
	background-color: #cecece;
	color: var(--Gray-500, #667085);
	font-size: 16px;
	font-style: normal;
}

.newsteps .step .stepleftarrow {
	border-bottom: 24px solid #cecece; /*#EFF8FF - New #d8eeff*/
	border-left: 24px solid transparent;
	border-top: 24px solid #cecece;
	float: left;
	height: 0;
	display: table-cell;
	margin-left: -24px;
}

.newsteps .step .steprightarrow {
	border-left: 24px solid #cecece;
}

.newsteps .current .steptext {
	background-color: #57b157;
	color: white;
}

.newsteps .current .stepleftarrow {
	border-bottom: 24px solid #57b157;
	border-top: 24px solid #57b157;
}

div[id*="_step1"] .steptext {
	border-radius: 8px 0px 0px 8px;
}

.rowSteps td {
	background-color: #F2F4F7;
}

.newsteps {
	background-color: #F2F4F7; /*#B2DDFF*/
}

	.newsteps .current .steprightarrow {
		border-left: 24px solid #57b157;
	}

	.newsteps .step:last-child .outer {
		background-color: #cecece;
		border-radius: 0px 8px 8px 0px;
	}
	.newsteps .current:last-child .outer {
		background-color: #57b157;
	}

#main .ewallet-setup .boxSetup {
	border-radius: 10px;
	padding: 24px;
	background-color: #f3f3f3;
	box-shadow: 0px 2px 7px 0px rgba(16, 24, 40, 0.05);
}

.account-form .boxSetup .column-frame input[type="text"] {
	width: 546px;
}

.boxSetup-header-gap {
	gap: 10px;
	display: inline-flex;
}

.boxSetup-header-icon {
	display: flex;
	width: 26px;
	height: 26px;
	position: relative;
	border-radius: var(--radius-sm, 6px);
	border: 1px solid var(--primary-primary-light, #D1E9FF);
	background: var(--primary-primary-lightest, #F5FAFF);
}

.boxSetup-header-text {
	color: #101828;
	font-size: 24px;
	font-weight: 650;
	line-height: 26.40px;
	word-wrap: break-word;
}

.area-with-background {
	align-self: stretch;
	padding: 9px;
	background: #F2F4F7;
	border-radius: 8px;
	overflow: hidden;
	border: 1px #EAECF0 solid;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4px;
	display: inline-flex;
}

.area-text-light {
	color: #667085;
	font-size: 20px;
	font-weight: 650;
	line-height: 28px;
	word-wrap: break-word;
}

.area-text-bold {
	flex: 1 1 0;
	color: #101828;
	font-size: 20px;
	font-weight: 650;
	line-height: 28px;
	word-wrap: break-word;
}

.account-form .block {
	padding: 0px;
}

.setup-block {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex;
	padding-top: 16px;
}

.row-column-gap {
	align-self: stretch;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	display: inline-flex;
	width: 100%;
}

.setup-column {
	flex: 1 1 0;
	flex-direction: column;
	gap: 6px;
	display: inline-flex;
}

.setup-column-align {
	align-self: stretch;
	height: 68px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 6px;
	display: flex
}

.label {
	color: #344054;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.10px;
	word-wrap: break-word;
}

.setup-text {
	align-self: stretch;
	display: flex;
}

.account-form .boxSetup input[type="password"], .account-form .boxSetup input[type="text"] {
	float: left;
	background: #fff;
	border-radius: 6px;
	border: 1px solid var(--Gray-300, #D0D5DD);
	background: var(--Base-White, #FFF);
	height: 26px;
	color: #1D2939;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 6px 14px;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	font-family: FKDisplay;
}

.boxSetup .select-area {
	border: 1px solid var(--Gray-300, #D0D5DD);
	box-shadow: 0px 2px 7px 0px rgba(16, 24, 40, 0.05);
}

.block-holder .select-area {
	padding-right: 20px;
}
.pagebutton {
	background: #2E90FA;
	color: white;
	box-shadow: unset;
}
.boxSetup .pagebutton {
	padding-left: 25px;
	padding-right: 38px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 750;
	line-height: 22px;
	letter-spacing: 0.15px;
	word-wrap: break-word;
	margin-right: unset;
}

.setup-continue-button {
	float: right;
}

	.setup-continue-button:after {
		content: "";
		position: absolute;
		background: url(../../images/Generic/tabler-icon-arrow-right.svg) no-repeat -0px -0px;
		height: 20px;
		right: 15px;
		top: 10px;
		width: 20px;
	}

.pagebutton:hover {
	background: #98c4f5;
}

.boxSetup .backButton {
	padding-left: 35px;
	padding-right: 4px;
}
	.backButton:before {
		content: "";
		position: absolute;
		background: url(../../images/Generic/tabler-icon-arrow-left.svg) no-repeat -0px -0px;
		height: 20px;
		right: 60px;
		top: 8px;
		width: 20px;
	}
	.backButton:hover {
		text-decoration: none;
		background: #ddf2f6;
	}

.select-area .select-opener {
	background: url(../../images/Generic/arrow-down-white.png) no-repeat;
	height: 30px;
	width: 30px;
	right: 0px;
	top: 9px;
}

.iconCalender {
	background: url(../../images/Generic/Calender.svg) no-repeat !important;
	background-position: right 10px top 10px !important;
	background-color:white !important;
}

.account-form .column-frame .col {
	width: 50%;
	padding: 5px 0 0;
}

.account-form .row {
	overflow: hidden;
	margin: 0px 0 5px;
}

.rowAdditionalLine_content {
	width: 1200px;
	height: 1px;
	background-color: Transparent;
}

.steptext .innertext {
	padding: 10px 10px;
}

#wrapper .rowMenu {
	background-color: #F2F4F7;
}

.boxSetup h1, .linkbox h1, table.ewallet-results TR TD h1 {
	color: var(--green, #0EA32F);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.08px;
	margin: 0px;
}

.boxSetup-back-gray {
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0px 2px 7px 0px rgba(16, 24, 40, 0.05);
	border: 1px solid var(--gray-gray-200, #EAECF0);
	background: var(--gray-gray-50, #F9FAFB);
}

.label td {
	color: var(--Gray-500, #667085);
}

.label span {
	color: var(--Text-Heading-Text, #1C1917);
}

#divFeeOverViewScroll .boxSetup {
	padding: 10px;
}

.account-form .account-box .select-state-list {
	margin: unset;
}

.label-italic {
	color: #344054;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.10px;
	word-wrap: break-word;
	font-style: italic;
}

.IPSFieldSet {
	border-radius: 10px;
}

.label-gray-box {
	color: var(--Gray-600, #475467);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	letter-spacing: -0.08px;
}


.backButton:before {
	background: url(../../images/Generic/tabler-icon-arrow-left.png) no-repeat -0px -0px;
}
.line-h1 {
	height: 1px;
	align-self: stretch;
	background: var(--Gray-200, #EAECF0);
	margin: 20px 0px;
}
input[type="text"]:disabled {
	background: transparent !important;
}
/*eWalletSetup-New End*/
