﻿.fb-area, .fbl, .fbr, .csi, .fb-area .row
{
    height: 100%;
    overflow: hidden;
}

.fb-area
{
    background-color: #CECECE;
    border: solid 1px Silver;
    margin-bottom: 20px;
    padding: 5px;
}
#content .fb-area ul, #content .fb-area ul li,
#home-items .fb-area ul, #home-items .fb-area ul li
{
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#content .fb-area li, #home-items .fb-area li
{
    display: inline;
}
#content .fb-area li a, #home-items .fb-area li a
{
    color: White;
    display: inline-block;
    padding: 5px 0px;
    margin-left: 5px;
    background-color: #ABB4BB;
    background-image: none;
    border: solid 1px Silver;
    width: 94px;
    text-align: center;
}
#home-items .fb-area li a
{
    width: 82px;
}
#content .fb-area li span, #home-items .fb-area li span
{
    display: block;
    padding: 5px 0px;
    display: inline-block;
}
#content .fb-area li a:Hover, #content .fb-area li a.Selected,
#home-items .fb-area li a:Hover, #home-items .fb-area li a.Selected
{
    background-color: Navy;
}
.fb-area p
{
    margin: 0px;
    padding: 0px;
}
.fb-area h1, .record h1
{
    margin-bottom: 15px;
}
#content .fb-area .row
{
}

.fbl, .fbr, .csi
{
    width: 256px;
    height: 150px;
    float: left;
    background: Transparent none no-repeat center center;
    color: White;
    font-family: Times New Roman, Sans-Serif;
    font-size: 42px;
    margin-top: 20px;
}
.fbr
{
    float: right;
}
.csi
{
    width: 528px;
    height: 63px;
    text-align: right;
    float: none;
    font-size: 30px;
}
.mot
{
    background-image: url("feedback/mot.png");
}
.parts
{
    background-image: url("feedback/parts.png");
}
.r24H
{
    background-image: url("feedback/24H.png");
}
.recommend
{
    background-image: url("feedback/recommend.png");
}
.csi
{
    background-image: url("feedback/csi.png");
}
.mot span
{
    position: relative;
    top: 80px;
    left: 14px;
}
.parts span
{
    position: relative;
    top: 71px;
    left: 14px;
}
.r24H span
{
    position: relative;
    top: 94px;
    left: 14px;
}
.recommend span
{
    position: relative;
    top: 95px;
    left: 14px;
}
.csi span
{
    position: relative;
    top: 14px;
    left: -8px;
}

.nobg
{
    background-color: White;
}

#home .nobg
{
    background-color: White;
    border: 0px;
}

table.fb
{
    width: 100%;
    border-left: solid 1px #DDDDDD;
    border-top: solid 1px #DDDDDD;
    margin: 15px 0px;
}
table.fb td
{
    padding: 3px;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px White;
    background-color: #D2E0EE;
}
table.fb td.num
{
    width: 1%;
    white-space: nowrap;
    background-color: #325B84;
    color: White;
}