body
{
    background-image: url(../res/background.png);
    background-repeat: repeat-x;
    background-color: #220000;
    /*background-color: rgb(255, 136, 0);*/
    color: #110000;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 14px;
}

#border
{
    width: 950px;
    /*-moz-border-radius: 10px;*/
    margin-left: auto;
    margin-right: auto;
    /*background: rgb(70, 53, 45);*/
    background-color: Transparent;
    padding: 10px;
    display: block;
}

img
{
    font-size: 5px;
    color: rgb(150,60,0);
    border-style: none;
}

a
{
    text-decoration: none;
}

#main
{
    /*border: 1px solid rgb(255, 0, 255);*/
    position: relative;
}

#logo
{
    text-align: center;
    margin-bottom: 20px;
}

#logo img
{
    border-style: none;
}

#rzetelna_firma
{
    position: absolute;
    top: 65px;
    right: 0px;
}

#transakcje_bezgotowkowe
{
    position: absolute;
    top: 15px;
    left: 0px;
}

#menu
{
    text-align: center;
    height: 35px;
}

#menu table
{
    border-collapse: collapse;
    width: 950px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 35px;
}

#menu tr
{
    height: inherit;
}

#menu td
{
    height: inherit;
    padding: 0px;
    text-align: center;
}

#menu_left
{
    background-image: url(../res/menu_left.PNG);
    width:50px;
    background-repeat: no-repeat;

}

#menu_right
{
    background-image: url(../res/menu_right.PNG);
    width:50px;
    background-repeat: no-repeat;
}

.menu_button
{
    min-width: 95px;
    width: auto;
    height: 35px;
    background-image: url(../res/menu_background.png);
    background-repeat :repeat-x;
}

#menu table td.menu_button
{
    padding-left: 20px;
    padding-right: 20px;
}

.menu_button a
{
    font-family: Arial;
    color: rgb(70,53,45);
    font-size: 14px;
    line-height: 14px;
}

.menu_active a
{
    color: Black;
}

.menu_separator
{
    background-image: url(../res/menu_separator.png);
    width: 2px;
    min-width: 2px;
    background-repeat: no-repeat;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


#menu ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#menu li
{
    display: inline;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    border: none;
}

#menu a
{
    text-decoration: none;
    font-weight: bold;   
}

#menu a:hover
{
    color: Black;
}

#menu .menu_button.menu_current a
{
    color: rgb(153,53,1);
}

#smallBar 
{
    text-align: center;
    font-size: small;
    padding-top: 6px;
    padding-bottom: 20px;
    color: rgb(255, 136, 0);
    background-image: url(../res/small_background.png);
    background-repeat:no-repeat;
    vertical-align: top;
    margin-top: 5px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#smallBar ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    vertical-align: top;
}

#smallBar img
{
    vertical-align: top;
    padding-left: 4px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 0px;
    margin: 0px;
    width: 21px;
    height: 14px;
}

#smallBar li
{
    display: inline;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border: none;
}

#footer
{
    font-size: x-small;
    color: rgb(120,70,0);
    text-align: center;

    /*border: 1px solid rgb(255, 0, 255);*/
}

#footer a,
#footer a:visited,
#footer a:hover
{
    color: orange;
    text-decoration: underline;
}

#content
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(255, 80, 0);
    padding-bottom: 25px;
    padding-top: 25px;
}

.login
{
    margin-left: auto;
    margin-right: auto;
    color: rgb(255, 80, 0);
    padding-bottom: 50px;
    text-align: center;
}

.login_button
{
    text-align: center;
}

.login table
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: left;
    font-size: small;
    border-collapse: collapse;
}

.login td
{
    padding-top: 10px;
    padding-left: 5px;
}

.input_field
{
    width: 50px;
}

.admin_panel
{
    color: rgb(255, 136, 0);
    font-weight:bold;
    text-align: center;
}

.logout_button
{
    color: rgb(150,0,0);
    font-weight: bold;
    padding: 5px;
    margin: 5px;
}

.updae_status
{
    font-weight: bold;
    text-align: center;
    font-size: small;
    padding-top: 20px;
}

