
form {
/*	font-size: 1.4em;*/
}

fieldset {
	width: 500px;
	margin: 0 auto;
}

legend {
	font-size: .86em;
}

#search-results {
	width: 600px;
	float:left;
	position: absolute;
	left: 50%;
	margin-left: -300px;
}

.search-section {
	margin-bottom: 15px;
}

.search-option-label {
	margin: 0;
	float: left;
	display: inline-block;
	width: 110px;
}

.product-section {
	width: 600px;
	margin: 0 auto;
	padding: 10px 0;
	float: left;
	display: table;
}

div.product-section img {
	border: 0;
}

.image-holder {
	float: left;
	clear: left;
}

div.image-holder {
/*	width: 200px;
	height: 200px;
*/	width: 300px;
	height: 300px;
	border: 1px solid black;
	display: table;
	text-align: center;
}

div.image-holder p {
	font-size: 1.29em;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}

.product-info {
	width: 290px;
	display: table-cell;
	vertical-align: middle;
}

.product-details {
	display: inline-block;
	width: 240px;
	vertical-align: top;
}

.page-listing {
	text-align: center;
}