@charset "UTF-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link,
a:visited {
	color: #273478;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

.clear {clear:both;}
.important {
	color: red;
	text-align: center;
}
.center {text-align:center}

.bold {
	font-weight: bold;
}
.info {
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1{
	font-weight:bold;
	font-size:1.2em;
	color:#273478;
	margin: 5px;
	text-align: center;
}

h2{
	font-weight:bold;
	font-size: 0.8em;
	text-align: center;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

em {
	font-weight: bold;
	font-size:inherit;
	font-style:normal;
}

.title_ok{
	text-align:center;
	color:#009a3d;
	font-size:1.2em;
	font-weight:bold;
	margin:10px auto;
}
.title_nok{
	text-align:center;
	color:#fe0000;
	font-size:1.2em;
	font-weight:bold;
	margin:10px auto;
}

#content {
	width: 980px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0 auto;
}


#header {
	background-color: #273478;
	/*border-bottom: 3px solid #273478;*/
	width: 100%;
}
#header img{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}
#header span em{
	color: #ecebf0;
	}
#header span{
	text-align: right;
	color: #b6b9e0;
	font-size: 0.7em;
	padding-top: 2px;
	padding-right: 5px;
	display: block;
}

#content_main {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #ffffff;
}
.block {
	width: 502px;
	margin: 0 auto;
}
.block_top {
	background: url(../i/payment_popup/bloc_top_bg.jpg) no-repeat   bottom;
	height: 12px;
	margin-top: 5px;
}
.block_middle {
	background: url(../i/payment_popup/bloc_middle_bg.jpg) repeat-y  ;
	padding-right: 10px;
	padding-left: 10px;
}
.block_bottom {
	background: url(../i/payment_popup/bloc_bottom_bg.jpg) no-repeat   top;
	height: 12px;
	margin-bottom: 5px;
	}

#footer {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
}

#footer div{
	font-size: 0.7em;
	text-align: center;
	line-height: 20px;
	border-top: 1px solid #CCCCCC;
}
p {
	font-size: 0.75em;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Form */

fieldset {
	border: 1px solid #273478;
	padding: 5px;
	margin: 40px auto;
	width: 400px;
}
fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #273478;
	padding: 0 5px;
}
label {
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
input, select {
	border:1px solid #ccc;
	font-size:12px;
	height:17px;
}
.separator {
	margin-right: 20px;
	margin-left: 20px;
	height: 1px;
	border-top: 1px solid #CCCCCC;
}
div.buttons {
	text-align: center;
}

div.buttons input{
	background:#273478;
	border:2px outset #273478;
	padding:2px 20px;
	margin: 2px 30px;
	color:#fff;
	text-align:center;
	height:25px;
}


.pricesList  {
	border-top: #cccccc dotted 1px;
}
.pricesList div {
	border-bottom: #cccccc dotted 1px;
	padding: 10px;
}

.pricesList div p.duration{
	float: left;
	text-align: left;
}
.pricesList div p.duration label{
	font-weight: bold;
	float: none;
	display: inline;
	font-size: 1.1em;
}
.pricesList div p.duration span{
	padding-left: 25px;
}
.pricesList div p.prices{
	text-align: right;
	margin: 0;
	font-style: italic;
}
.pricesList div p.prices span{
	color:#ea9c21;
	font-size:1.4em;
	font-style: normal;
	font-weight: bold;
}

.price{
	text-align:center;
	margin:0 auto;
	padding: 10px 0;
}
.price span{
	color:#ea9c21;
	font-size:1.2em;
	font-weight:bold;
}

.img {
	display: inline;
	width : 200px;
	float: left;
	text-align: center;
	margin: 20px 5px;
}


.error {
	padding: 10px;
	margin: 10px;
	background: #FFCCCC;
	border: 1px dotted #CC3333;
	font-weight: bold;
	color: #CC3333;
	text-align: center;
}


.codes{
	text-align:center;
	color:#ea9c21;
	font-size:18px;
	font-weight:bold;
	margin:30px auto;
}


.tableData {
	margin: 10px auto 40px auto;
	width: 800px;
}


.tableData thead tr th{
	border-bottom: solid 2px #6c6c6c;
	border-right: solid 1px #6c6c6c;
	font-size:0.8em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.tableData tbody tr td{
	border-bottom: solid 1px #CCCCCC;	
	font-size:0.8em;
	text-align: center;
	padding: 2px 0;
}
.tableData tbody tr.odd{
	background-color: #f6f6f6;
}
.tableData tbody tr.even{
	background-color: #ffffff;	
}


.tblInfos {
	width: 480px;
	font-size: 0.75em;
	margin: 0 auto;
}
.tblInfos tbody tr {
	height: 20px;
}
.tblInfos tbody td.label{
	width: 240px;
	text-align: right;
}
.tblInfos tbody td.data {
	width: 240px;
	font-weight: bold;
	padding: 0 0 0 3px;
}

