#tests .items {
	height: 165px;
	padding-left: 85px;
	position: relative;
}

#tests .items img.stamp {
	position: absolute;
	top: 0;
	left: -2px;
}

#tests .items img.logo {
	position: absolute;
	top: 134px;
	left: 4px;
}

#tests .pager {
	text-align: right;
	clear: left;
}

#tests .items .item {
	float: left;
	width: 133px;
	margin-left: 12px;
}

#tests .item .image {
	width: 133px;
	height: 114px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}

#tests .item h3 {
	text-align: center;
	font-size: 11px;
	margin: 0;
}

#tests .users {
	margin-top: 20px;
}

#tests .users table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

#tests .users td {
	margin: 0;
	padding: 0;
}

#tests .users td.user, #tests .users td.item {
	background-repeat: repeat-y;
	background-position: right;
	background-color: #fff;
}

#tests .users td.user {
	width: 85px;
}

#tests .users td.item {
	width: 131px;
	padding: 0 8px;
	text-align: justify;
}

#tests .users td.hr {
	padding: 5px 0;
	background-position: left center;
}

#tests .users textarea {
	height: 85px;
}

#tests .users button {
	margin-top: 7px;
	float: right;
}

#tests .users td.user {
	text-align: center;
}

#tests .users td.user .picborder {
	margin: 10px auto;
}

span.stars {
	font-size: 2px;
	display: inline-block;
	width: 50px;
	height: 10px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

span.stars span {
	display: inline-block;
	width: 0%;
	height: 10px;
	background-repeat: repeat-x;
	background-position: left top;
}

#tests .users p.rating {
	height: 10px;
}

#tests .users p.rating .stars {
	display: block;
	margin-left: 40px;
}