/* $Revision$ */

@charset "CP1251";

/* ------------------------------------------
  Project name: BLOCK Motors
  Project starts:
  
  File: light.css
--------------------------------------------- */
body.light{text-align:left;}
body.light #WraperMain{
    min-width:900px;
    width:900px;
    height:auto;
}

body.light #NavigationWrap,
body.light #Menu,
body.light #CarModel,
body.light #Path,
body.light #Poster,
body.light div.tabmenu,
body.light .doClaim,
body.light .doPrint{
    display:none;
}

body.light .visible,
body.light .visible *
{ display:block; }

body.light div.doPrint.fright{
    /*margin-right:70%;*/
}

body.light #Logo,
body.light #MarkLogo{
    margin-left:0px;
	margin-top:10px;
}
body.light #MarkLogo{ float:right; }

/*body.light #WraperMain,*/
body.light #Contacts{
    width:791px;
    float:left;
}

body.light #WraperMain{
    margin-bottom:10px;
}

body.light #Content{
    border-bottom:15px solid;
    padding-bottom:20px;
}
body.light #WorkArea{
    margin:10px 0 0;
    padding:0;
    /*width:70%;*/
}
body.light #WorkArea .tube{ margin:0; }

body.light #WorkArea img.blocked{ float:left;clear:both;margin:10px 20px 0 0}

body.light .dataTable{
    
}

body.light h3.absoh2{ font-size:11px; }

body.light .dataTable tr.bordernone th,
body.light .dataTable tr.bordernone td{ border:none; }

body.light .dataTable tbody th{ width:100%; }

body.light .dataTable th h1,
body.light .dataTable th h2,
body.light .dataTable th h3,
body.light h3.absoh2{
    font-weight:bold;
}
body.light .dataTable tbody th h2{
    margin:4px 0;
    text-transform:uppercase;    
}
body.light .dataTable th h3{
    font-size:1em;
}

body.light .dataTable tbody td.note{
    padding:4px 0;
    text-align:center;
}

body.light h1.blue{
    font-size:1.2em;
    margin-bottom:20px;
}

body.light #Contacts{
    clear:both;
}

body.light #Contacts a.btn-print
{
    background-image:url(/_pic/h-btn-print-big.gif);
    float:right;
    width:66px;height:27px;
    margin-top:7px;
}

body.light #scrolled{
    overflow:auto;
    position:relative;
    width:100%;
    height:550px;
}
body.light #viiDataTable{
    position:relative;
    top:0px;left:1px;
}

/*body.light #viiDataTable thead tr{
    position:absolute;
    left:-15000px;
}*/

body.light table#tbrheader th,
body.light table#tbrheader td{
    border-right:none;
}

body.light #BlockChars .dataTable .boolean{ font-weight:normal; }

body.light h3.absoh2{
    position:absolute;
    left:10px;top:2px;
    z-index:990;
}

@media print
{
    .blue{
        /*color:#000 !important;*/
    }
    
    body.light h1.blue{
        margin-bottom:75px;
    }
    #compDataHead,
    #compDataValue{
        display:none;
    }
    
    body.light #scrolled{ height:100%;overflow:visible;position:static; }
    
    body.light table#viiDataTable{;
        top:0px;
        position:static;
    }
    
    body.light #Contacts{
        float:none;
    }
    
    body.light h3.absoh2{
        position:relative;
        top:-40px;
        left:0;
        /*display:none;*/
    }
}

