/* Duodecad ITS GLOBAL CSS RULES */

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style-type: none;
}
html {
	height: 100%;
}
a {
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input,
textarea {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	width: 0;
	height: 0;
	font-size: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: none;
	clear: both;
}
/* CSS reset end */

body {
	height: 100%;
	font-family: Arial;
	color: #054088;
	background: #FFF url(../image/body_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-x;
}
a {
	color: #0066A5;
}
a:hover {
	color: #00AAEA;
}
a.active {
	color: #777;
}
h1 {
	font: normal 32px Arial;
	margin: 0;
	text-align: left;
}
h2 {
	margin: 0 0 9px;
	font: 28px Arial;
	line-height: 25px;
	text-align: left;
}
h3 {
	font: normal 16px Arial;
	text-align: left;
}
h3.table_title {
	font: normal 18px Arial;
	text-transform: uppercase;
	text-align: center;
}
h4 {
	font: normal 20px Arial;
	line-height: 20px;
	color: #999;
	margin: 28px 0 28px 8px;
}
p {
	font: normal 14px Arial;
	line-height: 17px;
	color: #AAA;
	text-align: left;
}
p.home_text {
	font: normal 16px Arial;
	line-height: 20px;
}
#container {
	background: url(../image/header_bg.jpg?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat center 80px;
	height: 100%;
}
.content {
	width: 980px;
	margin: 0 auto 43px;
	padding: 44px 0 0;
	position: relative;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
.main_content {
	position: relative;
}
.inner_content {
	position: relative;
	z-index: 100;
	width: 630px;
	padding: 0 20px;
	text-align: center;
}
.content_box {
	width: 630px;
	margin: 20px 0 0;
	padding: 29px 20px 0;
	position: relative;
	z-index: 101;
	background: url(../image/content_box_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-x;
}
.box_divider {
	width: 100%;
	margin: 35px 0 0;
	height: 40px;
	background: url(../image/form_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat;
}
.site_image {
	width: 395px;
	height: 549px;
	position: absolute;
	top: 20px;
	right: -41px;
	z-index: 99;
	background: url(../image/hand.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat;
}
.note {
	display: inline-block;
	margin: 0 0 4px;
	font: normal 13px Arial;
	color: #054088;
	text-align: center;
}
.header_text {
	margin: 0 0 8px;
	font: normal 15px Arial;
	line-height: 18px;
	color: #5085B7;
}
	.header_text b {
		font: normal 15px Arial;
		line-height: 18px;
	}
	.header_text a {
		text-decoration: underline;
	}

/* Form elements */
.input_row {
	margin: 0 0 15px;
}
label {
	float: left;
	width: 140px;
	text-align: right;
	font: normal 14px Arial;
	line-height: 44px;
}
.required {
	float: left;
	width: 10px;
	margin: 0 6px 0 4px;
	color: #87C000;
	font: normal 14px Arial;
	line-height: 44px;
}
.text_input {
	float: left;
	width: 429px;
	height: 44px;
	padding: 0 15px;
	color: #333;
	text-align: left;
	font: normal 14px Arial;
	line-height: 44px;
	border: 1px solid #ADADAD;
	background: url(../image/input_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-x;
}
.text_input.small {
	width: 79px;
}
.active_input {
	color: #664C00;
	border: 1px solid #B28500;
	background: url(../image/active_input_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-x;
}
.error_input, .select.error_input {
	border: 1px solid #FF2626;
}
textarea {
	float: left;
	width: 444px;
	height: 112px;
	padding: 12px 0 0 15px;
	color: #333;
	text-align: left;
	font: normal 14px Arial;
	line-height: 20px;
	resize: none;
	border: 1px solid #ADADAD;
	background: url(../image/input_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-x;
}
select {
	float: left;
	width: 462px;
	height: 44px;
	margin: 0 8px 0 0;
	padding: 12px 12px 12px 15px;
	color: #333;
	font: normal 14px Arial;
	border: 1px solid #ADADAD;
	background: url(../image/select_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-x;
}
option {
	padding: 10px 0 10px 15px;
	font: normal 14px Arial;
	color: #0066A5;
}
.select_box {
	display: none;
	float: left;
	position: relative;
}

.cus .select{
	width: 444px;
}

.select {
	float: left;
	width: 449px;
	height: 44px;
	margin: 0 8px 0 0;
	padding: 0 0 0 15px;
	color: #333;
	text-align: left;
	font: normal 14px Arial;
	line-height: 44px;
	cursor: pointer;
	border: 1px solid #ADADAD;
	background: url(../image/select_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-x;
}
	.select span {
		float: left;
	}
.select_arrow {
	float: right;
	width: 28px;
	height: 44px;
	border-left: 1px solid #ADADAD;
	background: url(../image/select_arrow.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat;
}
.select_dropdown {
	display: none;
	width: 546px;
	height: 244px;
	position: absolute;
	top: 45px;
	left: -7px;
	z-index: 999;
}
	.select_dropdown .select_dropdown_content {
		width: 546px;
		background: url(../image/select_content_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-y;
	}
	.select_dropdown .select_dropdown_bottom {
		width: 546px;
		height: 14px;
		background: url(../image/select_content_bottom_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat;
	}
		.select_dropdown .select_dropdown_content ul {
			width: 530px;
			margin: 0 7px;
			padding: 10px 0 8px;
			border: 1px solid #AEAEAE;
			background: #FFF;
		}
			.select_dropdown .select_dropdown_content ul li {
				width: 500px;
				height: 35px;
				padding: 0 15px;
				font: normal 14px Arial;
				line-height: 35px;
				color: #0066A5;
				text-align: left;
			}
				.select_dropdown .select_dropdown_content ul li:hover {
					cursor: pointer;
					background: #EEE;
				}
.input_button {
	float: left;
	height: 44px;
	padding: 0 30px;
	color: #FFF;
	font: normal 14px Arial;
	line-height: 44px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #690;
	background: url(../image/button_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-x;
}
.input_button:hover {
	color: #FFF;
	background: url(../image/button_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-x 0 -45px;
}
.error_message {
	display: none;
	margin: 9px 0 21px 140px;
	font: normal 12px Arial;
	color: #FF2626;
}
.form_box .input_button {
	margin: 0 0 0 140px;
}
.form_box .select_dropdown {
	width: 468px;
}
.form_box .select_dropdown_content,
.form_box .select_dropdown_bottom {
	width: 468px;
}
	.form_box .select_dropdown_content ul {
		width: 459px;
	}
		.form_box .select_dropdown_content ul li {
			width: 429px;
		}
/* Form elements END */
.info_table {
	float: left;
	width: 275px;
	margin: 43px 0 24px;
}
.info_table.right {
	margin: 43px 0 24px 76px;
}
	.info_table p {
		float: left;
		width: 275px;
		margin: 0 0 14px;
		text-align: left;
		color: #054088;
		font: normal 11px Arial;
		line-height: 14px;
		text-transform: uppercase;
	}
		.info_table p .phone {
			float: right;
			font: normal 11px Arial;
			line-height: 14px;
		}
.flag {
	float: left;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 0 0 0 29px;
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 0;
}
#can {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -16px;
}
#uk {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -32px;
}
#fra {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -48px;
}
#ger {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -64px;
}
#swe {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -80px;
}
#nor {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -96px;
}
#ned {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -112px;
}
#swi {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -128px;
}
#ita {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -144px;
}
#spa {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -160px;
}
#por {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -176px;
}
#aus {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -192px;
}
#jpn {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -208px;
}
#lux {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -224px;
}
#aut {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -240px;
}
#fin {
	background: url(../image/flag_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 -256px;
}
.supportchat_link {
	display: none;
	color: #2D80B3;
}
.backtop {
	font: normal 12px Arial;
	color: #0066A5;
}

