@charset "iso-8859-1";
/* Date de création: 13/01/2003 */

/* asp/basket_show.asp content */
div.default_contentheader {
	padding: 2px;
	background-color: #003399;
	text-align: center;
	color: #ffffff; font-weight: bold; font-size: 12px;
}

	/* contain */
		/* if the basket is empty */
span#basketcontainempty {
	font-weight: bold; font-size: small;
}

		/* if the basket is full */
table#basketcontain_table {
	width: 100%;
	border-collapse: collapse;
}

tr#basketcontain_header {
	font-size: 10px; font-weight: bold;
	color: #a4a4a4;
	text-align: left;
}

tr.productline0 {
	background-color: #eeeeee;
	color: #000000; font-size: 12px;
}

tr.productline0 td {
	border-bottom: 1px solid #c0c0c0;
}

tr.productline1 {
	background-color: #ffffff;
	color: #000000; font-size: 12px;
}

tr.productline1 td {
	border-bottom: 1px solid #c0c0c0;
}

td.productinfo {
	padding: 2px;
}

td.productprice {
	text-align: right;
	padding-right: 10px;
}

span.ex_specials_new {
	color: #008000;
}

span.ex_specials_old {
	text-decoration: line-through;
}

span.vat_no_specials {
	font-weight: bold;
}

span.vat_specials_old {
	text-decoration: line-through;
	font-weight: bold;
}

span.vat_specials_new {
	color: #008000; font-weight: bold;
}

div#basketcontain_total {
	text-align: right;
}

div#basketcontain_total div {
	margin-top: 5px;
}

div#basketcontain_tvac {
	color: #0000ff; font-weight: bold; font-size: 14px;
}

div#basketcontain_ttc {
	color: #ff0000; font-weight: bold; font-size: 14px;
}

div#basketcontain_action {
	text-align: center;
}

	/* footer */
div#basketfooter {
	text-align: center;
	width: 100%;
}

td#backet_account {
	width: 33%;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
}

td#backet_speedorder {
	width: 33%;
	border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
}

td#backet_save_recover {
	width: 33%;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
}
