﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
.header a.logo img {
	border:0;
}
.header ul.utilMenu,
.search,
.tagCloud,
.contactFormContainer,
ul.globalNav,
.localMenu,
.topCarouselMenu,
.carouselContainer,
.carousel,
.comapareOptions,
.footer .langLink,
.footer .footerCol,
.tooltip-arrow,
.tooltip-container,
#aboutus-layer,
.show-comparison {
	display:none;
}
.footer .footerTxt {
	font-size:x-small
}
.learnMore img {
	display:block;
	margin-top:10pt;
}
dl.showHideList dt {
	font-weight:bold;
}
dl.showHideList dd {
	margin:0 0 20pt 0;
}
p.abstract {
	font-weight:bold;
}
h1 {
	font-size:20pt;
}
h4 {
	font-size:12pt;
}
h5 {
	font-size:10pt;
}
table.comparisonTable{
	width:100%;
}
table.comparisonTable {
	border:1px gray solid;
/*	page-break-after:avoid;
	page-break-before:always;
	page-break-inside:avoid;*/
}
/*table.comparisonTable caption {
	text-align:left;
	font-weight:bold;
	padding:5pt 10pt;
}*/
table.comparisonTable td,
table.comparisonTable th {
	border-bottom:1px gray solid;
	border-right:1px gray solid;
	padding:5pt 10pt;
	vertical-align:top;
	/*page-break-after:avoid;*/
}
table.comparisonTable thead td {
	font-weight:bold;
}
table.comparisonTable thead td .tableHeaderInfo,
table.comparisonTable .more-info {
	display:none;
}
table.comparisonTable caption{
	font-weight:bold;
}
table.comparisonTable th{
	text-align:left;
}
table.comparisonTable a{
	text-decoration:none;
	color:#000;
}
.comparedThumbs .inner-wrapper .positive div,
.comparedThumbs .inner-wrapper .negative div{
	display:block;
}
.comparedThumbs .inner-wrapper{
	padding:10px 0 100px;
}
.comparedThumbs span{
	display:block;
}
.comparedThumbs .positive{
	width:50%;
	float:left;
}
.comparedThumbs .negative{
	width:50%;
	float:left;
}

/*-------------------comparisons-----------------------*/
.comparisons .introTxt {
	padding:0 340px 0 40px;
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:130px;
	border-bottom:1px #e1e2e2 solid;	
}

/*compareThumbs result*/
.comparedThumbs {
	/*background-color:#f7f7f7;*/
	font-size:0.92em;
	margin:0 25px 10px 25px;
	padding:0 0 5px 0;
	/*background-image:url('../Images/CssImg/comparedThumbsBkgBottom.png');
	background-position:50% 100%;
	background-repeat:no-repeat;*/
	display:block;
	page-break-after:always;
}
.comparedThumbs .inner-wrapper{
	border-right:solid #e1e2e2 1px;
	border-left:solid #e1e2e2 1px;
	padding:6px 0 0;
	/*background:url(../Images/CssImg/vertical-sep.png) repeat-y 50% 0;*/
	height:auto !important;
}
.comparedThumbs span{
	display:inline-block;
	margin-right:10px;
	float:left;
}
.comparedThumbs .indicator{
	
}
.comparedThumbs .positive .indicator{
	background-position:0 0;
}
.comparedThumbs .negative .indicator{
	background-position:-13px 0;
}
.dataTables_wrapper{
	clear:both;
}
.comparedThumbs .positive{
	background-image:url(../Images/CssImg/vote-positive.gif);
}
.comparedThumbs .negative{
	background-image:url(../Images/CssImg/vote-negative.gif);
}
.comparedThumbs .positive,
.comparedThumbs .negative{
	float:left;
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:9px 0;
	min-height:20px;
}
.comparisons table th,
.comparisons table td {
	font-size:0.92em;
	padding:7px 10px;
	border-left:1px #e1e2e2 solid;
	border-top:1px #e1e2e2 solid;
}
.comparisons table th.first,
.comparisons table td.first {
	border-left:0;
}
.comparisons table th.last,
.comparisons table td.last {
	display:none;
}
.comparisons table td.last{
	width:75px !important;
}
.comparisons table tbody td.last{
	padding:0;
}
.comparisons table td.last div{
	float:left;
	width:35px;
	text-align:center;
	height:15px;
	position:relative;
}
.comparisons table thead th {
	/*background-color:#f8f7f7;*/
	font-weight:bold;
	color:#4a4949;
}

.js .comparisonTable .voting span,
.js .comparedThumbs .indicator{
	background-image:url(../Images/CssImg/vote-sprite.gif);
	background-repeat:no-repeat;
	display:block;
	background-image:url(../Images/CssImg/vote-sprite.gif);
	background-repeat:no-repeat;
	width:13px;
	height:12px;
	overflow:hidden;
	float:left;
}
.comparisonTable .desc p{
	margin:0;
}
.js .comparisonTable .voting{
	display:inline-block;
}
.js .comparisonTable .voting span{
	float:left;
	cursor:pointer;
	position:absolute;
	
}
.comparisonTable .vote-positive span{
	background-position:0 0;
	top:5px;
	left:13px;
}
.comparisonTable .vote-positive span.selected{
	background-position:0 -12px;
}
.comparisonTable .vote-negative span{
	background-position:-13px 0;
	top:5px;
	left:5px;
}
.comparisonTable .vote-negative span.selected{
	background-position:-13px -12px;
}
.comparisons .company-filter-table{
	margin-top:10px;
	margin-left:0;
}
.company-filter-table tbody td{
	border:none;
	padding:0 0 5px !important;
	font-size:1em;
	width:33%;
}
