.bestbuynav {
    background-color: #878878;
    height:20px;
}
.currentbestbuynav {
    background-color: #004D71;
}
.bestbuynav a {
    color:white;
    text-decoration:none;
}
.bestbuynav a:hover {
    color:black;
}
.bestbuynav img {
    padding:0 5px 1px 7px;    
}
.bestbuynav ul {
    line-height:20px;
    white-space: nowrap;
}
.bestbuynav li {
    list-style-type: none;
    float: left;
    padding-right:12px;
}

.bestbuyheader {
    background-image: url(/images/IN/navigation_panel1.jpg);
    background-position: bottom;   
    height: 30px;
    padding-left:15px;
    color: black;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.bestbuyheader a {
    font: 16px Arial, sans serif;
    color: white;
}
.bestbuyheader h1 {
    display: inline;
}

.bestbuytable {
    width: 100%;
    font: 11px Arial, sans serif;
    border-collapse: collapse;
    border-spacing: 0;
    border:1px solid #d3d3d3;
}
.bestbuytable img {
    border: 0;
}

.bestbuytable a.info {
    color: #007D84;
}
.bestbuytable a.quote {
    line-height: 25px;
    color: #BA0000;
    font-size: 12px;
}
.bestbuytable th {
    margin: 0;
    font-weight: bold;
    text-align:center;
    height: 36px;
    padding: 0 5px 0 5px;
    color: #763200;
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}
.bestbuytable td {
    margin: 0;
    height: 62px;
    padding: 0 5px 0 5px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}

.bestbuytable .logocell {
    width:20%;
}
.bestbuytable .logocell a {
    font-size: 11px;
    color:black;
}

.bestbuytable .linkcell {
    width:11%;
    border-right:none;
}


.bestbuytable .logobutton {
    width:8%;
}