/* CSS Document */


.categoryhead {
	position: absolute;
	left: 16px;
	top: 45px;
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	
}
.hearprevious {
	position: absolute;
	right: 50px;
	bottom: -15px;
	padding-bottom: 5px;
}
.hearbigtitle {
	position: absolute;
	left: 16px;
	top: 75px;
	font-family: arial;
	font-weight: bold;
	font-size: 17pt;
}
.label {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}
.identification {
	position: absolute;
	left: 16px;
	top: 110px;
	width: 400px;
}
.name {
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
}
.date {
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
}
.description {
	position: absolute;
	left: 205px;
	top: 140px;
	width: 370px;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;	
}
.applet {
	position: absolute;
	left: 50px;
	top: 140px;	
}
.rating {
	position: absolute;
	left: 205px;
	bottom: 90px;
}
.bottomtext {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}
.averagerating {
	position: absolute;
	left: 205px;
	bottom: 50px;
}
.yourrating {
	position: absolute;
	left: 320px;
	bottom: 90px;
}
.ratedropdown {
	position: absolute;
	left: 325px;
	bottom: 40px;	
}
.helphear {
	position: absolute;
	left: 420px;
	bottom: 50px;	
}
.comments{
	position: absolute;
	left: 50px;
	bottom: 10px;	
}