/**
 * reset
 *
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {
    line-height: 1;
    font:12px/1.231 tahoma, verdana, arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
select,input,button,textarea,button{
    font:99% arial,helvetica,clean,sans-serif;
}
pre,code,kbd,samp,tt
{
    font-family:monospace;
    *font-size:108%;
    line-height:100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size:inherit;
    font:100%;
}
input[type="text"], input[type="password"] {
    font-size: 100%;
    padding: 0;
}
textarea {
    font: 100% Verdana, Arial, sans-serif;
    padding: 0;
}


/**
 * base styles
 */
body {
    background-color:#111f2c;
}
body,html{height:100%;}
.b-page {
    background:url(../images/bot_body.jpg) repeat-x left bottom  #c3daf2;
    position:relative;
    min-height:100%;
    min-width:1000px;
}
.b-page-header {
    height:255px;
    /*position:relative;*/
}
    .b-page-header h1 {
        height:126px;
        position: absolute;
        left:303px;
        top:4px;
        width: 663px;
    }
        .b-page-header h1 a {
            display: block;
            text-indent:-1000px;
            height:126px;
            background:url(../images/nacres-logo.gif) no-repeat;
            width: 663px;
        }
.b-page-header-contact {
    position:absolute;
    margin:0;
    padding:0;
    font-size: 25px;
    font-weight: bold;
    right: 10px;
    top: 200px;
    color: #FF0000;
    text-align: right;
    height: 2.4em;
    background: url(../i/mail.gif) no-repeat bottom right;
}
.b-page-header-scroller {
    position: absolute;
    top: 210px;
    right: 280px;
    left: 305px;
    font-size:22px;
    background: url(../images/bg-scroller.gif) repeat top left;
    color: #f00;
    font-weight: bold;
}
.b-page-header-subtitle {
    position: absolute;
    top: 135px;
    left: 305px;
    width: 662px;
    font-size:14px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.b-page-wrapper {
    background:url(../images/top_body.jpg) repeat-x;
    padding-bottom:94px;
}
.b-page-footer {
    height: 94px;
    min-height:94px;
    background: url(../images/footer.jpg) repeat-x;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
.b-page-footer-content {
    background:url(../images/foot_bg.gif) repeat-x;
    height: 94px;
    min-height:94px;
    text-align: center;
}
.b-page-content {
    background:url(../images/earth.jpg) no-repeat;
    height: auto !important;
    height: 550px;
    min-height: 550px;
}
    .b-page-content-wrapper h1 {
        text-align:center;
        font:bold 22px tahoma;
        color: #303030;
        padding: 10px;
    }
.b-page-content-wrapper {
    padding: 10px 36px;
}

.b-table {
    border: 1px solid black;
    border-collapse:collapse;
    width: 100%;
    font-size: 11px;
}
    .b-table th {
        text-align: center;
        background-color: #0000FF;
        color: #FFF;
    }
    .b-table td, .b-table th {
        padding: 1px 4px;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
    }
        .b-table tr.odd td {
            background-color: #eef4fd;
        }
        .b-table tr.even td {
            background-color: #cfe3ff;
        }
    .b-table td.num {
        text-align: right;
    }
    .b-table td.actions, .b-table td.added, .b-table td.id {
        text-align:center;
    }

.b-page-header-login {
    position:absolute;
    top:0;
    right:0;
    padding: 5px 10px;
}
    .b-page-header-login,
    .b-page-header-login a:link,
    .b-page-header-login a:visited,
    .b-page-header-login a:active {
        text-decoration: none;
        color: #FFF;
        font-weight:bold;
        font-size: 16px;
    }
    .b-page-header-login a:hover {
        color:#F00;
    }

#msg-box {
    position:fixed;
    display:none;
    top: 5px;
    right: 5px;
    border: 2px solid black;
    padding: 5px 10px;
    font-size: 14px;
    font-weight:bold;
}
#loading {
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
}
.ss_sprite {
    height: 10px;
    display: inline-block;
}

.hidden {display: none}

.page-about div {
    font-size: 14px;
    line-height: 1.6em;
    color:#000;
    margin:0 150px;
}
.page-about p {
    margin: 0.8em 0;
}
.b-page-static div {
    font-size: 14px;
    line-height: 1.6em;
    color:#000;
    margin:0 150px;
}
.b-page-static p {
    margin: 0.8em 0;
}

.b-seo-content {
    margin-bottom: 40px;
}
.b-seo-content p {
    font-size: 125%;
    color: #222;
}
.add-link {margin-bottom:10px;}
.add-link a {padding-left: 22px;display:inline-block;height:18px;padding-bottom:0;}

