/* Common */ 
body {
    margin: 10px;
    padding: 10px;
    background: #ece8e7;
}

body, td, select, input, textarea{
    font-family: Tahoma;
    font-size: 12px;
}

input, select, textarea{
    border: solid 1px #d0d0d0;
}

img{
    padding: 0px;
}

div.like_link{
    cursor: pointer;
}

div.like_link:hover{
    text-decoration: underline;
}

/* Links */
a {
    color: #000;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

/* Messages */
.messages {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    color: black;
}

#error_block {
    border: solid 2px red;
    background: #ff4b4b;
}

#msg_block {
    border: solid 2px green;
    background: #65fd3d;
}

/* Tables */
table{
    border-collapse: collapse;
}

td{
    padding: 0px;
    vertical-align: top; 
}

/* Blocks */
#m_t{
    width: 100%;
    height: 100%;
}

#top_banner{
    height: 120;
    background: #f8eed4;
    text-align: center;
}

#tr_1 td{
    border-top: solid 1px #d86b06;
    border-bottom: solid 1px #d86b06;
    height: 27;
    vertical-align: middle;
    background: url('../img/1.gif') repeat-x;
    padding: 0;
}

#lang_switch{
    text-align: center;
    border-left: solid 1px #d86b06;
}

#lang_switch a{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10;
    margin-left: 10;
}

#navi_1 td{
    border: 0;
    background: url('../img/navi/3.gif') repeat-x;
    text-align: center;
    height: 24;
    padding: 0;
}

#navi_1 a{
    font-size: 14px;
}

#time{
    border-right: solid 1px #d86b06;
    color: #fff;
    text-align: center;
}

#navi_2 a{
    display: block;
    background: url('../img/arr1.gif') no-repeat;
    background-position: 0% 50%;
    padding: 0 0 0 20;
    margin-bottom: 3;
}

#navi_2 span{
    color: red;
}

#navi_3{
    text-align: center;
    margin-bottom: 15;
}

#navi_3 a{
    margin-right: 5;
}

#navi_3 a.selected{
    font-weight: bold;
}

#navi_3 a.disabled{
    color: #d0d0d0;
}

#navi_3 a span.s1{
    color: red;
}

#navi_3 a.disabled span.s1{
    color: #d0d0d0;
}

#navi_3 span.s2{
    color: #ac875d;
    font-size: 10px;
}

#content {
    padding: 10 10 30 10;
    background: #f8eed4;
}

#content_fix {
    color: #f8eed4;
}

td.side_col{
    width: 200;
    background: #f9ebc3;
}

/* List table */
table.lt_1 td{
    padding: 4;
    border-top: solid 1px #c63c30;
    border-bottom: solid 1px #c63c30;
    text-align: justify;
}

table.lt_1 a{
    color: #c63c30;
}

table.lt_1 h5{
    color: #c63c30;
    display: block;
    margin-bottom: 2;
    font-size: 12px;
    font-weight: normal;
}

/* Form table */
table.form_table{
    background: #f9ebc3;
    border: solid 1px #ff7a01;
}

table.form_table td{
    vertical-align: top;
    padding: 4;
}

/* Texts */
.t_1{
    color: #b73a17;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana;
}

/* Buttons */

/* Images */
img.img_1{
    float:left;
    margin-right: 10;
    cursor: pointer;
    border: solid 1px #c63c30;
}

/* Side col block */
table.s_c_b{
    width: 200;
    margin-bottom: 30;
}

table.s_c_b td.td1{
    width: 14;
    background: url('../img/side_col/1.gif') no-repeat;
}

table.s_c_b td.td2{
    width: 14;
    background: url('../img/side_col/2.gif') no-repeat;
}

table.s_c_b td.td3{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: url('../img/side_col/3.gif') repeat-x;
    height: 40;
    vertical-align: middle;
    text-align: center;
    font-family: Times New Roman;
}

table.s_c_b td.td4{
    padding: 5 10 5 10;
}

table.s_c_b input, table.s_c_b select{
    margin-top: 1px;
}

/* Catalog */
#cat{
    width: 100%;
}

td.cat_item{
    width: 50%;
    padding: 0 0 30 0;
    text-align: center;
}

td.cat_item td{
    padding: 0 4 0 4;
}

td.cat_item table{
    width: 300;
    border: solid 1px #f7941d;
}
td.cat_item table td{
    padding: 5;
}

td.cat_item img{
    border: solid 1px #b87a00;
}

td.cat_item span.price{
    color: red;
    font-weight: bold;
}

td.cat_item a.a1{
    display: block;
    background: url('../img/cat_btn_view.gif') no-repeat;
    width: 95;
    height: 16;
    text-align: center;
    padding: 1 0 0 0;
}

#cat_img_enl{
    width: 330;
    height: 250;
    text-align: right;
}

#cat_img_enl img{
    border: solid 1px #da6909;
    cursor: pointer;
}

#cat_img_thumbs img{
    cursor: pointer;
    margin: 3;
    border: solid 1px #da6909;
}

#cat_view{
    border: solid 1px #ff7a01;
    background: #f9ebc3;
}

#cat_view td{
    padding: 5;
}

#cat_view_opts td{
    padding: 2 10 2 10;
}

td.descr{
    background: #f7e060;
}

#cat_img_max{
    width: 100%;
}

#cat_img_max img{
    border: solid 1px #f7941d;
}

#cat_img_max table.img_holder{
    /*border: solid 1px #f7941d;*/
}

#cat_img_max table.img_holder td{
    padding: 4;
}

#cat_img_max table.img_holder img{
    cursor: pointer;
    border: solid 2px #e0e0e0;
}

#cat_img_max table.img_holder img.selected{
    border: solid 2px red;
}

/* Currency */
#cur_rates{
    border: solid 1px #d0d0d0;
}

#cur_rates td{
    padding: 4;
    width: 50;
}

table.calc{
    width: 160;
}

table.calc input, table.calc select{
    width: 50;
}

#cur_calc td{
    text-align: center;
}

#currency_weblab_lv{
    width: 160;
}

#currency_weblab_lv td{
    text-align: center;
}

#currency_weblab_lv input, #currency_weblab_lv select{
    width: 50;
}

/* Search */
#search_form select{
    width: 100%;
    display: block;
}

/* Voting */
#voting b{
    width: 170;
}

#voting_h{
    width: 100%;
}

/* Buttons */
.btn1{
    display: block;
    background: url('../img/cat_btn_view.gif') no-repeat;
    width: 95;
    height: 16;
    text-align: center;
    padding: 1 0 0 0;
    cursor: pointer;
    margin: auto;
}