/* CSS Document */
div.plan 
{	position:relative;width:100%;height:120px;top:0px;
	background-image: url(../images/bot_sep_1.png);
	background-repeat: repeat-x;
	background-position: bottom;padding-top:0px;	

}

.plan img {float:left;width:139px;height:106px;margin:5px 5px 0 5px}
.plan .price, .plan .order {float:left;
	font-size: 12px;
	color: #0099FF;
	font-weight: bolder;margin:0;position:relative;}

.plan h2{float:right;margin:0;margin-top:5px;}
.plan ul{position:relative;float:left;margin-bottom:0;padding:0}

div.borderInter
{	position:absolute;
	bottom:0px;
	right:-20px;
	width:20px;
	height:17px;
	margin:0;
	padding-left:20px;	
	background-image:url(../images/borderInter.png);
	background-repeat:no-repeat; z-index:10;
}