@charset "utf-8";
/* CSS Document */

#product-container {
	width: 700px;
	display: block;
	float: left;
}
.float {
	float: left;
	border: none;
	margin-right: 15px;
	margin-left: 10px;
}
#information-container {
	display: block;
}
#footer {
	display: block;
	clear: both;
}
#content {
	position: relative;
	width: 950px;
	height: auto;
}
/*#content-container {
	display: block;
	float: left;
}*/
#topnav {
	position: relative;
	left: 15px;
	width: 850px;
	font-size: 12px;
	margin-bottom: 30px;
}
#itempic {
	position: relative;
	width: 100px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	border: none;
	float: left;
}
#itempic.img {
	border: none;
	width: auto;
	height: auto;
}
.item-pic-container {
	position: relative;
}
#productinfo {
	position: relative;
	left: 50px;
	width: 850px;
	z-index: 10;
	display: block;
}
#productinfo img {
	margin-right: 20px;
	float: left;
}
#product-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.descrip {
	position: relative;
	height: auto;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 20px;
}
#fairview {
	position: relative;
	margin-bottom: 20px;
}
#stlouis {
	position: relative;
	margin-bottom: 10px;
	margin-top: 20px;
}
.price {
	font-size: 14px;
	font-weight: bold;
}
.shipping {
	font-size: 10px;
	margin: 3px 0 3px 0;
}
.available {
	font-size: 11px;
	color: #999999;
}
.compare-box {
	background-color: #f5f5f5;
	position: relative;
	left: 300px;
	top: 0px;
	font-size: 10px;
	width: 300px;
	border: #000000 dashed 1px;
}
.compare-head {
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: #000000 solid 1px;
	background-color: #db0000;
	font-weight: 500;
	height: auto;
}
.compare {
	position: relative;
	font-size: 10px;
	width: autopx;
	padding: 5px;
	margin: 5px 0 0 0;
}
span {
	color: #db0000;
}
#productReviewSection {
	position: relative;
	font-weight: normal;
	border: 1px solid #db0000;
	padding: 8px;
	background-color: #F5F5F5;
	width: 850px;
}
.productReview {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
	width: 850px;
	margin-left: 25px;
}
.reviewText {
	font-size: 11px;
}
#footer-float {
	clear: both;
}
