﻿.CustomerService
{
    background-image: url(../images/soldier_cs_ps.gif);
    background-position: 50px 0px;
    background-repeat: repeat-y;
    float: left;
    width: 750px;
}

.CustomerService .title
{
    float: left;
    margin-left: 15px;
    text-align: left;
    width: 100%;
}

.CustomerService .menu
{
    clear: left;
    float: left;
    margin-left: 35px;
    width: 200px;
}

.CustomerService .menu ul
{
    clear: left;
    float: left;
    font-size: 9pt;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 100%;
}

.CustomerService .menu li
{
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.CustomerService .menu li a 
{ 
    color: #886960;
}

.CustomerService .menu li.selected a { color: #D3AAA2; }

.CustomerService .body
{
    clear: none;
    float: left;
    text-align: left;
    width: 460px;
}

.CustomerService .body .item 
{ 
    float: left; 
    margin-bottom: 15px;
    width: 100%;
}

.CustomerService .item .title
{
    clear: both;
    color: #B25F6F;
    float: left;
    font-size: 11pt;
    margin: 0px;
    padding: none;
}

.CustomerService .item .content 
{ 
    clear: both;
    color: #756E52;
    float: left; 
    font-size: 10pt;
    width: 100%;
}

.ShippingRates
{
    border: solid 2px #b9b7a8;
    margin: 20px 0px 20px 70px;
    padding: 8px;
    width: 279px;
}

.ShippingRates a,
.CustomerService .item .content a
{ 
    color: #CFAFA4;
    text-decoration: underline; 
}

.Faq .pagetitle img { margin-left: 15px; }

.toppage
{
    float: right;
    margin-left: 215px;
    text-align: left;
    color: #CFAFA4;
    font-family:Times New Roman;
    font-size: 9pt;
}