/***** TAB NAVIGATION *****/

#navbar {
	background: url(/images/products/header.png) top right no-repeat;
}

.navbar_reflect {
	background: url(/images/products/reflection.gif) top right no-repeat;
}

/***** Definition Lists *****/
dt {
	font-weight: normal;
	font-style: italic;
}

dd {
	margin-left: 2em;
}

dl.nested dt {
	float: left;

	font-weight: normal;
	font-style: normal;
	margin-left: 3em;
	clear: left;
	width: 12em;
}

dl.nested dd {
	margin: 0;
}

dt.header, dd.header {
	text-decoration: underline;
}
