table.header {
    height: 180px;
    border: 0;
}
table.body {
    margin: 0 auto;
    border-collapse: collapse;
    width: 1100px;
}
.header {
    height: 180px;
}
.headerLogo {
    float: left;
    width: 498px;
    height: 180px;
}
.headerMenu {
    float: left;
    padding-top: 40px;
    padding-left: 10px;
    width: 340px;
    height: 140px;
}
.headerText {
    float: left;
    padding-top: 40px;
    width: 250px;
    height: 140px;
   text-align: center;
    color:darkblue;

}
.clean{
    width:450px;
    height:1px;
    clear:both;
}

.cur{
    cursor:pointer;
}

.imgT{
    margin:0 8px 8px 0;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:9px;
    -khtml-border-radius:14px;

}
#body {
    background-image: url("../images/wp_damask_022.gif");
    /*background-color: #E7DEC6;*/
    -webkit-box-shadow:0 0 25px 13px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:0 0 25px 13px rgba(0, 0, 0, 0.32);
    box-shadow:0 0 25px 13px rgba(0, 0, 0, 0.32);
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:14px;
    -khtml-border-radius:19px;
    width: 1100px;
    margin: 20px auto;
}

#headerImage {
    border-radius:15px 0 0 0;
    -webkit-border-radius:15px 0 0 0;
    -moz-border-radius:14px 0 0 0;
    -khtml-border-radius:19px 0 0 0;
}
@font-face{
    font-family:gtxt;
    src:url(../fonts/CAMBRIAZ.TTF);
}
@font-face{
    font-family:error;
    src:url(../fonts/impact.TTF);
}
@font-face{
    font-family:ptxt;
    src:url(../fonts/CAMBRIAZ.TTF);
}



span.error {
    text-shadow: 2px 3px 5px gray;
    font-family: ptxt, serif;
    font-size:11pt;
    color: red;
}
span.zglOrdering{
    float:left;
    text-shadow: 2px 3px 5px gray;
    font-family: ptxt, serif;
    font-size:14pt;
}
span.inpOrdering{
    text-shadow: 2px 3px 5px gray;
    font-family: ptxt, serif;
    font-size:12pt;
}
span.dannUsZ{

    text-shadow: 2px 3px 5px gray;
    font-family: ptxt, serif;
    font-size:8pt;
}
span.dannUsD{
    text-shadow: 2px 3px 5px gray;
    font-family: ptxt, serif;
    font-size:14pt;
}
div.TdU{
    margin-top:10px;
}

div.tNazO {
    width:350px;
    margin-right:20px;
    margin-top:10px;
    float:left;
}
div.tNaz2zO {
    width:350px;
    margin-right:11px;
    margin-top:10px;
    float:left;
}
div.tStoimO{
    float:left;
    margin-top:10px;
    Width:75px;
    /* border: 1px #096 solid;*/
}
div.tKolO {
    float:left;
    margin-right:70px;
    margin-top:10px;

}
div.tKol3zO {
    float:left;
    margin-right:61px;
    margin-top:10px;
}
div.pVd{
    width: 180px;
    margin: 0 auto;

}
div.pVd2{
    margin-left:20px;
}
div.blockOrder{
    width: 700px;
    font-size:16pt;
    background: rgba(184, 134, 11, 0.1); /*очень прозрачный оттенок */
    margin:5px;
    padding:10px;
    border-radius:16px;
    -webkit-border-radius:16px;
    -moz-border-radius:15px;
    -khtml-border-radius:20px;
}
/*ordering end*/






h2,h1 {
    text-align:center;
    font-family:Comic Sans MS,Arial,cursive;
    font-weight: 600;
    color:maroon
}
h1 {font-size:20pt;}
h2 {font-size:14pt;}
body {
    background-color:#6c9000;
}




/*INPUT*/
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}

/*-------------------------------------*/

.input-wrapper {
    margin: 2px;
    padding: 5px;

    background: #444;
    background: rgba(0,0,0,0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

.input-wrapper input {

    height: 10px;
    padding: 7px 3px;
    float: left;
    font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.input-wrapper textarea {

    height: 40px;
    padding: 7px 3px;
    float: left;
    font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.input-wrapper select {
    height: 25px;
    padding: 2px 3px;
    float: left;
    font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.input-wrapper input:focus, .input-wrapper textarea:focus, .input-wrapper select:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.input-wrapper input::-webkit-input-placeholder, .input-wrapper textarea::-webkit-input-placeholder, .input-wrapper select::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.input-wrapper input:-moz-placeholder, .input-wrapper textarea:-moz-placeholder, .input-wrapper select:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.input-wrapper input:-ms-input-placeholder, .input-wrapper textarea:-ms-input-placeholder, .input-wrapper select:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.input-wrapper button {
    overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;

    font: bold 14px/20px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: rgba(184, 134, 11, 0.7);
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, 0.3);
}

.input-wrapper button:hover{
    background:rgba(184, 134, 11, 1);
}

.input-wrapper button:active,
.input-wrapper button:focus{
    background: rgba(184, 125, 08, 0.5);
}


.input-wrapper button:hover:before{
    border-right-color: rgba(184, 134, 11, 1)
}

.input-wrapper button:focus:before{
    border-right-color:rgba(184, 125, 08, 0.5);
}

.input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.input-wrapper-top{
    margin-top: 10px;
}

.input-wrapper-left{
    margin-left: 32px;
}

.input-wrapper-left-float{
    float: left;
    margin-left: 20px;
}

.input-wrapper-center-hard{
    margin: 20px auto;
}

.input-wrapper-center-medium{
    margin: 10px auto;
}

.input-wrapper-center-small{
    margin: 3px auto;
}

.input-size-login {
    width: 160px;
}
.select-size-login {
    width: 165px;
}
.input-size-comment {
    width: 500px;
}
.button-size-login {
    height: 24px;
    width: 166px;
}
.button-size-table {
    height: 24px;
    width: 99px;
}
.button-size-comment {
    height: 24px;
    width: 506px;
}
.input-wrapper-size-table{
    width: 100px;
}
.input-wrapper-size-login{
    width: 167px;
}
.input-wrapper-size-comment{
    width: 507px;
}
.input-wrapper-size-textarea{
    height: 40px;
}


/*-----------------------------------------*/

.form-wrapper {
    width: 225px;
    padding: 5px;
    margin:8px 0 -15px 710px;
    background: #444;
    background: rgba(0,0,0,0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

.form-wrapper input {
    width: 154px;
    height: 10px;
    padding: 7px 3px;
    float: left;
    font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 24px;
    width: 65px;
    font: bold 14px/20px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: rgba(184, 134, 11, 0.7);
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, 0.3);
}

.form-wrapper button:hover{
    background:rgba(184, 134, 11, 1);
}

.form-wrapper button:active,
.form-wrapper button:focus{
    background: rgba(184, 125, 08, 0.5);
}

.form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent rgba(184, 134, 11, 0.7) transparent;
    top: 4px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: rgba(184, 134, 11, 1)
}

.form-wrapper button:focus:before{
    border-right-color:rgba(184, 125, 08, 0.5);
}

.form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.marker {
    color:goldenrod;
}



