@charset "utf-8";
/* CSS Document */

a { color:#996600; }
a:hover, a:active { color:#663300; }

#listings { width:454px; margin:0; padding:0; font:normal 9pt/13pt arial,helvetica,sans-serif; }
#listings li { display:block; width:410px; padding:20px; background-color:#ECEDEC; border:2px solid #AAA; margin-bottom:8px; }
#listings li.even, #listings li:nth-child(even) { background-color:#F1EFE6; }
#listings li li { background-color:transparent !important; width:auto; padding:0; border:0 none; }

#listings h3 { margin:0; font-size:12pt; font-weight:bold; color:#532711; }
#listings h3 a { color:#532711; text-decoration:none; }
#listings a img { border:0 none; }
#listings p { margin:0; }
#listings li img { float:left; margin:1em 10px 10px 0; }

#listings li .specs { float:left; margin:1em 0 0.5em; padding:0; width:195px; }
#listings li ul { margin:0 0 10px; padding:0; }
#listings li ul.desc { font-style:italic; margin:0; padding-left:16px; list-style:outside disc; }
#listings li ul.desc li { display:list-item; }
#listings li p.contact { clear:both; }

del {
    color: red;
}
del span {
    color: black;
}

.red_highlight {
    color:  red;
    font-weight: bold;
}