/*	----------DEFAULT------------	*/
* {
	font:1em;
	font-weight:bold;
	color: #000099;
}
#mainDiv {
	margin-left:auto;
	margin-right:auto;
	width:970px;
}
#content {
	background-color: #54b8e0; 
	moz-opacity:75;
	opacity:0.75; 
	filter:alpha(opacity=75);
}
.title {
	text-align:center;
	font:1.5em bold; 
}
.plain {
	font: 1.0em;
}
.italic {
	color: #990000;
}
table{
	margin:0px;
	padding:0px;
}
.tableM{
	text-align:center;
	padding:0px;
	margin:0px;
}
.tableM tr{
	
}
.tableM tr td{
	font:1em;
	font-weight:bold;
	color: #000099;
}
.tableM tr td a:link {color:#990000;}      /* unvisited link */
.tableM tr td a:visited {color:#990000;}  /* visited link */
.tableM tr td a:hover {color:#FFFF00;}  /* mouse over link */
.tableM tr td a:active {color:#FFFF99;}  /* selected link */
.customerComments{}
.customerComments li div{
	text-align:right;
	font-weight:normal;
	font-style:italic;	
}
.customerComments li div:first-child{
	text-align:left;
	font-style:normal;
}
.pointer {
	text-decoration: underline;
	cursor:pointer;
}
.cute {
	text-align:center;
	font:0.8em normal; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.display {
	float:left;
	margin:5px 2px;
	padding:5px 0px;
	border:solid thin;
	width:244px;
	position:relative;
}
.display img {
	border:none;
	height:125px;
	width:125px;
}
.display .description_top {
	position:absolute;
	top:0px;
	right:5px;
	padding:2px;
	width:115px;
	font:1em bold;
	text-align:right;
}
.display .description_top div:first-child {
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	text-align:right;
}
.display .description_top div:last-child {
	font-size: 0.8em;
}
.display .description_bottom {
	position:absolute;
	bottom:0px;
	right:5px;
	width:115px;
	padding:2px;
	text-align:right;
}
.display .description_bottom div:first-child {
	padding: 0px 9px 2px 0px;
}
.receipt {
	width:100%;
	border:none;
	text-align:right;
	padding:4px 2px;
	/*white-space:nowrap*/
}
