/* Common */ 
body {
    margin: 0px;
    padding:0px;
}

body, a, td, table, div, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}

img{
    padding: 0px;
}

table,tr,td,img {
    behavior: url(/js/iepngfix.htc)
}

/* Links */
a {
    outline: none;
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: solid 1px navy;
}

/* Tables */
table{
    border-collapse: collapse;
}

td{
    padding: 0px;
    vertical-align: top; 
}

.form_table{
    background: #6dbef6;
    border: solid 1px navy;
}

.form_table td{
    padding: 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #000;
    font-size: 11px;
}

.form_table select, .form_table input{
    font-weight: normal;
    font-size: 11px;
}

.main_top_search {
    font-weight: normal;
    font-size: 11px;
}

.top_login_table{
    background: #6dbef6;
    border: solid 1px navy;
}

.top_login_table td{
    padding: 2px;
    font-weight: bold;
    color: #000;
    font-size: 11px;
}

.top_login_table input{
    font-weight: normal;
    font-size: 11px;
    border: solid 1px navy;
}


/* Blocks */
#navi {
    vertical-align: middle;
    padding:8px 0px 0px 0px;
}

#navi a{
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0px 0px 0px 13px;
} 

.c_gray{
    color: #a0a0a0;
}

#sections_select_div select{
    width: 200px;
    margin-bottom: 5px;
}

#slogan{
    font-family: Times New Roman;
    font-size: 13pt;
    font-weight: bold;
    color: navy;
    padding: 0px;
    margin: 0px;
    padding: 30px 0px 0px 248px;
}

/* Lists */
#t_ss{
    width: 98%;
    margin-top: 20px;
}

#t_ss a{
    display: block;
    width: 150px;
    white-space: nowrap;
}

/* Advert list */
#t_as{
    width: 98%;
    cursor: hand;
    cursor: pointer;
    border: solid 1px navy;
}

#t_as td{
    border: dotted 1px navy;
    overflow: hidden;
    font-size: 12px;
    padding: 3px;
}

#t_as a{
    font-size: 12px;
}

#t_as tr{
    background: #fff;
}

#t_as2{
    width: 90%;
    cursor: hand;
    cursor: pointer;
    border: solid 1px navy;
    margin-top:10px;
    table-layout:fixed;
}

#t_as2 td{
    border: dotted 1px navy;
    overflow: hidden;
    font-size: 11px;
    padding: 3px;
    vertical-align:bottom;
    table-layout:fixed;
}

#t_as2 a{
    font-size: 11px;
}

#no_border td{
    border:none;
    padding:0;
    margin:0;
}

.link_table td {
    padding:0px 10px 0px 10px;
}

.info_css {
    font-weight:bold; 
    text-align:center; 
    padding: 3px 10px 3px 10px; 
    border:1px solid navy; 
    background-color: #6dbef6;
    margin-bottom:10px;
}

.bottom_counters {
    text-align:left;
    padding:7px 0px 0px 10px;
}

.bottom_counters a img {
    border:none;
}

/* Catalog */
.normal_table{
    background: #6dbef6;
    border: solid 1px navy;
}

.normal_table td{
    padding: 5px;
    color: #000;
    font-size: 12px;
}

.normal_table a{
    font-size: 12px;
}

.list_table{
    background: #8bcbf9;
}

.list_table th{
    padding: 5px;
    color: #000;
    font-size: 11px;
    text-align:left;
    border: 1px solid navy;
}

.list_table td{
    border: 1px solid navy;
    padding: 5px;
    color: #000;
    font-size: 11px;
}

.last10{
    background-color: #6dbef6;
    border: solid 1px navy;
    width:231px;
}

.last10 .t1{
    background: #3aaeff;
    padding:2px;
    text-align:center;
    cursor:pointer;
}

.last10 .t2{
    padding:3px;
    cursor:pointer;
}

.info li {
    color:red;
    font-weight:bold;
}

.empty_fileds {
    color:red;
    padding-left:10px;
}

.visited_advert_list, .visited_advert_list a {
    color:#a0a0a0;
}

.visited_advert_list_top5, .visited_advert_list_top5 a {
    color:#585858;
}

.search_block {
    margin-top:10px;
    border: 1px solid navy;
    width:98%;
}

.search_block td {
    padding:3px 5px;
    background:#6dbef6;
}

.search_block input {
    font-size:11px;
}