#plan{
	background-image: url('../images/plan_bg.jpg');
	background-repeat: repeat-x;
	height: 176px;
	margin: 7px 0px 0px 0px;
	border: 1px solid #cccccc;
}
#plan .line{
	background-image: url('../images/plan_line.jpg');
	background-repeat: no-repeat;
	height: 176px;
	width: 1px;
	float: left;
}
#plan #plan1, #plan #plan2, #plan #plan3{
	width: 244px;
	float: left;
}
#plan .text{
	padding: 20px;
}
#plan .price{
	font-size: 44px;
	float: left;
}
#plan .from{
	float: left;
	padding: 8px 5px 0px 0px;
	text-align: right;
	font-size: 9px;
}
.from span{
	font-size: 15pt;
	font-weight: bold;
}
#plan .priceholder{
	padding: 5px 0px 0px 20px;
}
#plan .list1, #plan .list2{
	float: left;
	margin: 0px;
	padding-left: 23px;
}
.list1 ul, .list2 ul{
	margin: 0px;
	padding: 0px;
	list-style: square;
	line-height: 28px;
	color: #666666;
	margin-top: 10px;
	font-size: 11px;
}
.list1 ul a, .list2 ul a{
	color: green;
	font-weight: bold;
}


table#plantable{
	width: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
  background-color: #f9f9f9;
}
table#plantable th{
	background-image: url('../images/table_header.gif');
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	color: #666666;
}
table#plantable td{
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #cccccc;
}
table#plantable td.type{
	font-weight: bold;
	text-align: right;
	width: 135px;
}
table#plantable tr.price{
	background-color: #b7d9b9;
}
table#plantable td a{
	color: #cc0000;
	font-size: 9px;
}
table#plantable td a:hover{
	color: #333333;
}
table#plantable th a{
	color: #cc0000;
	font-size: 9px;
}
table#plantable span.order{
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}
table#plantable td.logoholder{
	border-right: 1px solid #cccccc;
	width: 100px;
}