
#gender_tab_container{
	float:right;
	position:relative;
	padding-right:1px;
	font-weight:normal;
	font-size:14px;
	display:none;
}

#gender_tab_container span.filter{
	display:block;
	float:left; 
	font-size:12px;
	padding-right:5px;
}

#gender_tab_container div{
	float:left;
	margin:1px 0px 2px 1px;
	padding:0 3px 0 ;
	height:25px;
	font-weight:bold;
}

#gender_tab_container div#tab_female,
#gender_tab_container div#tab_male{
	padding-left:20px;
	background-position:5px 5px;
}

#gender_tab_container .female_on{
	background:url(../../assets/images/icons/connect_tab_female_on.gif) no-repeat;
	color:#ff5bac;
}

#gender_tab_container .male_on{
	background:url(../../assets/images/icons/connect_tab_male_on.gif) no-repeat;
	color:#5bb7ff;
}

#gender_tab_container .all_on{
	color:#398108;
}

#gender_tab_container .female_off{
	background:url(../../assets/images/icons/connect_tab_female_off.gif) no-repeat;
}

#gender_tab_container .male_off{
	background:url(../../assets/images/icons/connect_tab_male_off.gif) no-repeat;
}

#gender_tab_container .all_off,
#gender_tab_container .female_off,
#gender_tab_container .male_off{
	background-color:#cccccc;
	cursor: pointer;
}

#gender_tab_container .all_on,
#gender_tab_container .female_on,
#gender_tab_container .male_on{
	background-color:#fff;
	border-bottom:1px solid #fff;
	cursor: pointer;
}

#connections_search_box{
	margin-top:10px;
	padding-bottom:5px;
	width:209px;
	overflow:hidden;
}

.connections_dynamic_content{
	min-height:400px;
	background-position:335px 15px;
}

#connections_search_box .row{
	overflow:visible;
	clear:both;
}

#connections_search_box .row .alt_div,
#connections_search_box .row label, 
#connections_search_box .row .label, 
#connections_search_box .row .data,
#connections_search_box .row .help{
	float:left;
	display:block;
	margin-right:5px;
	width:75px;
	line-height:21px;
}
#connections_search_box .row{
	padding:2px 2px;
}
#connections_search_box .row label, 
#connections_search_box .row .label{
	padding-left:5px;
	white-space:nowrap;
	overflow:hidden;	
}
#connections_search_box .row .data{
	width:120px;
}
/*
#connections_search_box .row .label_width_fix{
	width:61px;
}

#connections_search_box .row .label_width_keyword{
	width:47px;
}*/
#connections_search_box .keyword_data .alt_div{
	width:115px;
}
#connections_search_box #direct_input{
	width:141px;
}

#connections_search_box .submit_button{
	float:left;
}

#connections_search_box select{
	width:143px;
}

#connections_search_box .tooltip_over_select{
	overflow:visible;
}

#connections_search_box .iframe_over_select{
	height:117px;
	width:214px;
	border:0px solid red;
}
#connections_search_box .tooltip_display_over{
	width:190px;
}

#connections_search_box a.tooltip{
	display:inline;
}

#connections_search_box a.tooltip b {
	left:-182px;
}

#connections_search_box .submit_fix{
	margin:0;
	padding:5px 0px 5px 60px;
}


.age_data select{
	width:60px!important;
	
}
.age_data .spacer{
	float:left;
	padding-top:3px;
	text-align:center;
	width:22px;
	display:inline;
}
.age_data .data{
	width:61px!important;
}


.age_data .data{
	margin-right:0!important;
}

.into_data label,
.age_data label,
.region_data label,
.country_data label,
.keyword_data label{
	width:48px!important;
}

#connections_search_box .into_data{
	padding-top:4px;
}



#connections_search_box select,
#connections_search_box #direct_input{
	background-color:#fff;
	color:#000;
	border:1px solid #666666;
}

#connections_search_box .check_box_item .alt_div{
	text-align:right;
}

#connections_search_box .check_box_item label{
	border:0px solid red;
	width:120px;
	padding-left:0px;
}

