.clearfix:after {   /* fixes FF (applies background color regardless of height of left content or sidebar) */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body {
	/*background: transparent url(../images/bg_fwa_aiko.jpg) no-repeat left top;*/
}

.dropdown,
.dropdownitem {
	width: auto;
}

.arrow {
	background: transparent url(../images/arrow-2.gif) no-repeat right;
	display: inline;
	float: left;
/*	width: 100%;*/
	padding-right: 10px;
	cursor: pointer;
	color:#00a4c5;
}

.list {
	/*background: transparent url(../images/bg_dropdown.jpg) no-repeat left top;*/
	height: 19px;
}

.list p {
	/*margin: 0;
	padding: 0 0 0 10px;*/
	font-family: Arial, 'Lucida Grande', sans-serif;
	/*font-size: 12px;*/
	line-height: 15px;
	
}

.dropdownitem {
	position: absolute;
	z-index: 20;
}

.dropdownitem p {
	background: transparent url(../images/transparency.png) no-repeat left top;
	margin: 0;
	padding: 0;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	cursor: pointer;

}

.dropdownitem p.selected {
	background-image: url(../images/bg_selected.gif);
}

