a.tooltip {
	font-weight: bold;
	background:#f00;
	color: #fff!important;
	padding: 0px 4px 0px 4px;
	margin-left: 4px;
}
a.tooltip:hover {
    background:#fff;
    color: #f00!important;
    text-decoration:underline;
}
a.tooltip span {
	text-decoration:none;
	display:none;
	 font-weight: normal;
	padding:2px 3px;
	margin-left:8px;
	width:130px;
}
a.tooltip:hover span {
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
}
.field_sub_group_simple {
    width: 101%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.coll1_field_sub_group_simple {
    border: 0px;
}
a.popup {
	font-weight: bold;
	background:#f00;
	color: #fff!important;
	padding: 0px 4px 0px 4px;
	margin-left: 4px;
}
a.popup:hover {
    background:#fff;
    color: #d1182d!important;
    text-decoration:underline;
}
.popup_txt {
    display: block;
    width: 220px;
}

/*---------------------------- Tooltip Popup ----------------------------*/

.tooltip_popup {
	display: block;
	text-decoration: none;
	
	position: relative;
	}
	
 .tooltip_popup a img{
	border: none;
	}
	
	
a .tooltip_popup_divs{
	display: none;
	position: absolute;
	top: -10px;
	left: 90%;
	
	width: 300px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	
	padding: 10px;
	
	margin: 10px 0px 30px 0px;
}
	
a .tooltip_popup_divs p{text-decoration: none; text-align: left;}
	
.tooltip_popup a.active, 
.tooltip_popup a:hover { 
	background: url(../../custom_landings/136/info_text_bgr.png) left top repeat;
	
	box-shadow: 0px 0px 2px #ffffff;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
	
a.active .tooltip_popup_divs, 
a:hover .tooltip_popup_divs {display: block;}

/*---------- rating star field ------------*/
.rating_star {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating_star > span {
  display: inline-block;
  width: 1.7em;
}
.rating_star > span:hover:before,
.rating_star > span:hover ~ span:before {
   content: "\2605";
   color: orange;
}
.colorUnselectedStars{
    color: grey;
}

.colorSelectedStars{
    color: orange;
}
/*---------- rating star field end ------------*/