.cd-dropdown,
.cd-select {
	position: relative;
	margin: 0px auto;
	display: block;
	background: #181818;
	font-family:Gotham Bold;
	
}

.cd-dropdown > span {
	width: 100%;
	height: 43px;
	line-height: 43px;
	color: #FFFFFF;
	left:0px;
	font-size:15px;
	background: #181818;
	display: block;
	padding: 0 50px 0 35px;
	position: relative;
	cursor: pointer;
	border:0px solid red;
	text-align:left;
	background-image: url('../../images/4/event.png');
	background-repeat:no-repeat;
	text-indent:10px;
	font-family:Gotham Bold;
}

#range_div  > span {
	background-image: url('../../images/4/calendar.png');
	background-repeat:no-repeat;
	font-family:Gotham Bold;
}

.cd-dropdown-left{
	background-image: url('../../images/4/left_drop.png');
	background-repeat:no-repeat;
	font-family:Gotham Bold;
}

.cd-dropdown > span:after {
	content: url('../../images/4/downarrow.png');
	position: absolute;
	right:0px;
	padding-top:18px;
	width: 45px;
	text-align: center;
	font-size:15px;
	height:43px;
	line-height:43px;
	color:#868686;
	background-image: url('../../images/4/small_drop_right.png');
	background-repeat:no-repeat;
	font-family:Gotham Bold;
	
}

.cd-dropdown.cd-active > span:after {
	content: url('../../images/4/uparrow.png');
}


.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	top:49px;
	display: none;
	position: relative;
	border:1px solid gray;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;  
	border-radius: 5px;  
	-moz-box-shadow: 0px 0px 4px #181818;  
	-webkit-box-shadow: 0px 0px 4px #181818;  
	box-shadow: 0px 0px 4px #181818; 
	background-image:url("../../images/4/sep_bg.png");
	background-repeat:repeat-x; 
	background-color: #000000;
	font-family:Gotham Bold;	
}

.cd-dropdown ul li {
	display: block;
	font-family:Gotham Bold;
}

.cd-dropdown ul li span {
	width: 100%;
	line-height: 40px;
	padding: 0 0px 0 5px;
	display: block;
	color: #FFFFFF;
	height:30px;
	line-height:30px;
	cursor: pointer;
	font-size:15px;
	font-family:Gotham Bold;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family:Gotham Bold;
}

.cd-dropdown > span span{
	width: 86%;
	height: 43px;
	line-height: 43px;
	color: #FFFFFF;
	font-size:15px;
	background: #181818;
	display: block;
	position: absolute;
	cursor: pointer;
	border:0px solid red;
	background-image: url('../../images/4/small_bg.png');
	background-repeat:repeat-x;
	font-family:Gotham Bold;
}

/* Select fallback styling */
.cd-select {
	border: 1px solid #ddd;
	font-family:Gotham Bold;
}


.cd-dropdown.blackdropdown > span
{
	background-image: url('../../images/4/dropDown_search1.png');
	background-repeat:no-repeat;
	padding:0px 5px ;
	font-family:Gotham Book;
}
.cd-dropdown.blackdropdown > span span
{

	background-image: url('../../images/4/dropDown_search2.png');
	background-repeat:repeat-x;
	font-family:Gotham Book;
	
}
#widget_eventtype_div.cd-dropdown.blackdropdown > span span  
{
width:98%;
}

.cd-dropdown.blackdropdown > span:after {
	background-image: url('../../images/4/dropDown_search3.png');
	background-repeat:no-repeat;
	background-position:left;
	font-family:Gotham Book;
	text-align: center;
	font-size:15px;
	height:43px;
	line-height:43px;
	border:none;
}
.cd-dropdown.blackdropdown > span:after {
	content: '';
}
.cd-dropdown.blackdropdown.cd-active > span:after {
	content: '';
}

.cd-dropdown.blackdropdown.mypage > .dropdownarea > li {
	width: 190px !important;
}

.cd-dropdown.blackdropdown.mypage > span:after {
	right:-10px !important;
}
.cd-dropdown.blackdropdown ul li span {
}
.lipaddingleft{
	margin-left:20px;
}

.selectedli{
	background-image: url('../../images/4/yellow_tick.png');
	background-repeat:no-repeat;
	text-indent:30px;
	background-position:3px center;
	font-family:Gotham Book;
}

.nonselectedli{
	background-image: url('../../images/4/empty_arrow.png');
	background-repeat:no-repeat;
	text-indent:30px;
	background-position:3px center;
	font-family:Gotham Book;
}

#default_search_div ul
{
	width:170px !important;
	left:140;
}
#default_search_div ul li
{
	width:150px !important;
}
#userinfo_types_div ul li
{
	width:500px !important;
}
