 body {
	color: #404040;
}

body {
	font-family: "lucida grande", verdana, lucida, sans-serif;
	font-size: 8pt;
	margin-left: 0px;
	margin-top: 0px;
}

.prod_img {
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #909090;
}

.price {
	font-size: 20px;
	color: maroon;
}

thead td {
	text-align: center;
}

.pricing {
	display: none;
	text-align: left;
}

.categories {
	border: 1px solid #C0C0C0;
	padding: 4px;
	font-size: 14px;
	background-color: #FAFAFA;
}

table.striped {
	border: 1px solid #666;
	width: 60%;
	text-align: right;
}

.striped tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	background: #fff;
	vertical-align: top;
}

.striped tbody td {
	border-left: 1px solid #D9D9D9;
}

.striped tbody tr.even td {
	background: #eee;
}

tbody tr.selected td {
	background: #3d80df;
	color: #ffffff;
	xfont-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

tbody tr.ruled td {
	color: #000;
	background-color: #C6E3FF;
	xfont-weight: bold;
	border-color: #3292FC;
}

/* Opera fix */
head:first-child+body tr.ruled td {
	background-color: #C6E3FF;
}

