/******************************************************************************
   Specific styles for spec pages.
******************************************************************************/

body.products_specs #content_inner_inner {
	padding-top: 18px;	/* overrides a default. */
}

#tabWrapTable {
	border-bottom: solid 2px #89a49b;
	width: 100%;
}
#tabWrapTable td.rightTd {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 5px;
}
#tabWrapTable #printerDiv {
	padding-right: 3px;	/* hack */
}
#tabWrapTable #tabTable td {
	vertical-align: bottom;
	padding: 0px 2px;
}
#tabWrapTable #tabTable td a:link,
#tabWrapTable #tabTable td a:visited,
#tabWrapTable #tabTable td a:hover {
	display: block;
	background-color: #b1cbc2;
	color: #4c4c4c;
	font-weight: bold;
	padding: 2px 12px;
	text-decoration: none;
}
#tabWrapTable #tabTable td.selected a:link,
#tabWrapTable #tabTable td.selected a:visited,
#tabWrapTable #tabTable td.selected a:hover {
	background-color: #89a49b;
	color: black;
	padding: 4px 12px;
}

#specMainTable {
	width: 100%;
}
#specMainTable tr {
	vertical-align: top;
}
#specMainTable td#col1 { padding-top: 18px; }
#specMainTable td#col5 { padding-top: 18px; }
#specMainTable td#col1 { width: 189px; }
#specMainTable td#col2 { width: 18px;  } /* gutter */
#specMainTable td#col4 { width: 18px;  } /* gutter */
#specMainTable td#col5 { width: 160px; } /* where to buy link */
#specMainTable td#col5 { text-align: right; }

#specMainTable .specDottedLine {
	margin-top: 18px;
	border-top: dashed 1px #333333; /* was slightly different for some reason */
}

#specMainTable #featureBlock {
	margin-top: 18px;	/* collapses with inner <p>s' margins */
	padding-bottom: 18px;
	border-bottom: solid 1px #333333; /* was slightly different for some reason */
}

body.products_specs p.model_number {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}

/* accessories & replacement parts SKUs */
body.products_specs_parts .dataTableOpen td.first {
	width: 65%;
	border-right: 1px solid #e2f0eb;
}


