/* CSS Document */
#tombstones ul{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#tombstones li{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

.tomb {
	/* float: left; */
	width: 300px;
	background-color: #f3f2e9;
	text-align: center;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #c7bc7e;
	list-style-image: none;
	list-style-type: none;
	left: -10px;
}
#tombstones p.head{
	margin: 20px 0 0 0;
	padding: 0;
}
#tombstones .amount {
	font-weight: bold;
	font-size: 18px;
	color: #456b5e;
	}
#tombstones .units {
	font-weight: bold;
	color: #333;
	}
#tombstones .price {
	font-weight: bold;
	color: #333;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	}
#tombstones .tombfooter{
	margin: 20px 0 0 0;
	font-size:10px;
	}
#tombstones .date{
	font-weight: bold;
	text-align: right;
	}

.mhead {
	color:#FF2D2D;
	font-weight: bold;
	cursor: hand;
	margin: 4px 0 4px 0;
	padding: 4px;
    display: block;
}
.tombimg {
	padding: 3px;
	background: #dcd9ba;
}
#leftcol #tombstones {
	text-align: center;
}
