TABLE#specs {
width:100%;
margin-top:20px;
border-top:2px solid crimson;
border-bottom:2px solid crimson;
}
TABLE#specs TD {
border-top:1px dotted #aaaaaa;
padding:2px;
}
TABLE#specs TH {
vertical-align:top;
border-top:1px dotted #aaaaaa;
padding:2px;
}
TABLE#specs TR:hover {
background-color:#eeeeee;
}
TABLE#specs TR.toprow TD {
border-top:none;
}
TABLE#specs TR.toprow TH {
border-top:none;
}
