.prods{
	cursor: hand;
	cursor: pointer;
	background-image: url(images/pbox_psize0.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	height: 14px;
}

.openprods{
	cursor: hand;
	cursor: pointer;
	background-image: url(images/pbox_psize1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #037DC7;
	height: 14px;
}

.prodtitle{
	font-size: 14px;
	font-weight: bold;
	color: #037DC7;
}

td #prods {
	padding-top: 5px;
	padding-bottom: 5px;
}

.subprods{
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	height: 12px;
	background-color: #999999;
	width: 200px;
}

.subprods2{
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	height: 12px;
	background-color: #999999;
	width: 200px;
}

.opensubprods{
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	height: 12px;
	background-color: #037DC7;
}

.tline{
	cursor: hand;
	cursor: pointer;
	background-image: url(images/pbox_tsize0.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	height: 14px;
}

.opentline{
	cursor: hand;
	cursor: pointer;
	background-image: url(images/pbox_tsize1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #037DC7;
	height: 14px;
}

