
html
{
}

body
{
}

a 
{
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
}

a:visited
{
	color:#444;
}

.clear
{
	clear: both;
}

.alert
{
	color: #FF3300;
}

h1
{
	font-family: Tahoma;
	font-size: .9em;
	font-weight: bold;
}

#header
{
	font-family: Tahoma;
	font-size: 2em;
	margin-bottom: .5em;
}

#title
{
	font-family: Tahoma;
	font-size: 1.2em;
  margin:0 3% 1em 3%;
}
#specmenu{
float:right;
margin-top:-1.2em;
}

#tabs
{
	font-family: Tahoma;
	font-size: 1.0em;
	margin-bottom: 1em;
}

#tabs span
{
	padding-left: .5em;
	padding-right: .5em;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#content
{
	font-family: Tahoma;
	font-size: 1em;
  width:1000px;
  margin:0 auto;
}

form
{
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Tahoma;
	font-size: 0.9em;
}

div.form_field
{
	clear: both;
	padding-top: .5em;
	padding-bottom: .5em;
}

span.form_label
{
	float: left;
	width: 20%;
	text-align: right;
}

span.form_input
{
	float: right;
	width: 75%;
	text-align: left;
}

#results
{
	margin-top: 1em;
	padding: 1em;
}


#family_status
{
	font-family: Tahoma;
	font-size: 0.8em;
	margin-bottom: .5em;
}

div.troubleshoot_inactive
{
	display: none;
}

div.troubleshoot_active
{
	background-color: #FFCCCC;
}

div.troubleshoot_determined
{
	font-weight: bold;
}

#specsheet {
  margin:50px 10% 20px 10%
}

#specsheet table
{
  border:2px solid black;
}

#specsheet td
{
	font-size: 1em;
	font-family: Tahoma;
}

#specsheet #logo {
  float:right;
}

#specsheet #pn
{
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Tahoma;
}

#specsheet #aliases
{
	padding-left:1.5em;
}

#specsheet #description
{
	font-size: 1.1em;
	border-bottom: 1px dashed #CCCC99;
	padding-bottom: .5em;
	font-family: Tahoma;
}

#specsheet #toprow {
  margin-top:20px;
}

#specsheet #image
{
  float:left;
  margin:0 3% 0 0;
  max-width:40%
  width:40%
}

#specsheet #dimensions
{
	float: right;
  margin:0 0 0 3%;
  max-width:40%;
  width:40%;
}

#specsheet #specifications
{
  margin:20px auto;
  text-align:center;
  width:100%;
}
#specsheet #dimensions_header
{
	text-align: center;
	font-weight: bold;
	font-size: 1em;
  line-height:1.4em;
  background:#000080;
  color:white;
}

#specsheet #notes
{
  font-size:0.75em;
  width:100%;
}

#specsheet #notes ul
{
  list-style-type: none;
}

#specsheet .label_id{
  color:#800000;
}

#specsheet .light{
  background:#EEEEEE;
}

#specsheet .dark{
  background:#CCCCCC;
}

#specfooter {
  float:left;
	font-family: Tahoma;
	font-size: 0.8em;
  margin:0 3% 1em 7%;
}

#nav ul {
margin: 2em 0 0 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#nav ul li {
display: inline;
}
#nav ul li a {
font-family: Tahoma;
font-size: 10pt;
text-decoration: none;
padding: .15em 1em;
color: #000;
background-position:0 -450px;
background-image:url("../images/grade.gif");
background-repeat:repeat-x;
border:1px solid #CCCCCC;
}
#nav ul li a:hover {
color: #fff;
}


