/*Products tables*/
table.product{
	border-collapse:collapse;
	margin-bottom:12px;
}
table.product td, table.product th{
	border:1px solid #cdd6e1;
	padding:3px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	color:#1f3a51;
}
table.product thead th{
	background-image:url('../images/th_bg.gif');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#2d5a81;
	color:#fff;
	font-weight:bold;
	font-size:12px;

}
table.product .overview{
	color:#8e95a2;
	font-size:10px;
	text-align:center;
}
table.product tr.sub_th td, table.product tr.sub_th th{
	background-color:#e8edf1;
}
table.product tr.sub_th th{
	text-align:left;
	color:#2d5a81;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
table.product th.left_th{
	font-weight:normal;
	text-align:left;
}
table.product td.space{
	border:none;
	width:6px;
	padding:0;
	background-color:transparent !important;
}
.tbl_yes{
	width:20px;
	height:16px;
	background-image:url('../images/yes.gif');
	margin-left:auto;
	margin-right:auto;
}
.tbl_yes_blue{
	width:20px;
	height:16px;
	background-image:url('../images/yes_blue.gif');
	margin-left:auto;
	margin-right:auto;
}
.tbl_yes_orange{
	width:20px;
	height:16px;
	background-image:url('../images/yes_orange.gif');
	margin-left:auto;
	margin-right:auto;
}
table.content_left_aligned td{ text-align:left; }

