@charset "utf-8";

@import url(/common/css/lohasmedical.css);

#comments{
/*display:block!important;*/
}
.comments-open{
/*display:block!important;*/
}

#matrix{
	display: block;
}
#matrix table{
	width: 950px;
}
#matrix table caption{
	text-align: center;
	background: url(/news/images_common/matrix_caption_bg.gif) repeat-x 0px 0px;
}
#matrix table th,
#matrix table td{
	border-left: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	font-size: 0;
}

#matrix table td.hollow,
#matrix table th.headCategoryMedical,
#matrix table th.headCategoryCare,
#matrix table th.headCategoryPharmaco{
	width: 81px;
	border-left: none;
	text-indent: -9999px;
	background:  no-repeat 0px 0px;
}
#matrix table th.headCategoryMedical{
	background: url(/news/images_common/matrix_cat_medical.gif) repeat-x 0px 0px;
}
#matrix table th.headCategoryCare{
	background: url(/news/images_common/matrix_cat_care.gif) repeat-x 0px 0px;
}
#matrix table th.headCategoryPharmaco{
	background: url(/news/images_common/matrix_cat_pharmaco.gif) repeat-x 0px 0px;
}
#matrix table td.hollow{
	background: url(/news/images_common/matrix_hollow_bg.gif) repeat-x 0px 0px;
}
#matrix table td a{
	overflow: hidden;
	display: block;
	width: 78px;
	height: 24px;
	text-indent: -9999px;
	background: url(/news/images_common/matrix_link.gif) no-repeat 0px 0px;
}
#matrix table td a:hover{
	background-position: 0px -50px;
}

/* These classes are used by the script as rollover effect for table 1 and 2 */

#matrix table .tableRollOverEffect td a,
#matrix table .tableRollOverEffect th{
	background-position: 0px -25px;
}
#matrix table .tableRollOverEffect td a:hover{
	background-position: 0px -50px;
}

