/* this file for default styles only */
/* all styles for all browsers in markup.css */
/* fix for ie in ie.css and oldie.css */


body
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    color: #737373;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
h1
{
    font-size: 1.6em;
}
h2
{
    font-size: 1.4em;
}
h3
{
    font-size: 20px;
}
h4
{
    font-size: .875em;
}
h5
{
    font-size: .825em;
}
h6
{
    font-size: .75em;
}

p
{
    margin: 0 0 15px 0;
}
address
{
    font-style: normal;
}
img
{
    border: 0;
}
hr
{
    color: #EBEBEB;
    background: #EBEBEB;
    height: 1px;
    border: 0;
}
dd
{
    margin-left: 1.7em;
}
li
{
    /*margin-left: 1.7em;*/
    margin-left: 0px;
}
table
{
    font-size: 100%;
}
fieldset, button
{
    border: 0;
}
fieldset legend
{
}

button
{
    background-color: transparent;
}

input[type='text'], input[type='password']
{
    border-top: solid 1px #9B9B9B;
    border-right: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
    border-left: solid 1px #9B9B9B;
}
textarea
{
    border-top: solid 1px #9B9B9B;
    border-right: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
    border-left: solid 1px #9B9B9B;
}
input, textarea
{
    color: #6A7C84;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
}
/* end of default styles */

address strong
{
    display: block;
    padding: 0 0 8px 0;
}


ul.nomark
{
    list-style: none;
}
ul.compact li
{
    margin-left: 0;
}
ul li.separate
{
    background: transparent url('../images/sprt1.gif') scroll no-repeat 0 5px;
}
ul.bul_sq li
{
    background: transparent url(../images/i_bullit.gif) no-repeat scroll 0 50%;
    padding-left: 10px;
}
.rel
{
    position: relative;
}
.container
{
    width: 100%;
    overflow: hidden;
}
.left
{
    float: left;
}
.right
{
    float: right;
}

.tleft
{
    text-align: left;
}
.tright
{
    text-align: right;
}
.tcenter
{
    text-align: center;
}

.norm p
{
    font-size: 11px;
}
.small
{
    color: #91A7B1;
    font-size: 0.688em;
}
.small_
{
    color: #91A7B1;
    font-size: 0.9em;
}

.dark
{
    color: #595959;
}
.light
{
    color: #91A7B1;
}
.light1
{
    color: #879DB5;
}

.red
{
    color: #F30020;
}

.blue
{
    color: #0076A3;
}
.lightblue
{
    color: #879DB5;
}

.black
{
    color: #000;
}
.gray
{
    color: #999;
}
.gray1
{
    color: #6A7C84;
}
.gray2
{
    color: #b1b1b1;
}


.bottom
{
    vertical-align: text-bottom;
}

.clearl
{
    clear: left;
}
.clearr
{
    clear: right;
}
.clearall
{
    clear: both;
}
.rc
{
    overflow: hidden;
    position: relative;
}
.rc .t, .rc .b
{
    background: transparent no-repeat 0 0;
    display: block;
    position: absolute;
}
.rc .t
{
}
.rc .b
{
    top: auto;
}
/* opera 9 */
@media all and (width)
{
    .rc .b
    {
        margin-top: 0 !important;
    }
}
.rc .tr, .rc .br
{
    margin-left: 100%;
}
.hlist, .hlist li, .vlist, .vlist li, .vlist dt, .vlist dd
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

