.itembox {
    margin:   0px;
    padding: 0px;
    background-color:#fff;
	margin-left:4px;
	width:194px;
	overflow:hidden;
	margin-bottom:4px;
}
.boxtop {
    margin: 0;
    padding: 0;
	height: 11px;
	background:  url("../images/topbox.gif");
    background-repeat: no-repeat;
    background-position: left top;
	overflow:hidden;
}
.boxbody {
    padding: 0 5px 0 5px;
    background:  url("../images/bodybox.gif");
	background-repeat:repeat-y;
    background-position: left ;
    color: #FFFFFF;
	height:auto;
	margin: 0;
}
.boxbottom {
    margin: 0px;
    padding: 0px;
	height: 8px;
	background:  url("../images/bottombox.gif");
    background-repeat: no-repeat;
    background-position:  top left;
	overflow:hidden;
}
