﻿@import "common.css";

body 
{
    background: url(images/bga2z.jpg);
}
div.header2
{
    text-align: center;
    padding: 10px 0 30px 0;
    font-size: 24px;
    font-family: Tahoma;
    background: url(images/header2bgr.gif) top left repeat-x;
}
div.header2.default strong
{
    color: #010444;
}
div.header2.default em 
{
    color: silver;
    font-weight: bold;
}
/* Main table */
#Table1
{
    padding: 0;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border: 0;
}
#Table1 td
{
    vertical-align: top;
    text-align: left;
}


#Table1 td.leftCol
{
    width: 1px;
    height: 100%;
}

table.products
{
    width: 100%;
    background-color: White;
    border: 0;
}
table.products td
{
    padding: 5px;
    margin: 5px;
}

.products ul li
{
    font-family: Tahoma;
    font-size: 9px;
}
/* New added right panel. Contains featured computer parts */
#rightPanel 
{
    width: 180px;
    background-color: #FFF;
    vertical-align: top;
    border-left: 2px solid #EEE;
    border-top: 2px solid #EEE;
}
#rightPanel h2
{
    background-color: #EEE;
    font-size: 14px;
}
#rightPanel div
{
    padding: 0px;
    margin: 0;
    text-align: center;
}
#rightPanel a
{
    color: Navy;
    font-size: xx-small;
    text-decoration: none;
    clear: both;
}