* { 
    margin:0;
    padding:0;
}

body {
    font-family: tahoma, arial, sans-serif;
    font-size: 13px;
    background: white;
    width: 100%;
}

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

#logo {
    position: relative;
    width: 820px;
    height: 47px;
    background: url(img/logo.gif) no-repeat;
    margin: 80px 0 45px 0;
}

table {
    text-align: left;
}

table#content {
    width: 820px;
}


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

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

td {
    vertical-align: top;
}

td > div b {
    color: #292fcd;
}

li {
    margin: 10px 0;
}

li table {
    width: 100%;
}

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

a, a b {
    color: #292fcd;
    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 {    
    margin-bottom: 15px;    
}

.title #text1, .title #text2 {
    background: url(img/text1.png) no-repeat;
    width: 156px;
    height: 23px;
    margin-top: 6px;
}

.title #text2 {
    background: url(img/text2.png) no-repeat;
    width: 253px;   
}

.title .numb {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(img/u.png) no-repeat;
    color: white;
    margin-left: -45px;
    font: bold 24px 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/22px tahoma;
    border: 0;
    border-top: solid #3333ee 3px;
    border-bottom: solid #3333ee 3px;
    float: left;
}

form .edit .bkg {
    left: 6px;
    position: absolute;
    background: url(img/edit-bk.gif) repeat-x;
    width: 252px;
    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 {
    margin-bottom: 35px;
}

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

form.category input {
    width: 0px;
    height: 0px;
}

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

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);
}

