/* CSS Document */


.prodctBox {
	width: 712px;
	overflow: auto;
	display: inline-block;  
	}
	.prodctBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.prodctBox p {
	float: left;
	padding-top: 10px;
	}
.thumb {
	width: 185px;
	padding: 10px;
	float: left;
	display:inline
	}

table.specList {
	width: 490px;
	border-collapse: collapse;
	float: left;
	}
table.specList th {
	background-color: #666666;
	width: 60px;
	}
table.specList td {
	font-size: 85%;
	}

/*

dl.specList {
	clear: left;
	font-size: 85%;
/*	border-bottom: 1px solid #000;
	margin: 0px auto 15px auto;
	width: 615px;
	padding: 0px;
	overflow: hidden;
	}
		dl.specList dt {
			float: left;
			width: 60px;
			margin: 0;
			padding: 5px 5px 5px 15px;
			clear: both;
			text-indent: 0px;
			border: 1px solid #000;
			background-color: #666666;
			margin-bottom: 2px;
			}
		dl.specList dd {
			margin: 0 0 0 80px;
			padding: 5px 5px 5px 10px;
			border: 1px solid #000;
			background-color: #fff;
			margin-bottom: 2px;
			}
*/