#gallerix_categories {}

#gallerix_categories h2 {
    margin-bottom: 40px;
}

#gallerix_error {
    width:100%;
    height:30px;
    background:#333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    line-height: 30px;
    padding:10px;
}

#gallerix_categories .separator {
    border-bottom: 1px solid #ececec;
    width:100%;
    clear:both;
    float:left;
    margin-top:30px;
    margin-bottom:30px;
    height:1px;
}

#gallerix_categories h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: bold;
    color:#000;
    padding:0;
    margin:0;
    float:left;
    line-height: 36px;
}

#gallerix_categories .gallerix_category_add {
    background-image: url("../img/add_category_btn.png");
    background-position: 0px 0px;
    text-indent: -9999px;
    width:131px;
    height:36px;
    float:right;
    margin-left: 30px;
}

#gallerix_categories .gallerix_category_add:hover {
    background-position: -131px 0px;
}


#gallerix_categories .gallerix_category_list {
    clear:both;
}

#gallerix_categories .gallerix_category_list li {
    width:100%;
    height:50px;
    background:#FFF;
    border-bottom: 1px solid #ececec;
}

#gallerix_categories .gallerix_category_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
    color:#838383;
    float:left;
    line-height: 50px;
    padding:0;
    margin:0;
    text-indent: 10px;
}

#gallerix_categories .gallerix_category_edit {
    background-image: url("../img/edit_btn.png");
    background-position: 0px 0px;
    text-indent: -9999px;
    width:36px;
    height:22px;
    float:left;
    margin-left: 30px;
    margin-top: 14px;
    display: none;
}

#gallerix_categories .gallerix_category_edit:hover {
    background-position: -36px 0px;
}

#gallerix_categories .gallerix_category_delete {
    background-image: url("../img/delete_btn.png");
    background-position: 0px 0px;
    text-indent: -9999px;
    width:52px;
    height:22px;
    float:left;
    margin-left: 5px;
    margin-top: 14px;
    display: none;
}

#gallerix_categories .gallerix_category_delete:hover {
    background-position: -52px 0px;
}

#gallerix_categories .gallerix_category_list li:hover {
    background: #464646;
}

#gallerix_categories .gallerix_category_list li:hover .gallerix_category_title {
    color:#FFF;
}

#gallerix_categories .gallerix_category_list li:hover .gallerix_category_edit, 
#gallerix_categories .gallerix_category_list li:hover .gallerix_category_delete {
    display: block;
}

#gallerix_categories .gallerix_addedit_category label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#000;
    font-weight: bold;
    clear:both;
    float:left;
}   

#gallerix_categories .gallerix_addedit_category label span {
    font-weight: normal;
    color:#999;
}

#gallerix_categories .gallerix_addedit_category input {
    margin-top:10px;
    width:350px;
    height:40px;
    padding:10px;
    border:1px solid #ececec;
    border-radius: 4px;
    clear:both;
    float:left;
}

#gallerix_categories .gallerix_save {
    background-image:url('../img/save_changes_btn.png');
    background-position: 0px 0px;
    width:173px;
    height:45px;
    border:none;
    text-indent: -9999px;
    cursor: pointer;
    clear:both;
    float:left;
    
}
#gallerix_categories .gallerix_cancel {
    background-image:url('../img/cancel_btn.png');
    width:173px;
    height:45px;
    border:none;
    text-indent: -9999px;
    cursor: pointer;
    float:left;
    margin-left: 10px;
    text-decoration: none;
}

#gallerix_categories .gallerix_save:hover,
#gallerix_categories .gallerix_cancel:hover 
{
    background-position: -173px 0px;
}

#gallerix_categories .required_tooltip {
    margin-top:10px;
    margin-left: 10px;
    background-image:url('../img/required_tooltip.png');
    width:159px;
    height:37px;
    float:left;
    text-indent: -9999px;
    display: none;
} 