@charset "utf-8";
/* CSS Document */
.clnproductbanner {
	margin-top:20px;
	margin-bottom:10px;
	border-bottom:#CCC 1px solid;
	text-align:center;
}
.clnproductbanner img {
	margin:0 auto;
}
.productreviewlistall {
		margin-bottom:10px;
		font-weight:bold;
		text-align:right;
		border-bottom:1px #CCC dotted;
}
.productreviewlist {
	width:48%;
	float:left;
	padding:4px;

}
.productreviewlist a:link {
	font-weight:bold;
		text-decoration:underline;
}
.productreviewlist a:visited {
	font-weight:bold;
		text-decoration:underline;
}
.productreviewlist a:active {
		font-weight:bold;
			text-decoration:underline;
}
.productreviewlist a:hover {
	font-weight:bold;
	
}

.productreviews {
	/*border:#F00 2px dashed; */
	font-family:Tahoma, Geneva, sans-serif;
}
.productreviews .companyproducts h2 {
	/*border:#F00 2px dashed; */
	padding:2px;
	background-color:#003478;
	color:#fff;
	/* border-bottom:#999 1px solid; */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
}
.productreviews .companyproducts h2 a:link {
	color:#FFF;
	text-decoration:none;
		font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
}

.productreviews .companyproducts h2 a:visited {
color:#FFF;
text-decoration:none;
	font-size:18px;
}
.productreviews .companyproducts h2 a:active {
	color:#FFF;
	text-decoration:none;
		font-size:18px;
}
.productreviews .companyproducts h2 a:hover {
color:#FFF;
	text-decoration:underline;
		font-size:18px;
}
.companyproducts {
	/* border:#9F0 2px solid;  */
	/* margin:10px; */
	border-bottom:#003478 2px solid;
	/*border-top:#000 1px solid; */
	margin-top:2px;
	margin-bottom:2px;
		height:inherit;
			display:inline-block;
	position:relative;
		clear:both;
}
.companyproducts .product {
	/* border:#9CF 1px dotted; */
	border-bottom:#999 1px dotted;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
	height:inherit;
	position:relative;
	display:inline-block;
	clear:both;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:6px;
}
.companyproducts .product img {
	float:left;
	margin-right:10px;
	margin-bottom:8px;
	position:relative;
	 border:1px #000 solid;
	 	margin-left:2px;
}
.companyproducts .product .companyinfo {
	position:relative;
	width:100%;
	float:left;
	clear:left;
	/* border:#00F 1px dotted; */
	margin-bottom:4px;
	margin-left:4px;
}

.companyproducts .product .companyinfo .companyname {
	float:left;
	font-weight:bold;
	margin-right:10px;
	display:none;
}
.companyproducts .product .companyinfo .companyurl {
	float:left;
		/* display:none; */
}
.companyproducts .product .companyinfo .companyurl2 {
	float:left;
	
}
.companyproducts .product .companyinfo .companyboothnum {
	float:right;
		margin-right:10px;
}
