﻿.category_editor
{
    width: 270px;
    float: left;
    padding-left: 10px;
    font: 10pt Arial;
    border-right: solid 1px #000000;
}
.Image_Upload
{
    width: 340px;
    padding: 0px 5px 0px 5px;
    float: right;
    font: 10pt Arial;
}
.CategoryListBox
{
    width: 250px;
    height: 100px;
}
.CreateCategoryTXT
{
    width: 245px;
}
.warning
{
    font: 10pt Arial;
    color: Red;
}
.Category_Item
{
    width: 285px;
    height: 32px;
    padding: 0px 0px 0px 15px;
    font: Bold 10pt Arial;
    color: #312f83;
}
.category_image
{
    width: 29px;
    height: 32px;
    float: left;
    background: url(/images/puzzle.gif);
}
.category_text
{
    width: 254px;
    height: 20px;
    float: right;
    margin-top: 5px;
}
a.Category_Link
{
    font: Bold 10pt Arial;
    color: #312f83;
    text-decoration: none;
}
.Category_Link:hover
{
    text-decoration: underline;
}