h1 {
	font-weight: normal;
	color: #1F1F1F;
	line-height: 1.3em;
	margin: 0 0 15px 0;
}
h1 em {
	color: #E65F23;
	font-style: normal;
}
h1 em strong {}

div.table-caption {
	color: #393939;
	font-size: 14px;
	margin: 0 0 5px 0;
}


div.compare-con {
	position: relative;
	background: url('/images/skin200807/compare/table-bg.gif') repeat-y;
	padding: 8px 6px 14px 6px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	min-width: 595px;
	width: auto !important;
	width: 595px;
}
div.compare-con div.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 595px;
	height: 8px;
	background: url('/images/skin200807/compare/table-header.gif') no-repeat;
}
div.compare-con div.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 595px;
	height: 14px;
	background: url('/images/skin200807/compare/table-footer.gif') no-repeat;
}

div.compare-con table th {
	text-align: left;
	font-weight: normal;
	color: #3C3C3C;
}
div.compare-con table th,
div.compare-con table td {
	padding: 11px 0 11px 8px;
}
div.compare-con table td {
	color: #888888;
}
div.compare-con table tr.header {
	background: url('/images/skin200807/compare/table-header-bg.gif') repeat-x;
	position: relative;
}
div.compare-con table tr.header th {
	border-left: 1px solid #D1D1D1;
	padding-top: 5px;
	font-size: 14px;
	width: 90px;
}
div.compare-con table tr.header th {}
div.compare-con table tr.header th.first {
	width: 179px;
	border-left: 0;
}
div.compare-con table tr.header th.dt {
	color: #48A13D;
	font-weight: bold;
}
div.compare-con table tr.header th.dt div.best-value {
	position: absolute;
	z-index: 200;
	top: 5px;
	right: 17px;
	width: 43px;
	height: 36px;
	background: url('/images/skin200807/compare/best-value.png') no-repeat;
}
div.compare-con table tr.header th.dt div.best-value, {
	top: -2px;
	right: -2px;
}
* html div.compare-con table tr.header th.dt div.best-value {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/skin200807/compare/best-value.png');
}

div.compare-con table tr.body {}
div.compare-con table tr.body th {}
div.compare-con table tr.body td {
	border-left: 1px solid #D1D1D1;
}
div.compare-con table tr.body td.dt {
	color: #000000;
}

div.compare-con table tr.body td.dt.smile {
	padding-top: 0;
	padding-bottom: 0;
}
div.compare-con table tr.body td.dt div.smile {
	width: 23px;
	height: 23px;
	background: url('/images/skin200807/compare/smiley.png') no-repeat;
}
* html div.compare-con table tr.body td.dt div.smile {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/skin200807/compare/smiley.png');
}

div.compare-con table tr.odd th,
div.compare-con table tr.odd td {
	background: #EDEDED;
}
div.compare-con table tr.even th,
div.compare-con table tr.even td {
	background: #FFFFFF;
}

div.compare-con table tr.odd td.dt {
	background: #CBEFC3;
}
div.compare-con table tr.even td.dt {
	background: #D8FCD2;
}

div.compare-con table tr.footer td,
div.compare-con table tr.footer th {
	background: #EDEDED;
}
div.compare-con table tr.footer th {
	color: #000000;
	font-size: 16px;
	font-transform: uppercase;
}
div.compare-con table tr.footer th {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
div.compare-con table tr.footer th small {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
div.compare-con table tr.footer td {
	font-size: 22px;
	color: #303030;
	border-left: 1px solid #D1D1D1;
}
div.compare-con table tr.footer td sup {
	font-size: 12px;
}
div.compare-con table tr.footer td.dt {
	background: #CBEFC3;
}
div.compare-con table tr.footer td.dt div.total {
	position: absolute;
	z-index: 200;
	/* bottom: 5px; */
	margin-top: -35px;
	left: 490px;
	width: 122px;
	height: 72px;
	background: url('/images/skin200807/compare/total.png') no-repeat;
}
* html div.compare-con table tr.footer td.dt div.total {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/skin200807/compare/total.png');
}


h2 {
	font-weight: normal;
	font-size: 22px;
}

ul.apps-desc {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	color: #6D6D6D;
}
ul.apps-desc h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}
ul.apps-desc li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 45px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.4em; 
	background: url('/images/skin200807/compare/check.gif') 12px 8px no-repeat;
}

div.punchline {
	font-size: 22px;
	color: #387D1A;
}
div.punchline strong {
	color: #000000;
}
