body{font-family:Verdana; font-size:12px; margin-left:37px; margin-right:37px; margin-top:10px; margin-bottom:10px; background-image:url(/_img/main_bg.gif)}
body td{font-family:Verdana; font-size:12px;}

.leftmenu, .leftmenu_act{background-image:url(/_img/left_menu_bg2.gif); background-repeat:repeat-x;}
.leftmenu a{ text-decoration:none; font-family:Tahoma; font-size:10px; text-transform:uppercase; font-weight:bold; color:#A8A8A8}
.leftmenu_act a{ text-decoration:none; font-family:Tahoma; font-size:10px; text-transform:uppercase; font-weight:bold; color:#cc0000}

.title{background-image: url(/_img/title_2.gif); background-repeat:repeat-x; padding-left:12px; font-size:16px; font-weight:bold; font-family:Tahoma; color:#A8A8A8}

img.prod{width:150px; height:150px; border-color:#F4F4F4; border-style:solid; border-width:8px}
img.prod_s{width:100px; height:100px; border-color:#F4F4F4; border-style:solid; border-width:6px}


.price{font-family:Verdana; font-size:14px; color:#cc0000; font-weight:bold}
hr{height:1px; color:#DEDEDE}

h1,h2{font-size:15px}
input{font-weight:bold}

/* DIALOG */
#recall {
    cursor: pointer;
    background: url('/_img/recall_buttons.png') no-repeat scroll 0px 0px;
    cursor: pointer;
    display: block;
    height: 29px;
    left: 25px;
    position: relative;
    top: 55px;
    width: 204px;
}
    #recall.succeed {
        cursor: default;
        background: url('/_img/recall_buttons.png') no-repeat scroll 0px -29px;
    }

    #recall.failed {
        cursor: default;
        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 {
        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 {
            cursor: default;
            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);
}
