﻿.sales_nav
{
    margin: 0px 0px 0px 70px;
    padding: 0px;
    height: 24px;
}
.sales_nav li
{
    display:block;
    float: left;
    width: 150px;
    font-size: 10px;
    text-align:center;
    text-transform: uppercase;
    margin: 0px 20px -3px 0px;
    height: 26px;
}
.sales_nav li a
{
    padding: 5px 0px 5px 0px;
    text-decoration:none;
    display:block;
    width: 100%;
}
.sales_nav li a:hover
{
    text-decoration:underline;
}
.sales_nav .not_current
{
    background-image: url('../image/tab_current_bg.jpg');
    color: #FFF;
}
.sales_nav .current
{
    background-image: url('../image/tab_bg.jpg');
    color: #000;
}
.sales_content
{
    clear:both;
    border-top: solid 1px #CCC;
}
.search_submit
{
    display:block;
    float:right;
    text-decoration:none;
}
.resource_list
{
    margin: 20px 0px 10px 15px;
    padding: 0px;
}
.resource_list li
{
    list-style-type: none;
    margin: 10px 0px 0px 15px;
    padding: 0px;
}
.section_toggle
{
    visibility:hidden;
}
.resource_section ul .section_toggle
{
    visibility:visible;   
    text-decoration:none;
    background-image: url('../image/expand_arrow.gif');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 12px;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-weight:bold;
    text-transform: uppercase;
    color:#1880B7;
}
.resource_section
{
    margin: 10px 0px 10px 5px;
}
.resource_section .resource_section
{
    display: none;
}
.resource_section ul li a
{
    color:#1880B7;
    text-decoration: none;
    font-size: 9px;
}
.resource_section ul li a:hover
{
    text-decoration: underline;
}
.resource_section ul li
{
    background-position: left top;
    list-style-type:none;
    width: 25%;
    float: left;
    height: 40px;
    overflow: hidden;
    margin: 0px;
    padding: 5px 10px 0px 0px;
    background-repeat: no-repeat;
}
.resource_section ul li img
{
    vertical-align: bottom;
}
.folder_top, .resource_section .folder_top
{
    width: 100%;
    float: none;
    list-style-type: none;
    height: auto;
}
.folder_top ul
{
    margin: 5px 0px 5px 0px;
}
.col_container
{
    position:relative;
    min-height: 430px;
}