/* Header */
#header {
	width: 940px;
	height: 80px;
	margin: 0 auto;
	padding: 0 20px;
}
	#header .header_logo {
		float: left;
		width: 200px;
		height: 41px;
		padding: 19px 0 0;
	}
	#header .header_menu {
		float: right;
		margin: 31px 4px 0 0;
	}
		#header .header_menu li {
			float: left;
			margin: 0 0 0 44px;
			font: bold 12px Arial;
			text-transform: uppercase;
		}
/* Header END */

/* Footer */
#footer {
	width: 100%;
	height: 140px;
	text-align: center;
	background: url(../image/footer_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) repeat-x;
}
	#footer .footer_container {
		width: 940px;
		height: 90px;
		margin: 0 auto;
		padding: 0 20px;
	}
	#footer .footer_container .footer_menu {
		float: left;
		margin: 39px 0 0;
		list-style-type: disc;
	}
		#footer .footer_container .footer_menu li {
			float: left;
			margin: 0 0 0 25px;
			padding: 0 0 0 4px;
			font: normal 12px Arial;
			color: #CCC;
			list-style-type: disc;
		}
			#footer .footer_container .footer_menu li:first-child {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			#footer .footer_container .footer_menu li span {
				color: #777;
			}
	#footer .footer_container .logo_container {
		float: right;
		margin: 27px 0 0;
	}
		#footer .footer_container .logo_container span {
			float: left;
			height: 39px;
			margin: 0 0 0 28px;
		}
			#footer .footer_container .logo_container #visa {
				width: 62px;
				background: url(../image/footer_logo_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat 0 0;
			}
			#footer .footer_container .logo_container #master {
				width: 48px;
				background: url(../image/footer_logo_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat -63px 0;
			}
			#footer .footer_container .logo_container #verisign {
				width: 70px;
				background: url(../image/footer_logo_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat -112px 0;
			}
			#footer .footer_container .logo_container #pci {
				width: 70px;
				background: url(../image/footer_logo_sprite.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat -183px 0;
			}
	#footer .lang_menu {
		width: 500px;
		margin: 20px auto 0;
	}
		#footer .lang_menu li {
			float: left;
			margin: 0 0 0 25px;
			padding: 0 0 0 4px;
			list-style-type: disc;
			color: #BBB;
			font: normal 11px Arial;
		}
			#footer .lang_menu li:first-child {
				margin: 0;
				list-style-type: none;
			}
			#footer .lang_menu li a {
				font: normal 11px Arial;
				text-transform: uppercase;
				color: #777;
			}
			#footer .lang_menu li a:hover {
				color: #0066A5;
			}
