a.what {
	padding: 1px 4px;
	color: #FFF;
	background-color:#CCC;
	text-decoration: none;
	font-weight:bold;
	}	
a.what:visited {
	padding: 1px 4px;
	color: #FFF;
	background-color:#CCC;
	text-decoration: none;
	font-weight:bold;
	}	
p {
	line-height:1.3em;
	}
img.title {
	display: block;
	margin-bottom:10px;
	}
img.checkout {
	float: right;
	margin-left: 10px;
	border: 1px solid #C1DDEC;
	}
input, select, textarea {
	display:block;
	}
select, textarea {
	margin-bottom: 5px;
	}			
input.right {
	float:right;
	margin:10px 0;
	}
input.inline, select.inline, textarea.inline {
	display: inline;
	margin: 0;
	}	
#maincontent {
	margin: 20px auto 60px auto;
	clear: left;
	text-align: left;
	width: 760px;
	}
#leftcontent {
	float:left;
	width:190px;
	}
/* #main td, td p, td li {
	font-size:12px;
	} */
#main h1 {
	font-size:14px;
	}	
#form {
	margin:0 190px;
	}
#formwide {
	margin-left: 190px;
	}
#formnext {
	margin-right: 290px;
	}	
#continue {
	clear:left;
	width:100%;
	}	
table { /* formulaires */
	margin-bottom: 20px;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#F9FDFF;
	border:0;
	}		
caption {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #C1DDEC;
	}
.price {
	font-size: 11px;
	font-weight: normal;
	}
#extra {
	margin: 0;
	padding: 10px 0;
	color: #F60;
	}	
th {
	font-size: 11px;
	margin: 0;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
	background-color: #DDF4FF;
	border: 0;
	}	
th.line2 {
	padding: 0 10px 5px 10px;
	vertical-align: bottom;
	text-align: center;
	font-weight: normal;
	}
td {
	font-size: 11px;
	padding: 3px 10px;
	vertical-align: center;
	border: 0;
	}
table.summary {
	margin-bottom: 20px;
	}	
table.summary td {
	font-size: 11px;
	padding: 5px 10px;
	vertical-align: center;
	border: 0;
	}	
td.center, th.center {
	text-align: center;
	}
td.right, th.right  {
	text-align: right;
	}	
tr.top td {
	vertical-align: top;
	}	
td.text {
	width: 190px;
	}
tr.title td {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	padding: 20px 10px 3px 10px;
	border-bottom: 1px solid #C1DDEC;
	}
tr.total td {
	padding-top: 10px;
	font-weight: bold;
	}	
td.inputnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
td.questionmark, th.questionmark {
	padding:0;
	}
th#code {
	width:25%;
	}
th#descr {
	width:45%;
	}
th#qty {
	width:5%;
	}
th#price {
	width:15%;
	text-align: right;
	}
th#total {
	width:10%;
	text-align: right;
	}
td#total {
	width:10%;
	text-align: right;
	}
td#resume {
	width:90%;
}
tr.subtotal td {
	border-top: 1px solid #C1DDEF;
	}
tr.total td {
	border-top: 2px solid #C1DDEF;
	font-weight: bold;
	}		
img.add {
	margin: 5px 0 20px 10px;
	text-align: right;
	display: block;
	}	
/*---------- general classes ----------*/
.errornote {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F60;
	margin-top:5px;
	line-height: normal;
	}
.error {
	color:#F60;
	} 	
.instructions {
	background-color:#F9FDFF;
	line-height:1.3em;
	font-size: 12px;
	}
.note {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	margin-top:5px;
	line-height: normal;
	}
.obligatory {
	color:#F60;
	}
.border {
	border:1px solid #C1DDEC;
	}
