#promo h1 {
    color: #ff1d00;
    /*text-transform: uppercase;*/
    font: bold 20px Arial;
    padding-left: 110px;
}

#promo {
    padding-left: 355px;
}
/* Правая часть каталога */
#rightCat {
    padding-left: 10px;
    padding-bottom: 100px;
    font-size: 10pt;
    width: 424px;
    float: left;
}

#rightCat #description {
    padding-right: 50px;
    height: 250px;
    overflow: hidden;
    margin-bottom: -10px;
}

#rightCat #descrLine {
    position: relative;
    top: -20px;
    margin-bottom: -20px;
    behavior: url("admin/html/pngbehavior.htc");
    border: 0px solid #000000;
}

#rightCat #detail, #catalog  {
    display: none;
    float: left;
    padding-top: 20px;
}

#rightCat #detail a {
    color: #000000;
}

#rightCat #manual {
    height: 36px;
    padding-left: 100px;
}

#rightCat #manual a {
    color: #59595b;
    text-decoration: none;
}

/* Левая часть с фотографией товара*/
#leftImg {
    width: 458px;
    float: left;
    padding-bottom: 30px;
}

#leftImg #wantBt, #leftImg #wantOrderBt{
    margin-top: 20px;
    margin-left: 210px;
}


/* Window */
#orderWindow {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 327px;
    height: 337px;
    color: #719412;
    font: normal 12px Arial;
    display: none;
}

#orderWindow #conteiner {
    padding: 15px;
    padding-top: 15px;
    width: 297px;
    height: 312px;
    background:URL('img/window/order.png') left top no-repeat;
}

/* IE FIX */
* html #orderWindow  #conteiner {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='html/img/window/order.png', sizingMethod='scale');
}

#orderWindow  #conteiner input {
    position: relative;
}

#orderWindow  #conteiner textarea {
    position: relative;
}

#orderWindow #close {
    position: relative;
    left:  287px;
    top: -8px;
    width: 14px;
    height: 13px;
    margin-right: -20px;
    margin-bottom: -13px;
    background:URL('img/window/close.png') top left no-repeat;
}

#orderWindow h1 {
    color: #719412;
    font: bold 13px/20px Arial;
    display: inline;
}

#orderWindow .email, #smallWindow .emailError, #smallWindow .emailOk {
    margin-top: 15px;
    margin-bottom: 10px;
}

#orderWindow .sendButton {
    position: relative;
    top: 3px;
    width: 103px;
    height: 33px;
    background:URL('img/button/sendMap.png') 0% -99px no-repeat;
}

#orderWindow #orderResultText {
    display: none;
    margin-top: 5px;
    color: #719412;
    font: bold 12px Arial;
}

#orderWindow .fild, #orderWindow .fildError, #orderWindow .fildOk {
    height: 18px;
    border: 1px solid #c5c9ca;
    color: #bababa;
    margin-top: 15px;
}

#orderWindow .fildError {
    background-color: #FFD5CC;
}

#orderWindow .fildOk {
    background-color: #EAF29D;
}

#orderWindow .textFild {
    margin-top: 15px;
    color: #bababa;
    margin-bottom: 10px;
    width: 250px;
    height: 90px;
    font: normal 12px Arial;
}

.orderTable {
    margin-left: 200px;
}

#confirm {
    margin-left: 380px;
    position: relative;
    top: 3px;
    width: 107px;
    height: 33px;
    background:URL('img/button/confirm.png') 0% -99px no-repeat;
}
