TABLE#listing {
width:100%;
empty-cells:show;
border-spacing:0px;
border-bottom:2px solid crimson;
}
TABLE#listing TH {
border-top:1px dotted #aaaaaa;
padding:2px;
vertical-align:top;
}
TABLE#listing TD {
border-top:1px dotted #aaaaaa;
padding:2px;
}
TD.thumb {
text-align:center;
padding-bottom:0px;
}
TD.thumb IMG {
width:64px;
height:64px;
margin-top:2px;
}
TABLE#listing TR:hover {
background-color:#eeeeee;
}
TABLE#listing TD.hr:hover {
background-color:white;
}
.order {
text-transform:uppercase;
font-weight:bold;
margin-left:10px;
border:1px outset crimson;
font-size:10px;
padding-left:2px;
padding-right:2px;
background-color:#eeeeee;
}
.order:hover {
background-color:white;
}
.swatch {
border:1px outset black;
height:10px;
width:10px;
float:left;
margin-right:4px;
margin-top:1px;
}
TABLE#listing TR.top TD {
border-top:2px solid crimson;
}
TABLE#listing TR.top TH {
border-top:2px solid crimson;
}
