/* Style Sheet for Product Page */
div#colcontainerone {
	float: left;
	height: auto;
	width: 520px;
}
div#colcontainertwo {
	float: left;
	height: auto;
	width: 220px;
	margin-left: 20px;
}
div#colcontainerone ul {
	margin-top: 10px;
	list-style-type: none;
}
div#colcontainerone li {
	margin-top: 5px;
}
div#productimage {
	float: right;
}
div#productdocs {
	float: left;
	margin-top: 25px;
	background-color: #FFFFFF;
}
div#contact {
	padding: 7px;
	height: auto;
	width: 220px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
div#contact ul {
	margin-bottom: 10px;
	list-style-type: none;
}
div#contact li {
	margin-top: 7px;
}
div#relatedproducts {
	padding: 7px;
	height: auto;
	width: 220px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
div#relatedproducts ul {
	margin-bottom: 10px;
	list-style-type: none;
}
div#relatedproducts li {
	margin-top: 7px;
}
div#extratextspecs {
	padding: 7px;
	float: left;
	width: 520px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
}

div#extratextspecs OBJECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#productdocs table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #999999;
	width: 520px;
}
.greyrow {
	background-color: #CCCCCC;
}
div#productdocs td {
	padding: 3px;
}
.colcenter {
	text-align: center;
}
div#productdocs tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#upsellarea {
	padding: 7px;
	height: auto;
	width: 220px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
div#upsellarea ul {
	margin-bottom: 10px;
	list-style-type: none;
}
div#upsellarea li {
	margin-top: 7px;
}
