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

#pricingpanel {
	position: absolute;
	left: 73px;
	top: 100px;
	z-index: 0;
	width: 725.5px;
	height: 440px;
	background-color: #000000;

}

#left {
	float:left;
	width: 310px;
	height: 400px;

}

#right {
	margin-left: 35px;
	float:right;
	width: 375px;
	height: 400px;

}


.bar {
	clear: both;
	width: 280px;
	height: 25px;
	background-color: #FFFFFF;
	padding-left: 36px;
	margin-left: -1px;	
	color: #000000;
	text-align: left;	
	padding-top: -5px;	
	font-size: 14px;
}

li, p {
	text-align:left;
	font-size: 12px;
}

#right lu {
	margin: 0px 0px;
	padding: 0px 0px;
}

#right li {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	list-style-position: outside;
	list-style-image: url(images/yellowsquare.gif);
	line-height: 1.8em;
}

#left ul {
	float:left;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 125px;
	padding-left: 33px;
	list-style: none;
	padding-bottom: 10px;
}

#left li {
	padding-top: 9px;
	line-height: 1.1em;
}

#left p.sidenote {
	float:right;
	width: 130px;
	height: 105px;	
	background-image: url(images/bar.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left p.regular {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;

}
