.user_meta {
  padding: 2px; 
	float:right;
/*  border-bottom: #ccc 1px solid; */
}
.toggle_user_meta { margin-top: -12px; }

.atem {
  padding: 2px; 
  background: #f5f5ff;
/*  border: #ccc 1px solid;*/
}

.ba_label {
  	font-size: 1.2em;
  	background: #f5f5ff;
  	margin-top: .2em;
}

.behav_label {
	font-size: 1.5em;  
	margin-top: .2em;
	font-weight: normal;
	cursor:pointer;
	/*clear: both; */
}

.behavior_dimensions {  }
.argument { }

.ba_body {
  text-align: left;
	color: black;
	padding: 1em 0;
}

#add_behavior {
	padding: 1em 0em 0em 0em;
}	

.write_your_review {
	font-size: 1.5em;
}

.review_display {
	margin-top: .9em;
}

.response_brief	{
	padding: .5em 0;
}

.mini_description {
	padding: 0 0 0 1em; 
	color: #120d07; 
	overflow: hidden; 
	height: 1.6em;
	position: relative;
	display: block;
}
	
.citations {
  background: #f5f5ff;
  /*border-bottom: #ccc 1px solid;*/ 
  text-align: left;
}
.citation {
}

.ratings { display: inline; }
.inline { display: inline; }
/* ======= STAR-RATER ======== */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(/Main/media/img/star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

.inline-rating{
/*display:-moz-inline-block;*/
display:-moz-inline-box;
/*display: inline-block; error parsing this. but display: inline fails*/
vertical-align: middle;
}

.small-star{ width:50px; height:10px; }
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
  background-image: url(/Main/media/img/star_small.gif);
  line-height: 10px;
  height: 10px;
}
/* ======= /STAR-RATER ======== */


.rating_guide{
	text-align:left;
	margin:0em 0 0 3em;
}

.rating_guide ol{
	padding: .2em .2em .2em 1em;
	width:60em;
}
