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

div#deliveryTable {
	background-color: #FFFFFF;
}
div#deliveryTable table.carriage {
	margin-bottom: 10px;
}
div#deliveryTable table.carriage tr {
	border: 1px solid #cccccc;
	background-color: #FFFFD3;
}
div#deliveryTable table.carriage tr.price td{
	background-color: #;
}

div#deliveryTable table.carriage td {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
div#deliveryTable table.carriage tr th {
	width: 80px;
	font-weight: bold;
	border:1px solid #cccccc;
}
div.templateA ul li {
	background-image: none;
	padding-left: 0;
}