
#header { height: 90px;}

#main, #bread {
	float: left;
	display:inline;
	clear: left;
	width: 760px;
	padding: 0 10px;
	/*margin: 0 10px;*/
}
#main { /*padding: 0;padding: 10px 0 5px 0;*/ }
#bread {
	font-size: 80%;
	font-weight:700;
	line-height: 22px;
	border-top: 1px solid #ccc;
}
#bread a { color: #000; font-weight:normal; }
#bread a:hover { text-decoration: none; font-weight:normal; }

/* Teaser Thumbnail List */
div.prodrow { border-bottom:none; }
div.prodmore { clear:left; text-align: right; margin:0 0 20px 5px; font-size:70% }

.desc { width: 180px; }
.wrapperprod { margin: 10px 0; }
.prod { width: 60px; }
.prdesc { width: 128px; font-size: 90%; margin-left: 5px; }
.prdesc a { color: #94B4D8; }
.prdesc a:hover { text-decoration: none; }
.prdesc p { margin:0; padding:0;}

.left { width: 230px; }
.right { width: 245px; }

.longleft ul{
	list-style-type:square;
	line-height:normal;
	font-size:.8em;
	margin-left:25px;
}
.longleft ul li {margin:0 0 10px 0;}


.longright { float: left; width: 490px; }
.shortleft { float: left; width: 260px; /*margin-right: 10px;*/ }

.c2 { margin: 10px 0 20px 0; }
.c3 { padding :15px; margin: 10px 0 20px 0; }
.c4 { background-color:#FFE0B2; font-size: 95%; color:#000; line-height: 1em; padding :10px; margin: 20px 0 20px 0; }

/* Crossreference Table */
table#cross {
	width: 100%;
	/*font-family: "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #000;
	padding: 0;
	border: 1px solid #ccc;
	margin-top: 5px;
}
table#cross td {
	text-align: center;
	white-space:nowrap;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
th.blank { background-color: #fff; }
th.col {
	width: 105px;
	height: 22px;
	background-color: #3571b4;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 3px 0 3px 3px;
}
th.col a { color: #fff; text-decoration: none; }
th.col a:hover { text-decoration: underline; }
th.rowmed {
	background-color: #95B8DF;
	text-align: center;
	padding: 3px 0;
	border-right: 1px solid #fff;
}