.status_ok
{
    color: rgb(0,255,0);
}

.status_failed
{
    color: rgb(255,0,0);
} 

.fail_reason
{
    background-color: Red;
}

.map
{
    width: 400px;
}

.gmap_photo
{
    width: 400px;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: Black;
}

.gmap_no_photo
{
    width: 400px;
    height: 375px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: Black;
}

.currencies
{
    margin-left: auto;
    margin-right: auto; 
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    border-collapse: collapse;
}

.currencies img
{
    width: 30px;
    height: 20px;
}

.currencies td
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid rgb(50, 10, 0);
}

.first_on_list td
{
    border-top-width: 0px;
}

.table_header td
{
    border-bottom: 3px solid rgb(50, 10, 0);
    font-weight: bold;
    color: rgb(255, 136, 0);
}

.cash
{
    text-align: center;
}

.currencies_button
{
    padding-top: 20px;
    text-align: center;
}

.menu_button img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.lista_onas ul
{
    list-style-type: disc;
}

.lista_onas li
{
    padding-top: 6px;
    padding-bottom: 6px;
}

.address
{
    padding-left: 15px;
    padding-right: 0px;
    vertical-align: middle;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.address a
{
    color: rgb(255, 136, 0);
    text-decoration: underline;
}

.address a:visited
{
    color: rgb(255, 136, 0);
}

.address h2
{
    color: rgb(255, 136, 0);
    font-size: medium;
}

.address h1
{
    color: rgb(255, 136, 0);
    font-size: large;
}

.lista_onas h1
{
    color: rgb(255, 136, 0);
    font-size: large;
    /*text-align: center;*/
    margin: 0px;
    padding-bottom: 10px;
}

.lista_onas h2
{
    color: rgb(255, 136, 0);
    font-size: medium;
    padding-top: 12px;
}

.lista_onas h3
{
    color: rgb(255, 136, 0);
    font-size: medium;
    text-align: left;
}

.gallery
{
    text-align: left;
    vertical-align: top;
    padding-top: 0px;
}

.gallery img
{
    width: 127px;
    height: 95px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    border: 2px solid rgb(150,60,0);
}

.lista_onas a
{
    text-decoration: none;
}

.lista_onas
{
    text-align: justify;
}

.w3c p
{
    display: inline;
}

.w3c a
{
    display: inline;
}

.w3c img
{
    border: 0px;
    height: 15px;
}

.table_comments
{
    margin-left: auto;
    margin-right: auto;
}

.table_comments h5
{
    margin-top: 10px;
    text-align:center;
    font-weight:normal;
}

.table_comments h1
{
    color: rgb(255, 136, 0);
    font-size: x-large;
    text-align: center;
    margin: 0px;
    padding-bottom: 10px;
}

.address b
{
    font-weight: normal;
}

#footer b
{
    font-weight: normal;
}

.open_hours
{
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 0px;
}

.open_hours td
{
    padding-right: 15px;
}

.kantory
{
    border-collapse: collapse;
}

.kantory td
{
    /* some strange IE bug hack - if no border is set layout padding/margin is wrong*/
    border: 1px solid #220000;
}

table.kantory h1
{
    color: rgb(255, 136, 0);
    font-size: large;
    margin: 0px;
    padding-bottom: 0px;
}

table.kantory td.separator
{
    padding-top: 25px;
    padding-bottom: 20px;
}

table.warunki p
{
    margin-bottom: 40px;
}

table.warunki li
{
    padding-bottom: 5px;
    padding-top: 0;
    padding-right: 5px;
}

table.wspolpraca p b
{
    color: rgb(255, 136, 0);
}

.youtube
{
    text-align: center;
}

div#western_union img
{
    float: right;
    padding-left: 20px;
}

div.export_buttons
{
    text-align: center;
}

div.table_comments p
{
    margin-top: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
}

.hidden,
.hidden a,
.hidden a:hover,
.hidden a:visited
{
    font-size: 10px; 
    color: #220001;
    text-decoration: none;
}
