td.article {
    cursor: pointer;
}

td.suggestCategorization {
    cursor: pointer;
}

.activeSuggestCategorization {
    width: 300px;
}

div#categorizeSku {
    position: absolute;
    left: 300px;
    top: 10px;
    width: 650px;
    height: 450px;
    background: white;
    border: 2px solid #CFCBB5;
    display: none;
}

div#secondCategorizationBreadcrumb {
    display: none;
}

div#categorizeSkuHeader {
    width: 650px;
    height: 15px;
    background: #EBE8D6;
    cursor: move;
}

div#categorizeSkuClose {
    float:right;
    width: 10px;
    height: 15px;
    background: #006699;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

div#categoryNavigatorContainer {
    margin-left: 20px;
}

div#articleSelection {
    margin: 20px;
}

div.suggestion {
    position: absolute;
    right: 200px;
    top: 60px;
    width: 600px;
    border-top: 2px ridge #EBE8D6;
    border-left: 2px ridge #EBE8D6;
    border-bottom: 1px solid #EBE8D6;
    border-right: 1px solid #EBE8D6;
    background: white;
    color: #006699;
    display: none;
}

td.activeArticle {
    background: #EDEED4;
    font-weight: bold;
    cursor: pointer;
}

tr.uncategorizedSkusHeader {
    background: #EDEED4;
}

table.listing td {
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    text-align: left;
}

table.listing th {
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    text-align: left;
}

table.listing a {
    color: blue;
    text-decoration: underline;
}

select.select {
    width: 200px;
}

fieldset.categorizeSkus {
    border: 3px solid #F3F3EF;
    padding: 2px 2px 3px 2px;
    margin: 5px;
}

legend.categorizeSkus {
    color: gray;
}

fieldset.categorizeSkus a:active, fieldset.categorizeSkus a:visited, fieldset.categorizeSkus a:link {
    color: #006699;
    cursor: pointer;
}

fieldset.categorizeSkus a:hover {
  text-decoration: underline;
  cursor: pointer;
}

span.breadcrumb {
  font-weight: bold;
  text-transform: uppercase;
}

span.pendingDisactivation {
    color: red;
}