
/* êàñòîì ñåëåêò (ïîëå è ñòðåëî÷êà) */

div.mcdropdown {
	position : absolute;
	display : inline-block;
	width : 100px;
	height : 20px;
	
	
}

/*  INPUT */

div.mcdropdown input, 
div.mcdropdown div {
	position : absolute;
	background-color : transparent;
	left : 0;
	top : 5px;
	border : 0;
	padding-left:26px;
}

/* ñòðåëî÷êà */

div.mcdropdown a {
	position : absolute;
	right:0;
	top : 6px;
	background : transparent url(img/year2.gif) no-repeat 2px 10px;
	display : inline-block;
	height : 28px;
	width : 26px;
	text-decoration : none;
	font-size : 0;
	z-index : 2;
	background:url(/a0/ru/img/calendArrow.gif) no-repeat ;
	width:15px;
	height:15px;
}

div.mcdropdown a:hover {
	background:url(/a0/ru/img/calendArrowHover.gif) no-repeat ;
}



/* âûïàäàþùàÿ ÷àñòü */

ul.mcdropdown_menu {
	height : auto;
	background-color : white;
	width:110px;
	border:1px solid #959595;
	display : none;
	margin : 0;
	list-style-type : none;
	float : left;
	clear : both;
	z-index : 10000;
	
	padding-top:15px;
	padding-bottom:15px;
	
}

/* Ýëåìåíò ñïèñêà */

ul.mcdropdown_menu li {
	color:#1380C5;
	text-decoration:underline;	
	cursor : pointer;
	white-space : nowrap;
	font-size:14px;
	line-height:1em;
	
	padding-top:6px;
	padding-bottom:6px;
	padding-right:25px;
	padding-left:25px;
	zoom:1;
}

/* ýë. ñïèñêà ïðè íàâåäåíèè */

ul.mcdropdown_menu li:hover,
ul.mcdropdown_menu li.mc_hover {
	text-decoration:none;
	zoom:1;
}


/* àêòèâíûé ýëåìåíò ñïèñêà */

 .mc_active {
	color:black !important;
	text-decoration:none !important;
 }


ul.mcdropdown_menu ul {
	display : none;
}

ul.mcdropdown_menu ul {
	background : #f0f0f0;
	border : 1px solid #d0d0d0;
	padding-bottom : 10px;
	visibility : hidden;

	position : absolute;
	list-style-type : none;
	margin : 0;
	margin-left : 30px;
	z-index : 10000;
}

