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

#solutionsTabs {
	border: 1px solid #aaa;
	background: #ccc; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ccccccc');
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top,  #eee,  #ccc);
	height: 44px;
	font-family: Verdana,Arial,sans-serif;
	margin-bottom: 30px; 
}

#solutionsTabs img {
	border: 0;
}

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

#solutionsTabs ul li {
	background: #eee;
	text-align: center;
	float: left; 
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#solutionsTabs ul li a {
	text-decoration: none;
	color: #444;
	font-size: 1.1em;
	display: block;
	outline:none;
}

#solutionsTabs ul li p {
	margin: 0;
	padding: 0;
}

#solutionsTabs ul li.active {
	background: #ffd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffdd', endColorstr='#ffffff');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd), to(#fff));
	background: -moz-linear-gradient(top,  #ffd,  #fff);
	border-bottom: 2px solid #fff;
}

#content .tabContent {
	font-size: 14px;
	line-height: 21px;
	color: #444;
}

#content h2 {
	color: #000;
}

#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;
}
