.orderButton a {
}
.orderButton a:hover {
}
.orderText a {
	color: #666666;
	text-decoration: none;
}
.orderText {
	margin-top: 5px;
	margin-bottom: 0px;
}
.orderText a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#categorytable {
}
#categorytable .topInnerCells {
	padding: 10px 10px 5px 10px;
	background: url(../img/bg-categories-cell-top.gif) no-repeat center top;
}
#categorytable .middleInnerCells {
	padding: 0px 10px;
	background: url(../img/bg-categories-cell-middle.gif) repeat-y center;
}
#categorytable .bottomInnerCells {
	height:25px;
	padding: 2px 10px 0px;
	background: url(../img/bg-categories-cell-bottom.gif) no-repeat center bottom;
}
.orderButton {
	float:right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#categorytable .middleCells {
}
#categorytable .middleInnerCells h2 {
	font-size: 11px;
	line-height: 12px;
	text-align:center;
}

