﻿/* Machine styles for Products page. */
/* This copies portions of My.css and Machine.css, because this is used on product nav pages, not machine pages. */

.MyHeading
{
    width: 628px;           /*Fit in 800px. */
}
.MyHeadingLabel
{
    font-size: 30px;
    font-weight: bold;
    padding-top: 8px;
    width: 628px;
}
.MyHeading h2       /* Machine heading on product page is h2 for seo, but looks like h1. */
{
    font-size: 30px;
}

/* Machine tabs. 
    MachineTabs overrides ajax styles. */
.MachineTabsContent
{
    margin: 12px 0px 12px 0px;
}

/* Class ads.
    Here to avoid a css file just for this. */
.ClassAd
{
    margin-top: 130px;
    margin-bottom: 10px;
}

/* Cart landing ads.
    Here to avoid a css file just for this. */
.CartLandingAd
{
    margin-top: 3px;
    margin-bottom: 10px;
}
