﻿body 
{    
    color:Black;
    background-color:#f6f6f6;
    font-weight:100;
    font-size:small;
    font-family:Verdana;
    height:100%;
}

#center_layout
{
    position:relative;
    width:1024px;    
    
    
    top:0px;
    bottom:0px; 
    left:50%;
    margin-left:-512px;
    z-index:4;   
}

.table_layout
{
    position:absolute;
    margin-top:0px;
    top:0px;
    margin-bottom:0px;
    bottom:0px;
    height:100%;
    width:100%;  
    
}

.white_night
{
    background-color:White;
}

.side_bar
{
    background-color:#e2e2e2;
}

.divider_row
{
    height:7px;
    background-color:Black;
}

.top_row
{
    height:25px;
    background-color:White;
}

.start_pos
{
    left:50%;
    margin-left:-512px;
    width:774px;
}

.side_bar_width
{
    width:250px;
    
    right:50%;
    margin-right:-80px;
    
}

.nav_row
{
    height:30px;
    
}

.logo_row
{
    height:120px;
}

.special_links_row
{
    position:relative;
    bottom:0px;
    margin-bottom:0px;
    height:40px;
    text-align:center;
}

.main_row
{
    
    
    background-color:White;
    vertical-align:top;
}

.prod_info_left_cell
{
    width:150px;
}

.prod_info_right_cell
{
    
}
    

