/* CSS Document */
/* Standard Tags */
body {
	font: 75% "Courier New", Courier, mono;
	color: #000;
	margin: 0;
	text-align: center;
	background: #FB9700;
	letter-spacing: 1px;
}
body#homepage {
	font-size: 80%;
}
p {
	text-align: left;
	line-height: 120%;
	margin-bottom: -6px;
	text-indent: 24px;
}
a {
	color: #000000;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {/*
	color: red;
	text-decoration: none;
	*/
}
.white {
	color: white;
}
.bold {
	font-weight: bold;
}
.rss {
	margin: 12px;
}
.commentCell, .priceCell, .commentLegendCell {
	text-align: left !important;
	font-style: italic;
}
.commentLegendCell {
	vertical-align: top;
	width: 200px;
	text-align: left;
	float: left;
	margin-right: 60px;
}
.commentCell {
	padding-left: 120px!important;
	letter-spacing: 1px;
}
#container #mainCell .customerDetails .commentCell .commentBox {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: .7em;
	width: 400px;
	text-align: left !important;
	background-color: #FEF9F3;
}

.customerDetails {
	margin: 0 auto;
}

.detailCell {
	text-align: left;
}
.customerDetails td {
	padding: .3em .3em 0 .3em;
	text-align: left;
}
.typeCell {
	font-size: 70%;
}
.timeCell {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}
tr .commentRow {
	margin-top: .5em;
}
.right {
	text-align: right !important;
}
.top {
	vertical-align: top !important;
}
td.itemCell, td.itemCellColor {
	background: url(../../images/listshadow.png) repeat-x center top;
	border-top: 1px solid #000;
}
.hidden {
	display: none;
}
