/* 
	hides navigation buttons - 
	should be done in javascript intialization, used to work, but then broke mysteriously...
*/

.jcarousel-next, .jcarousel-prev{
	display:none !important;
} 

.editable {
	background:#eee;
	border:1px dashed #69c;
	cursor: pointer;
}
.editable_hover {
	border:1px solid #69c;
	cursor: pointer;
}
/* 
	this is for social index page
*/
.pageComponent{
	background:	url(../../../img/gradient_bg.gif) repeat-x #EAE7E2;
	margin:.5em;
	margin-right:31.25em;
	padding:.5em;
	min-width:20em;
}



.MACEwidgetContainer{
	position:absolute;
	right:.5em;
	top:.5em;
}
/*******************************/
.save_cancel{
	display: block;
	float:right;
}


#tag_save_cancel{	
	margin-top:14px;
}

#rating_save_cancel{	
	float:right;
}

/*******************************/
.social_incent {
	border:1px dotted #B1AB9A; 
	padding:6px;
}
.social_incent_hover {
	border:1px dotted #B1AB9A; 
	padding:6px;
}
.incentiv {
	font-style:italic;
	font-size:1em;
 	color:#999; 
}
/*******************************/

input[type="text"].tags_input{
	margin-top: 10px;
	width:128px;
}

#personal_tags a.button{
	margin-top: 10px;
}

#personal_tags a.button.close{
	margin-top: 0 !important;
}

.editable input[type="text"]{
	
}

.social_cancelButton{
	float:right;
	margin-right:-0.3em;
}

.rating_huelle_header  {
	float:left;
}
.social_edit {
	clear:both;
}
/*******************************/
#stars_empty {float:left;}

#rating_huelle_edit{
    
    float:left;
	margin:0px;
}
#rating_huelle_edit img{ 
    padding:1px 3px 1px 3px;
    // background:#fff;
}
#rating_huelle{
	width:180px;
	clear:both;
}
#rating_stats{
	padding:5px;
}
#rating_msg{clear:both; }

/*******************************/

/******************************/
/* NEW VERSION */

 
/* COMMENT WIDGET */
 
#comments{ /*textarea */
	width:97%;
	height:60px;
}

.commentsContainer{ 
	max-height:200px;
	/*overflow: auto;  */
}

.comment_loop{ 
	background: #fff url(../img/shadow_top.gif) repeat-x;
	border-top:1px solid;
	border-color:#ccc;
	margin: 0;
	padding: 0.5em;
	clear:both;
}	

.comment_user_icon{ 
	float:left;
	width:40px;
	height:40px;
	background: center center no-repeat;
}

.comment_user_info { 
	margin-left: .5em;
	float: left;
	color: #333;
}
.comment_user_date { 
	float: right;
	font-size:.85em;
	color:#666;
}
.comment_txt{ 
  
	margin-top:10px;
	font-size:1em;
}






