body {
	background: #dbdbdb;
	background-image: url('/images/back.gif');
	background-repeat: repeat-x;
	
	overflow-y: scroll;
	
	text-align: center;
	
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
}

textarea {
	font-family: arial;
	font-size: 1em;
}

a {
	color: #045706;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}

h3 {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 1em;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.header2 {
	height: 19px;
	background-image: url('/images/header2bg.png');
	background-repeat: repeat-x;
}

#bodyDiv {
	margin: 0px auto;
	width: 710px;
}

#bodyTable {
	width: 710px;
	background: #fff;
}

#menu {
	width: 150px;
}

#content {
	padding: 10px;
	width: 560px;
}

.bodyImg {
	border: 1px #000 solid;
}

.invTable {
	background: #000;
	font-size: 0.9em;
}

.invTable td {
	background: #fff;
}

.invTable .title td {
	background: #c3e7c3;
	font-weight: bold;
}

.invContent {
	text-align: justify;
}

.invContent td:hover {
	font-weight: bold;
}

.invContent a {
	display: block;
	font-weight: bold;
	min-height: 77px;
}

.invContent a:hover {
	background: #eee;
	text-decoration: none;
}

.sold {
	font-weight: bold;
	color: #c00;
}

.invID {
	font-size: 1.1em;
	color: #f00;
}

.item {
	width: 100%
}

.itemHeader {
	background: #c3e7c3;
	height: 24px;
}

.itemLine {
	background: #e1f2e1;
}

.itemLine2 {
	background: #f5fcf5;
}

.itemDetails {
	color: #060;
}

.features {
	color: #306;
}

.featTitle {
	color: #c60;
	font-weight: bold;
}

.comments {
	color: #060;
}

#sendAFriend {
	display: none;
	font-size: 0.9em;
}

#sendAFriendMsg {
	display: none;
	font-weight: bold;
	color: #f00;
}

.menuItem {
	display: block;
	
	padding: 0px 10px;
	
	background: #c3e7c3;
	border: 1px #5f715f solid;
	border-top: 0px;
	
	font-size: 8pt;
	
	font-weight: bold;
	text-align: right;
	
	color: #000;
	text-decoration: none;
}

.menuItem:hover {
	background: #62a4f5;
	text-decoration: none;
}