﻿.related-links ul.bulleted
{
    /* replacement bullets for <= IE7 because :before selector is not supported */
    list-style: disc;
    margin-left: 0em;
    padding-left: 1.3em;
    text-indent: -0em;
}

.related-links li.pdf a 
{
    background-image: none;
}


/* <= IE7 treats fieldsets different from other browsers */
fieldset.form-fields
{
    position: relative;
}

fieldset.form-fields ol
{
    /*padding-top: 0.25em;*/
    padding-top: 3.25em;
}

fieldset.form-fields legend
{
    position: relative;
    left: -7px;
    top: -0.75em;
}

fieldset.form-fields legend span
{
    margin-top: 1.25em;
}

fieldset.form-fields fieldset legend
{
    top: 0;
}

div.view-fields h2
{
    font-family: Arial, Helvetica, sans-serif;
}

div.view-fields ol
{
    padding-bottom: 0.25em;
}

div#store-shipping-method-page .delivery-estimate
{
    margin-left: 2.5em;
}

