body
{ 
    background: url('../images/bg.gif') repeat;
    margin: 0px;
    color: #FFFFFF;
    font-family: sans-serif;
}

img
{
    border-width: 0px;
}

div.error
{
    border: solid 1px #900000;
    background-color: #B50000;
    font-weight: bold;
    text-align: center;
    margin: 0px 5px 10px;
    padding: 10px;
    overflow: hidden;
}

div.success
{
    border: solid 1px #255100;
    background-color: #357400;
    font-weight: bold;
    text-align: center;
    margin: 0px 5px 10px;
    padding: 10px;
    overflow: hidden;
}

div.hidden
{
    width: 100%;
    overflow: hidden;
    margin:0;
}

a:active, a:link, a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

a:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #FFFFFF;
}

div.header
{
    clear: both;
    width: 900px;
    height: 81px;
    margin: 0px auto;
    background-color: #9A0000;
    font-family: sans-serif;
    font-size: 80%;
}

div.main
{
    width: 900px;
    margin: 0px auto;
    padding: 0px;
    background-color: #222222;
    font-size: 80%;
}

div.content
{
    clear: both;
    margin: 10px 5px 10px;
    overflow: hidden;
}

div.footer
{
    clear: both;
    width: 900px;
    height: 40px;
    margin: 0px auto;
    padding: 20px 0px 0px;
    text-align: center;
    color: #FFF;
    font-family: sans-serif;
    font-weight: bold;
}

div.header_info
{
    float: right;
    text-align: right;
    font-size: 85%;
    margin: 5px 5px 0px 0px;
}

h3
{
    margin: 0px 0px 5px 0px;
}

fieldset.form
{
    border: solid 1px #000;
    margin-bottom: 10px;
    padding: 5px;
    width: auto;
    height: auto;
    background-color: #444;
}

div.box
{
    background-color: #444;
    margin: 8px 2px 15px;
    padding: 5px;
    border: solid 1px #000;
    min-height: 200px;
}

div.pricelist
{
    overflow: auto;
    height: 425px;
    font-size: 12px;
}

div.pricelist_item
{
    margin-bottom: 10px;
    clear: both;
    overflow: auto;
}

div.left
{
    float: left;
    width: 50%;
}

div.right
{
    float: right;
    width: 50%;
}
legend
{
    font-weight: bold;
    color: #FFF;
}

label
{
    clear: left;
    float: left;
    margin: 3px 0;
    text-align: left;
}

.center
{
    margin: 0px auto;
}

.text_center
{
    text-align: center;
}

.text_left
{
    text-align: left;
}

fieldset.login
{
    margin: 0px auto 15px;
    width: 285px;
}

input.submit
{
    float: left;
    clear: both;
    margin-top: 10px;
    border: solid 1px #222;
    color: #FFF;
    background-color: #333;
    font-weight: bold;
    font-size: smaller;
}

input.image
{
    float: left;
    clear: both;
    margin-top: 10px;
    border: none;
    background: none;
}

button.submit
{
    background: transparent;
    float: right;
    clear: right;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

input.form, select.form, textarea.form
{
    margin: 0;
    float: right;
    clear: right;
    text-align: center;
    background-color: #666;
    border: solid 1px #222;
    color: #FFF;
    font-weight: bold;
}

tr
{
    vertical-align: top;
}

table
{
    border-spacing: 0px;
    margin-bottom: 10px;
}

td
{
    padding: 1px 4px;
}

td.iconspace
{
    width: 15px;
    text-align: center;
    padding: 2px 0 0 2px;
}

.inactive
{
    background-color: #777;
    vertical-align: top;
}

tr.active
{
    vertical-align: top;
    background-color: #999;
}

tr.table_title
{
    font-weight: bold;
    text-align: center;
    background-color: #353535
}

td
{
    -moz-border-radius: 3px 3px 3px 3px;
}

.w150
{
    width: 150px;
}

.w200
{
    width: 200px;
}

.w250
{
    width: 250px;
}

select.w150
{
    width: 152px;
}

select.w200
{
    width: 202px;
}

select.w250
{
    width: 252px;
}


.red
{
    color: #F00;
}

.b
{
    font-weight: bold;
}

ul.faq
{
    list-style-type: none;
}

li.faq_text
{
    margin-left: 40px;
}

/*----MENU----*/

div.menu_bar
{
   background: url(../images/menu_item_bg.png) repeat-x top left;
   background-color: #fff;
   height: 33px;
}

ul#menu
{
    width: auto;
    float: left;
    background: url(../images/menu_item_bg.png) repeat-x top left;
}

ul#lang
{
    float: right;
    width: auto;
    background: url(../images/menu_item_bg.png) repeat-x top left;
}

ul.menu
{
    list-style-type:none;
    width: auto;
    position: relative;
    display: block;
    height: 33px;
    font-size: smaller;
    background: url(../images/menu_item_bg.png) repeat-x top left;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
}

ul.menu li
{
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

ul.menu li a
{
    float: left;
    color: #A79787;
    text-decoration: none;
    height: 24px;
    padding: 9px 15px 0px;
}

ul.menu li a:hover,.current
{
    color: #fff;
    background: url(../images/menu_item_bg.png) repeat-x top left;
}

ul.menu .current a
{
    color: #fff;
    font-weight: 700;
}


/*RED*/
ul.menu.red
{
    background-color: #B11718;
}
ul.menu.red li a:hover, .menu.red li.current
{
    background-color: #DE3330;
}

/* error overlay */

#mbox
{
    background-color:#eee;
    padding:8px;
    border:2px outset #666;
}

#mbm
{
    font-family:sans-serif;
    font-weight:bold;
    float:right;
    padding-bottom:5px;
}

#ol
{
    background-image: url(../images/overlay.png);
}
.dialog
{
    display:none;
}
