#productNav {
	border-top: 1px solid #888;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 15px;
}

#productNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#productNav ul li {
	display: inline;
}

#productNav ul li a {
	text-decoration: none;
	padding-left: 10px;
	color: #333;
}

#productNav ul li a:hover {
	color: #a00;
}

#content {
	text-align: left;
	width: 760px;
}

#solutionsTabs ul li a div {
	text-align:center;
}

#content .tabContent {
	color: #444;
}

#content .tabContent .ad {
	background: #efe;
	float:right;
	width: 200px;
	margin-left: 40px;
	margin-bottom: 20px;
	border: 1px solid #888;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px; 	
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px; 	
	padding: 5px;
}

#content .tabContent .ad .compare {
	text-align: right;
}

#content .tabContent .ad a {
	color: green;
}

#content .benefits,
#content .bestPlan {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
	font-size: 0.8em;
}

#content .benefits {
	margin-top: 10px;
}

#content .benefits td,
#content .bestPlan td {
	border-top: 1px solid #ccc;
}

#content .bestPlan .price {
	text-align: right;
	background: #ffd;
	padding-right: 30px;
}

#content .bestPlan .highlight,
#content .bestPlan .highlight .price {
	background-color: #dfd;
	font-weight: bolder;
	color: #333;
}
