@import "common.css";

/* ----- price CSS ----- */
h5 {
	margin				: 0 0 10px 0;
	font-size			: 1.1em;
	line-height			: 1.4;
	color				: #D30014;
}

table#package {
	width				: 100%;
	border				: 0;
	margin				: 0 0 10px 0;
}
table#package td {
	text-align			: center;
	padding-top			: 5px;
	padding-bottom		: 5px;
	background			: #eee;
}
.bg1 {
	height				: 50px;
	background			: url(../images/price/table_bg_1.jpg) repeat-x #ffa000;
	font-weight			: bolder;
	text-align			: center;
}
.bg2 {
	width				: 300px;
	padding-top			: 5px;
	padding-bottom		: 5px;
	background			: #cfcfcf;
	text-align			: center;
}
.bg3 {
	width				: 300px;
	padding-top			: 5px;
	padding-bottom		: 5px;
	padding				: 0 5px;
	background			: #ddd;
	text-align			: center;
}

