body
{
	font-family:verdana,arial,helvetica;
	font-size:8pt;
	background:url('../images/bgs/main-bg.png') repeat-y center #f3f3f3;
	color:#4D4D4D;
	margin:0; 
	padding:0;
}

#mainContainer
{
	position:relative; 
	width:900px; 
	margin:0 auto 0 auto; 
	padding: 20px;
}

p 
{
	line-height:14pt;
	margin-bottom:10px;
}

a
{
	text-decoration:underline;
	color:#4D4D4D;
}
a:hover
{
	text-decoration:none;
	color:#000000;
}

h1
{
	font-size:24pt;
	color:#036faf;;
}

h2
{
	font-size:14pt;
	color:#036faf;;
}

ul.magazines
{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}

ul.magazines > li
{
	float:left;
	margin:0 0 20px 15px;
	padding:0;
	font-weight:bold;
}
ul.magazines > li:first-child
{
	float:left;
	margin:0;
	padding:0;
	font-weight:bold;
}
#showPrice
{
	font-size:13pt;
	font-weight:bold;
	font-family:"courier new";
	border: 2px solid #E3ECF2;
	color: #8C8C8C;
	padding:10px;
}

.form_table
{
	display:table;
	width:860px;
}

.form_row_wrapper
{
	position:relative;
	display:block;
	margin:2px 0 0 0;
	float:left;
	/*padding:5px;*/
}

.form_row
{
	position:relative;
	display:block;
	float:left;
	width:680px;
	height:100%;
}

.form_row .form_cell:first-child
{
	font-weight:bold;
	text-align:right;
}

.form_row .form_cell.text
{
	display:block;
	float:left;
	width:150px;
	height:8px;
}

.form_row .form_cell
{
	display:block;
	padding:10px;
	float:left;
	width:150px;
	/*height:20px;*/
}

.form_row .form_cell a
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.form_row .form_cell.big
{
	width:490px;
}

.form_row .form_cell.text.double,
.form_row .form_cell.double
{
	width:300px;
}

.form_row .form_cell input
{
	border:1px #004080 solid;
	padding:3px;
	font-size:8pt;
	color:#004080;
}

.form_row .infoDiv
{
	position:absolute; 
	left: 685px; 
	width:190px; 
	height:18px; 
	padding:10px; 
	background-color:#ffffff;
}

.form_row .infoDiv.pending
{
	background-color:#ffff99;
}
.form_row .infoDiv.nok
{
	background-color:#FF6262;
	color:#ffffff;
	font-weight:bold;
}
.form_row .infoDiv.ok
{
	background-color:#b8ffa6;
	font-size:12pt;
	font-weight:bold;
	color:#339900;
}

.form_row { border-bottom: 1px solid #898989;background-color:#E6E6E6; }
.form_row.head { border: none; background-color:#ffffff; }

/*
.form_row { border-bottom: 1px solid #036faf;background-color:#E3ECF2; }
.form_row.head { border: none; background-color:#ffffff; }
&/

/*
.form_row .form_cell.tint1,
.form_row .form_cell.tint2,
.form_row .form_cell.tint3
{ 
	background-color:#DAF0FE;
}
*/
/*
.form_row .form_cell.tint1 { background-color:#C4E1FF; }
.form_row .form_cell.tint2 { background-color:#B3D9FF; }
.form_row .form_cell.tint3 { background-color:#84C1FF; }
*/
