html {
	height:100%;
}

body {
	background-color : #eeeeee;
	border-color : #222222;
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
}

div.header{
	width:100%;
	height:222px;
	max-width : 1000px;

	border-style: solid;
	border-width : 0px;
	border-top-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 2px;
	margin:auto;

}

div.footerPane {
	width:100%;
	max-width : 1000px;

	font-size : 75%;
	line-height : 120%;
	clear : both;
	margin:auto;

	padding-top:5px;
}

div.containerPane {
	width:100%;
	max-width:1000px;
	border-style: solid;
	border-width : 0px;
	margin:auto;
}

div.listPane {
	width:20%;
	max-width:230px;
	float: left;
	padding-left: 5px;
	border-style: solid;
	border-right-width : 0px;
	border-left-width : 0px;
	border-top-width : 0px;
	border-bottom-width : 0px;
	min-height:500px;
}

div.contentPane {
	width:78%;
	padding-top:10px;
	padding-right:4px;
	padding-bottom:10px;
	min-height:500px;
	max-width:770px;
	float: left;

	border-style: solid;
	border-left-width : 0px;
	border-right-width : 2px;
	border-top-width : 0px;
	border-bottom-width : 0px;
}

.listHead {
	margin: 4px auto 4px auto;
	display: block;
}

.discount {
	text-decoration:line-through;
	color:red;
}

.numeric {
	text-align:right;
}

.table_header {
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
	border-bottom-width:1px;
}

/* COMMENTS  */

div.comment_area {
	max-width:770px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 2px;
	border-bottom-width: 0px;
}

div.comments {
	padding: 0 8px 8px 45px;
}

div.comment_form textarea {
	width:300px;
	height:150px;
	display:block;
}

div.comments span {
	font-weight:bold;
	display:block;
}

div.comment {
	padding:4px;
}

/* COMMENTS  */