#navbar {
    position: absolute;
    top: 150px;
    left: 303px;
    width:auto;
}

.paginationControl {
    color: #c3daf2;
    margin-top: 10px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.paginationControl a {
    color: #c3daf2;
    text-decoration: none;
}
.paginationControl a:hover {
    color: #60f0a0;
}
.paginationControl .current {
    font-size: 130%;
}

.b-table tr.odd td.b-boardList-item-type-0,
.b-table tr.even td.b-boardList-item-type-0
{
    background-color: #f9c;
    color: #fff;
}

.b-table tr.odd td.b-boardList-item-type-1,
.b-table tr.even td.b-boardList-item-type-1
{
    background-color: #cf9;
    color: #000;
}

.b-table tr.odd td.b-boardList-item-type-2,
.b-table tr.even td.b-boardList-item-type-2
{
    background-color: #ccf;
    color: #000;
}
.b-price-link {
    font-size: 12px;
    line-height: 14px;
    color: green;
    overflow: hidden;
}
.b-price-link a {
    color: green;
    padding-left: 48px;
    background: url(../images/excel_icon.gif) left center no-repeat;
    display: block;
    float:right;
    height: 40px;
    padding-top:12px;
    text-decoration:none;
}
.b-informers-container {
    border-left: 2px solid #5E6E7D;
    vertical-align:top;
}

.b-informers-vertical {
    padding-left: 10px;
    height: 100%;
}
.b-index-page {
    width: 100%;
}
.b-index-page .b-content {
    padding-right: 10px;
}
.b-index-page .b-table {
    width: 100%;
}
.b-informer-lme {
    /*line-height: 1px;*/
    /*height: 100%;*/
    font-size:10px;
}
.b-informer-lme td {
    line-height:1px;
}
.b-informer-metaltorg {
    margin-top: 20px;
}
.b-informer-rts img {
}
.b-informer-lme table {
    height:20px;
}
.b-informer-lme div {
    line-height: 1.2em;
}
.b-informer-lme a {
    text-decoration:none;
    color:#5E6E7D;
}
.b-informer-rts {
    margin-top: 20px;
}

#catalog-status-selector,
#catalog-status-dialog,
#dialog, #dialog-gallery {
    display:none;
}
#dialog p {
    clear: both;
    margin-bottom: 0;
}
#dialog a.hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

div.jGrowl div.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
div.jGrowl div.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
div.jGrowl div.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}


/**
 * FORMS
 */
.zend_form, .form_errors_block, .form {
    background:#fff;
    width:500px;
    margin:5px auto;
    font-size: 130%;
}
.form-comment {
    width:500px;
    margin:5px auto;
    font-size: 130%;
}
.zend_form {
    border: 1px solid black;
}

.zend_form dt{
    padding:0;
    margin:5px 15px;
}

.zend_form dd{
    padding:0;
    margin:5px 15px;
}

.zend_form p{
    padding:0;
    margin:0;
}
.zend_form input, .zend_form textarea, .zend_form select {
    font-size: 100%;
    width: 470px;
}
.zend_form dd#submit-element {
    text-align: center;
    margin-top: 10px;
}
#submitbutton{
    padding: 2px 5px;
}

.required:before{content:'* '}
.form {
    border: 2px solid #909090;
}
.form label {
    display: block;
    font-weight: bold;
    line-height: 1.4em;
}
.form input {
    display: block;
    width: 480px;
}
.delete-confirmation p {
    font-size: 1.3em;
    text-align:center;
    padding: 10px 100px;
}
.delete-confirmation form {
    width: 200px;
    margin: 0 auto;
    text-align:center;
}
.delete-confirmation form a {
    margin-top: 12px;
    display:inline-block;
}
p.signup {text-align: center;}
.form_errors {
    margin: 5px 0;
}
    .form_errors .label {
        font-weight: bold;
        font-style: italic;
    }
.form_errors_block {
    background-color: transparent;
}
.b-board-form-url {
    display:none;
}

/**
 * PAGES
 */
#category-list ul {
    overflow: hidden;
}
#category-list li {
    float: left;
    width: 50%;
    font-size: 1.4em;
    line-height: 1.5em;
}
.profile-list div {
    text-align: center;
    margin: 10px 0;
}
.profile-list table {
    width: auto;
    margin: 0 auto;
}
h1.b-index-page-header {
    padding-right: 190px;
}

