
#categoryItems{
width: 600px;
float: left;
display: inline;
}

#categoryItems h2{
padding: 10px 10px 0 12px;	
background: url('../images/flat_green_bar_noarrow.gif') top left;
height: 24px;
width: 580px;
float: left;
display: block;
}

.categoryItem {
margin: 15px 5px 0 5px;	
width: 190px;
float: left;
display: inline;
}

.categoryItem  img{
border: 1px solid #d3d3d3;
margin: 0 0 10px 0;
}

.categoryItem  dl {
font-size: .85em;
line-height: 1.2em;
float: left;
}

.categoryItem  dt{
font-weight: bold;
color: #333;
margin-right: 10px;
float: left;		
}

.categoryItem dd{
width: 136px;
color: #333;
float: left;
}

.categoryItem dd div{
width: 126px;
float: left;
display: block;		
}

.categoryItem  dd a{
color: #5d902a;
font-size: .85em;		
}

.categoryItem  dd .categoryItemType{
color: #7E7E7E;
font-size: .75em;		
}


