* {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

#wrap-header {
    text-align: center;
}

object#header {
    display: block;
    margin: 0 auto; 
}

#wrap-menu {
    width: 100%;
    height: 34px;
    background: url(/img/bg-menu.png) repeat-x;
    text-align: center;
    font-size: 0;
}

#wrap-menu img {
    margin: 2px 15px auto 15px;
}

#wrap-menu a {
    outline: none;
}

#wrap-rulon {
    padding-top: 20px;
    text-align: center;
}

#wrap-rulon > div {
    display: block;
    margin: 0 auto;
}

#wrap-rulon-top {
    width: 715px;
    height: 57px;
    background: url(/img/rulon-top.png) right no-repeat;
}

#wrap-rulon-bottom {
    width: 715px;
    height: 62px;
    background: url(/img/rulon-bottom.png) right no-repeat;
}

#wrap-rulon-body {
    width: 715px;  
    background: url(/img/rulon-bg.png) right repeat-y;
    text-align: left;    
}

#content {
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 14px;
    padding: 25px 0 25px 0; /* 25px - offset from bottom, 150px - menu width */
    margin: 0 75px 0 75px;
    color: #000100;
}

#content h1, #content h2, #content h3 {
    color: #603a17;
}

#content h1 {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content p {
    margin-bottom: 10px;
}

#wrap-footer {
    width: 600px;
    padding: 50px 0 50px 0;
}

#wrap-footer, #wrap-footer a {
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 10px;
    color: #797979;
}

#copyright {
    float: left;
}

#authors {
    float: right;
}

#content table {
    width: 550px;
    border-collapse: collapse;
}
/*
td {
        border: 1px solid;
}
*/
#content th {
    font-family: Georgia, 'Times New Roman', Times, serif;    
    font-size: 12px;
    color: #000100;
    vertical-align: text-bottom;
    text-align: center;
    padding-bottom: 30px;
}

#content th.section-header {
    text-align: left;
    font-family: 'Times New Roman', Times, Georgia, serif;    
    font-size: 25px;
    color: #603a17;    
}

#content td {
    font-family: Georgia, 'Times New Roman', Times, serif;    
    font-size: 12px;
    color: #000100;
    vertical-align: top;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

#content td.pimage, #content td.ptext {
    text-align: left;
}

.ptitle {
    font-size: 14px;
    color: #f05a2a;
    padding-top: 15px;    
    padding-bottom: 10px;
}

#content td.pexit, #content td.pprice, #content td.psum {
    padding-top: 17px;    
}

#content td.pprice {
    font-size: 14px;
}

#content td.pnumber {
    padding-top: 15px;
}

input.spinedit {
    border: 1px solid #809db9;
    width: 23px;
    height: 18px;
    padding-left: 7px;
    padding-right: 20px;
    background: url(/img/bg-spinedit.png) 100% 0% no-repeat;
    text-align: left;
}

input.spinedit.up, input.spinedit.down, input.spinedit.downp, input.spinedit.upp {
    cursor: pointer;
}

input.spinedit.up {
    background-position: right -18px;
}

input.spinedit.down {
    background-position: right -36px;
}

input.spinedit.downp {
    background-position: right -54px;
}

input.spinedit.upp {
    background-position: right -72px;
}

#form-bottom {
    font-family: Georgia, 'Times New Roman', Times, serif;    
    font-size: 14px;    
    padding: 30px 0 30px 0;
    vertical-align: text-bottom;
}    

#form-bottom a {
    color: #ff0000;
}

#form-bottom .finalsum {
    font-family: 'Times New Roman', Times, Georgia, serif;    
    font-size: 30px;
    color: #f05a2a;    
}

#wrap-more {
    padding-left: 25px;    
    height: 40px;
    float: left;
}

#wrap-finalsum {
    padding-right: 20px;
    height: 40px;
    float: right;
}

#form-long input, #form-short input, textarea {
    border: 1px solid #809db9;
}

#form-long input, #form-short input {
    height: 19px;
}

fieldset {
    border: 0;
}

label {
    display: block;
    padding-bottom: 5px;
    padding-right: 20px;
}

#form-long {
    width: 100%;
    text-align: right;
}

#form-long input {
    width: 400px;
}

#form-short {
    float: left;
    text-align: right;
    padding-left: 24px;
    width: 241px;
}

#form-short input {
    width: 100px;
}

#form-submit {
    text-align: right;
}

#form-submit textarea {
    width: 250px;
    height: 100px;
    margin-top: 5px;
}

#form-submit label {
    margin-bottom: -20px;
}

#form-submit span {
    padding-right: 17px;
}

#menu-ref-submit {
    margin-top: 30px;
}