#programs {
	border: 1px solid #CCC;
	text-align: left;
}
#programs ul {
	padding-left: 20px; 
}
#programs ol {
	padding-left: 20px; 
	margin-bottom: 15px;
}
#programs .marketing-point {
	width: 24%;
	padding: 0 1% 0 0;
	float: left;
}
#programs .program-head {
	color: #33224d;
	font-size: 17pt;
	clear: left;
}
#programs .marketing-point h3 {
	color: #33224d;
	font-size: 17pt;
}
#program-list {
	text-align: left;
	padding: 10px;
}
#program-menu {
	padding: 8px;
	background-color: #EEE;
}
#program-menu a {
	font-size: 8pt;
	margin-right: 10px;
	display: block;
	float: left;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
#program-menu a:hover {
	color: #004a84;;
}

#program-menu a .icon {
	float: left;
	margin: 2px 4px 0 0;
	border: 0;
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

#program-menu a:hover .icon {
	float: left;
	margin: 2px 4px 0 0;
	border: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#pricing {
	padding: 10px;
}
#pricing h3 {
	padding: 0;
	margin-top: 0;
	color: #33224d;
	font-size: 17pt;
}
#pricing .pricing-table {
	background-color: #f0ecf6;
	border: 1px solid #856fa8;
}
#pricing .pricing-table .head td {
	background-color: #6c558f;
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
#pricing .pricing-table .row-even td {
	background-color: #ded6ea;
	color: #33224d;
	text-align: center;
}
#pricing .pricing-table .row-odd td {
	background-color: #c2b3d9;
	color: #33224d;
	text-align: center;
}
#pricing .pricing-table .product {
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
}
#programs .order-table {
	background-color: #F5F5F5;
	border: 1px solid #777;
	width: 100%;
}
#programs .order-table .row-head td {
	background-color: #AAA;
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#programs .order-table .row-head .checkbox {
	width: 70px;
}
#programs .order-table .checkbox {
	text-align: center;
}
#programs .order-table .row-even td {
	background-color: #DDD;
	color: #111;
	padding: 3px 6px;
}
#programs .order-table .row-odd td {
	background-color: #EEE;
	color: #111;
	padding: 3px 6px;
}
#programs .cart-button {
	font-weight: bold;
	margin: 10px 0 0 35px;
}
#programs-right {
	width: 125px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	clear: both;
	float: right;
	margin: 0 10px 10px 0;
}
#programs-right h3 {
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
#programs hr {
	clear: both;
	border: 0;
	border-top: 1px solid #CCC;
}
#programs-left {
	width: 675px;
	padding: 10px;
	float: left;
	margin-right: 10px;
}
#programs .program-title {
	padding: 6px;
}
#programs .program-title a {
	font-size: 10pt;
	font-weight: bold;
	color: #513977;
	text-decoration: none;
	border-bottom: 1px dotted #513977;
}
#programs .program-title a:visited {
	color: #8974aa;
	border-bottom: 1px dotted #b2a2cc;
}
#programs .program-title a:hover {
	color: #412b64;
	border-bottom: 1px solid #412b64;
}
#programs .program-title .icon {
	float: left;
	margin: 3px 5px 0 0;
}
#programs .program-description {
	border: 1px solid #CCC;
	border-top: 0;
	padding: 4px 6px 6px 6px;
}
#programs .save-bubble {
	float: right;
	position: relative;
	left: -160px;
	top: -34px;
}
