/*
 * $Id: listing.css,v 1.4.4.1 2008/04/28 16:44:16 ctandy Exp $
 * 
 * Listing related styles
 */

#listings { 
}
.listing { 
    border: 1px solid black;
    margin-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
    width: 100%;
}

.listing * {
	color: #000000;
}

.listing td { 
    vertical-align: top;
}

.buttons a {
	float: left;
	margin-left: 5px;
}