 * {
    margin: 0;
    padding: 0;
}

body {
    font-family: tahoma, arial, sans-serif;
    font-size: 13px;
    background: white url(img/back.jpg) no-repeat 45% 25%;
    width: 100%;
    height: 100%;
}

#body {
    position: relative;
    background: url(img/back.gif) repeat-x;
    padding-top: 25px;
    width: auto;
}

#logo {
    position: relative;
    width: 800px;
    height: 54px;
    background: url(img/logo.png) no-repeat;
    margin: 85px 0 10px 0;
}

table {
    text-align: left;
}

table#content {
    width: 860px;
}

table#content td > div {
    padding-left: 45px;
}

table#content tr#first {
    height: 338px;
}

td {
    vertical-align: top;
}

li {
    margin: 10px 0;
}

li table {
    width: 100%;
}

h1, h2 {
    font: 11px / 16px tahoma;
}

a {
    color: #0b75e3;
    font: 11px / 16px tahoma;
}

a b {
    font-weight: bold;
}

a#more {
    font: bold 12px tahoma;
    color: white;
    padding-left: 18px;
}

.b b {
    color: black;
}

.title {
    color: #4a2b27;
    font: bold 26px corbel;
    margin-bottom: 15px;
}

.title .numb {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(img/u.png) no-repeat;
    color: white;
    margin-left: -45px;
    font: bold 24px/32px arial;
    text-align: center;
}

form {
    margin-top: 5px;
}

form .edit {
    position: relative;
    padding: 0 12px;
    height: 44px;
    overflow: hidden;
    float: left;
}

form .edit select {
    margin: 7px 0;
    position: relative;
    width: 100%;
    height: 28px;
    background: white;
    font-size: 18px;
    line-height: 26px;
    color: black;
}

form .edit select option {
    color: black;
}

form .edit input {
    position: relative;
    background: white;
    height: 24px;
    width: 100%;
    font: bold 14px / 14px tahoma;
    border: 0;
    border-top: solid #7a544a 3px;
    border-bottom: solid #7a544a 3px;
    float: left;
}

form .edit .bkg {
    left: 6px;
    position: absolute;
    background: url(img/edit-bk.gif) repeat-x;
    width: 272px;
    height: 44px;
}

form .edit .sl, form .edit .sr {
    position: absolute;
    width: 12px;
    height: 44px;
    top: 0px;
    left: -6px;
    background: url(img/edit.png) no-repeat;
}

form .edit .sr {
    margin-left: -6px;
    left: 100%;
}

input.btn {
    width: 45px;
    height: 47px;
    border: 0;
    background: url(img/ok.png) no-repeat;
    margin-left: -5px;
}

form.category .edit {
    width: 260px;
    left: -20px;
}

form.category input {
    clear:both;
    height: 0;
    width: 0;
}

form.code .edit, form.phone .edit {
    height: 30px;
    padding: 0 15px;
    width: 85px;
    margin-right: 10px;
    float: left;
}

form.code .edit .sl, form.code .edit .sr, form.phone .edit .sl, form.phone .edit .sr {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: -15px;
    background: url(img/edit-s.png) no-repeat;
}

form.code .edit .sr, form.phone .edit .sr {
    margin-left: -15px;
    left: 100%;
}

form.code input.btn, form.phone input.btn {
    width: 29px;
    height: 30px;
    border: 0;
    background: url(img/ok-s.png) no-repeat;
}

form.phone .edit {
    width: 145px;
}

.dots-l, .dots-r {
    position: absolute;
    width: 56px;
    height: 19px;
    left: 50%;
    margin-left: -440px;
    top: 168px;
    background: url(img/dots.png) no-repeat;
    clip: rect(0px, 28px, 19px, 0px);
    clip: rect(0px 28px 19px 0px);
}

.dots-r {
    left: 50%;
    margin-left: 380px;
    top: 468px;
    clip: rect(0px, 56px, 19px, 28px);
    clip: rect(0px 56px 19px 28px);
}

#aforism {
    background: url(img/t-block.png) no-repeat;
    width: 294px;
    padding: 25px 10px 0 10px;
    margin: 10px 0 0 -10px;
    min-height: 185px;
    height: auto !important;
    height: 185px;
}

#aforism, #aforism a {
    color: #7a544a;
}

#aforism b {
    font-size: 11px;
}


#red {
    color: red;
}
