.select {
	background:#EEF2FD url(button-select-arrow.gif) no-repeat scroll right top;
	float: right;
	border-color:#819EBC;
	border-style:solid;
	border-width:1px 1px 1px;
	zoom: 1;
}
.select_arrow {
	float: left !important;
}
.select .button, .select .button:visited, .select .button:hover {
	color:#000000;
	display:block;
	height:17px;
	line-height:16px;
	overflow:hidden;
	padding:0pt 13px 0pt 7px;
	text-align:left;
	text-decoration:none;
	width:135px;
}
.select a.button:hover { text-decoration:none; }
.select p {
	background:#EEF2FD none repeat scroll 0% 50%;
	border:1px solid #819EBC;
	text-align:left;
	top:17px;
	width:155px;
	left:-1px;
	overflow:auto;
	position:absolute;
}
.select p a, .select p a:visited {
	color:#000000;
	display:block;
	padding:0pt 5px;
	text-decoration:none;
	text-indent: 0px;
}
.select p a:hover {
	background:#0A246A none repeat scroll 0%;
	color:#FFFFFF;
	text-decoration:none;
}
.select_items_small .select .select_arrow {
	float: right;
	width: 18px; height: 16px;
	border-left: 1px solid #9AA1A4;
	cursor: pointer;
}

/* end select */

.select_items_small .select_small2 {
	float:left;
	margin: 0px 30px 0px 0px;
	width: 58px; height: 16px;
	text-align: left;
	line-height: 16px;
	color: #000;
	border: 1px solid #82878A;
	background: #fff;
	overflow: hidden;
	padding-left:13px;
}

.select_items_small .select_options {
	display: none;
	position: absolute;
	right: 0px; top:17px;
	width: 345px;
	background:#FFFFFF;
	text-align: left;
	border: 1px solid #82878A;
}
.select_items_small .select_options a {
	padding: 0 5px;
	width: 336px;
	display: block;
	color: #000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.select_items_small .select_options a:hover {
	color: #fff;
	background: #0A246A;
	text-decoration: none;
}

.select_items_small .select_options_small {
	display: none;
	position: absolute;
	left: 165px; top:17px;
	width: 71px;
	background:#FFFFFF;
	text-align: left;
	border: 1px solid #82878A;
}
.select_items_small .select_options_small a {
	padding: 0 5px;
	width: 62px;
	display: block;
	color: #000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.select_items_small .select_options_small a:hover {
	color: #fff;
	background: #0A246A;
	text-decoration: none;
}

.select_items_small .select_options_small2 {
	display: none;
	position: absolute;
	left: 30px; top:17px;
	width: 71px;
	background:#FFFFFF;
	text-align: left;
	border: 1px solid #82878A;
}
.select_items_small .select_options_small2 a {
	padding: 0 5px;
	width: 62px;
	display: block;
	color: #000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.select_items_small .select_options_small2 a:hover {
	color: #fff;
	background: #0A246A;
	text-decoration: none;
}

/*select_small*/
.select_small {
	float: left;
	background: #EEF2FD url(button-select-arrow.gif) no-repeat scroll right top;
	border-width: 1px;
	border-color: #82878A;
	border-style: solid;
}
.select_small .button, .select_small .button:hover, .select_small .button:visited {
	color: #000;
	float: left;
	height: 17px;
	line-height:17px;
	overflow: hidden;
	padding: 0pt 10px 0 7px;
	text-align: left;
	font-size: 11px;
	width: 73px;
	text-decoration: none;
}

.content_small .main_content .center_part .select_items select.select {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #82878A;
	color:#000000;
	float:right;
	height:19px;
	line-height:16px;
	margin:-1px 0pt 0pt 12px;
	overflow:hidden;
	padding:0pt 0pt 0pt 13px;
	text-align:left;
	width:134px;
}
.select_small p {
	background:#EEF2FD none repeat scroll 0% 50%;
	border:1px solid #82878A;
	text-align:left;
	top:17px;
	width:90px;
	zoom: 1;
	left:-1px;
	overflow:auto;
	position:absolute;
}
.select_small p a, .select_small p a:visited {
	color:#000;
	display:block;
	padding:0pt 5px;
	text-decoration:none;
}
.select_small p a:hover {
	background:#0A246A none repeat scroll 0%;
	color:#FFFFFF;
	text-decoration:none;
}

.collapsed {
	position:static;
}
.collapsed p {
	display:none;
}
.expanded {
	position:relative;
}
.expanded p {
	left:-1px;
	overflow:auto;
	position:absolute;
	display: block;
/*	height:200px;*/
}