﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

* {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 12px;
}

ul {
	padding: 17px;
}

.ieOld * {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.nowrap {
	word-wrap: nowrap;
	white-space: nowrap;
}

.wrap {
	word-wrap: break-word;
}

.breakword {
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap; /* ancient Opera */
	white-space: -o-pre-wrap; /* newer Opera */
	white-space: pre-wrap; /* Chrome; W3C standard */
	word-wrap: break-word; /* IE */
}

.bold {
	font-weight: bold;
	font-size: 13px;
}

.valid {
}

.invalid {
	font-weight: bold;
}

.body {
	padding: 15px 5px 25px 5px;
	padding-bottom: 90px; /* footer.height + default padding bottom */
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px; /* footer.height */
}

.container {
	position: relative;
	min-height: 100%;
}

.page {
	position: relative;
	margin: 0 auto;
	width: 770px;
}

a {
	text-decoration: underline;
}

	a:hover {
		text-decoration: underline;
	}

.validation, .loadValidation {
	display: none;
	margin-top: 15px;
	margin-bottom: -10px;
}

	.validation div, .loadValidation div {
		font-size: 14px;
	}

	.validation label, .loadValidation label {
		display: block;
		font-weight: bold;
	}

.toggle {
	position: relative;
}

.firstName {
	font-size: 16px;
	font-weight: bold;
}

.lastName {
	font-size: 14px;
}

.progress {
	display: none;
	padding-bottom: 23px;
	width: 100%;
	min-width: 208px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

	.progress div {
		font-size: 16px;
	}

	.progress.inline {
		font-size: 10px;
		font-weight: bold;
		padding-bottom: 17px;
		margin-left: 5px;
	}

.success {
	display: none;
	width: 100%;
	min-height: 41px;
}

	.success .content {
		padding-left: 44px;
		background-repeat: no-repeat;
	}

	.success span {
		display: block;
		font-size: 14px;
	}

.confirm {
	display: none;
	width: 100%;
	min-height: 41px;
}

	.confirm .content {
		padding-left: 44px;
		background-repeat: no-repeat;
	}

	.confirm span {
		display: block;
		font-size: 14px;
	}

.alert {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	word-wrap: break-word;
}

	.alert .content {
		min-height: 42px;
		padding: 10px 15px 10px 68px;
		background-repeat: no-repeat;
		background-position: 10px 10px;
		background-image: url("../Images/alert_large.png");
	}

	.alert.sale .content {
		min-height: 47px;
		padding: 10px 15px 10px 76px;
		background-position: 13px 10px;
	}

	.alert.none .content {
		min-height: 0;
		padding: 10px 15px 10px 15px;
		background-image: none;
	}

	.alert.small .content {
		min-height: 32px;
		padding: 7px 7px 7px 49px;
		background-position: 9px 9px;
		background-image: url("../Images/alert_small.png");
	}

	.alert.notice .content {
		min-height: 48px;
		padding: 10px 15px 10px 68px;
		background-position: 10px 10px;
		background-image: url("../Images/notice.png");
	}

	.alert .title {
		display: block;
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 5px;
	}

	.alert .bold {
		display: inline;
	}

.warningBox {
	float: left;
	padding: 1px 11px 1px 11px;
	background-repeat: no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 12px;
}

.check {
	padding-left: 20px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	height: 16px;
}

.caption {
	font-weight: bold;
	font-size: 15px;
}

.separator {
	float: left;
	height: 250px;
	margin-right: 37px;
	margin-left: 37px;
	border-right-width: 1px;
	border-right-style: dotted;
}

form {
	display: inline;
}

.form {
	width: 100%;
}

	.form label {
		float: left;
		text-align: right;
		padding-top: 1px;
		margin-right: 7px;
		margin-bottom: 5px;
		line-height: 30px;
		overflow: hidden;
	}

.checkbox {
	position: relative;
	padding-left: 25px;
	padding-top: 1px;
	line-height: 17px;
	min-height: 17px;
	cursor: pointer;
}

	.checkbox.readonly {
		cursor: default;
	}

		.checkbox.readonly .outer {
			opacity: 0.5;
			-moz-opacity: 0.5;
			filter: alpha(opacity=50);
		}

		.checkbox.readonly:hover {
			color: inherit;
		}

	.checkbox .inner {
		position: relative;
		width: 15px;
		height: 15px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		border-width: 1px;
		border-style: solid;
	}

	.checkbox .outer {
		position: absolute;
		left: 0;
		top: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border-width: 1px;
		border-style: solid;
	}

	.checkbox.unchecked .inner div {
		display: none;
	}

	.checkbox.checked .inner div {
		position: absolute;
		left: 1px;
		top: -2px;
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
	}

.textbox, .dropDownList {
	float: left;
	margin: 1px;
	margin-bottom: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-width: 1px;
	border-style: solid;
}

	/* IE7 */

	.textbox.focus, .dropDownList.focus {
		margin: 0;
		margin-bottom: 4px;
		border-width: 2px;
	}

	.textbox input, .textbox textarea, .dropDownList select {
		margin: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border-width: 1px;
		border-style: solid;
		padding: 5px 4px 5px 4px;
	}

	.textbox textarea {
		display: block;
		overflow: auto;
	}

.ie7 .textbox input, .ie7 .textbox textarea {
	margin: -1px;
}

.ie7 .textbox.focus input, .ie7 .textbox.focus textarea {
	margin: -1px 0 -1px 0;
}

.filebox .partFile {
	display: none;
}

.ie .filebox .partFile {
	display: block;
	width: 253px;
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

input, select, textarea {
	-webkit-focus-ring-color: none;
	outline: none;
	resize: none;
}

.button {
	margin-top: 10px;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.button.inline {
		margin-top: 1px;
		margin-left: 5px;
	}

	.button.right {
		float: right;
		margin-left: 5px;
	}

	.button.left {
		float: left;
	}

input.button {
}

.ie9 .button {
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.button div {
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
}

.button input {
	margin: 0;
	padding: 0;
	display: inline;
	background-color: transparent;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	padding: 5px 12px 5px 12px;
	font-weight: bold;
}

.gecko .button input {
	padding: 5px 9px 5px 9px;
}

.ie7 .button {
	display: inline;
	margin-right: 3px;
}

	.ie7 .button input {
		border: 0px;
		overflow: visible;
	}

.sign {
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
}

	.sign.collpased {
		background-position: 0 0;
	}

	.sign.expanded {
		background-position: -12px 0;
	}

/************/

.box {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	padding: 1px;
}

	.box.hover {
		border-width: 1px;
		border-style: solid;
		padding: 0;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

	.box.selected {
		border-width: 1px;
		border-style: solid;
		padding: 0;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

	.box.static {
		cursor: default;
	}

.glass {
	background-color: #000000;
}

.glass {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 999;
}

.popup {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	margin-left: -263px;
	margin-top: -186px;
	width: 487px;
	height: 333px;
	background-repeat: no-repeat;
	padding: 20px;
	font-size: 11px;
	background-image: url("../Images/popup_background.png");
	color: #808080;
}

	.popup .close {
		position: absolute;
		right: 25px;
		top: 20px;
		width: 67px;
		height: 16px;
		background-repeat: no-repeat;
		cursor: pointer;
		background-image: url("../Images/popup_close.png");
	}

		.popup .close:hover {
			background-position: 0 -16px;
		}

	.popup .caption {
		font-size: medium;
		font-weight: bold;
	}

	.popup .title {
		color: #4D4D4D;
		text-shadow: none;
	}

	.popup .validation label {
		color: #ff2f00;
	}

	.popup .success .content span {
		color: #4D4D4D;
	}

	.popup .email {
		border: solid 1px #dfdfdf;
		height: 32px;
		width: 100%;
		box-shadow: none;
		font-size: 14px;
	}

	.popup .button {
		display: block;
		font-size: 18px;
		padding: 12px 0;
	}

	.popup .form .label {
		float: left;
		text-align: right;
		padding-top: 1px;
		margin-right: 7px;
		margin-bottom: 5px;
		overflow: hidden;
	}

	.popup .toggle .button {
		margin-top: 0px;
		display: table;
		margin-top: 5px;
		border: none;
	}

	.popup .toggle .form .button {
		margin: 0 auto;
	}

	.popup .progress, .popup .success {
		margin: 75px auto;
	}

	.popup .progress, .popup .success {
		margin-left: 130px;
	}

		.popup .success .button {
			border: none;
		}

			.popup .toggle .button div, .popup .success .button div {
				border-style: hidden;
				border-color: transparent;
			}

	.popup .title {
		font-weight: 300;
		font-size: 23px;
	}

	.popup .toggle .button input {
		font-weight: 300;
		padding-left: 15px;
		padding-right: 15px;
		border-color: transparent;
	}

	.popup .toggle .button .email {
		width: 100%;
	}

	.popup .message {
		overflow-y: auto;
		overflow-x: hidden;
		height: 130px;
	}

	.popup .validation {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.popup .textbox.error ::-webkit-input-placeholder {
		color: #FFFFFF;
	}

	.popup .toggle .alert.campaign {
		margin-bottom: 10px;
	}

	.popup.campaigns .toggle .button {
		background: transparent;
	}

	.popup.campaigns .title {
		font-size: 16px;
	}

	.popup.campaigns .toggle {
		overflow-x: hidden;
		overflow-y: auto;
		height: 295px;
		padding-right: 10px;
	}

		.popup.campaigns .toggle .grid td {
			padding: 15px 10px;
			cursor: pointer;
		}

			.popup.campaigns .toggle .grid td:hover {
				background: rgba(51, 51, 51, 0.1);
			}

			.popup.campaigns .toggle .grid td .name {
				font-size: 20px;
				display: block;
			}

			.popup.campaigns .toggle .grid td .description {
				display: block;
				margin-top: 3px;
				padding-left: 2px;
				color: rgba(128, 128, 128, 0.6);
			}

		.popup.campaigns .toggle .grid tr:nth-child(even) {
			border-top: 1px solid rgba(51, 51, 51, 0.05);
		}

.creditCard .options .debitCardData .group {
	margin-top: 6px;
}

.creditCard .amex {
	width: 62px;
	height: 38px;
	background-image: url("../Images/payment_credit_card_amex.png");
}

.creditCard .diners {
	width: 62px;
	height: 38px;
	background-image: url("../Images/payment_credit_card_diners.png");
}

.creditCard .mastercard {
	width: 62px;
	height: 38px;
	background-image: url("../Images/payment_credit_card_mastercard.png");
}

.creditCard .elo {
	width: 62px;
	height: 38px;
	background-image: url("../Images/payment_credit_card_elo.png");
}

.creditCard .hiperCard {
	width: 62px;
	height: 38px;
	background-image: url("../Images/payment_credit_card_hipercard.png");
}

.creditCard .box {
	margin-left: -10px;
}

.creditCard .visa {
	width: 62px;
	height: 38px;
	background-image: url("../Images/payment_credit_card_visa.png");
}

.creditCard .electron {
	width: 62px;
	height: 38px;
	background-image: url("../Images/payment_debit_card_electron.png");
}

.creditCard .maestro {
	width: 62px;
	height: 38px;
	background-image: url("../Images/payment_debit_card_maestro.png");
}

.creditCard .creditCardType {
	width: 62px;
	height: 38px;
	background-image: url("../Images/payment_credit_card.png");
}

.creditCard .billetType {
	width: 62px;
	height: 38px;
	background-image: url("../Images/payment_billet.png");
}

.creditCard .box .content {
	width: auto;
	padding: 9px 5px 7px 5px;
}

.creditCard .option .box {
	width: 71px;
}

.creditCard .option {
	padding-top: 5px;
}

.creditCard .alert {
	margin-top: 15px;
	display: none;
}

.creditCard .group, .dun .debittCard .group {
	clear: both;
	margin-top: 10px;
	font-size: medium;
	margin: -1px;
}

.creditCard .validation, .dun .directDebit .validation {
	display: none;
}

.creditCard .securityCode {
	width: 37px;
}

.creditCard .securityCodeHelp {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.creditCard .holderMobilePhone {
	width: 331px;
}

.creditCard .form, .creditCard .directDebit .form {
	float: left;
	width: auto;
}

.creditCard .options {
	margin-right: 18px;
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	float: left;
}

.creditCard .checkbox {
	float: left;
	max-width: 288px;
	margin-top: 10px;
}

.creditCard .form .fields {
	padding-top: 15px;
}

	.creditCard .form .fields label {
		width: 122px;
	}

.creditCard .directDebit .form .fields label {
	width: 122px;
}

.creditCard .info span {
	font-size: 16px;
	font-weight: bold;
}

.paymentReceipt.popup .title {
	margin-bottom: 20px;
}

.paymentReceipt.popup {
	height: 328px;
	background-size: 527px 368px;
}

	.paymentReceipt.popup table td,
	.paymentReceipt.popup table th {
		font-size: 12px;
	}

	.paymentReceipt.popup tbody:before {
		line-height: 1em;
		content: "\200C";
		display: block;
	}

	.paymentReceipt.popup .button {
		width: 152px;
		margin: 0 auto;
		margin-top: 20px;
		padding: 0;
	}

.passwordRuleMessage {
	color: #ffffff;
}