@charset "iso-8859-1";
/* Date de création: 13/01/2003 */

/* asp/shipping.asp content */
div#header {
	padding: 2px;
	background-color: #003399;
	text-align: center;
	color: #ffffff; font-weight: bold; font-size: 12px;
}

div#desc {
	font-weight: bold;
}

table#shipping_list {
	width: 600px;
	border: 0px;
	border-collapse: collapse;
	margin-left: auto; margin-right: auto;
}

table#shipping_list tr.header {
	font-size: 10px; font-weight: bold;
	color: #696969;
	text-align: left;
}

table#shipping_list td.header {
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

table#shipping_list tr.line0 {
	color: #000000;
	background-color: #eeeeee;
	font-size: 12px;
}

table#shipping_list tr.line1 {
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
}

