
/* @group cde */

div.cde
{
}
div.cde div.status
{	width: 700px;
	margin: 0 auto;
}
div.cde div.msg
{	width: 450px;
	margin: 0 auto;
}
div.cde div.err
{	color: red;
}
div.cde div.notice
{	color: blue;
}
div.cde h2
{	text-align: center;
}
div.cde table
{	margin: 0 auto;
}
div.cde th,
div.cde td
{	vertical-align: top;
}

div.cde div.notice
{	color: #F30;
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
div.cde div.notice a:link,
div.cde div.notice a:visited
{	color: inherit;
	text-decoration: underline;
}

/* @end */

/* @group lstProd */

table.lstProd
{	margin: 0 auto;
}
table.lstProd th,
table.lstProd td
{	border: 1px solid #888;
	vertical-align: top;
	padding: 2px 5px;
}
table.lstProd td.center
{	text-align: center;
}
table.lstProd td.total
{	font-weight: bold;
}
table.lstProd td.close a:link,
table.lstProd td.close a:visited
{	padding: 5px;
}

table.lstProd td.close a:hover
{	text-decoration: underline;
	background: #0F0;
}

/* @end */

/* @group ul */

table.tva
{	margin: 0;
	margin-left: 800px;
}
table.tva td
{	border: 1px solid #888;
	padding: 2px 5px;
	text-align: left;
}
table.tva td.right
{	text-align: right;
}

/* @end */

/* @group ul */

div.cde ul
{	list-style: none;
	margin: 0;
}
div.cde ul li label
{	display: -moz-inline-stack ;
	display: inline-block ;
	zoom: 1 ;
	font-weight: bold; 

	width: 120px;
}
div.cde ul li label.large
{	width: 300px;
}

/* @end */

/* @group */

textarea.precisions
{	width: 200px;
}
input.email
{	width: 200px;
}

/* @end */

/* @group paymentCB */

div.paymentCb
{	width: 500px;
	margin: 0 auto;
}
/* @end */


/* @group chgStatus */

div#chgStatus
{	border: 2px solid orange;
	background: white; 
	position: absolute; 
	padding: 5px;
	z-index: 999;
}


div#chgStatus li
{	list-style: none; 
	cursor: pointer;
}
div#chgStatus ul li:hover
{	font-weight: bold;
}


/* @end */


