.categoryBox
{
    position: relative;
/*
    background-image: url(images/usedprice-category_gradient.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
*/
    border: 1px solid #CFCFCF;
    width: 48%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    line-height: 16px;
}

.categoryBoxHeader
{
    position: relative;
    top: -1;
    display: block;
    width: 100%;
    background-image: url(images/usedprice-categorybox_header_gradient.gif);
    background-repeat: repeat-x;
    cursor: hand; /* WHY DOES IE6 SUCK SO BAD? */
}

.categoryBoxHeader img
{
    border: 0;
}

.categoryBoxFooter
{
    background-color: rgb(240,240,240);
    border-top: 1px solid #D4D4D4;
    padding: 2px;
    padding-left: 5px;
    clear: both;
}

ul
{
    list-style-type: none;
    margin: 10px;
    margin-left: 17px;
    margin-top: 6px;
    height: 95px;
}

li
{
	padding-left: 13px;
	background-image: url(images/usedprice-blue_bullet.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
}