/* Footer END */

/* Home */
#home {
	background: url(../image/home_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat center top;
}
	#home h1 {
		font: normal 55px Arial;
		text-align: center;
	}
	#home .select_box {
		margin: 21px 0 86px;
	}
	#home .select_box .select {
		width: 515px;
	}
	#home .input_button {
		height: 46px;
		margin: 21px 0 0;
	}
	#home select {
		width: 532px;
		height: 46px;
		margin: 21px 8px 86px 0;
	}
/* Home END */

/* FAQ */
.faq_box {
	padding: 22px 0 6px;
	background: url(../image/form_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat;
}
#faq .content_box .first {
	padding: 0 0 3px;
	background: none;
}
.faq_box h3,
.about-box h3{
	margin: 0 0 10px;
}
.faq_box p{
	margin: 0 20px 17px 0;
}
#faq .site_image {
	width: 568px;
	height: 596px;
	top: -28px;
	right: -84px;
	background: url(../image/faq_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat;
}
/* FAQ END */

/* Policy */
#policy .content_box {
	padding: 15px 20px 6px;
}
#policy .site_image {
	width: 568px;
	height: 560px;
	top: -31px;
	right: -10px;
	background: url(../image/policy_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat;
}
#policy p {
	margin: 0 0 17px;
}
#policy h3 {
	margin: 7px 0 17px;
	font: normal 14px Arial;
	line-height: 17px;
	color: #053F87;
}
#policy .policy_box {
	padding: 9px 0 17px;
}
#policy .policy_row {
	margin: 0 0 16px;
}
	#policy .policy_row .raquo {
		float: left;
		margin: 0 27px 0 4px;
		font: normal 14px Arial;
		line-height: 16px;
	}
	#policy .policy_row h3 {
		float: left;
		margin: 0 0 17px;
	}
	#policy .policy_row p {
		float: left;
		width: 580px;
	}
	#policy .policy_row .spam_text {
		float: none;
		margin: 0 0 0 40px;
	}
	#policy .backtop {
		display: inline-block;
		margin: 31px 0 0;
	}
