/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}
/* Skin */
.tabs_top {
  list-style: none;
	margin: 10px 0 10px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #cacaca;
	position:relative;
}
/*---------------- EXPLORE ------------------*/
#main.explore .tabs-container {
	padding: 0;
	border-width: 0;
	background-color: transparent;
}
#main.explore .tabs_top {
	height: auto;
	border-bottom-width: 0;
	margin: 2px 0 0;
	padding: 0;
}
#main.explore .tabs_top .round_tab {
	display:inline-block;
}
#main.explore .tabs_top .round_tab a {
	font: 18px/22px 'Open Sans', sans-serif;
	color: #8095a2;
	border-bottom-width: 0;
	padding: 10px 20px 19px 0;
	margin: 0;
}
#main.explore .tabs_top .round_tab.ui-tabs-selected a,
#main.explore .tabs_top .round_tab a:hover {
	position: relative;
	color: #FF9008;
}
/*---------------- PROFILE TABS ------------------*/
.tabs_top a {
  display:inline-block;
  padding: 6px 0;
	margin: 0 20px 0 0;
	font-size: 14px;
	line-height: 19px;
  zoom:1;
}
.tabs_top a{
	color: #222;
  font-weight: 600;
}
.tabs_top a.small_edit{
	border: none;
	background: none;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: -10px;
}
.tabs_top a.small_edit .update_progress{
	position: absolute;
}
.tabs_top > a.empty {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.tabs_top > a.selected {
	position: relative;
	color: #FF9008;
}
.tabs_top > a.selected{
	color: #222;
}
.tabs_top > a.selected:before {
	content: url(/images/orng_dot.png);
	position: absolute;
	z-index: 100;
	left: 45%;
	bottom: -1px;
	height: 6px;
	line-height: 0;
}
.tabs_top > a.selected:before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #222;
}
.main_left_tabs.selected:after {
	content: url(/images/orng_dot.png);
	position: absolute;
	z-index: 100;
	right: 13px;
	top: 45%;
	height: 6px;
	line-height: 0;
}
/*---------------- CROWDFUNDING TABS ------------------*/
#crowdfunding_tabs.tabs_top {
	border-bottom-width: 0;
	margin-bottom: 0;
}
#crowdfunding_tabs.tabs_top > a.selected:before {
	content: none;
}