body {margin: 0; padding: 0; background: #ffffff; color: #000; font-family: verdana;font-size: 11px;}
h1,h2{font-size:15px}
a{color:#cc0000}
td.l_line{background-image:url(/_img/bg_l_line.gif); background-position:right; background-repeat:repeat-y}
td.r_line{background-image:url(/_img/bg_r_line.gif); background-position:left; background-repeat:repeat-y}
td.head{background-image:url(/_img/bg_head.gif); background-repeat:repeat-x}
td.topmenu{background-image:url(/_img/bg_topmenu.gif); background-repeat:repeat-x}
td.topmenu a{ text-decoration:none; color:#454545; text-transform: lowercase; font-size:10px; font-family:verdana; font-weight:bold; padding-left:3px}
td.topmenu a:hover{text-decoration:underline}
td.content{background-image:url(/_img/bg_content.gif); background-position:top; background-repeat:repeat-x; padding:7px; padding-left:10px}
td.content img.photo{ border-color:#cccccc; border-width:1px; border-style:solid}
td.content a.button, .price{font-size:14px; text-decoration:none; color:#cc0000; font-weight:bold}
td.content a.button:hover{text-decoration:underline}
td.leftmenu{background-image:url(/_img/bg_leftmenu.gif); background-position:right; background-repeat:repeat-y}
td.leftmenu_blok{background-image: url(/_img/leftmenu_line.gif); background-position:bottom; background-repeat:repeat-x; padding-left:10px; padding-right:10px}
td.leftmenu_blok a{ text-decoration:none; color:#454545; font-size:10px; font-family:verdana; font-weight:bold; padding:5px}
td.leftmenu_blok a:hover{text-decoration:underline}

.leftmenu_title{text-transform:uppercase; color:#FFA800; font-size:15px; font-weight:bold; font-family:Tahoma; padding-bottom:10px}
td.bottom_menu{background-image:url(/_img/bg_bottom_menu.gif); background-position:bottom; background-repeat:repeat-x}
td.bottom_menu a{ text-decoration:none; color:#454545; text-transform: lowercase; font-size:10px; font-family:verdana; font-weight:bold; padding-left:3px}
td.bottom_menu a:hover{text-decoration:underline}
td.bottom{background-image:url(/_img/bg_bottom.gif); background-position:top; background-repeat:repeat-x}

h1.title{color:#FFA800; font-family:verdana; font-size:16px; font-weight:bold; padding-top:13px}

/* DIALOG */
#recall {
    cursor: pointer;
    background: url('/_img/recall_buttons.png') no-repeat scroll 0px 0px;
    display: block;
    height: 29px;
    margin: 35px 0 0 27px;
    width: 204px;
}
    #recall.succeed {
        background: url('/_img/recall_buttons.png') no-repeat scroll 0px -29px;
    }

    #recall.failed {
        background: url('/_img/recall_buttons.png') no-repeat scroll 0px -58px;
    }

.ui-dialog {
    font: 16px arial;
    background-color: #e5ebfa;

    -webkit-box-shadow: 0 1px 15px #a5a5a5;
       -moz-box-shadow: 0 1px 15px #a5a5a5;
            box-shadow: 0 1px 15px #a5a5a5;

    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;

    overflow: hidden;
    width: 500px !important;
}
    #recall_dialog {
        background: url('/_img/recall_bg.png') repeat-x scroll 0 0 #e5ebfa;
        height: 245px;
        margin: 0;
        padding: 15px 50px;

        -webkit-border-radius: 0 0 15px 15px;
    }

    #recall_dialog label {
        color: #3a3129;
        display: block;
        margin: 5px 0;
    }
    #recall_dialog input {
        background: url("/_img/recall_input_bg.png") repeat-y scroll 0 0 white;
        border: 0 none;
        height: 34px;
        line-height: 34px;
        padding: 0 5px;
        width: 100%;
    }
        #recall_dialog input.error {
        }
    #recall_dialog p {
        margin: 0.2em 0 0.5em;
        padding: 0;
    }
        #recall_dialog p.error {
            color: #915555;
        }

    .recall_dialog__button_place {
        margin: 1em 0 0;
    }
        .recall_dialog__button_place__text {
            color: #4e5442;
            display: inline-block;
            float: left;
            margin: 15px 16px !important;
        }
    #recall_dialog button {
        cursor: pointer;
        color: transparent;
        background: url('/_img/recall_dialog_button.png') no-repeat scroll 0 0 transparent;
        border: 0;
        font-size: 15px;
        height: 43px;
        width: 237px;
    }
        #recall_dialog button.loading {
            color: transparent;
            background: transparent url('/_img/recall_loading.gif') no-repeat scroll center center;
            border: 0;
            outline: none;
        }
            #recall_dialog button.loading p {
                color: transparent;
            }

    .ui-dialog .ui-dialog-titlebar {
        background-color: #e1e9f4;
        font-size: 22px;
        padding: 15px 5px 15px 35px;
        height: 1em;
        -webkit-border-radius: 15px 15px 0 0;
    }
        .ui-dialog-titlebar-close {
            background: url("/_img/recall_close.gif") no-repeat scroll 0 0 transparent;
            color: transparent;
            display: inline-block;
            height: 15px;
            margin: 0 0 0 190px;
            vertical-align: middle;
            width: 15px;
        }
            .ui-dialog-titlebar-close span {
                color: transparent;
            }

.ui-widget-overlay {
    background-color: #A09FB3;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity = 30);
}
