/* POSITION COMPONENT */
.positionComponent {
	color:#000;
	border: 1px solid #e2e3ea;
	border-top: 1px solid #abadb3;
	width: 150px;
	height: 17px;
	background-color: #FFF;
	cursor: default;
}
.positionComponent:hover {
	border: 1px solid #c7e2f1;
	border-top: 1px solid #5794bf;
}

.positionComponent .comboImg{
	float: right;
	width: 17px;
	height: 17px;
	background:url(combo_btn.gif) no-repeat 0 0;
}