/* Policy END */

/* About */
#about {
	min-height: 600px;
}

.about-box .contact-information-list{
	padding-top: 0px;
}
.about-box .contact-information-list li{
	margin-top: 10px;
	font-size: 14px;
}


.contact-information-list .contact-information-title,
.contact-information-list .contact-information{
	display: block;
	float: left;
}

.contact-information-list .contact-information-title{
	width: 60px;
	text-align: right;
	margin-right: 5px;
}

.contact-information-list .contact-information{
	width: 320px;
	color: #AAAAAA;
}

.contact-information-list .highlighted-info{
	color: #777;
}

.contact-information-list #contact-address .highlighted-info{
	font-weight: bold;
}

.about-box p{
	margin: 0 20px 25px 0;
}

/* About END */

/* Error page */
#error_500_page .content_box {
	min-height: 400px;
}
/* Error page END */

/* Overlay */
#overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #66BDDD;
	opacity: 0.8;
}
#overlay_content {
	display: none;
	width: 760px;
	height: 460px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -230px 0 0 -380px;
	z-index: 1001;
}
#overlay_border {
	width: 760px;
	height: 460px;
	position: relative;
	z-index: 1002;
	background: #006DAC;
	opacity: 0.3;
}
#support_chat {
	width: 740px;
	height: 440px;
	margin: -220px 0 0 -370px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1003;
	text-align: center;
	background: #FFF;
}
.support_chat_header {
	padding: 9px 20px 16px;
}
	.support_chat_header h2 {
		float: left;
		margin: 0;
		font: normal 20px Arial;
	}
	.support_chat_header .status_online {
		float: left;
		margin: 6px 0 0 10px;
		font: normal 14px Arial;
		text-transform: uppercase;
		color: #8CC500;
	}
	.support_chat_header .status_offline {
		float: left;
		margin: 6px 0 0 10px;
		font: normal 14px Arial;
		text-transform: uppercase;
		color: #900000;
	}
#close_overlay {
	width: 26px;
	height: 26px;
	float: right;
	cursor: pointer;
	background: url(../image/close_btn.png?5c327c87b6c5cc9a0646564dbd61963f27c23679) no-repeat;
}
/* Overlay END */


/* SECURE STYLES 2012 08 27*/

.input-row{
	margin-bottom: 15px;
}

	.input-row label{
		width: 160px;
	}
	
	#search_form .input_row label {
		text-align: left;
	}
	
		.label-wrap{
			display: block;
			padding-right: 20px;
		}
		
		.label-text{
			padding-right: 20px;
		}
		
		.required-data .label-text{
			padding-right: 0px;
		}
		
		.required-star{
			display: block;
			float: right;
			text-align: center;
			width: 20px;
			color: #87C000;
		}
		
		.row-btn{
			margin-top: 10px;
		}
		
		.row-btn .input_button{
			float: none;
		}
		
		.err .required_input, 
		.err .select,
		.err .text_input,
		.err textarea {
			border: 1px solid #FF2626;
		}
		
		.err .error_message{
			display: block;
		}
		
		legend{
			font: normal 20px Arial;
			line-height: 20px;
			color: #999;
			padding: 28px 0 28px 8px;
		}


