/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-6000px;
}


/*Selects*/

.selectArea {
	height:22px;
	background:url('./img/select_bg.png') repeat-x left top;
}

.selectArea .left {
	width:11px;
	height:22px;
	float:left;
	background:url('./img/select_left.png') no-repeat left top;
}

.selectArea .right {
	width:22px;
	height:22px;
	float:right;
	background:url('./img/select_right.png') no-repeat left top;
}

.selectArea .right a {
	display:block;
	width:22px;
	height:22px;
	position:absolute;
}

.selectArea .right i {
	display:none;
}

.selectArea .center {
	width:160px;
	color:#666;
	padding-top:1px;
	overflow:hidden;
	white-space:nowrap;
	border:0px;
	vertical-align:middle;
	background:transparent;
}

/*Selects drop-down*/

.fake_list{
	background:white;
	padding:2px;
	z-index:1000;
	list-style-type:none;
	margin:0px;
	position:absolute;
	float:left;
	overflow:auto;
	margin-left:3px;
	border:1px solid #cccccc;
	border-top:none;
	cursor:default;
}

ul.fake_list li{
	color:#666;
	padding:0px 2px 0px 10px;
	margin:0px;
	clear:none;
}

.fake_list li.selected{
	color:white;
	background:#5F6062;
	border-color:white;
}



/* ================================================================== */
/* Portfolio browser select */

div.portfolioSection .selectArea{
	position:relative;
	height:18px;
	margin-left:9px;
	background:url('./img/browser_select_bg.png') repeat-x 0 0;
}

div.portfolioSection .selectArea .left{
	position:absolute;
	left:0;
	margin-left:-9px;
	width:9px;
	height:18px;
	background:url('./img/browser_select_left.png') no-repeat 0 0;
}

div.portfolioSection .selectArea .right{
	position:absolute;
	right:0;
	width:20px;
	height:18px;
	margin-right:-20px;
	background:url('./img/browser_select_right.png') no-repeat 0 0;
}

div.portfolioSection .selectArea .right a{
	width:20px;
	height:18px;
	color:#131313;
}

div.portfolioSection .selectArea .center{
	display:block;
	margin:0;
	padding:0;
	color:#131313;
	overflow:hidden;
	border:none;
	background:none;
	vertical-align:middle;
	line-height:14px;
}

ul#portfolioSection_fake_list{
	font-size:0.9em;
	background:#6c6c6c;
	padding:2px;
	margin:0;
	margin-left:3px;
	border:none;
}

ul#portfolioSection_fake_list li{
	color:#131313;
	padding:0 2px 0 10px;
	margin:0;
	clear:none;
}

ul#portfolioSection_fake_list li.selected{
	color:white;
	background:#5F6062;
}

/* Eof Portfolio browser select */
/* ================================================================== */

