.genericReview {
	padding: 6px 6px 6px 95px;
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

.genericReview p {
	margin-bottom: 0.4em;
}

.score, .score_medium {
	color: #c00;
	font-weight: 700;
}

.score {
	font-size: 250%;
}

.score_medium {
	font-size: 150%;
}

.ha {
	padding-left: 0.6em;
}

.ratingInfo {
	margin-top: 2.0em;
	font-size: 80%;
}

.ratingInfo span {
	font-weight: 700;
}

.establishmentLocation {
	margin-top: 6px;
}

/* Begin beer review styles*/
#beerReview {
	position: relative;
	width: 645px;
}

#beerInfoContainer {
	margin-bottom: 1.6em;
}

.beerPic_normal {
 	margin-right: 10px;
	width: 150px; 
	height: 350px; 
	float: left;
}

.establishmentPic_normal {
	width: 240px; 
	height: 160px; 
	float: left;
}

.beerPic_review {
 	margin-right: 10px;
	width: 75px; 
	height: 175px; 
	float: left;
}

#beerInfo {
	width: 475px;
	float: left;
}

#establishmentInfo {
	margin-right: 10px;
	width: 385px;
	float: left;
}

/*.singleBeerReview {
	padding: 8px 4px 8px 0;
}*/

.bottleCap p {
	font-size: 100%;
}

p.rightBreweryLink {
	padding-top: 0;
}
 
/* Start css for nubbin on the beer pictures */
.nubbin {
	padding: 2px 4px;
	background-color: #fff;
	height: 20px;
	width: auto;
	border-right: 1px dotted #a1a1a1;
	border-bottom: 1px dotted #a1a1a1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.nubbin_establishment {
	left: 394px;
	top: 39px;
}
 
.nubbin ul li {
	padding: 1px 5px 1px 0;
	display: inline;
	float: left;
	height: 18px;
	overflow: hidden;
	line-height: 18px;
	list-style-type: none;
}
 
.nubbin ul li.edit {
	padding-left: 4px;
}
 /* End beer review styles */

#bestRated, #rated_by {
	margin: 1.0em 0;
	width: 100%;
}

#rated_by th {
    color: #000;
    font-size: 94%;
    font-weight: 700;
}

#bestRated th {
	color: #000;
	font-size: 74%;
	font-weight: 700;
}

#bestRated th, #bestRated td, #rated_by th, #rated_by td {
	padding: 0.8em 6px;
}

#rated_by {
    font-weight: normal;
    font-size: 94%;
}

#bestRated td {
	font-weight: normal;
	font-size: 74%;
}

#bestRated .center {
	padding-left: 0.4em;
	text-align: center;
	vertical-align: top;
}

#bestRated p {
	margin-bottom: 0.3em;
}