.form-message{
	background: url("../image/input_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679") repeat-x scroll 0 0 #fff;
    border: 1px solid #DDDDDD;
    color: #333;
    font: 14px/17px Arial;
    margin: 0 0 20px 0;
    padding: 10px;
	position: relative;
}
.failed.form-message{
	color: #FF2626;
	border-color: #FF2626;
}

.close-msg{
	display: none;
}


.javscr .close-msg{
	display: block;
	position: absolute;
	right: 4px;
	top: 4px;
	background: url("../image/close-message-box.png?5c327c87b6c5cc9a0646564dbd61963f27c23679") no-repeat scroll 0 0 #fff;
	text-indent: -9999px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

/* SLIDER */

#slideshow {
	width: 395px;
	height: 549px;
	position: relative;
}
	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	#slideshow img.active {
		z-index: 102;
	}
	#slideshow img.last-active {
		z-index: 101;
	} 
	
/*transaction select brand logos*/
#select_brand{
	padding-left: 10px;
}

#dropdown_brand .select_dropdown_content ul li{
	padding: 0px 10px;
}

#select_brand span span,
#dropdown_brand .select_dropdown_content li span{
	display: block;
	float: left;
	width: 45px;
	height: 29px;
	margin: 2px 10px 0px 0px;
	background-image: url("../image/cards.png?5c327c87b6c5cc9a0646564dbd61963f27c23679");
	background-repeat: no-repeat;
}

#select_brand span span{
	margin-top: 7px;
}
.visa span{
	background-position: 0px 0px ;
}
.mastercard span{
	background-position: 0px -29px ;
}
.visa-electron span{
	background-position: 0px -58px;
}
.maestro span{
	background-position: 0px -87px;
}
.diners span{
	background-position: 0px -116px;
}
.jcb span{
	background-position: 0px -145px;
}
.discover span{
	background-position: 0px -174px;
}
.solo span{
	background-position: 0px -203px;
}
.switch span{
	background-position: 0px -232px;
}

.captcha-row{
	padding-left: 140px;
}

a.supportchat_link{
	text-decoration: underline;
}

#search_form{
	display: none;
}

.javscr #search_form{
	display: block;
}

#search_form #error_searchbox{
	position: absolute;
}
.faq_box p .search-highlight,
.faq_box h3 .search-highlight,
.faq_box p a .search-highlight,
.faq_box h3 a .search-highlight{
	background-color: #1FA8D4;
	color: white;
}
.faq_box p a:hover .search-highlight,
.faq_box h3 a:hover .search-highlight{
	background-color: #5CC3D6;
	color: white;
}

.info_tooltip {
    display: inline;
    width: 23px;
    height: 23px;
    position: relative;
}

.info_tooltip_btn {
    display: block;
    width: 23px;
    height: 23px;
    background: url("../image/btn_info.png?5c327c87b6c5cc9a0646564dbd61963f27c23679") center center no-repeat;
    cursor: pointer;
}

.info_tooltip_textwrapper {
    position: absolute;
    left: 25px;
    width: 269px;
    top: 0px;
}

.info_tooltip_arrow {
    width: 5px;
    float: left;
    height: 23px;
    background: url("../image/tooltip_arrow.png?5c327c87b6c5cc9a0646564dbd61963f27c23679") left center no-repeat;
}

.info_tooltip_text {
    width: 230px;
    padding: 10px 17px;
    background-image: url("../image/tooltip_bg.png?5c327c87b6c5cc9a0646564dbd61963f27c23679");
    color: #ffffff;
    font-size: 12px;
    margin-left: 5px;
}

#transaction_infotooltip {
    float: right;
    margin-top: 11px;
}

.underline {
    text-decoration: underline;
}