/* CSS Document */

h1{
	font-size: 26px;
}

.linkcellancor{
	text-decoration: none;
	cursor: pointer;
}

.linkcellancor .count{
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	width: 180px;
	float: left;
	margin-left: 4px;
}

.linkcellancor .name{
	font-weight: bold;
	color: #003366;
	width: 180px;
	float: left;
	font-size: 13px;
	margin-left: 4px;
}

.linkcellancor:hover .name{
	text-decoration: underline;
	color: #003333;
}

.linkcell{
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.linkcell .viewprod{
	width: 180px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: right;
	text-align: right;
}

.linkcell .description{
	margin-top: 4px;
	height: 90px;
	width: 90px;
	float: left;
	font-size: 10px;
	overflow: hidden;
	font-weight: normal;
}

.linkcell img{
	width: 90px;
	height: 90px;
	border: 0px;
	margin: 4px;
	float: left;
}

.linkcell:hover{
	text-decoration: none;
}

.catrow{
	width: 660px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.countreport{
	float: left;
	width: 650px;
	text-align: right;
	border-bottom: 1px solid #0066FF;
	margin-top: 10px;
	margin-bottom: 20px;
}

.noresults{
	float: left;
	padding: 50px;
	font-size: 14px;
	text-align: left;
	width: 600px;
}

.noimage{
	width: 89px;
	height: 89px;
	border: 1px solid #CCCCCC; 
	font-size: 9px;
	color: #CCCCCC;
	float: left;
	margin: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.sectionblurb{
	width: 630px;
	padding-left: 30px;
	padding-bottom: 10px;
	float: left;
}
