﻿body
{
    color: #333333;
    font-family: FreeSans, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

h1
{
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#header
{
    overflow: hidden;
    margin-bottom: 20px;
}

#header div.container
{
    float: left;
    font-size: 12px;
    margin-right: 2%;
    width: 30%;
}

div.section 
{
    border-top: 1px solid #333333;
    clear: both;
    margin: 15px 0;
}

#description *
{
    font-size: 12px;
    line-height: 23px;
}

.column_one
{
    display: block;
    float: left;
    margin: 0;
    margin-right: 3%;
    width: 30%
}

#item_main_image_container img
{
    width: 100%;
}

.column_two
{
    display: block;
    float: left;
    width: 66%;
}

#header div.print_options
{
    background-image: url('/images/bluebox.gif');
    background-repeat: no-repeat;
    height: 176px;
    line-height: 18px;
    padding-left: 10px;
    width: 176px;
}

div.print_options input, 
div.print_options div.left,
#checkbox_quick_start
{
    clear: both;
    float: left;
    height: 20px;
    text-align: right;
    width: 10%;
}

div.print_options .left img
{ 
    margin-top: 4px;
}

div.print_options label,
div.print_options .text
{
    float: right;
    height: 25px;
    line-height: 22px;
    text-align: left;
    width: 85%;
}

div.print_options .print_link .text a,
div.print_options strong.text
{
    font-weight: bold;
    text-transform: uppercase;
}

div.print_options .print_link a,
div.print_options .print_link a:visited
{
    color: Red;
    text-decoration: none;
}

div.print_options .print_link a:hover
{
    text-decoration: underline;
}

div.text,
div.text table tr td
{
    line-height: 20px;
}

div.section table
{
    margin: 0 auto;
    width: 98%;
}

div.section table tr td
{
    padding: 2px;
    vertical-align: top;
}

.item_main_image
{
    background: white;
    float: left;
}

.item_main_image_image_wrapper
{
    background: #FFFFFF;
    height: 300px;
    margin: 0 auto;
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    width: 300px;
}

.item_name br
{
    margin-bottom: 5px;
}

.item_name_1
{
    font-weight: bold;
}

.item_name_1, .item_name_2, .item_name_3
{
    font-size: 20px;
    line-height: 20px;
}

.item_sku
{
    font-size: 11px;
}

p, li 
{
    line-height: 23px;
    text-align: left;
}

.tab_item_list
{
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
}

.tab_item_list .image_link
{
    background: white;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-collapse: collapse;
    display: block;
    float: left;
    height: 260px;
    margin: 10px 0;
    padding: 10px 4px;
    width: 120px;
}

.tab_item_list .image_link a
{
    display: block;
    width: 100%;
}

.tab_item_list .image_link img
{
    width: 90%;
}
    

.tab_item_list .image_link .image_container
{
    display: block;
    height: 170px;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center;
}



/* Hide Items */
#products 
{
    display: none;
}

#department_header
{
    display: none;
}

#footer_shadow 
{
    display: none;
}

#where_to_buy_results_container .bottom img 
{
    display: none;
}