.ofContainer {
	margin-top: 20px;
	width: 750px;
	border: 1px solid #555;
	font: 10pt Verdana, Helvetica, Sans-Serif;
	
}

.ofTable {
	width: 750px;
	border-collapse: collapse;
	border: 2px solid #FFF;
}

.ofTitle {
	color: #FFF;
	font-weight: bold;
	background: #7597FF;
	border: 2px solid #FFF;
}

.ofTitle td {
	border: 1px solid #FFF;
}


.ofCategory {
	background: #FFDCA8;
}

.ofCategory td a {
	color: #555;
	text-decoration: none;
}

.ofCategory td a:hover {
	color: #777;
	text-decoration: underline;
}

.ofItemRow td {
	background: #CCE0FF;
	font-size: 10pt;
	border: 1px solid #FFF;
}

.ofItemRow td a {
	color: #000;
	text-decoration: none;
}

.ofItemRow td a:hover {
	color: #777;
	text-decoration: underline;
}

.ofNumber {
	text-align: right;
	padding-right: 7px;
}

.ofBuy input {
	border: none;
}

.ofDetails img {
	border: none;
}

