@CHARSET "UTF-8";

/*
	tiny mce specs
*/
.default table.mceToolbar, .default tr.mceFirst .mceToolbar tr td, .default tr.mceLast .mceToolbar tr td {
    float: left;
}

/*
*	Inputs, textareas, buttons
*/

textarea {
    padding: 5px;
}

textarea#content.small, textarea.small {
    width: 300px;
    height: 100px;
}

/*
*	UL, LI
*/

li {
    margin-bottom: 3px;
}

li ul {
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}

/*
*	Anchors
*/
a {
    text-decoration: none;
}

/*
 * float, align, clear
 */
.float_left {
    float: left;
}

.float_right {
    float: right;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.clear {
    clear: both;
}

/*

/*
 *  Colors
 */

li.gray {
    color: #808080;
}

li.black {
    color: #000;
}

form {
    line-height: 30px;
}

label {
    display: block;
    float: left;
    width: 110px;
}

input, select {
    width: 180px;
    height: 20px;
    border: 1px solid #898989;
    margin-bottom: 3px;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

input.long {
    width: 450px;
}

input.two {
    width: 30px;
}

input.four {
    width: 50px;
}

form br {
    clear: both;
}

select {
    height: 20px;

}

.submit_button {
    margin-top: 10px;
    width: 100px;
    height: 15px;
    border: 2px solid #f1f1f1;
    border-radius: 3px;
    line-height: 15px;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.submit_button:hover {
    background: #f1f1f1;
}

.error {
    border: 2px solid red;
}

.radio label {
    float: left;
    width: 50px;
    line-height: 20px;
    text-transform: uppercase;
}

.radio input {
    float: left;
    width: 30px;
}

textarea {
    resize: none;
}

textarea#perex, textarea#content, textarea#keywords, textarea#description {
    width: 630px;
    height: 100px;
}

textarea#perex, textarea#keywords, textarea#description {
    border: 2px solid #f1f1f1;
    border-radius: 3px;

}

textarea#content {
    height: 550px;
}

/*
 * Default layout
 */

.center {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.center .inner {
    margin: 10px;
}

.menu a, .submenu a, .subsubmenu a {
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    display: block;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.submenu a, .subsubmenu a {
    font-size: 12px;
}

.menu a:hover, .menu a.active, .submenu a:hover, .submenu a.active, .subsubmenu a:hover, .subsubmenu a.active {
    color: #4990b4;
}

/*
* BTNS
*/
a.more_btn {
    display: block;
    padding-right: 20px;
    padding-left: 5px;
    background: #5f6a70;
    color: #ffffff;
    width: 50px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

a.more_btn:hover {
    background: #ff0000;
    color: #ffffff;
}

a.note_btn {
    display: block;
    padding-right: 20px;
    padding-left: 5px;
    color: #ffffff;
    width: 50px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background: #5f6a70;

}

a.note_btn.active {
    background: #4990b4;
}

a.note_btn:hover, a.note_btn.active:hover {
    background: #82ae4d;
    color: #ffffff;
}

/*
 * Galery
 */
.photo_box img {
}

.photo_box {
    position: relative;
    width: 120px;
    height: 90px;
    margin: 10px;
    float: left;
    text-align: center;
    vertical-align: top;
    line-height: 100px;
}

.photo_box .photo {
    width: 120px;
    height: 90px;
    line-height: 80px;
    overflow: hidden;

}

.photo_box .more_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    padding: 0px;
}

.photo_box .note_btn {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 20px;
    padding: 0px;
}

a {
    color: #d70f18;
}

h1 a {
    color: #000000;
}

/*
 *  Sort
 */

#sortable li {
    cursor: move;
    border: 2px solid transparent;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

#sortable li:hover {
    border: 2px dotted #d3d3d3;
}

.float_left.margin_10 {
    margin-right: 10px;
}

.area_identifier img {
    width: 7px;
    height: 12px;
    margin-right: 5px;
}


