@charset "utf-8";


.productBlock	{
	width: 855px;
	margin-top: 10px;
	_zoom: 1;   
	overflow: hidden;
	margin-bottom: 20px;
}
.imgL	{ 
	float: left;
	margin: 0 25px 30px 0;
	width: 200px;
}
.imgL p {
	text-align: center;
	margin-top: 10px;
}
.textbox { 
	float: right;
	width: 615px;
}

.specTbl {
	border: 3px solid #ccc;
	font-size: 90%;
	width: 60%;
}
.specTbl th {
	border: 1px solid #ccc;
	padding: 3px 3px 3px 1em;
	width: 7em;
	background-color:#eee;
	border-left:5px solid #FF9900;
}
.specTbl td {
	border: 1px solid #ccc;
	padding: 3px;
	line-height: 1.2;
}
.imgLarge {
	width: 250px;
}
.wide {
	width: 565px;
}
ul.resemblance {
	width: 855px;
	height: 440px;
}
ul.resemblance li {
	width: 270px;
	margin-right: 10px;
	float: left;
}
.resemblanceTbl {
	width: 240px;
	font-size: 80%;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.resemblanceTbl caption {
	font-weight: bold;
	font-size: 110%;
}
.resemblanceTbl th {
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 1px 3px;
	width: 6em;
	background-color: #f0f0f0;
	border-left: 3px solid #FC6;
}
.resemblanceTbl td {
	border: 1px solid #ccc;
	padding: 1px 2px;
}
.resemblance p.r-img {
	width: 240px;
	margin-bottom: 10px;
	text-align: center;
}

span.strong-tag {
	font-weight: bold;
	color: #39f;
}

/* Search */
#searchBlock {
	width: 858px;
	margin: 0 auto 20px;
	padding-top: 10px;
	background-color: #fff8dc;
	line-height: 2.0;
}
.searchTbl {
	width: 810px;
	margin: 20px;
	font-size: 95%;
	table-layout: fixed;
}
.searchTbl th {
	border-bottom: 3px solid #b0c4de;
	width: 8em;
	padding-left: .5em;
}
.searchTbl td {
	border-bottom: 1px solid #b0c4de;
}
input {
	margin-left: 1em;
}

.photoframe {
	padding: 5px;
	border: 1px solid #ccc;
}

p.elasticity {
	position: relative;
	font-size: 0;
	line-height: 0;
}
p.elasticity a {
	position: absolute;
	text-decoration: underline;
	color: #2ea7e0;
	font-size: 14px;
	top: -47px;
	left: 750px;
}
p.elasticity a:hover {
	color: orange;
}
p.elasticity a img {
	vertical-align:middle;
	margin-right: 5px;
}
.dbg {
	display: none;
}


