#beerprofiles {
	position: relative;
	margin: 10px 0px;
	background-color: #FFF3E6;
	padding: 5px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-radius-bottomleft:8px;
	-webkit-border-radius-bottomright:8px;
	-webkit-border-radius-topleft:8px;
	-webkit-border-radius-topright:8px;
	border: solid 1px #ebbb87;
}

#beerList {
	height: 265px;
	overflow: auto;
	width: 200px;
	position: relative;
	background: #ffffff;
	border: 1px solid #ebebeb;

}
#beerList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.beerlistItem {
	position: relative;
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 0px;
	display: block;
	font-weight: bold;
}

.beerlistItem a {
	display: block;
	padding: 5px;
	padding-right: 40px;
	background: none;
	color: #000;
	text-decoration: none;
}
.beerlistItem.hover{
	background: #EBEBEB;
	cursor: pointer;
}
.beerlistItem.selected{
	background: #800;
}
.beerlistItem.selected a {
	color: #fff;
}
.beerName {
	display: block;
	font-weight: normal;
}
.beerABV {
	position: absolute;
	top: 15px;
	font-size: 80%;
	right: 5px;
	color: #bbb;
}
.beerProfileImg {
	position: absolute;
	top: 5px;
	left: 5px;
}
.beerDescription {
	clear: both;
	margin: 10px 0px;
}
div#beerProfileArea {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 341px;
	height: 257px;
	padding: 0px 2px;
	margin: 0px;
	overflow: auto;
	background: #ffffff;
	padding: 5px;
}
#beerProfileAreaTop {
	padding-left: 120px;
	min-height: 110px;
}
#beerProfileAreaTop .beerBrewery {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0px;
}
#beerProfileAreaTop .beerName {
	font-size: 100%;
	font-weight: bold;
	color: #800;
	padding: 0px;
	margin: 0px;
}
#beerListFilter {
	width: 190px;
	font-weight: bold;
	text-align: right;
}
#beerListFilterInput {
	border:1 px solid #dadada;
	background: #fff;
	width: 100%;
	font-weight: normal;
	color: #005a04;
	padding: 3px;
}

#beerListFilterCount {

	color: #888;
	font-size: smaller;
	width: 100%;
}

.beerSee, .beerSmell, .beerTaste, .beerBitterSweet {

	color: #888;
	font-size: smaller;
	width: 100%;
	float: left;
	display: inline;

}

.beerProfileImg {

	margin: 5px;

}

#beerNoSelection {
	
	margin: 110px auto;
	width: 200px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}

.beerDetail {
	font-size: 11px;
	clear:both;

	}

.beerDetailLabel {
	font-weight: bold;
	width: 100px;
	float: left;
	display: inline;
	margin-bottom: 3px;

}

.beerDetailLinks {

	width: 200px;
	float: left;
	display: inline;
	margin-bottom: 3px;
}

#beerProfileAreaTop .beerDetailLabel {

	width: 50px;
	margin-bottom: 1px;
}

#beerProfileAreaTop .beerDetailLinks {

	width: 150px;
	margin-bottom: 1px;
}