﻿.message {
	background-color:#ffffcc;
	padding:5px 10px;
	border:1px silver solid;
	color:gray;
	font-size:8pt;	
}

table.basket_page {
	border-collapse:collapse;
	margin:5px;
}

table.basket_page th {
	text-align:left;
	font-weight:bold;
	border:1px gray solid;
	padding:2px 4px;
	background-color:silver;
	color:black;
}

table.basket_page td {
	padding:2px 4px;
	border:1px gray solid;
	background-color:white;
}

table.basket_page td.tf {
	font-weight:bold;
	color:black;
}

table.basket_page td.right {
	text-align:right;
	float:none;
}

p.address {
	padding:4px;
	border:1px gray solid;
	background-color:white;	
}

div.half {
	width:280px;
}

div.float_left {
	float:left;
	margin-right:5px;
}
