/* Styles for product catalog sub-sections */
#breadcrumbs {
	position:absolute;
	top:60px;
	left:225px;
	width: 500px;
	text-transform:uppercase;
}
#breadcrumbs .link{
	letter-spacing:1px;
}
#breadcrumbs SPAN.link{
	color:#999999;
}

#dataDiv {
	width:500px;
	height:260px;
	overflow:auto;
	padding-right:10px;
}

#dataTables {
	width:100%;
	font-size:9px;
	cursor:default;
}
#dataTables TD {
	padding:3px 5px;
}
#dataTables TD.td_header {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	color:white;
}
#dataTables TD.border,#dataTables TD.underdash {
	border-left:solid 1px;
}
#dataTables TD.underdash {
	border-bottom:dashed 1px;
}
#dataTables TD.nopad {
	padding:0px;
}
#dataTables A {
	font-size:9px;
	text-decoration:none;
	cursor:default;
}

#other {
	width:180px;
	height:50px;
}

#footnote {
	position:absolute;
	top:410px;
	left:225px;
	white-space:nowrap;
	padding:5px;
	color:#999999;
}

INPUT.clickField {
	margin:0px 0px 0px 10px;
	width:10px;
	height:10px;
}
INPUT.field {
	width:100px;
	height:16px;
	margin-right:0px;
}
#submit1,#submit1_over,#submit1_down {
	margin:-3px -5px;
}
.radio {/*anchor tags surrounding radio buttons & their label text*/
	color:#07397C;
	text-decoration:none;
}
