/*Spec Table on Products only*/

#techspecsTab table {
	margin-bottom: 0px;
}

#techspecsTab table tr td {
	padding: 4px; 
	vertical-align: top;  
	text-align: left; 
	border-bottom: solid #cccccc 1px;
}

#techspecsTab table tr:first-child td,
#techspecsTab table tr.head td {
	 background-color: #dbdbdb;
}

#techspecsTab table tr td:first-child {
	font-weight: bold;
}

#techspecsTab table table tr td {
	padding: 0px; 
	border-bottom: none;
}

#techspecsTab table table tr td:first-child {
	font-weight: normal; 
	background-color: transparent;
}

#techspecsTab table table tr:first-child td {
	 background-color: transparent;
}

/*Global tables*/
table tr td {
	padding: 4px; 
	vertical-align: top;  
	text-align: left; 
	border-bottom: solid #cccccc 1px;
}

table {
	margin-bottom: 17px;
}

table tr:first-child td {
	 background-color: #dbdbdb;
	 font-weight: bold;
}

table tr td:first-child {
	font-weight: bold;
}


/*Plain table - global*/
table.plainTable tr td {
	padding: 4px; 
	vertical-align: top;  
	text-align: left;  
	/*border: none;*/
}

/*table.plainTable {
	margin-bottom: 5px;
}*/

table.plainTable tr:first-child td {
	background-color: transparent;
	font-weight: normal;
}

table.plainTable tr td:first-child {
	font-weight: normal;
}

table.plainTable tr {
	border-bottom: 1px solid #cccccc;
}

/*Plain table - table with no formatting at all - gloabl*/
table.blankTable tr td,
table.blankTable tr:first-child td,
table.blankTable tr td:first-child
 {
	padding: 4px; 
	vertical-align: top;  
	text-align: left;  
	border: none;
	background-color: transparent;
	font-weight: normal;
}




.accordion .content table.plainTable:last-child tr, 
.prod-tables .content table tr:last-child td {
	border-bottom: none !important;
}

.nobold, td.nobold, #techspecsTab table tr td:first-child.nobold {
	font-weight: normal;
}

.news-teaser a {
	text-decoration: none;
	color: #336699;
}

.news-teaser a:hover {
	text-decoration: none;
	color: #003b78;
}

.news-teaser p {
	line-height: 1.4;
}

/* .meta-description {
	margin-bottom: 5px;
} */

.lpPoweredBy, .lpEmtStarRating {
	display: none;
}

.lpStaticButtonTR img {
	width: 100%;
}


/* Formatting for Fluke News Plus */
.fnpDivRight {
	width: 200px; 
	float: right; 
	margin-left: 20px; 
}

.fnpDivRight p {
	font-size: 80%;
}

.fnpDivRight img {
	border: 1px solid #dddddd;
}

.fnpDivRight p.quoteBlock {
	border-top: 1px solid #222222; 
	border-bottom: 1px solid #222222; 
	font-style: italic; 
	text-align: center; 
	font-size: 15px; 
	padding: 8px; 
	line-height: 1.5;
}
