	.ud {
		width:270px;
		height:15px;
		float:left;
	}
	
	.ud a {
		float:left;
		display:block;
		width:15px;
		height:15px;
		border:0;
		/*background-image:url("/img/stars/rating.gif");*/
	}
	
	.ud div.rating_loading {
		clear:right;
		float:left;
		width:125px;
		height:10px;
		border:0;
		background:url(/img/stars/loading.gif) no-repeat 0;
	}
	
	.ud a.rating_off {
		background-image:url("/img/stars/rating_off.png"); 
	}
	
	.ud a.rating_half {
		background-image:url("/img/stars/rating_half.png"); 
	}
	
	.ud a.rating_on {
		background-image:url("/img/stars/rating_on.png"); 
	}
	
	.ud a.rating_selected {
		background-image:url("/img/stars/rating_on.png"); 
	}

	.ud span.rating_prefix {
		margin:2px 5px 0  0;
		float:left;
	}	
	
	.rating_info {
		margin:2px 0 0 2px;
		float:left;
	}
	
/* Tabs for social networks */
.tabs, .pills {
  /*margin: 0 0 18px;*/
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
}
.tabs:after, .pills:after {
  clear: both;
}
.tabs > li, .pills > li {
  float: left;
}
.tabs > li > a, .pills > li > a {
  display: block;
}
.tabs {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}
.tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs .active > a, .tabs .active > a:hover {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs .menu-dropdown, .tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after, .tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  line-height: 30px;
  text-shadow: 0 1px 1px #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pills a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #00438a;
}
.pills .active a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #0069d6;
}
.pills-vertical > li {
  float: none;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane,
.tab-content > div,
.pill-content > div {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}	

/* VK fix */
#vk_groups, #vkwidget1 {height: 305px !important; }
