@charset "utf-8";
/* CSS Document */

#specifications {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
width:400px;
}

#specifications h2 {
font-weight:bold;
clear:left;
padding:5px;
width:400px;
font-size:12px;
padding:2px;
background:#CCCCCC;
}

#specifications h4 {
font-weight:bold;
clear:left;
padding:2px;
background:#CCCCCC;
width:400px;
font-size:12px;
}

#specifications dl {
margin-top: -17px;
padding: 0;
border-bottom: 1px solid #000;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

#specifications dt {
position: relative;
left: 0;
top: 1.1em;
width: 190px;
}

#specifications dd {

margin: 0 0 0 190px;
padding: 0 0 0 .5em;
}
