﻿.full_toolbar
{
    width: 218px;
    height: 18px;
    background: #F7F6F3;
    border: solid 2px #CCCCCC;
    top: 3px;
    left: 300px;
    position: absolute;
}
.full_toolbar div,
.full_toolbar input
{
    display: block;
    float: left;
}

.full_toolbar input
{
    width: 16px;
    height: 16px;
    padding-top: 0px;
}

.full_toolbar_title
{
    background: #E2DED6;
    width: 16px;
    height: 100%;
    cursor: move;
}

.full_toolbar_divider
{
    background: #E2DED6;
    width: 2px;
    height: 100%;
    margin: 1px 6px 1px 2px;
}

.full_editor
{
    width: 800px;
    position: absolute;
    top: 100px;
    left: 50px;
}
.full_editor a
{
    color: #333;
}

.full_catalog
{
    position: absolute;
    top: 100px;
    left: 50px;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

.full_catalog a
{
    color: #333;
}

.full_catalog select
{
    margin-bottom: 2px;
    margin-right: 10px;
}

.move
{
    cursor: move;
}

.small_button
{
    padding: 1px;
}
