/***********************************************************
details.css - products and applications
**********************************************************/
.main .colA {
	float: left;
	width: 425px;
	_width: 420px;
	*width: 420px;
}
.main .colA h2 {
	border-bottom: 1px solid #E1E1E1;
	color: #5A8DB8;
	font-size: 1.6em;
	font-weight: bold;
	margin: 1em 1.5em 0.7em 1em;
	padding: 0 0 0.3em 0;
}
.main .colA h3 {
	background: url(../img/arrow.small.corner.gif) no-repeat 10em 0.3em;
	color: #0B426B;
	font-size: 1.2em;
	margin: 2em 0 0.7em 0;
}
.main .colA ul { float: left; }
.main .colA ul li {
	float: left;
	border-right: 1px solid #EEEEEE;
	text-align: center;
	padding: 1em;
}
	.main .colA ul li span {
		color: #0B426B;
		font-size: 1.1em;
		display: block;
		width: 7em;
	}

.main .colB {
	float: left;
	width: 280px;
}
.main .colB h1 {
	font-size: 2.2em;
	color: #0F3F63;
	font-weight: bold;
	margin-bottom: 0.2em;
	line-height: 1.1em;
}
.main .colB h4 {
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
	letter-spacing: 1px;
}
.main .colB #download {
	background: url(../img/btn.download.catalog.gif) no-repeat;
	font-size: 1.1em;
	line-height: 42px;
	width: 280px;
	font-weight: bold;
}
	.main .colB #download a {
		display: block;
		color: #0F3F63;
		width: 230px;
		height: 36px;
		padding-left: 5em;
	}
.main .colB .description {
	/*border-top: 1px solid #eeeeee;*/
}
	.main .colB .description h2 {
		border-top: 1px solid #E1E1E1;
		border-bottom: 1px solid #E1E1E1;
		font-size: 1.4em;
		color: #5A8DB8;
		line-height: 1.4em;
		margin: 0.8em 0;
		padding: 0.7em 0;
	}
.main .colB .highlights span {
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: 0.8em;
}
.main .colB .highlights ul { margin-bottom: 2em; }
.main .colB .highlights ul li {
	background: url(../img/bullet.blue.gif) no-repeat 0 5px;
	color: #666666;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0 0 0.6em 1.1em;
}


/****** product details subnav *******/
ul#details {
	width: 159px;
}
ul#details li { border-bottom: 1px solid #E2E2E2; }
	ul#details li.double.last { border-bottom: none; }
	ul#details li.header { border-bottom: none; }
ul#details li h2 {
	color: #666666;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1em 0 0 1em;
}
ul#details li a {
	color: #5A8DB8;
	font-size: 1.1em;
	line-height: 1.3em;
	height: 19px;
	padding: 8px 0 0 1.1em;
	display: block;
}
	ul#details li a.active,
	ul#details li a:hover {
		background: url(../img/details.subnav.over.gif) no-repeat 0 bottom;
		color: #154462;
		text-decoration: none;
		border: 0;
	}
ul#details li.double a {
	height: 33px;
}