﻿.container
{
    position: relative;
    width: 700px;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.page_title
{
    position: relative;
    width: 486px;
    height: 49px;
    background-image: url('../images/spare_parts_list.gif');
}
.large_txt
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}
.part_header
{
    position: relative;
    width: 700px;
    height: auto;
}
.part_number_txt
{
    position: relative;
    width: 200px;
    height: 30px;
    font-family: verdana;
    font-size: x-small;
    font-weight: bold;
    float: left;
    padding-right: 20px;
}
.content_container
{
    position: relative;
    width: 700px;
    height: auto;
}
.description_txt
{
    font-family: verdana;
    font-size: xx-small;
    position: relative;
    width: 475px;
    height: auto;
    float: left;
}
.clearboth
{
    clear: both;
}
.part_number_list
{
    position: relative;
    width: 200px;
    height: auto;
    font-family: Verdana;
    font-size: small;
    float: left;
    padding-right: 20px;
}
.redfelrapper
{
    font-family: verdana;
    font-size: 18px;
    color: #FF0000;
}
.shiping_note
{
    position: relative;
    width: 700px;
    height: auto;
}

