/* -----------------------------------------------------------------------------
menu
----------------------------------------------------------------------------- */
/* for re-positioning the origin for menu */
.compareMenuParent {
    position: relative;
}

/* separate from content to support both quirks and box models */
.compareMenuContainer {
    position: absolute;
    width: 198px;
    top: 0px;
    left: 0px;
}

/* separate from container to support both quirks and box models */
.compareMenuContent {
    padding: 2px 2px;
    background: url(/compare/menu_bg_mid.jpg) repeat-y;
}

/* highlight selected menu item */
.compareMenuItemOn {
    background-color: #00234c;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: white;
    padding: 5px 5px;
    text-decoration: underline;
}

/* unhighlight unselected menu item */
.compareMenuItemOff {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #00234c;
    padding: 5px 5px;
    text-decoration: underline;
}

/* menu item (selected) with no other items in menu */
.compareMenuItemSolo {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #00234c;
    padding: 5px 5px;
    text-decoration: none;
}

/* -----------------------------------------------------------------------------
grouped features
----------------------------------------------------------------------------- */
.compareGroupCell {
    background: url(/compare/group_bg.jpg) repeat-x bottom left;
    padding: 14px 5px 5px 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.compareFeatureCell {
    padding: 5px 5px 14px 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	color: #00234c;
}

.compareFeatureCell UL {
    font-size: 8pt;
    color: #00234c;
    padding: 0px 0px 0px 8px;
    margin: 0px 0px 0px 8px;
}

.compareFeatureCell LI {
    font-size: 8pt;
    color: #00234c;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 6px 0px;
    line-height: 10pt;
}

A.compareGroupLink:link, A.compareGroupLink:visited {
    color: black;
    text-decoration: none;
}

A.compareGroupLink:hover {
    text-decoration: underline;
}

/* -----------------------------------------------------------------------------
content
----------------------------------------------------------------------------- */
ul.takeActionList {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

ul.takeActionList li {
    padding-left: 16px;
    padding-right: 0px;
    padding-bottom: 3px;
    margin-right: 0px;
    background-image: url(/compare/actnow.gif);
    background-repeat: no-repeat;
    background-position: 0 .25em;
    font-size: 10px;
}

.takeActionList a {
    font-weight: bold;
}

.footnotes {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 10px;
}

.footnotes ol {
    margin-top: 0px;
    list-style-type: decimal;
}

.footnotes li {
    margin-top: 8px;
    font-size: 10px;
    line-height: 12px;
}
