#compare-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	border-collapse: collapse;
}
#compare-table th
{
	font-weight: normal;
	border-bottom: 1px dashed #69c;
	font-size: 18px; 
	background: #ffffff;
	padding: 12px 15px;
}
#compare-table td
{
	color: #202020;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#compare-table tbody tr:hover td
{
	color: #000;
	background: #dce3f2;
}
#compare-table .odd
{
	background: #f0f0f0; 
}


#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
background:#F0F0F0 none repeat scroll 0 0;
text-align:center;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}


#feature-description
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
#feature-description tbody th
{
	color: #000;
	font-weight: normal;
	border-bottom: 1px dashed #69c;
	font-size: 18px;
	background: #ffffff;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#feature-description td
{
	padding: 10px 15px;
	color: #000;
	border-top: 1px solid #e8edff;
}

#feature-description tr:hover td
{
	color: #000;
	background: #dce3f2;
}
#feature-description .odd
{
	background: #f0f0f0; 
}
