@charset "UTF-8";
/* CSS Document */

/* freight link */
.freightlink, .freightlink h1  {
	color: #cb1521;
}
table.freightlink {
	border-right: 1px solid #cb1521;
	border-bottom: 1px solid #cb1521;
}
table.freightlink td {
	border-left: 1px solid #cb1521;
	border-top: 1px solid #cb1521;
	padding: 2px 8px 2px 8px;
}
table.freightlink td.price {
	text-align: right;
	width: 116px;
	height: 63px;
}
table.freightlink td.return {
	background-color: #cb1521;
	color: #ffffff;
	text-align: right;
	height: 16px;
	width: 116px;
}