#container form {
	border: 3px double #333333;
	padding: 15px;
	width: 300px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wd {
	width: 198px;
	margin-bottom: 5px;
	background-color: #D3F1F3;
	margin-left: 5px;
}
.searchdetail {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.searchdetail dt {
	width: 90px;
	float: left;
	padding-bottom: 5px;
	clear: left;
	text-align: right;
	padding-right: 5px;
}
.searchdetail dd {
	padding-bottom: 5px;
}


.chart1 {
	border: 1px solid #333333;
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	clear: both;
}
.chart1 th {
	padding: 5px;
	background-color: #1C1C1C;
	border: 1px solid #333333;
	width: 272px;
}
.chart1 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	vertical-align: top;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.chart1 td.pager {
	font-size: 1.1em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.chart1 td img {
	margin: 3px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	clear: both;
}
hr.nomargin {
	margin-top: 0px;
}

.chart1 td a {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
.book_image {
	text-align: center;
}

.chart1 dl {
	clear: both;
}
.chart1 dt {
	width: 50px;
	display: block;
	float: left;
	padding-right: 2px;
	text-align: right;
}
.chart1 dd {
	padding-bottom: 2px;
	width: 220px;
	float: right;
	display: block;
}
.chart1 dd.price {
	padding-bottom: 10px;
}
.chart1 td.pager a {
	font-weight: normal;
	display: inline;
}

