.c_sel_out {
	text-align: left;
	}
	
#login-part .c_sel_out, #profile .c_sel_out {
	text-align: left;
	float: left;
	margin-bottom: 15px;	
	}
	
#avatar .c_sel_out{	
	text-align: left;
	float: none;
	margin-top: 25px;
}

.sel {
	margin-top: 5px;
	}
	
.c_sel {
	margin-top: 5px;
	background: url('../images/dropdown/c_sel_bg.gif') repeat-x;
	width: 300px;
	background-color: #FFFFFF;
	}
	


.c_sel .c_sel_left {
	background: url('../images/dropdown/c_sel_left.gif') no-repeat;
	width: 10px;
	height: 27px;
	display: block;
	float: left;
	}

.c_sel .c_sel_text {
	float: left;
	display: block;
	width: 148px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #002C67;
	height: 18px;
	padding-top: 5px;
	overflow: hidden;
	}

.c_sel .c_sel_right {
	background: url('../images/dropdown/c_sel_right.gif') no-repeat;
	width: 29px;
	height: 27px;
	display: block;
	float: left;
	}

#sel_forum_category .c_list, #sel_avatar .c_list, #bizznizz-gids  .c_list, #media  .c_list, #search-video .c_list{
	background: url(../images/dropdown/c_sel_drop_bg.gif) no-repeat scroll left bottom;	
	width: 200px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002C67;
	position: absolute;
	/*max-height: 20em;*/
	height: expression( this.scrollHeight > 219 ? "220px" : "auto" ); /* sets max-height for IE */
	max-height: 220px;
	overflow: auto;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 8px;
	z-index: 1000;
	}
	
#bizznizz-gids  .c_list , #media  .c_list, #search-video .c_list {
	background: url(../images/dropdown/c_sel_drop_bg_bizznizz.gif) no-repeat scroll left bottom;
}

.c_list {
	width: 200px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002C67;
	position: absolute;
	/*max-height: 20em;*/
	height: expression( this.scrollHeight > 206 ? "207px" : "auto" ); /* sets max-height for IE */
	max-height: 207px;
	overflow: auto;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 8px;
	z-index: 1000;
	}

#profile .c_list_background, #login-part .c_list_background {
	background: url(../images/dropdown/c_sel_drop_bg_short.gif) no-repeat scroll left bottom;	
	position: absolute;
	z-index: 900;
	}

#sel_birth_day .c_list_background {
	background: url(../images/dropdown/c_sel_drop_bg_veryshort.gif) no-repeat scroll left bottom;		
	position: absolute;
	z-index: 900;
	}
	
#sel_forum_category  .c_item, #sel_avatar  .c_item  {
	margin-right: 11px;
	border-top: 1px dotted #052971;
	padding: 5px;
	}
	
.c_item {
	margin-right: 3px;
	border-top: 1px dotted #052971;
	padding: 5px;
	}

.c_item_over {
	background: #e3e8f8;
	}

.c_item_active {
	/*background: #red;*/
	}
