
.PlainText
{
	font-size:12px;
	font-family:Tahoma;
}

a.Linkstyle:link { color: blue; text-decoration: none }
a.Linkstyle:active { color: blue; text-decoration: none }
a.Linkstyle:visited { color: blue; text-decoration: none }
a.Linkstyle:hover { color: red; text-decoration: underline }


/* ---------- the specification tables look -------------- */
table.Specs
{ width: 500px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
}

td.SpecsH1
{ background-color: #5353b7;
border: 1px #000000 solid;
font-family: Tahoma;
font-weight: bold;
font-size: 12px;
color: #FFFFFF; }

td.SpecsH2
{ background-color: #FFFFFF;
font-family: Tahoma;
font-weight: bold;
font-size: 12px;
color: #000000; 
border-bottom: 1px #5353b7 dotted;
}

td.SpecsH3
{
background-color: #FFFFFF;
font-family: Tahoma;
font-weight: bold;
font-size: 12px;
color: #FF0000; 
border-bottom: 1px #5353b7 dotted;
}

td.Specs
{ border-bottom: 1px #5353b7 dotted;
text-align: left;
font-family: tahoma;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }


/* ---------- the dimension tables look -------- */
table.Dims
{ width: 500px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
}

td.DimsH1
{ background-color: #5353b7;
border: 1px #000000 solid;
font-family: Tahoma;
font-weight: bold;
font-size: 12px;
color: #FFFFFF; }

td.DimsH2
{ background-color: #FFFFFF;
font-family: Tahoma;
font-weight: bold;
font-size: 12px;
color: #000000; 
border-bottom: 1px #5353b7 dotted;
}

td.Dims
{ border-bottom: 1px #5353b7 dotted;
text-align: left;
font-family: tahoma;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

