/*
	ds.css
*/
body {
	font-size:0.7em;
	font-family:'Franklin Gothic', Tahoma, Verdana, sans-serif;
}
*	{margin:0; padding:0;}
h2{ font-size:1.8em; color:blue;}
h3{ font-size:1.0em; color:blue;}

/* main layout controls */
body {
	width:650px;
	margin-left:60px;
	margin-right:40px;
}

div.Lpane	{width:300px;	float:left;}
div.Rpane	{width:300px;	margin-left:340px;}
div.clearBox	{clear:both; height:1px;}

/* detailed layout contorls */
@media print	{
	div.pageBreak {display:block; page-break-before:always; margin-bottom:30px;}
	img#banner {margin-top:0px; margin-left:-2px;}

}
@media screen	{
	div.pageBreak	{display:none;}
	img#banner {margin-top:15px; margin-left:-2px;}

}
/* =========================*/
p, ul{
	margin-bottom:10px;
}
h2{border-bottom:2px solid #cacaca; margin-bottom:15px;}
h3{background: url(icons/b3.png) no-repeat 0 0; padding-left:13px; margin-bottom:5px;}

/* img#banner {margin-top:15px; margin-left:-2px;} */
div.wrapper	{margin-bottom:30px;}
p#t1{font-size:2.5em; color:red; font-weight:bold; margin:0;}
p#t2{font-size:1.8em; color:blue; font-weight:bold; margin:0;}
#feature {float:left;}
#feature li{
	list-style:none;
	background: url(icons/b1.png) no-repeat 0 0;
	margin-left:3px;
	padding-left:20px;
	padding-bottom:5px;
	color:blue;
	font-size:1.2em;
}
div.specs p{
	margin-bottom:3px;
	margin-top:3px;
	font-weight: bold;
}

div.specs ul li{
	font-weight:normal;
	list-style:none;
	background: url(icons/b2.png) no-repeat 0 0;
	margin-left:3px;
	padding-left:15px;
}

/* 
	css for pin assignment
*/
#DB9M {background: url(images/DB9M.png) no-repeat bottom center;}
#DB9F {background: url(images/DB9F.png) no-repeat bottom center;}
#DIP8 {background: url(images/DIP8_3.jpg) no-repeat bottom center;}
#se110s-j1 {background: url(images/HD10.jpg) no-repeat bottom center;}
#se110s-j2 {background: url(images/HD14.jpg) no-repeat bottom center;}

caption{
	font-size: 1.2em;
	font-weight: bold;
}
div.pins {
	float: left;
	padding-bottom: 50px;
	margin-right: 15px;
}
table.pins {
	font-size:1.0em;
	text-align: center;
}
table.pins td, table.pins th{
	padding-right:3px;
	padding-left:3px;
}
table.pins th{
	padding-bottom:2px;
	padding-top:2px;
}
table.pins th{color:#FFFFFF;}
table.pins th{background-color:#329A61;}
table.pins tr.nor{background-color:#CDE4C4;}
table.pins tr.alt{background-color:#9AC532;}

/* 
	css for pin assignment, for SE-100M, WE-200M
*/

#pin0115{float:left;}
#pin0115, #pin1630{
	font-size:0.9em;
	border-collapse: collapse;
}
#pin0115 td, #pin1630 td{
	border: 1px solid black;
	text-align: center;
	padding-left:2px;
	padding-right:2px;
}
