body
{
    background: #000;
    margin: 0 auto;
    width: 700px;
    font-family:helvetica,sans serif;
    font-size:14px;
    color: #ddd;
}

.top-navigation
{
    padding-top: 10px;
    padding-bottom: 5px;
    height: 20px;
    overflow: hidden;
    border-bottom: 1px solid #AAA;
}

.top-navigation ul
{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 550px;
}

.top-navigation ul li
{
    float: left;
    padding: 0 20px 0 0;
    margin: 0;
    text-align: center;
    font-family: helvetica,sans serif;
    font-size: 17px;
    line-height: 17px;
}

.top-navigation ul li a:link,
.top-navigation ul li a:active,
.top-navigation ul li a:visited
{
    color: #aaa;
    text-decoration: none;
    font-weight: normal;
}

.top-navigation ul li a:hover
{
    color: #fff;
}

.international-order
{
    color: #AAA;
    font: 12px/16px Verdana,sans-serif;
    color: yellow;
}


.top-navigation ul li a.current:link
{
    color: #fff;
    font-weight: bold;
}

.top-navigation ul li a.current:hover
{
    color: #fff;
    font-weight: bold;
}

h2
{
    color: #ddd;
    font-family: helvetica,sans serif; 
    font-size:22px;
    line-height: 22px;
    font-weight: normal;
}


/* PRODUCTS */

.product-shipping
{
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

.product-desc
{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 14px;
    text-align: center;
}

.product-price
{
    padding: 0;
    margin: 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}


