.clsPart {
	width:100%;
	margin-top:3px;
}

.clsPartContainer {
	width:150px;
	position:relative;
	margin-top:3px;
	margin-left:0px;
}

.clsPartContent {
	background-color: #FFFFFF;
	border-left:1px solid #ECECFD;
	border-right:1px solid #ECECFD;
	border-bottom:1px solid #ECECFD;
}

.clsPartItems {
    padding:0px;
    margin:0px;
    width: 135px;
    overflow-x: hidden;
}

.clsPartItems ul {
    margin-left:8px;
    margin-bottom: 3px;
	padding:0px;
}

.clsPartItems li {
    margin:0px;
	padding:0px;
	font-family: Arial,Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    letter-spacing:.05em;
    line-height: 14px;
    white-space: nowrap;
    width: 135px;
    font-size:8pt;
	list-style-type: none;
}

li.clsPartItemsSelected {
	list-style-type: none;
}

.clsPartItems li span {
    display: block;
    width: 135px;
}

.clsPartHead {
	font-family: Arial,Helvetica, sans-serif;
    font-size: 8pt;
    letter-spacing:.04em;
    font-weight:bold;
    line-height:8pt;
    padding-left:5px;
}
.clsPartHead_closed {
	font-family: Arial,Helvetica, sans-serif;
    font-size: 8pt;
    letter-spacing:.04em;
    font-weight:bold;
    line-height:8pt;
    padding-left:5px;
}
.clsDragWindow {
	border:solid 2px #000000;
	background-color:#666666;
	filter:alpha( opacity=20 );
	position:absolute;
	display:none;
}

.clsPartLeft {
    width: 11px;
    height: 18px;
    background-repeat: no-repeat;
    cursor: move;
}
.clsPartLeft_closed {
    width: 11px;
    height: 18px;
    background-repeat: no-repeat;
    cursor: move;
}

.clsPartRight {
    background-repeat: no-repeat;
    cursor: pointer;
    width: 12px;
    height: 18px;
}
.clsPartRight_closed {
    background-repeat: no-repeat;
    cursor: pointer;
    width: 12px;
    height: 18px;
}

.clsPartHead {
    background-repeat: repeat-x;
    width: 128px;
    height: 18px;
}

.clsPartHead_closed {
    background-repeat: repeat-x;
    width: 128px;
    height: 18px;
}

.clsPartHrule {
	cursor:move;
	background-repeat:no-repeat;
	margin:0px;
}
