body {
	font: 12px/16px Arial, sans-serif;
	background-color: #333;
}
#all {
	margin: 10px 40px;
	width: 34600px;
	height: 602px;
	float: left;
}

h1 {
	font-size: 24px;
	line-height: 36px;
	margin: 0;
}

h2 {
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	margin: 0;
}

.video,
.quote,
.info,
.object {
	background-color: #FFF;
	width: 480px;
	height: 600px;
	border: 1px solid #CCC;
	border: 1px solid #111;
	float: left;
	margin: 0 120px 0 0;
	position: relative;
}

.object img {
	display: block;
	position: absolute;
}

.object div.label {
	display: block;
	position: absolute;
	left: 120px;
	top: 620px;
}

.object div.label p {
	margin: 0;
	text-align: center;
	padding: 5px 10px;
	width: 220px;
	float: left;
	background-color: #CCC;
}

.object div.label p.time {
	padding: 0;
	width: 36px;
	height: 26px;
	background-color: #333;
	float: right;
}

.object p.time a {
	display: block;
	width: 36px;
	height: 26px;
	background: transparent URL(clock.png) no-repeat 0 50%;
}

.with-time p.time a,
.object p.time a:hover {
	background: transparent URL(clock.png) no-repeat -36px 50%;
}

.object p.time a.sold {
	background: transparent URL(clock.png) no-repeat -72px 50%;
}

.with-time p.time a.sold,
.object p.time a.sold:hover {
	background: transparent URL(clock.png) no-repeat -108px 50%;
}

.object p a span {
	display: none;
}

.datavis p,
.video p {
	display: block;
	position: absolute;
	left: 120px;
	top: 620px;
	width: 220px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 5px 10px;
}

.text {
	padding: 80px 40px;
}

.text ul {
	width: 280px;
	margin: 0 10px;
}
.text p {
	position: static;
	background-color: #FFF;
	text-align: left;
	width: 320px;
	padding: 0;
}

.text h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	margin: 0;
}

p.spaced {
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #CCC
}

p.low {
	color: #666;
}

p.down {
	position: absolute;
	top: 480px;
	left: 40px;
}

a {
	color: #000;
}

form {
	margin: 0;
	width: 100%;
	height: 100px;
}

a#find-go {
	display: block;
	width: 19px;
	height: 19px;
	float: left;
	background-color: #333;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border: 1px solid #333;
}

div.input {
	display: block;
	float: left;
	margin-right: 5px;
}
a#find-go:hover {
	color: #333;
	background-color: #FFF;
}