div.mc_home {

}

table.mc_home {
    width: 100%;
    min-height: 300px;
    border-collapse: collapse;
    margin: 0 0 7px 0;
}

table.mc_home td.mc_home_l {
    border: 1px solid red;
    vertical-align: top;
    width: 80%;
    /*background-image: url("img/kernius.png");*/
    background-repeat: no-repeat;
    background-position: bottom right;
}

table.mc_home td.mc_home_r {
    vertical-align: top;
    width: 20%;
}

div.mc_price {
    margin: 10px 0 0 0;
    background-image: url("price_t.gif");
    background-repeat: repeat-x;
    background-position: top;
    padding: 0px 0 0 0;
}

div.mc_price div.l {
    background-image: url("price_l.gif");
    background-repeat: repeat-y;
    background-position: left;
}

div.mc_price div.r {
    background-image: url("price_r.gif");
    background-repeat: repeat-y;
    background-position: right;
}

div.mc_price div.b {
    background-image: url("price_b.gif");
    background-repeat: repeat-x;
    background-position: bottom;
}

div.mc_price div.tl {
    background-image: url("price_tl.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

div.mc_price div.tr {
    background-image: url("price_tr.gif");
    background-repeat: no-repeat;
    background-position: top right;
}

div.mc_price div.br {
    background-image: url("price_br.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
}

div.mc_price div.bl {
    background-image: url("price_bl.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
}

div.mc_price div.last {
    padding: 4px 4px 4px 4px;
}

table.mc_price {

    border-collapse: collapse;
    color: #b9e5f0;
    font-size: 12px;
}

table.mc_price td, table.mc_price th {
    border-left: 1px solid #54bbda;
}

table.mc_price td {
    border-top: 1px solid #54bbda;
}

table.mc_price td.f, table.mc_price th.f {
    border-left: none;
}

table.mc_price span.n {

    font-size: 14px;
}

table.mc_price th {
    font-weight: normal;
}

table.mc_price th, table.mc_price td  {
    padding: 1px 15px 1px 1px;
    text-align: right;
}

table.mc_price td {
    white-space: nowrap;
}

table.mc_price td.f span.n {
    font-weight: bold;
}

table.mc_price th.f, table.mc_price td.f {
    color: #000;
    text-align: right;
}

div.mc_home_div {
    
}


