/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%;
}
td,th {
	font-size: 10pt;
}
h1 {
	padding-bottom: 1ex;
	border-bottom: 1px solid #003399;
	color: black;
	font-size: 12pt;
	text-align: center;
}
h1 a {
	text-decoration: none;
	color: #003399;
}
h2 {
	color: #FFFFFF;
	background-color: #003399;
	text-align: center;
	padding: 1ex;
	font-size: 210%;
}
.navigation {
	display: none;
}
.menu {
	display: none;
}
.detail-datas {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}
.detail-datas td,th {
	border: 1px solid black;
	padding: 1ex;
}
.detail-datas td {
	color: #CCCCCC;
	background-color: #003399;
	width: 20ex;
}
.main-photo {
	margin: 20px;
	float: left;
	border: 5px solid #FFFF66;
}
#item-listing {
	display: none;
}
#interest {
	display: none;
}
.send-info-form {
	display: none;
}
.send-info-note {
	display: none;
}
.photos {	
	clear: both;
}
.photos p {
	float: left;
	margin: 10px;
}
.cleaner {
	clear: both;
}

