div.nxc-meta-checkboxes {
display:none;
}

div.nxc-meta-clearb {
clear:both;
}

div.nxc-meta-selected-keywords-title,
div.nxc-meta-available-keywords-title,
div.nxc-meta-selected-keywords,
div.nxc-meta-arrows,
div.nxc-meta-keywords-list {
float:left;
width:200px;
padding:3px;
}

div.nxc-meta-selected-keywords-title h3,
div.nxc-meta-available-keywords-title h3 {
margin:0px 0px 2px 10px;
font-size:1.2em;
}

div.nxc-meta-selected-keywords,
div.nxc-meta-arrows,
div.nxc-meta-keywords-list {
height:200px;
}

div.nxc-meta-available-keywords-title {
margin-left:110px;
}

div.nxc-meta-selected-keywords,
div.nxc-meta-keywords-list {
border:1px solid #7F9DB9;
overflow-y:auto;
}

div.nxc-meta-keyword {
background-color:#E9E6D5;
margin:2px 0px;
cursor:pointer;
cursor:hand;
}

div.nxc-meta-keyword-drag,
div.nxc-meta-group-drag {
background-color:#ffffff;
border:2px solid #7F9DB9;
position:absolute;
padding:5px;
}

div.nxc-meta-keyword-selected {
background-color:#88C5E0;
color:#ffffff;
}

div.nxc-meta-keyword-group-container {
padding: 0px;
margin: 0px;
}

div.nxc-meta-keyword-group {
padding:0px;
margin:0px;
}


div.nxc-meta-keyword-group-title {
background-color:#7F9DB9;
color:#ffffff;
cursor:pointer;
cursor:hand;
font-weight:bold;
font-size:1.1em;
margin-top:2px;
padding:2px 0px;
}

div.nxc-meta-arrows {
width:50px;
}

div.nxc-meta-arrows a.nxc-meta-arrow {
display:block;
width:32px;
height:32px;
background-image:url('../images/nxcmeta/arrows.gif');
background-repeat:no-repeat;
}

div.nxc-meta-arrows a.nxc-meta-unselect-keyword {
margin:84px 16px 84px 2px;
background-position:0px 0px;
}

div.nxc-meta-arrows a.nxc-meta-unselect-keyword-not-active {
background-position:-32px 0px;
}

div.nxc-meta-arrows a.nxc-meta-select-keyword {
margin:84px 2px 84px 16px;
background-position:-64px 0px;
}

div.nxc-meta-arrows a.nxc-meta-select-keyword-not-active {
background-position:-96px 0px;
}

div.nxc-meta-group-drag div.nxc-meta-keyword-group-title {
margin-top:0px;
}
