#searchBox{
	/* width:130px; */
}

.filterBox{
	background: #FFF;
	border:solid 1px #999;
	width:122px;
}

.filterBox h4{
	text-transform:uppercase;
	font-weight:bold;
	color:#888;
	font-size:.9em;
	margin-bottom: .5em;
}

.filterBox ul{
	margin: 0px;
	padding: .75em;
	list-style:none;
	border-bottom: 1px solid #DDD;
}

/*.filterBox ul li{	
	border-top: 1px solid #DDD;
}*/

.searchConstraint{
	border-top: 1px solid #DDD;
}

.filterOptions a{
	display: block;
	color: #333;
	margin: 0px;
	padding: 0.15em 0px 0.15em 25px;
	text-decoration:none;
	border-top: 1px solid #DDD;
}

.filterOptions a:hover{
	background: #cdf;
	text-decoration:none;
}

.filterOptions a.selected{
	color: #333;
	font-weight: bold;
	background: #cdf url(../img/icons/check.png) no-repeat 5px center;
	/*border: 1px solid #a9ce68;*/
}

.filterOptions a.selected:hover{
	background: #EEEEEE url(../img/icons/cross.png) no-repeat 5px center;
}

a.noSearchConstraint.selected{
	background-color: #FFF;
}


a.noSearchConstraint.selected:hover{
	background: #FFF url(../img/icons/check.png) no-repeat 5px center;
}
/* 
	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;
}







.jcarousel-skin-tango.jcarousel-container {
    -moz-border-radius: 10px;
    /*background: #F0F6F9;*/
    /*border: 1px solid #346F97;*/
	border: 1px solid #F9F9F9;
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 250px;
    padding: 20px 40px;
	margin: 5px 0 0 5px;
}

.jcarousel-skin-tango.jcarousel-container-vertical {
/*    width: 75px;
    height: 245px;*/
    padding: 10px 10px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  90%;
    height: 80px;
}

.jcarousel-skin-tango .jcarousel-item {
  /*  width: 75px;
    height: 75px;*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
	
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 308px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 308px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;


}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;

}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*custom styles ***/

/*edit mo*/
.jcarousel-container {
	margin:0px !important;
	padding:0px !important;
}

.jcarousel-clip{
	width: 285px !important;
	height: 177px !important;
}

jcarousel-list{
	height: 175px !important;
}

.jcarousel-item,
.jcarousel-item-placeholder {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	height:175px !important;
}


#detailMap {
	width: 250px;
	height: 150px;
	border: 1px solid gray;
}


#mapWidget .mapComponent {
	padding:0;
}

#mapSearchTextField {
	width: 190px;
}


.info {
	width: 250px;
}

.info h3 {
	margin: 0em 0em 0.5em 0em;
}

.info .infoContent {
	height: 100px;
}

a img {
	border: none;
}

a {
	color: black;
	text-decoration: none;
}
/*
a:hover {
	border-bottom: 1px solid gray;
}
*/


.buttons {
	/*padding-top: 10px;*/
}

.buttons span {
	/*padding: 0 5px 0 5px;*/
}

.actions {
	/*padding: 10px 0 4px 0;*/
}

.action {
	float: left;
	/* padding: 0px 10px;*/
}

