body {
	font-family: Verdana,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 77%;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	
	margin: 0px;
	
	color: #444;
	
	display: table-cell;
	/*width: 100%;*/
}

table {
	font: inherit;
	color: inherit;
}

table.plain {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

table.plain td {
	margin: 0;
}

a:link, a:visited {
	color: #2a2;
	text-decoration: none;
}
a:hover {
	color: #2a2;
	text-decoration: underline;
}

table.std {
	border-spacing: 0;
	border-collapse: collapse;
	border: 2px solid #555;
	margin-top: 1em;
	margin-bottom: 1em;
}

table.std th {
	color: #000;
	border-left:  1px solid #555;
	border-right:  1px solid #555;
	border-bottom: 1px solid #555;
	padding-left: 1em;
	padding-right: 1em;
	background: #9f9;
}
table.std td {
	color: #000;
	padding-left: 1em;
	padding-right: 1em;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}


/* .=class, #=id */

/******** Main content *********/

#content {
}
div#content {
	/* Main content margins to browser window */
	margin-left: 10px;
	margin-right: 10px;
}

#content td#first {
	vertical-align: top;
	min-width: 18em;
	
	padding-right: 0.5em;
	
	/*border: 1px solid black;*/
}
#content td#second {
	vertical-align: top;
	min-width: 420px;
	
	padding-left: 1em;
	
	/*border: 1px solid black;*/
}

#content #second a:link, #content #second a:visited {
	color: #2a2;
	text-decoration: none;
}
#content #second a:hover {
	color: #2a2;
	text-decoration: underline;
}

/* Main heading on the product page: */
#content #second h2, #h2std {
	font-size: 170%;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #2a2;
	color: #555;
}
#content #second h2 #type {
	color: #000;
	margin-right: 0.3em;
}

/* Chapter headings ("Description", "Features") */
#content #second h4 {
	margin-bottom: 0.4em;
	margin-top: 1em;
	font-size: 125%;
	color: #000;
}

#content #second p {
	margin-top: 0px;
	margin-bottom: 0.4em;
}

#content #second ul {
	margin-top: 0px;
	margin-bottom: 0.4em;
	
	margin-left: 1.2em;
	
	padding: 0px;
	
	/*list-style-type: disc;*/
	list-style-type: none;
	
}
#content #second ul li {
	background-image: url(/static/icons/wwsmalldot.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0.5em;
	padding-left: 0.85em;
}

#content #second #datasheet {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}
#content #second #datasheet a {
	font-size: 140%;
	font-weight: bold;
}
#content #second #datasheet img {
	border: none;
}

#content #second .floatrightimg {
	float: right;
	margin-left: 1em;
}
#content #second .floatrightimg img {
	border: 1px solid #bbb;
}

#content #second .floatleftimg {
	float: left;
	margin-right: 1em;
}
#content #second .floatleftimg img {
	/*border: 1px solid #bbb;*/
}

#content #publist li {
	margin-bottom: 0.6em;
}

/********* Front page ***********/

#frontpage h2 {
	border-bottom:2px solid #2a2;
}

#frontpage h3 {
	margin-left:5px;
	margin-right:5px;
	border-bottom:1px solid #2a2;
	text-align:left;
}

/********* Double-bordered box with product navigation ***********/

.dboxhdr {
	margin-left: 10px;
	margin-right: 10px;
}

.dboxhdr h1 {
	background-color: #ffffff;
	
	position: relative;
	bottom: -11px;
	display: inline;
	
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	
	color: #2a2;  /* e22 */
	font-size: 1.4em;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	
	/*max-width: 500px;*/
}

.dboxbody {
	padding-top: 0em;
	padding-bottom: 0em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	
	border: 3px double #2a2;
	
	min-width: 180px;
	
	color: #000;
	
	/*display: table-cell;*/
}

.highlight {
	background: #9f9;
	border: 1px solid #7d7;
}

.dboxbody a:link, .dboxbody a:visited {
	color: #000000;
	text-decoration: none;
}
.dboxbody a:hover {
	color: #2a2;
	text-decoration: underline;
}

.dboxbody ul div {
	/* needed for .highlight */
	padding-left: 0.4em;
}

.dboxbody ul {
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	padding-bottom: 0.1em;
	
	margin-top: 0.8em;
	margin-bottom: 0px;
	
	list-style-type: none;
	font-weight: bold;
	line-height: 110%;
}

.dboxbody ul li {
	/* distance between main items */
	padding-top: 0.3em;
	padding-bottom: 0.5em;  
	
	padding-right: 0pt;
	padding-left: 0pt;
	
	margin: 0px;
	
	/*border: 1px solid black;*/
}

.dboxbody ul li ul {
	padding-left: 1.5em;  /* first sublevel left indent */
	padding-bottom: 0.2em;
	
	padding-top:2px;
	
	list-style-type: none;
	font-weight: normal;
	
	margin: 0px;
}

.dboxbody ul li ul li {
	/* first sublevel vertical item distance */
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
}

.dboxbody ul li ul li ul {
	padding-bottom: 0em;
	padding-left: 0.8em; /* second sublevel left indent */
	margin: 0px;
}

.dboxbody ul li ul li ul li {
	/* second sublevel vertical item distance */
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.dboxbody span#count {
	color: #888;
	font-weight: normal;
}

/********* Header/Footer ***********/

#header {
	padding: 10px;
	background: #000;
	white-space: nowrap;
	width: 100%;
	
	/*border-collapse: collapse;*/
	border-spacing: 0px;
	margin: 0px;
	
	border-bottom: 1px solid #555;
}

#footer {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	
	margin-top: 2em;
	
	background: transparent;
	
	border-top: 1px solid #666;
	
	color: #888;
	font-weight: normal;
}

#footer a:link, #footer a:visited {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	color: #2a2;
	text-decoration: underline;
}


/********* Breadcrumb navigation ***********/

#breadcrumbs {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	
	background: #ccc;
	
	border-top: 1px solid #999;
	
	white-space: nowrap;
	/*display: table-cell;*/
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #666;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	color: #191;
	text-decoration: underline;
}

/*
    a:link { text-decoration:none; color:#0000ff; }
    a:visited { text-decoration:none; color:#800080; }
    a:hover { text-decoration:underline; color:#0077ff; }
    a:active { text-decoration:none; color:#ff0000; }
    a:focus { text-decoration:underline; color:#0077ff; }
*/
